atteneder / KtxUnity

Load KTX and Basis Universal textures at runtime
Apache License 2.0
215 stars 42 forks source link

Installer package error #76

Closed Daniel4144 closed 1 year ago

Daniel4144 commented 1 year ago

Trying to install the package through the unitypackage file does not work.

Steps to reproduce:

The manifest.json is broken with this incomplete scoped registry entry: { "name" : "Atteneder", "url" : "https://package.openupm.com", "scopes" : [ ] }

Errors in the console:

Installing the package by manually adding the dependency to the manifest file works: "com.atteneder.ktx": "2.2.3"

atteneder commented 1 year ago

Hi @Daniel4144,

Thanks for reporting this one. I suspect that the error is due to inconsistent naming of the scoped registry entry. I tried to reproduce with Unity 2021.3.15f1, but it did work there. Nonetheless I changed the naming. Could you try it again and tell me if it works now?

Thanks!

Daniel4144 commented 1 year ago

Hi @atteneder I tried it again with a new empty project and now it worked. (I tested with Unity 2021.3.11f1)