Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  ObiRope setup (help)
#4
(01-02-2022, 09:19 AM)Kizzualx Wrote: When I throw a hook with (rope.velocity) the hook comes off the rope and the player.

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?


(01-02-2022, 09:19 AM)Kizzualx Wrote: I also get 2 errors. The first with the build. Second when stopping the game process

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?
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