nuvention-web / ShareVR

ShareVR
http://sharevr.io/
4 stars 0 forks source link

[SDK v0.1] Optimize Prefab Objects #22

Closed chenchen2015 closed 7 years ago

chenchen2015 commented 7 years ago

Description Optimize and reorganize existing prefabs and make them modular and adaptive so they could easily be applied to any game scenes. Only three core prefabs will remain:

  1. ShareVR Camera Rig - Main ShareVR spectator object. The rig includes a 3D camera model for visualization that can be toggled on/off. It will also include the ShareVR Manager script to control the status of ShareVR recording.
  2. ShareVR Avatar - Main avatar object that helps the camera rig find the target player to follow in the game scene hierarchy. Our cute avatar will be included and can be made visible/invisible depends on developer's choice.
  3. ShareVR Live Debug Panel - (Optional) A large display panel that shows live feed from the ShareVR camera rig, making it easier for developers to debug.

Related Version SDK v1.0

Task List