Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  ObiRope setup (help)
#5
(01-02-2022, 09:57 AM)josemendez Wrote: There's no such thing as "rope.velocity". Ropes don't have a velocity, since each individual particle in them might have a different velocity. May you share the code you're using to do this?



This means you rope's transform is invalid (that is, cannot be decomposed into a rotation+translation+scale):
https://docs.unity3d.com/ScriptReference...idTRS.html

which means there's some very weird stuff going on in your scene. What's your rope's transform values?
Please tell me how to do the following:
I need a rope, and there should be a ring at the end. The player must throw the ring and catch on the hook. Thus, he must hang on a rope that is hooked by a ring on a hook.
Like this...:
   

Above the message, I incorrectly said ("rope.velocity"). I throw not a rope, but a ring at the end of the rope
Reply


Messages In This Thread
ObiRope setup (help) - by Kizzualx - 31-01-2022, 07:13 PM
RE: ObiRope setup (help) - by josemendez - 31-01-2022, 09:05 PM
RE: ObiRope setup (help) - by Kizzualx - 01-02-2022, 09:19 AM
RE: ObiRope setup (help) - by josemendez - 01-02-2022, 09:57 AM
RE: ObiRope setup (help) - by Kizzualx - 01-02-2022, 10:10 AM
RE: ObiRope setup (help) - by josemendez - 01-02-2022, 11:00 AM
RE: ObiRope setup (help) - by Kizzualx - 01-02-2022, 12:06 PM
RE: ObiRope setup (help) - by josemendez - 01-02-2022, 01:43 PM
RE: ObiRope setup (help) - by Kizzualx - 01-02-2022, 01:41 PM
RE: ObiRope setup (help) - by josemendez - 01-02-2022, 01:46 PM
RE: ObiRope setup (help) - by Kizzualx - 06-02-2022, 11:59 AM
RE: ObiRope setup (help) - by josemendez - 06-02-2022, 12:25 PM