etherealengine icon indicating copy to clipboard operation
etherealengine copied to clipboard

[Story] Create Restricted Access Volume Prefab

Open HexaField opened this issue 3 years ago â€ĸ 0 comments

https://github.com/XRFoundation/XREngine/tree/dev/packages/editor/src/components/properties/TriggerVolumeNodeEditor.tsx https://github.com/XRFoundation/XREngine/tree/dev/packages/engine/src/scene/components/TriggerVolumeComponent.ts https://github.com/XRFoundation/XREngine/tree/dev/packages/engine/src/scene/functions/loaders/TriggerVolumeFunctions.ts

the scene loader functions and prefab can be registered in https://github.com/XRFoundation/XREngine/tree/dev/packages/engine/src/scene/functions/registerPrefabs.ts

  • [ ] create prefab (make copies of above files)
  • [ ] create a physics collider

HexaField avatar Aug 05 '22 01:08 HexaField