Does Unity for iOS batch static objects when they are instantiated from asset bundles?
Thanks!
Does Unity for iOS batch static objects when they are instantiated from asset bundles?
Thanks!
AFAIK, the “static” checkbox only has effect for scenes. For instantiated assets, however, you can use the StaticBatchingUtility.Combine function to manually trigger static batching from code.