- Home /
Question by
DarkSlash · Jul 24, 2015 at 07:52 PM ·
uispriteperformanceimage
Image vs Sprites performance
There's a difference in the performance if I use and UI Image object or a Sprite?
Comment
Answer by Eric5h5 · Jul 24, 2015 at 08:23 PM
Sprites have the option to use a tight mesh, in order to reduce overdraw, so yes there can be a difference. Also there's overhead involved in having a canvas that a sprite doesn't have.
Your answer
Follow this Question
Related Questions
Best Performance for Background Movement 1 Answer
Unity 4.6: How to fit center byte array png in the Image UI? 1 Answer
What is the best method to display different pictures? 0 Answers
Make images fit in UI 0 Answers
Messy tiled sprites 1 Answer