Skip to content

Scene And Prefab Map

Last reviewed: 2026-06-30

Scenes

Scene Important objects/components found Responsibility Notes
Assets/Anuva/Scenes/Anuva_DemoSet_Scene.unity PresentationController, CamController, MainController, CameraSpaceToggler, Capture, VirtualScreenCanvas, JSRunner, CinemachineCamera, Magic Lightmap Switcher Demo render scene with camera, capture, web/JS screen pieces, and lighting. PresentationController is active and Python communication serialized off.
Assets/Anuva/Scenes/Anuva_TataMotors_Scene.unity PresentationController, AnuvaBotAnimator, BotMotionPlanTester, CamController, MainController, VuplexRevealBridge, AnuvaScreenBridgeHost, bot anchors, main/companion/emphasis screen objects Rich virtual production integration scene. PresentationController GameObject is inactive in inspected YAML; Python communication serialized off.
Assets/Anuva/Scenes/Anuva_Simulator_Scene.unity AnuvaSimulator with AnuvaUnityVideoGeneratorSimulator Fake Unity protocol endpoint. simulateRenderFailure serialized true in inspected scene.
Assets/Anuva/Scenes/XCam_DOF_Vuplex_Capture_Scene.unity CamController, MainController, JSRunner, Canvas, Capture, Cinemachine cameras Camera/Vuplex/capture experiment. No PresentationController found.
Assets/Anuva/Scenes/XCam_New_Scene.unity CamController, MainController, CameraSpaceToggler, JSRunner, cameras/canvases Camera/canvas experiment. No PresentationController found.
Assets/Scenes/SampleScene.unity Main Camera, Directional Light, Global Volume Default Unity sample scene. Only enabled scene in ProjectSettings/EditorBuildSettings.asset.

Prefabs

Prefab Important objects/components Responsibility
Assets/AnuvaSets/Prefabs/AnuvaRoom_EV.prefab AnuvaRoom_EV, TV_01, TV_02, EVStageLogo, CoffeeTable, Bakery lightmap data Set/environment prefab for EV room/studio content.

Expected Hierarchy Patterns

Pattern Evidence
Camera shot transforms Scene objects such as CloseUpFollow, CloseUpLookAt, MediumFollow, MediumLookAt, FullBodyFollow, WideFollow, FullScreenFollow.
Screen canvases/surfaces VirtualScreenCanvas, CompanionScreenCanvas, MainScreenFlatQuad, MainScreenCurvedQuad, EmphasisScreenQuad.
Bot anchors BotAnchors, bot_center_presenter_anchor, bot_companion_screen_anchor, bot_emphasis_projection_anchor.
Capture objects Capture and VideoCapture objects in render scenes.

Unknowns

  • Canonical production scene is Unknown / not confirmed in repo.
  • Whether build settings intentionally point to SampleScene or are stale is Unknown / not confirmed in repo.
  • Whether Anuva_TataMotors_Scene inactive PresentationController is intentional is Unknown / not confirmed in repo.