- Home /
Question by
OSG · Feb 18, 2014 at 06:52 AM ·
memorymemory managementload asset
Do all assets from Assets folder is loading into memory?
Do all assets from Assets folder is loading into memory or only those of them which I use on the scene?
Comment
Best Answer
Answer by whydoidoit · Feb 18, 2014 at 06:53 AM
Only the ones you use in the scene or load from Resources folders.
@whydoidoit, what about references to prefabs? $$anonymous$$ay be in your game you could have references to objects that aren't used yet, and also sounds or textures that, at some point, need to be used under some circumstances, but not always.
So, the real question is, do references to prefabs or assets make them load automaticly when they are outside the resources folder?