im new to unity but already finishing my first game, very small basic project im doing for android OS, well i have a problem wen using the slow down time in player collision:
This works perfectly wen player colides with one objects but, if i hit another object wen this script is being performed unity will execute it again and it becames a mess.
I just wanted to turn it off while it is acting with the first object it collided, i tryed with a bool variable but could not make it work, any ide on how to achieve this?