tac/unity2d-project-base

Base Project for Unity 2020.1 2D projects

v1.1 2020-09-15 16:21 UTC

This package is auto-updated.

Last update: 2024-04-23 22:54:16 UTC


README

Use this to create the base for a github project.

repo=my_project
composer create-project tacman/unity2d-project-base $repo 
cd $repo

Then in the Unity Hub, Add the bball directory, add some assets, then

git add .
git tag sometag
git push --follow-tags