Project Structure
root ├── ProejcetNameClient ( Unity Project, Cocos Project ) │ ├── ReadMe.md ( Describe Client Code ) │ └── Assets │ ├── Games ( Client Code ) │ ├── Scenes ( Game Scene File ) │ ├── Bundles │ │ ├── Icon │ │ ├── Splash │ │ ├── ... │ │ └── ... │ ├── Resources ( Prefab, Texture, Sound, JSON, ETC File ) │ └── Platforms │ ├── Plug-ins │ ├── Build │ └── ReadMe.md ( Describe Platform Code ) ├── ProejcetNameServer ( Firebase Function or Server Code ) │ └── ReadMe.md ( Describe Server Code ) ├── Config ( Build and Platform Settings ) ├── Document ( xlsx, ppt and more... ) └── ReadMe.md ( Describe Project )
Default Game Run