Invalid Project Path on Unity

Viewed 8916

I am using the 2019 version of Unity with Mac Build Support. When I try and create a new project I get an error saying that the project path is invalid or the project path does not exist. I have tried deleting and reinstalling the unity hub and editor but it didn't change anything. I have tried saving to many folders on my mac but none are working.

2 Answers

For others who face this issue, in Unity Hub, you need to select the folder that contains the "Assets" and "Library" folders of your project. If your Unity project does not have those folders, even creating empty subfolders will let you open the project in Unity.

Also, make sure your path holds only English characters.

I got a similar problem with project creation and path. When I changed to the root like C://Unity/ it worked perfectly.

Special characters could cause some problems, try using only English characters.

Related