Skip to content

MatheusMBispo/UnityProjectStructureTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Project Structure Template

This is the structure of this project:

  • GAMENAME

    • Animation
      • Clips
      • Controllers
    • Audio
      • Music
      • SFX
    • Cutscenes
    • Fonts
    • Icons
    • Materials
      • Characters
      • Cutscenes
      • Environment
      • HUD
      • Props
      • UI
    • Physics Materials
    • Prefabs
      • Characters
      • Cutscenes
      • Environment
      • HUD
      • Managers
      • Props
      • UI
    • Sprites
      • Characters
      • Cutscenes
      • Environment
      • HUD
      • Props
      • UI
    • Video
  • Editor: Here you can put all code that is linked with the Editor. I suggest that you separate your directory into the Scripts and Resources folder.

  • Gizmos: The Gizmos folder is a default folder used to save the scripts that draw gizmos on the scene editor screen.

  • Plugins: The plugins folder is used for to save all the assets used on your project.

About

A unity engine project template, used for facilitate the project initial organization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published