With regards to game usage, is it bad to have unused stuff in the FLA's library?
Announcement
Collapse
No announcement yet.
How does a FLA files library effect things in game?
Collapse
X
-
Afaik its ok to have unused stuff inside packages. The only thing that hits the performance is when you load or keep an .swf inside the memory without using it. The udk only loads content that is required for the level from a package not the complete package. So as long as you dont have any unseen reference inside your scripts or level that unused content wont be loaded.
But of course you should remove any unused content before you release it.
-
Ohh ok sry. I've asked the same question years before at the adobe forums and they said NO, as long as you don't have any reference to unused stuff inside your action-script the content will be excluded. I'm not sure but i don't think that they have changed it over the last years, it doesn't make that much sense to keep unused content.
Comment
Comment