- Home /
Question by
4illeen · Oct 04, 2011 at 07:53 PM ·
animation2dresourcesresources.load
Is using Resources.Load too much a bad thing?
Is using Resources.Load too much a bad thing? Is it better to eg make a script 'Graphics Database' where I load all my graphics once, make them static and then just use those loaded graphics by other scripts? Does it even matter?
In my case I've got some planes with Texture2Ds on them - I change them in Update to make some sort of fake 2D animation and I feel I shouldn't put Resources.Load into update.
Comment
Your answer
Follow this Question
Related Questions
2D Animation does not start 1 Answer
How to switch between animations instantly on 2D Blend Tree? 0 Answers
Help with animation. 1 Answer
2D Roguelike Renaming Animations 3 Answers