Yeah, I am making a platformer where the player can stick to platforms and make them a part of itself, but the player always end up flying outside of the boundary whenever I tried sticking them together in any way. How do I fix this?
Develop games in your browser. Powerful, performant & highly capable.
I had this problem. I solved it by disabling collision on the object that gets attached.