Astar 4.3.29 Does not show Grid graph in Scene view

Hi @aron_granberg, I’m still having this exact issue where graphs are not drawn in the scene view (with Gizmos enabled and Show Graphs also enabled). This is while using the latest version of Astar (4.3.41 Pro), Unity 2020.3.0f1 and URP 10.3.2. When I downgrade to Astar 4.2.15 (free) graphs will display correctly in scene mode with Gizmos enabled and Show Graphs also enabled (with no other changes to the project, scene, or Pathfinder settings).

Might be worth noting that URP’s Forward Renderer does support render features. Not sure what you’re using to draw the graphs in scene mode, but if it’s post processing functionality you can find in URP’s Forward Renderer, then that should work. If it’s post processing functionality that is completely lacking from URP’s 2D Renderer then that may be the problem, and might require some sort of work around. But I will say that whatever you were using in 4.2.15 (free) is working as expected, so it seems likely that some change in how graphs are rendered between 4.2.15 and 4.3.x is worth investigating. Maybe if you can track down how graphs are rendered in 4.2.15 you could just add a conditional statement that detects whether URP and the 2D renderer is being used and then switches to using the 4.2.15 rendering code (not ideal, but it may work until URP’s 2D renderer fully supports custom post processing, or whatever functionality you currently require).