├── 01_PreProduction
│   ├── 01_Concepts
│   │   ├── VR_Designs
│   │   │   ├── vr_sketch_v1.jpg
│   │   │   └── vr_sketch_v2.jpg
│   │   ├── AR_Designs
│   │   │   └── ar_sketch_v1.jpg
│   │   └── Styleframes
│   │       └── styleframe_concept.jpg
│   ├── 02_Script
│   │   ├── Drafts
│   │   │   └── script_draft.txt
│   │   └── Final
│   │       └── final_script.txt
│   ├── 03_Storyboards
│   │   └── storyboard_scene1.jpg
│   ├── 04_Animatic
│   │   └── animatic_v1.mp4
│   └── 05_References
│       └── reference_image.jpg
├── 02_Production
│   ├── 01_Modeling
│   │   ├── VR_Models
│   │   │   └── vr_model_v1.obj
│   │   └── AR_Models
│   │       └── ar_model_v1.obj
│   ├── 02_Texturing
│   │   ├── VR_Textures
│   │   │   └── vr_texture_v1.png
│   │   └── AR_Textures
│   │       └── ar_texture_v1.png
│   ├── 03_Rigging
│   │   ├── VR_Rigs
│   │   │   └── vr_rig_v1.blend
│   │   └── AR_Rigs
│   │       └── ar_rig_v1.blend
│   ├── 04_Animation
│   │   ├── VR_Animations
│   │   │   └── vr_animation_v1.mov
│   │   └── AR_Animations
│   │       └── ar_animation_v1.mov
│   ├── 05_Lighting
│   │   └── lighting_setup_scene1.blend
│   ├── 06_Effects
│   │   └── effects_scene1_v1.blend
│   └── 07_Rendering
│       ├── VR_Renders
│       │   └── vr_render_v1.psd
│       └── AR_Renders
│           └── ar_render_v1.psd
├── 03_PostProduction
│   ├── 01_Compositing
│   │   └── scene1_composite_v1.exr
│   ├── 02_Color_Grading
│   │   └── scene1_color_grade_v1.dpx
│   ├── 03_Sound_Design
│   │   ├── Foley
│   │   │   └── footsteps_foley.wav
│   │   └── Music
│   │       └── background_music.mp3
│   ├── 04_VFX
│   │   └── scene1_vfx_v1.mov
│   └── 05_Final_Output
│       └── final_output.mp4
├── 04_Assets
│   ├── VR_Assets
│   │   └── vr_asset.obj
│   ├── AR_Assets
│   │   └── ar_asset.obj
│   └── Textures
│       └── wood_texture.png
├── 05_Documents
│   ├── Budget
│   │   └── budget_plan.xlsx
│   ├── Deliverables
│   │   └── deliverables_checklist.txt
│   ├── Production_Schedule
│   │   └── schedule.xlsx
│   └── Project_Notes
│       └── meeting_notes.txt
└── 06_Renders
    ├── Archive
    │   └── scene1_old_render.mp4
    ├── Final
    │   └── scene1_final_render.mp4
    └── Previews
        └── scene1_preview.mp4