Hello,
I’d like to understand if the current implementation of Live Update has a bug, or is it me who misunderstands it.
Here is a scenario:
App V1:
- Collection1 :
- CollectionA
- CollectionB
- Collection2 (excluded) :
- CollectionA
- CollectionC
App V2:
- Collection1 :
- CollectionA
- CollectionB
- Collection2 (excluded) :
- CollectionA
- CollectionC
- Collection3 (excluded) :
- CollectionA
- CollectionD
Also, in App V2, the collection A has been modified (we changed a script file).
The problem I have is:
User installs App V1.
User updates to AppV2, tries to download the new LU content.
He gets a IO error.
WARNING:RESOURCE: Unable to create resource: /worldmap/stand_shop.rigscenec: IO_ERROR
05-18 14:58:58.906 1108 1210 W defold : WARNING:RESOURCE: Unable to create resource: /worldmap/floors/2/floor_2_generated_0_generated_0.spinemodelc: IO_ERROR
05-18 14:58:58.906 1108 1210 W defold : WARNING:RESOURCE: Unable to create resource: /worldmap/floors/2/floor_2_generated_0.goc: IO_ERROR
05-18 14:58:58.906 1108 1210 W defold : WARNING:RESOURCE: Unable to create resource: /worldmap/recycler.rigscenec: IO_ERROR
05-18 14:58:58.906 1108 1210 W defold : WARNING:RESOURCE: Unable to create resource: /worldmap/floors/2/floor_2_generated_1_generated_0.spinemodelc: IO_ERROR
05-18 14:58:58.906 1108 1210 W defold : WARNING:RESOURCE: Unable to create resource: /worldmap/floors/2/floor_2_generated_1.goc: IO_ERROR
Therefore the user can’t use the Collection2
Is this scenario supposed to work? Am I doing anything wrong?
Is it because the excluded collection contains a collection that is also used by a non-excluded collection?
Please help me understand, thank you.