Time.deltatime not working

when I use speedofspin * time.deltatime my bombs dont spin but when I delete time.delta time it works perfectly fine. I have also tried making a new var and doing time.deltatime and then making it equal a new variable but yet it still doesn’t work and I have even tried debug.log the value of my var and even that seems alright

Hi Dave,

Did you try to increase the value of speedofspin?

yes, when I did a print debug.log with speedofspin * time.deltatime and it was printing values between 0.03 and 0.05

I have happened to find the solution *10 after delta time

Increase the value of speedofspin in the Inspector. If it was set to 5, set it to 50.

This topic was automatically closed after 16 hours. New replies are no longer allowed.

Privacy & Terms