- Home /
Reinstall breaks game
I'm not sure what to say other than I had to re-install Unity and now none of my rigidbody2D.velocity and rigidbody2D.AddForce physics are working. I made sure to use the same version of Unity as before, and I'm close to being done with the project and have another coming down the pipe.
I've tried recreating the script function with a lesser command, and still no jump. I hope this is something simple, but I have no idea what to do right now. Any help is appreciated.
Cheers
So I found some form of work around by watching the numbers. Things are TRYING to move, but for some reason it has to do with needing much higher values than I had before. If I had a value of 60 before, it now needs a value of 3000 to work even remotely close to what it once was.
I've checked the Physics2DSettings on Gravity, and they don't affect it as much, is there something else that may have changed?
Cheers
Your answer
Follow this Question
Related Questions
Is it okay if I reinstall Unity editor on a hard drive, & keep projects on it? 1 Answer
Physics2D.IgnoreLayerCollision not working? 0 Answers
Check if player is on track 1 Answer
How to check for collision between a moving kinematic object and an empty object? 3 Answers
2d character horizontal movement 1 Answer