Skip to content

Instantly share code, notes, and snippets.

@opless
Created November 9, 2015 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opless/053bc5f96b5332914c25 to your computer and use it in GitHub Desktop.
Save opless/053bc5f96b5332914c25 to your computer and use it in GitHub Desktop.
#!/bin/bash
#NB. only tested on UE 4.9 series.
#change these as appropriate.
export PROJECT_DIR=/path/to/your/project
export ACTION=
export PLATFORM_NAME=macosx
export CONFIGURATION=DebugGame
#probably could use a bit of tidying up
cd /Users/Shared/UnrealEngine/4.9
/Users/Shared/UnrealEngine/4.9/Engine/Build/BatchFiles/Mac/RocketBuild.sh $ACTION ProjectEditor $PLATFORM_NAME $CONFIGURATION "$PROJECT_DIR/Project.uproject"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment