I am building a simple endless level with script i found here [http://forum.unity3d.com/threads/183638-Endless-Terrain][1]
so all my objects are children of terrain and get relocated according to player location (at least that is how i understand what the script is doing) - this works without problems - except objects with hinge joints on them - their anchors stays on the original location for some reason ..so the object gets pulled back to its anchor after it has been relocated. btw there is no "connected body" on my joint.
Am I doing something wrong here?
and also please be patient in your answers, i am noob in scripting =)
[1]: http://forum.unity3d.com/threads/183638-Endless-Terrain
↧