Building PSUnreal on Windows: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with " - Generate project files, by right clicking on MyProject2.uproject and "Generate Visual Studio project files" - Open Visual Studio '''2015''' - Open MyProject2.sln - Select "..." | No edit summary | ||
| Line 1: | Line 1: | ||
| * Generate project files, by right clicking on MyProject2.uproject and "Generate Visual Studio project files" | |||
| * Open Visual Studio '''2015''' | |||
| * Open MyProject2.sln | |||
| * Select "UE4" project from the left tree view and "DebugGame Editor" as configuration from the top dropdown | |||
| * Compile | |||
| * Select "UE4" project from the left tree view and "DebugGame Client" as configuration from the top dropdown | |||
| * Compile | |||
| * Select "MyProject2" project from the left tree view and "DebugGame Client" as configuration from the top dropdown | |||
| * Compile | |||
| * Select "MyProject2" project from the left tree view and "DebugGame Editor" as configuration from the top dropdown | |||
| * Compile | |||
| C:\Luca\UnrealEngine\Engine\Binaries\Win64\UE4Editor-cmd.exe "C:\Users\Luke\Documents\Unreal Projects\MyProject2\MyProject2.uproject" -run=cook -targetplatform=Windows | C:\Luca\UnrealEngine\Engine\Binaries\Win64\UE4Editor-cmd.exe "C:\Users\Luke\Documents\Unreal Projects\MyProject2\MyProject2.uproject" -run=cook -targetplatform=Windows | ||
Revision as of 15:08, 6 March 2016
- Generate project files, by right clicking on MyProject2.uproject and "Generate Visual Studio project files"
- Open Visual Studio 2015
- Open MyProject2.sln
- Select "UE4" project from the left tree view and "DebugGame Editor" as configuration from the top dropdown
- Compile
- Select "UE4" project from the left tree view and "DebugGame Client" as configuration from the top dropdown
- Compile
- Select "MyProject2" project from the left tree view and "DebugGame Client" as configuration from the top dropdown
- Compile
- Select "MyProject2" project from the left tree view and "DebugGame Editor" as configuration from the top dropdown
- Compile
C:\Luca\UnrealEngine\Engine\Binaries\Win64\UE4Editor-cmd.exe "C:\Users\Luke\Documents\Unreal Projects\MyProject2\MyProject2.uproject" -run=cook -targetplatform=Windows