Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Climbing on rope and fix to move only on x, y
#2
Yes, Obi can do this both more efficiently and better-looking. However Obi uses a completely different paradigm than the built-in physics engine (Obi is a particle-based, position-based engine, while Unity's is a rigidbody-based, velocity-based engine). It can take a while to get used to it.

So if you have some spare time to learn Obi, I'd give it a try. If you're short on time or you need to get your game out asap, better stick to your already-working system.

kind regards!
Reply


Messages In This Thread
RE: Climbing on rope and fix to move only on x, y - by josemendez - 13-09-2021, 11:17 AM