Search Unity

[github] Automatic Project Initialization editor script

Discussion in 'Editor Workflows' started by mgear, Oct 25, 2022.

  1. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,448
    so finally got tired of manually setting up empty projects (creating folders, adjusting default settings etc.)
    made this init script that does everything automagically:

    https://github.com/unitycoder/UnityInitializeProject

    Current features include:
    - Create common folders (like Scenes, Materials, Scripts, Shaders, ..)
    - Set Colorspace to linear
    - Set main camera to 0,0,0
    - Save Main scene
    - Add scene to build settings
    - Disable SceneView camera Easing & Acceleration
    - Set 3D gizmos size smaller
    - Disable splash screen
    - Set company name, product name (TODO: need to assign these somewhere..)

    More to be added..


    This script can be also used with UnityLauncherPro to automatically setup new projects:
    https://github.com/unitycoder/UnityLauncherPro/wiki/Initialize-Project-Script
     
  2. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,448
    Updated:
    • Remove unwanted packages
    • Add wanted packages
    • NEW: Import your favourite asset store packages (.unitypackage)
    upload_2024-2-28_0-31-35.png


    example video clip: