While profiling my tests i noticed that GUI.Repaint is taking quite a bit of ms.
What are the general steps to optimize huds and menus?
I am using legacy with Ork gui system.
  • Unity's legacy GUI system's drawback is the contant small drain on performance - that's just how it is.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • I see, guess i'll have to research how to correctly swith to NewUi.
    I hope it won't change too much the way ork menu system works.
  • ORK-wise, using the new UI only means that you'll use prefabs for individual UI parts (e.g. a prefab for the content box of the GUI box, a prefab for the choice buttons, etc.), the rest of the setup is the same.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.