Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Paint Handles.dothandlecap Only If Visible

Discussion in 'Editor & General Support' started by ghiboz, Apr 13, 2019.

  1. ghiboz

    ghiboz

    Joined:
    Sep 7, 2012
    Posts:
    465
    hi all!
    I have this issue:
    In my gameobject editor I draw many dot using `Handles.DotHandleCap` and this make the editor too slow...
    I wish check before to draw the dot if the dot is inside the editor window view or not.. should be a good idea to fast the editor movements? how can I do this?