An old Unity android application with basic EXP system
Go to file
Shaun Reed aebbc25002
Added readme information
For decreasing the fluff text on the website, and explaining this project on github.
2018-11-25 11:41:14 -05: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 Added readme information 2018-11-25 11:41:14 -05:00

README.md

SpinningCube

First Android Unity project

A basic Android Application that can be built and played either on a device as a .apk or within the unity editor.

Not a game, but a demonstration of C# scripting within unity. Good example in terms of simple goal and execution, maybe a bad example in real-world practice. A learning experience.

The cube spins on the screen at a slow rate initially, as the cube rotates every full rotation grants exp. Upon leveling up the rotation speed is increased.

Feel free to use the UI buttons to force your speed to ridiculous amounts. Other fun debugging options in there, as well as changing the color of the cube.

Have fun, feel free to make a pull request.