- Home /
my object not falling
my problem is simple, i have objects and objects have rigidbody2. When i destroy from bottom object, from upper object not falling sometimes. How can i fix this.?
No codes no others thats all. objects have rigidbody and not falling sometimes.
Youtube bug video: watch on youtube
Answer by Pangamini · May 28, 2019 at 11:51 AM
Check if the object of yours is not sleeping. I think it's displayed in the rigidbody gizmo by a different color, but you can test it by touching it eg. with another rigidbody, or somehow reactivating the physics. I am just guessing, I think that removing the collider the rigidbody is standing on (and therefore colliding) should wake up the body automatically.
I mean if u check image, rigidbody2d already "never sleep mode". And box collider (with green color) dont in collision with other objects (with other box colliders).
Your answer
Follow this Question
Related Questions
Stop character from falling/sticking to walls 1 Answer
How would I make a route that shows where player moves beforehand? 0 Answers
Unity 4.3 CharacterController collision with physics 2D not working 1 Answer
2D Physics: How to have a character "grab" onto wall with hand 0 Answers
Instantiate 2D prefab 1 Answer