atteneder / glTFastDemo

Demo Project using glTFast
Apache License 2.0
26 stars 8 forks source link

package load errors #1

Open morty346 opened 4 years ago

morty346 commented 4 years ago

om.atteneder.gltfast: Version 'https://github.com/atteneder/glTFast' is invalid. Expected one of: a 'SemVer' compatible value; a value starting with 'file:'; a Git URL starting with 'git:' or 'git+', or ending with '.git'. com.unity.package-manager-ui: Package [com.unity.package-manager-ui@2.2.0] cannot be found

levin-Imagin8ors commented 4 years ago

om.atteneder.gltfast: Version 'https://github.com/atteneder/glTFast' is invalid. Expected one of: a 'SemVer' compatible value; a value starting with 'file:'; a Git URL starting with 'git:' or 'git+', or ending with '.git'. com.unity.package-manager-ui: Package [com.unity.package-manager-ui@2.2.0] cannot be found

Go to Project folder -> Packages -> manifest.json. Change "com.atteneder.gltfast": "https://github.com/atteneder/glTFast" to "com.atteneder.gltfast": "https://github.com/atteneder/glTFast.git". It will work. It was missing ".git".