Describe the bug
When I use nil, not all resources are loaded and I don't get any error.
reszip.request_and_load_zip(RES_WEB_PATH, nil, function(self, err) end, http_loading_progress_handler)
And when I try to load collection I get the error:
WARNING:RESOURCE: Resource not found: /sources/game/sounds/both/chest_card_take.oggc
Missing resources can be different.
Expected behavior
All resources are expected to be loaded
Additional context
If I don't use nil then everything works fine.
reszip.request_and_load_zip(RES_WEB_PATH, collectionproxy.missing_resources("someproxy#someproxy"), function(self, err)
end, http_loading_progress_handler)
Defold 1.3.4
defold-liveupdate-reszip v1.2.0
Describe the bug
When I use nil, not all resources are loaded and I don't get any error.
And when I try to load collection I get the error:
WARNING:RESOURCE: Resource not found: /sources/game/sounds/both/chest_card_take.oggc
Missing resources can be different.
Expected behavior
All resources are expected to be loaded
Additional context
If I don't use nil then everything works fine.
Defold 1.3.4
defold-liveupdate-reszip v1.2.0