2
votes

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
What have you set your working directory to be? - BugFinder
What does that mean? - keshmaster81
Long shot but it might be that your path has a special character. I used to have build problems with Unity because of it. Make sure your path has only English characters. - salyangoz

2 Answers

2
votes

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.

0
votes

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.