- Home /
Question by
vinod.kapoor · Jul 23, 2012 at 07:14 PM ·
onguiuitoolkit
Hello.. I am making HUD using OnGUI and UIToolkit. OnGUI is giving 30-31fps but UIToolkit is giving 25-28fps.. both are having same images same functionality.. Can someone explain this performance issue in UIToolkit???
Comment
Please don't put an entire question in the title.
This question needs to be directed at the UITool$$anonymous$$it vendor really.
I don't know how UITool$$anonymous$$it works, but I suspect you need to be using a texture atlas for it to be efficient and you are not?
How are you measuring the frame rate?
Answer by vinod.kapoor · Jul 24, 2012 at 08:23 AM
I am using texture atlas in case of UI toolkit. i am using a script for fps.
Your answer
Follow this Question
Related Questions
Android OnGUI Font size problem. 0 Answers
OnGUI button changes size for resolution, but text doesnt? 1 Answer
How to make a GUI window appear on clicking a game object 0 Answers
GUI.DrawTexture doesn't obey drawing order in hierarchy? 0 Answers
how to put downloaded images into UIButton using UIToolkit 0 Answers