kobechenyang
kobechenyang
I have the same error, solved it by setting Asset Serialization Mode set as 'Force Text' in Editor settings under project settings. 
Thanks for your answer ! But it didn't fix the problem. My project is empty unity project. But it was created with different version. I don't know if that matters....
You are right, `Get-UnitySetupInstance` doesn't have a project parameter. After I did `Get-UnityProjectInstance -Recurse` I was able to do a `Start-UnityEditor -Project `. This `Get-UnitySetupInstance | Select-UnitySetupInstance -Project '.\MyUnityProject'` command...
Any update on this? It will be really helpful