I am trying to create my grid graphs programmatically at run time, but I couldn’t find a reference to 2d physics in code. Am I missing it, or does it not exist?
Hi
Try
myGridGraph.collision.use2D
That did the trick, thanks!
I am trying to create my grid graphs programmatically at run time, but I couldn’t find a reference to 2d physics in code. Am I missing it, or does it not exist?
Hi
Try
myGridGraph.collision.use2D
That did the trick, thanks!