Is it possible for two objects without colliders to mess with each other. I have a player that can move side to side and the ground. When the player moves he starts to look like he is vibrating, quickly moving back and forth. I have removed the colliders on both these objects aswell as just moving them very far apart and it doesnt seem to make a difference. When they had no colliders the player still vibrates, however when i move the player further above the ground (still with no colliders), so they are not touching, it no longer vibrates. Is this possible, do they interact even without colliders. The player has a rigidbody, could that be causing the issue?
No it’s not possible for them to interact via the physics engine with no colliders. But you’d have to share what components are on each object and your code to know for sure what’s going on.
1 Like