This causes when you have multiple instances of unity installed on your system. Try to remove old version and then try to open your project, make sure you have completed removed your old version of unity.
I have the same issue, Whenever I tried with creating any new projects from Unity Hub It is showing me error of Path, Once I tried to Run unity editor separately and create a new project from the editor, My Problem Solved.
If anyone who works for unity reads this: please revert unity back to how it was before unity hub. I used unity 2017 for a couple years without any issues and recently decided to update. Unity hub is worse in every single way and doesn't even fulfill its one function which is to install unity :(
Edit: I deleted C:\Users[my username]\AppData\Roaming\UnityHub. This allowed me to manually set the unity location from inside the hub. It still doesn't work though. This happens: i.imgur.com/Fwd079U.png
Asset Store help - help on Asset StoreA growing library of free and commercial assets created by Unity and members of the community. Offers a wide variety of assets, from textures, models and animations to whole project examples, tutorials and Editor extensions. More info
See in Glossary content sharing.
We strongly recommend using the VRChat Creator Companion, as it takes care of choosing the correct Unity Version for you. It also keeps the VRChat SDK and community-made packages up to date.
The VRChat Creator Companion (VCC) is the new Entry Point for creating things for VRChat! It currently includes our new VRChat Package Manager (VPM), and houses official packages, community packages, learning resources, tools, and more!
You can configure model permissions programatically using the Grants REST API. When configuring model permissions, set securable_type to "FUNCTION" in REST API requests. For example, use PATCH /api/2.1/unity-catalog/permissions/function/full_name to update registered model permissions.
Use Vuforia Engine to build Augmented Reality Android, iOS, and UWP applications for mobile devices and AR glasses. Apps can be built with Unity, Android Studio, Xcode, and Visual Studio. Vuforia Engine can be easily imported into Unity by downloading and double-clicking the .unitypackage below.
The easiest way to reproduce this error is to do an upgrade from one version to another, so, to reproduce
1. Open attached project in 2019.3.0b7 (you might get error at this point too)
2. Close and reopen it with 2019.3.0b8 or later
3. Notice error in console:
Error: Could not load signature of UnityEngine.Purchasing.UIFakeStore:GetOkayButton due to: Could not load file or assembly 'UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. assembly:UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null type: member:(null) signature:
also, inspecting Editor.log you can find that this error is followed by
Unloading broken assembly Assets/Plugins/UnityPurchasing/Bin/Stores.dll, this assembly can cause crashes in the runtime
(Filename: C:\buildslave\unity\build\Runtime/Mono/MonoManager.cpp Line: 1180)
I had same error after update my unity version from 2019.2.15 to 2019.3.2
The solution in my case was to comment this line in my IAP manager script
"builder.Configure().useMockBillingSystem = false;"
I also comment "using UnityEngine.UI;" in that script.
When upgrading to a different major or minor version (e.g. from 3.8 to 4.0), please see the spine-unity documentation page section on updating. When upgrading to the same major and minor version (e.g. from 4.0 to a newer 4.0 package), you can follow the steps below:
Timeline Extensions UPM packages com.esotericsoftware.spine.timeline
spine.timeline 4.0 2022-06-01 for spine-unity unitypackage
Use this package if you have installed spine-unity from a unitypackage (the default).
Compatible with spine-unity 4.0 and Unity 2017.1-2022.1.
Alternative: spine.timeline 4.0 2022-06-01 for spine-unity UPM
Use this package if you have installed spine-unity via UPM packages using the Package Manager, instead of from a unitypackage. Compatible with spine-unity 4.0 and Unity 2017.1-2022.1.