- Home /
On Trigger Enter enable hinge joint
Hi!
I'm newbie to Unity and have been following tutorials to make my first game. In this game a game object gets connected to player as he collides with it. it's like Flicky , so the character forms a hinge joint with the object after colliding, afterwards the new game object forms a new hinge joint with the previous game object, and so on. Can I preform this? can I enable hinge joint on Trigger Enter via a script? how do I do it? are there alternatives?
Your answer

Follow this Question
Related Questions
OnTriggerEnter2D is using the wrong trigger 0 Answers
Can't click gameobject when over another trigger? 1 Answer
How fast are 2D trigger colliders, assigning them to many objects 0 Answers
Simple 2D animation trigger 1 Answer
How to keep the last good position when interacting with triggers? 1 Answer