When I try to build a project with the “Project Subfolder” field empty, it returns the error:
Error: unrecognized project! Please check your app configuration - if this is a Unity application, We expect your “Project Subdirectory” to be set to the path which directly contains the ProjectSettings and Assets directories. For a native app, this should be set to the path which directly contains the project file (.xcodeproj, project.properties, etc).
So I tried selecting a folder with the Assets and ProjectSettings.
I have a folder “A” in which I keep the ProjectSettings and Assets, but when I select folder A it still returns the same error. What can be causing this problem?
if your root folder for your Git repository is in D:/MyGames/MyRepo and your Unity project folder is D:/MyGames/MyRepo/UnityProject then all you have to do is to set the subfolder in UCB web interface to UnityProject.