Hi,
I'm new to Unity and I'm using the Flash export. I want to have 1 swf file per level of my game.
When I look at the list of exported classes in the swf, I can see a lot of classes in the packages global, System and UnityEngine. I understand that those classes are required for the game to run.
I want to load these classes only once, but they are included on every swf that I export. Is it possible to avoid this waste of file weight?
↧