An old Unity android application with basic EXP system
Go to file
Shaun Reed 20ff747b7b Fixed changing shapes
- Changing shapes no longer breaks menu functions
- Moved all Change...() functions related to Player in SpinningCube.cs
to ToggleMenus.cs script
-- Add saving needed data
--Color, shape (Speed between shapes, etc..)

-Created two new functions to replace 10+ small functions with switch
case
-ChangeShape(string shape) & ChangeColor(string color)
2017-09-06 20:05:59 -04:00
Assets Fixed changing shapes 2017-09-06 20:05:59 -04:00
ProjectSettings Reworked (bad)notification system 2017-09-05 18:12:08 -04:00
.gitignore .gitignore update 2017-08-23 08:39:27 -04:00
README.md Initial commit 2017-08-22 13:21:25 -04:00

README.md

SpinningCube

First Android Unity project