Hello!
Unity’s built in gizmos for navigation only render the gizmos that are close to the camera. This is good for large worlds.
My world is so large, Astar’s gizmos make the game run at a crawl. I tried looking at the code to see if I could easily implement a fix (just not rendering far away gizmos) but since astar uses custom gizmo helpers I’m not sure how.
Would it be possible to have a feature that allows gizmos to only render if a certain distance from the camera?
Thank you!
Josh