Gamespace: Increasing Size Attempt
My original concept was that I wanted to increase the scale of the player whenever the player collected an item to increase the difficulty of the Gamespace.
I attempted many times to make this work however I was unsuccessful.
The 'IncreaseSize' script basically tells the sphere that when it has collided with an object that uses the tag 'Item' increase it's size by 2 in every axis. My code worked logically but when testing, it would not work.
I attempted many times to make this work however I was unsuccessful.
The 'IncreaseSize' script basically tells the sphere that when it has collided with an object that uses the tag 'Item' increase it's size by 2 in every axis. My code worked logically but when testing, it would not work.
Attempted Increasing Size Script |
Comments