Skip to content

A small utility that let you draw gizmos in 'screen space'.

License

Notifications You must be signed in to change notification settings

AuriMoogle/Unity-ScreenSpaceGizmos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Unity-ScreenSpaceGizmos

A small utility that let you draw gizmos in 'screen space'.

Unity’s default gizmos are essential for visual debugging but can only be drawn in world space. This restriction can be rather annoying if you try to debug custom UI or viewport-based camera movement.

This script solves the problem by drawing gizmos at the camera.NearClipPlane. It works with all camera projection types (perspective, orthographic) and canvas modes except world-space. In world-space just use the default Unity gizmos.

Explanation and more content at my blog: http://anja-haumann.de/unity-screen-space-gizmos/

About

A small utility that let you draw gizmos in 'screen space'.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages