hi everyone
I plan to make patch for android game.
so my plan is simple. build game in Unity with ‘split application binary’, so its output is apk+obb.
assume that obb is only data and apk is just Unity call process, I have to release obb file only.
but not like my guess. it’s not working, even if build same project and replace only obb file.
turned out ‘assets\bin\Data\level0’ is always changes. and logcat says “Level ‘’ (1) couldn’t be loaded because it has not been added to the build settings.”.
so I can’t release obb file only.
does anyone know why this ‘level0’ changes everytime? or at lease how to fix its binary output?
only changes is ‘level0’ in obb file and ‘settings.xml’ in apk.
is this bold name relate with level0?