Godot Version
Replace this line with your Godot version
Hi, i am a total noob and trying to make my first 3d game. My player is a dung beetle and its ball of dung. I am trying to connect the two with a pinjoint3d and when i try to play test it i get thousands of errors and either the play window doesnt open or sometimes godot will crash. I am definitely doing something very wrong. Is there any pinjoint 101 stuff that i should know? Are they normally easy to use?
Can you post some of the errors you recieve? Can you post how you set up the pinjoint?
Sorry it took me so long to get back to you when you were the only one who responded. I wanted to give you a really detailed response and i fixed my problem by accident. If anybody in the future is having the same problem, you have to parent the pin joint to a rigidbody. It wont make the pinjoint spin even if the rigidbody is a spinning sphere. I had it parented to an empty thinking that i was going to have problems because of rotation and that seems to be what broke everything.