Editor/Gizmo Circle Splats on Terrain

Hi all,

I know you can DrawWireSphere’s in the editor, but is there a way to draw circles projected onto the terrain in the Editor? Or even better, textures (like a red circle) projected onto the terrain.

I want to visually represent enemies’ roam range in the editor for better placement. I’ve been using the wire sphere, but it is a little hard to visualize sometimes.

Any suggestions?

Thx!

file:///Applications/Unity/Unity.app/Contents/Documentation/Documentation/ScriptReference/Handles.DrawSolidDisc.html

Thanks so much! Those Handles functions look great. Do you happen to know if there is any way to project such a disc onto the surface of the terrain?

Thanks!