Unity Mars Installation Error

I am getting this error while installing unity mars. Please help.

Unable to add package [com.unity.mars]:
Cannot find a compatible package version for this Unity version (2019.2.20f1).
UnityEngine.Debug:LogError(Object)
AutoInstallMars:Progress(InstallRequest) (at Assets/MARS/Installer/AutoInstallMars.cs:121)
AutoInstallMars:ProgressRequests() (at Assets/MARS/Installer/AutoInstallMars.cs:132)
AutoInstallMars:AddMARSPackage() (at Assets/MARS/Installer/AutoInstallMars.cs:63)
AutoInstallMars:EnsureInstalledMars() (at Assets/MARS/Installer/AutoInstallMars.cs:82)
AutoInstallMars:.cctor() (at Assets/MARS/Installer/AutoInstallMars.cs:50)
UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes(Type[ ]) (at C:/buildslave/unity/build/Editor/Mono/EditorAssemblies.cs:108)

hello @vivek4148

Your issue is that you have a not supported version. 2019.2.20f1; the minimum supported version is 2019.3.0f6. You will need to update your unity version.

1 Like

Thank you.
But refer to this link:
https://docs.unity3d.com/Packages/com.unity.mars@1.0/manual/index.html#requirements

It says this version is supported.

Yes, and it was an error on our end in the docs that has been corrected for the next release. The minimum supported version is 2019.3.0f6+

1 Like