tac/unity2d-project-base

Base Project for Unity 2020.1 2D projects

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

pkg:composer/tac/unity2d-project-base

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

This package is auto-updated.

Last update: 2025-09-24 01:39:50 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