Skip to content

request_and_load_zip does not load all resources #3

@sergeysinyavsky

Description

@sergeysinyavsky

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions