/UnityProjectStruct

I made this repository to discuss a better way to organize unity project files

GNU General Public License v3.0GPL-3.0

UnityProjectStruct

I made this repository to discuss a better way to organize unity project files

Estrutura de Pastas


├─── Game
│   └─── Animations
│   │   ├── Char A
│   │   ├── Char B
│   │   └─── Scenario A
│   │       └─── LeftSphere_001
│   └─── Scenario B
│       ├── FallBalls_Start
│       ├── FallBalls_Middle
│       └── FallBalls_End
├─── Design
│   └─── Models
│       ├── Textures
│       ├── Sprites
│       ├── Materials
│       ├── Rendering
│       └── Shaders
└─── Source
    ├── Components
    ├── Plugins
    └── Editor
├─── Imported Asset A
├─── Imported Asset B
├─── Imported Asset C
├─── Imported Asset D
└─── Documentation
    ├── About_Models.PDF
    └── About_Textures.PDF