vimeo / vimeo-unity-sdk

Easily stream your Vimeo videos into Unity or record and publish out to Vimeo.
MIT License
211 stars 49 forks source link

Unity 2019.3 Git Manifest issues #114

Open grobm opened 4 years ago

grobm commented 4 years ago

Describe the issue

Manifest errors when trying to add to a Unity 2019.3 project

Steps to reproduce the problem

Download the sample project open it in Unity 2019.3.x

Unity version

Unity 2019.3.5f1

Operating system

MacOS

Log: An error occurred while resolving packages: Project has invalid dependencies: com.unity.ads: Version 'exclude' 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.analytics: Version 'exclude' 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.modules.ai: Version 'exclude' 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.modules.terrain: Version 'exclude' 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.modules.terrainphysics: Version 'exclude' 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.modules.unityanalytics: Version 'exclude' 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.purchasing: Version 'exclude' 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.standardevents: Version 'exclude' 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.textmeshpro: Version 'exclude' 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'.

A re-import of the project may be required to fix the issue or a manual modification of //vimeo-unity-sdk-master/Packages/manifest.json file.