Hi guys!
I’ve become very puzzled by how configurable joints are behaving in my scene.
Basically, when given target positions, objects will instead try to get to the target position + their starting position, so say if an object placed at 0,0,5 had a target of 5,5,5 it will instead go to 5,5,10.
I’m sure I must be misunderstanding something! I’m using world rather than local geometry, although when using local geometry I still get unwanted behaviour. At the moment this problem is easily fixed by offsetting the targets by the starting position, but I’d rather not have to do this every time.
Thanks for the help, questions welcome.
EDIT: Forgot to mention, this is on iphone basic, and problem appears in editor and on device