- Home /
[solved]Character dissapeared when I hit play
So I had a normal game, everything set up the script is set up exactly how it should be, and everything was fine. I tested it beforehand and it was doing great, but then all the sudden a few days later as I get back to work on developing, I pressed play and the character dissapeared. I looked on the inspector on the right whilst pressing play and noticed my y axis was going into negatives. I stopped playing and it went back to it's normal state, how do I stop my character from well.. falling down?
Answer by Game_Taco · Dec 19, 2021 at 04:52 AM
It sounds like you might have added a rigidbody. By default gravity is turned on so you either have to disable it in the inspector, or add a collider to your ground if you have one.
thank you SO much. I beforehand did add colliders, but it didn't save and I didn't notice until this comment. It's working just fine now.