the_crumb Joined Feb 23, 2019 Messages 34 Mar 15, 2019 Thread Author #1 Why is ViewportPath deprecated, and which pathfinding class can be used in its place that only traverses using the viewport?
Why is ViewportPath deprecated, and which pathfinding class can be used in its place that only traverses using the viewport?
hyperion Joined Nov 4, 2013 Messages 857 Mar 15, 2019 #2 No need to wrap a path to make it ViewportPath anymore, just pass the following option when stepping: Code: TraversalOption.PREFER_VIEWPORT
No need to wrap a path to make it ViewportPath anymore, just pass the following option when stepping: Code: TraversalOption.PREFER_VIEWPORT