I'm developing a game with gameplaykit, I'm trying to increase the game speed with worldNode.speed = 4.0
.
The animations are faster but the agent (GKAgent) with a certain behavior does not increase speed to move in certain point.
How can I do this?
Thanks