Hi, I've been looking around but can't find a solution to this anywhere.
I want to be able to create a fixed joint between two physics objects so they act as if they were glued together (as opposed to creating a hinge where they can freely rotate). Any way to do this?
Develop games in your browser. Powerful, performant & highly capable.
Sure, create two joints instead of one.
+ System: Start of layout
-> Sprite: Create hinge to Sprite2 (image point 0) with stiffness 0
-> Sprite2: Create hinge to Sprite (image point 0) with stiffness 0
Thanks. I figured out a similar method, but hopefully this will be more stable.