- Home /
Support for Delta Updates in Unity
Are there any support for Delta Updates in Unity? (iOS apps) https://developer.apple.com/library/ios/qa/qa1779/_index.html
Answer by Sisso · May 22, 2014 at 12:32 PM
No. Even android that you need to split your app into OBB file you must always send everything again.
The solution is to implement your game in a way that you "load assets from remote source".
Unity have some support using asset bundles, but you can always load plain texts and build your assets (model, textures, materials, etc) dynamically from them.
Your answer
Follow this Question
Related Questions
resubmit older ios app with old unity? 0 Answers
Xcode 11.3 library not found for liphone lib error 0 Answers
Is it possible to capture the iOS GPU frame time using XCode or XCode Instruments? 2 Answers
Question on "Missing Retina 4-inch launch image" with Unity Free 0 Answers
GUI Button linking to a different UIView/UIViewController 0 Answers