Jump to content

PlayerActor moveTo point


photo

Recommended Posts

Posted

Can you add to PlayerActor member function moveTo(vec3) without pathfinding?

Posted

Shouldn't be this better be done via continouse player position update each frame in your own UNIGINE script code (as it is quite specific) ?

  • 3 weeks later...
Posted

moveTo() function should be created on your side. Same logic is implemented in the data/samples/paths/common/robot.h file.

×
×
  • Create New...