diff --git a/.DS_Store b/.DS_Store index c5b93adb..5ad74769 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitea/workflows/unreal-build.yml b/.gitea/workflows/unreal-build.yml index 19b6b4fd..9ab0c52f 100644 --- a/.gitea/workflows/unreal-build.yml +++ b/.gitea/workflows/unreal-build.yml @@ -72,52 +72,8 @@ jobs: - name: Build Unreal Project run: | - # Debug information - echo "=== Environment Information ===" - echo "macOS Version:" - sw_vers - echo "Current working directory: $(pwd)" - ls -la # List all files in current directory - - echo "=== Unreal Engine Information ===" - ls -la "$UE_ROOT/Build/BatchFiles" - - echo "=== Project Information ===" - # Detailed search for the project file - echo "Searching for .uproject files:" - find . -name "*.uproject" -type f - - # Get the absolute path of the project file - UPROJECT_PATH=$(find . -name "*.uproject" -type f | head -1) - if [ -z "$UPROJECT_PATH" ]; then - echo "Error: Could not find .uproject file" - exit 1 - fi - - # Convert to absolute path and verify file exists - UPROJECT_ABSOLUTE_PATH=$(realpath "$UPROJECT_PATH") - echo "Project absolute path: $UPROJECT_ABSOLUTE_PATH" - - if [ ! -f "$UPROJECT_ABSOLUTE_PATH" ]; then - echo "Error: Project file does not exist at: $UPROJECT_ABSOLUTE_PATH" - exit 1 - fi - - echo "Using Unreal Engine at: $UE_ROOT" - - # Make the project file readable and executable - chmod 755 "$UPROJECT_ABSOLUTE_PATH" - - # Run the build using absolute paths - chmod +x "$UE_ROOT/Build/BatchFiles/RunUAT.sh" - "$UE_ROOT/Build/BatchFiles/RunUAT.sh" BuildCookRun \ - -project="$UPROJECT_ABSOLUTE_PATH" \ - -noP4 \ - -platform=Mac \ - -clientconfig=Development \ - -serverconfig=Shipping \ - -cook -build -stage -pak -archive \ - -archivedirectory="$(pwd)/Builds" + chmod +x ./mac_build.sh + ./mac_build.sh - name: Upload build artifacts uses: actions/upload-artifact@v3 diff --git a/Plugins/LuckyMujoco/Binaries/Mac/UnrealEditor-LuckyMujoco.dylib b/Plugins/LuckyMujoco/Binaries/Mac/UnrealEditor-LuckyMujoco.dylib index 06d56e41..24481974 100755 Binary files a/Plugins/LuckyMujoco/Binaries/Mac/UnrealEditor-LuckyMujoco.dylib and b/Plugins/LuckyMujoco/Binaries/Mac/UnrealEditor-LuckyMujoco.dylib differ diff --git a/Plugins/LuckyMujoco/Binaries/Mac/UnrealEditor-LuckyMujocoEditor.dylib b/Plugins/LuckyMujoco/Binaries/Mac/UnrealEditor-LuckyMujocoEditor.dylib index b1f19ff9..68e1fc51 100755 Binary files a/Plugins/LuckyMujoco/Binaries/Mac/UnrealEditor-LuckyMujocoEditor.dylib and b/Plugins/LuckyMujoco/Binaries/Mac/UnrealEditor-LuckyMujocoEditor.dylib differ diff --git a/mac_build.sh b/mac_build.sh old mode 100644 new mode 100755 diff --git a/xcode_build.log b/xcode_build.log new file mode 100644 index 00000000..d5f58d98 --- /dev/null +++ b/xcode_build.log @@ -0,0 +1,6 @@ +Command line invocation: + /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace Luckyrobots.xcworkspace -scheme LuckyrobotsEditor -configuration Development + +User defaults from command line: + IDEPackageSupportUseBuiltinSCM = YES +