Now Available: Unity Hub 3.17 beta

My Old Workflow

  1. Sourcetree > Create Remote GitHub Repository.

  2. Sourcetree > Clone Repo to my local machine.

  3. Copy files from the folder of New Unity Project and paste them into the folder of the repo.

  4. Sourcetree > Push the Initial Commit.

  5. Unity Hub > Add Project from Disk.

  6. Update .gitattributes & .gitignore .

My Updated Workflow with Unity Hub 3.17 Beta

  1. Create New Unity Project, Remote and Local Repo with Unity Hub.

  2. Sourcetree > Add Existing Local Repository.

  3. Update .gitattributes & .gitignore .

As you can see there are repeated actions. At least customizing .gitattributes & .gitignore would be great.


Made some screenshots for you



2 Likes