Skip to content

Releases: Saritasa/Unity3DTemplateProject

Cookiecutter analog .sh

04 Apr 11:45
c8a3b58
Compare
Choose a tag to compare

Bash script for initializing a new Unity based project.

  1. Paste the link to the Unity template (the link to this repository is set by default)
  2. Write the name of the project
  3. Write the description of the project
  4. Write the task number

The script looks for a develop branch in the repository and makes a branch from it for initialization. If it does not find develop branch, then it searches for a main or master to create develop.
If the script does not see the main or master branch in the project repository, then try updating Git to a newer version.
Also you can make sure that you are logged in to Git on your PC.

Download cookiecutterAnalog.sh below.