diff --git a/Cmd/compile_plugin.md b/Cmd/compile_plugin.md new file mode 100644 index 0000000..b7e908e --- /dev/null +++ b/Cmd/compile_plugin.md @@ -0,0 +1,12 @@ + + +```sh +./RunUAT.sh BuildPlugin -Plugin="/path/to/MyPlugin.uplugin" -Package="/path/to/build_dir" -TargetPlatforms=Linux +``` + +/!\ the directory `build_dir` will be erased + +Enable the plugin by default by adding to the .uplugin +```json +"EnabledByDefault": true, +```