Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How to move an obi rope to another scene
#1
Pregunta 
Hi! In my project, the player is an Obi Rope, and I encountered cases where I need to move the player to another scene which is loaded on top of the first, without despawning and respawning it. I was wondering if this is possible and if so, what is the process?

I see that Obi is creating a Burst/ObiColliderWorld in the scene where the player is at first, so I assume the new scene would probably need to have a Burst/ObiColliderWorld or I need to move the Burst/ObiColliderWorld with the player and I probably need to call some function to some how re-initialize it?

Thanks in advance,

Phil
Reply


Messages In This Thread
How to move an obi rope to another scene - by KnotANumber - 20-12-2020, 09:18 PM