I’m making a game that will have all frames/buttons as images. So does having a lot of images for the GUI (50+) only affect the load time, or does it also affect in-game performance?
In general having a lot of Instances will affect performance. So yeah having 50+ GUIs will definitely affect your game’s performance but it might not be noticeable (haven’t tried it myself so I’m kinda unsure)
1 Like
True, but I wanted to know if Normal UI performs better than Image UI. Or if the only difference is the load time.
1 Like
Sorry for the late response cuz this is my other account but I think it would be more performant without Image UI because losing images uses more resources than just plain old “Normal UI” (I assume you mean Text)