Last active
August 29, 2015 14:06
-
-
Save fire/9a2884a793fe0426572d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Include game project in engine | |
https://answers.unrealengine.com/questions/14440/include-game-project-in-engine-solution.html Accessed: Mon Sep 15 16:08:31 PDT 2014 | |
Copy your game(s) to the root of the engine folder. | |
Now it should look like: | |
Engine | |
Samples | |
ShooterGame | |
MyOtherGameProject | |
Templates | |
GenerateProjectFiles.bat | |
Create a text file in the same folder called UE4.uprojectdirs | |
Put a single '.' in there representing the current folder. | |
The Unreal build tool will search for ./AnyFolder/*.uproject | |
Double click the batch file "GenerateProjectFiles.bat" to run it | |
You should now have your projects inside the UE4 solution :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment