
Invoke any Gizmos methods anywhere, without being limited to OnDrawGizmos.If you want to draw Gizmos, you have to write your code inside the OnDrawGizmos callback, isn’t this annoying?To solve it, EasyGizmos allows you to use any of the Gizmos methods anywhere, just like a normal Unity function.As of version 1.1.0, the impact in performance compared to using OnDrawGizmos directly is negligible.For more information, check the documentation.Invoke any Gizmos methods anywhere, without being limited to OnDrawGizmos.When the game is exported, all methods become a no-op, and will not affect performance in any way.