You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add remote avatar detection and scene-aware trigger areas
- Add TriggerDetector collision to avatars for trigger area detection
- Track avatar entity IDs via metadata (dcl_entity_id, dcl_scene_id)
- Implement scene-awareness: only fire events for entities in active scene
- Separate physical state (entities_inside) from logical state (entities_entered)
- Generate synthetic ENTER/EXIT events when entities change scenes while
physically inside trigger areas
- Query avatar current scene via metadata to handle remote avatar scene changes
0 commit comments