Computer Graphics Project
This is my final project for the course. It had to cover the following features:
- Be able to move a character with a character controller
- Show visual effects using materials
- Interact with the scene with UI buttons
Status | Released |
Platforms | HTML5 |
Author | SneakysLab |
Made with | Unity |
Comments
Log in with itch.io to leave a comment.
Looks great, but there is a bug that can be fixed easily. When you press 'F' multiple times really fast . The forceshield shrink animation starts playing before the growth animations ended. You can prevent this by only playing the shrink animation once shieldActive==true and the growth animations isn't playing anymore. (see image)
Thank you so much for taking the time to have a look at the code and provide some gem wisdom.
No problem, I hope it helps you ;)