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.
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.