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
StatusReleased
PlatformsHTML5
AuthorSneakysLab
Made withUnity

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)

(+1)

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 ;)