Hi,
I’m working with engine source from GitHub.
For some specific reasons (developing for console) I need to have my project under the engine folder.
I’m using Perforce for version control, and when I create a branch of my project, it creates a copy of the project, which falls in the same dir where is the master branch.
So, just to be clear, I have a “MyProject” folder under the engine folder; into “MyProject” I have two more folders, “MyProject_Master” and “MyProject_Branch”.
The problem is that UBT complains because I have two projects with the same name under the engine folder (which is not currently supported, it says).
On the other hand, if I branch through Perforce, I cannot branch outside of the workspace folder…
How can I handle this situation?