GitXplorerGitXplorer
t

bball

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ce5761c6f4a31b689ad361fdeddf1a22f8bd2bfb

add scripts and materials

ttacman committed 4 years ago
Unverified
a6fcb65746916f20cf1fcd96047d1e41abf6287f

add LineRenderer and Material

ttacman committed 4 years ago
Unverified
9e997b105e373649c90a6b295f4eb569e8ba0645

add AppScene and add an instance of the Ball

ttacman committed 4 years ago
Unverified
4cb974d3cff7e452c8dc392205e9a74811d293a7

fix spritePixels

ttacman committed 4 years ago
Unverified
9950477bd4234034e2ca8a3730d30db6222bad3d

add image and automatically-created meta

ttacman committed 4 years ago
Unverified
629d5dfa53398489e9481169fd3b6666940a2a30

initial version (empty)

ttacman committed 4 years ago

README

The README file for this repository.

Unity 2D Project Base

Use this to create the base for a github project.

composer create-project tacman/2DUnityProjectBase bball v1.0 cd bball

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

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