https://github.com/unitycoder/unityinitializeproject
Initialize project automatically with script launched from https://github.com/unitycoder/UnityLauncherPro
https://github.com/unitycoder/unityinitializeproject
Last synced: 3 months ago
JSON representation
Initialize project automatically with script launched from https://github.com/unitycoder/UnityLauncherPro
- Host: GitHub
- URL: https://github.com/unitycoder/unityinitializeproject
- Owner: unitycoder
- License: mit
- Created: 2022-07-26T21:01:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T13:26:31.000Z (5 months ago)
- Last Synced: 2025-03-17T04:42:53.951Z (3 months ago)
- Language: C#
- Size: 46.9 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityInitializeProject
When starting a new project, you always have to do the same things over and over again.. not anymore!
## Usage
- Use with UnityLauncherPro https://github.com/unitycoder/UnityLauncherPro/wiki/Initialize-Project-Script
- Or, copy the [script](https://github.com/unitycoder/UnityInitializeProject/blob/main/Assets/Editor/InitializeProject.cs) into Editor/ folder and run from Tools/UnityLibrary/Initialize Project### Current Features
- Create common folders (like Scenes, Materials, Prefabs, Scripts..)
- Colorspace to linear
- Save Main scene
- Add scene to build settings
- Set main camera to 0,3,-10
- 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
- NEW: Import your favourite asset store packages (.unitypackage)*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).
### Links
- Unity forum thread https://forum.unity.com/threads/github-automatic-project-initialization-editor-script.1352966/### Videos
- Compare manual setup vs automatic setup: (youtube link)
[](https://www.youtube.com/watch?v=NAG8BnsUTSY)