Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asset missing/wrong name for certain costume forms of Pikachu #116

Open
oklimberg opened this issue Nov 19, 2024 · 2 comments
Open

Asset missing/wrong name for certain costume forms of Pikachu #116

oklimberg opened this issue Nov 19, 2024 · 2 comments

Comments

@oklimberg
Copy link

Hi,

the master contains the following forms for Pikachu:

...
{
  "form": "PIKACHU_FLYING_01",
  "assetBundleSuffix": "pm0025_00_pgo_flying",
  "isCostume": true
},
{
  "form": "PIKACHU_FLYING_02",
  "assetBundleSuffix": "pm0025_00_pgo_flying",
  "isCostume": true
},
...

However, there are no matching assets for the suffix. Instead, the names of the probably corresponding files are Images/Pokemon/Addressable Assets/pm25.fFLYING_01.icon.png and Images/Pokemon/Addressable Assets/pm25.fFLYING_02.icon.png.

Is this simply a mismatch which needs to be corrected programmatically, or do the assets need to be renamed?

@BartmanEH
Copy link
Contributor

how could the asset bundle suffix be the same for two different assets?

@oklimberg
Copy link
Author

You are right, I did not notice this yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants