Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1006 Bytes

File metadata and controls

26 lines (18 loc) · 1006 Bytes

UnityInitializeProject

When starting a new project, you always have to do the same things over and over again.. not anymore!

Usage

Current Features

  • Create common folders (like Scenes, Materials, Scripts..)
  • Colorspace to linear
  • Save Main scene
  • Add scene to build settings
  • Set main camera to 0,0,0
  • Disable sceneview camera Easing & Acceleration
  • Set 3D gizmos size smaller
  • Disable splash screen
  • Set company name, product name (TODO need to assign these somewhere..)
  • Remove unwanted packages
  • Add wanted packages

*This example script is designed for my own workflows, but you can edit it and use inside Unity or through UnityLauncherPro (when creating new project there).