Skip to content

API returns different casing than editor #2015

Description

@doc-aw

In project 2374920 branch 366aa017-9cdf-4aab-89b3-0dfa08a5599e the names returned for assets are inconsistent.
Example:

  • When calling the API to list assets, we see: "284587271": "assets/files/Units/Player/3D/walk.glb"
  • The assets in the published download have the file as: /assets/284587271/1/walk.glb
  • But in the editor we see:
Image

And when doing dynamic asset loading, the name and path we fetch from the asset is "Units/Player/3D/Walk.glb". This inconsistent casing causes the assets to fail to load.

We expect the files returned in the published download to be a case-sensitive match with the API and the editor.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Fields

No fields configured for Task.

Projects

Status
Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions