Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Bash scripts for various obscure commands with UE4

NotificationsYou must be signed in to change notification settings

VarLog/ue4-bash-scripts

 
 

Repository files navigation

For doing things on the command line, that should be simple!

quickstart

Editcommon/config.source and setup the various paths

A typical setup should look like this:

    $WORKSPACE/ue4-bash-scripts/ <--- This repo    $WORKSPACE/UnrealEngine <--- The UE4 engine source    $WORKSPACE/MyProject <--- Your project

Into your.profile:

function my-project {    SCRIPTS_DIR="$WORKSPACE/ue4-bash-scripts"    "$SCRIPTS_DIR/$1.sh" MyProject "${@:2}"}

You can then do, this for example:

$ my-project xcode$ my-project build$ my-project run

About

Bash scripts for various obscure commands with UE4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell100.0%

[8]ページ先頭

©2009-2025 Movatter.jp