Merge branch 'main' of https://luckyrobots.com/LuckyRobots/LuckyWorldV2
@ -701,8 +701,16 @@ EUnrealBuildType ULuckyRobotsGameInstance::CheckBuildConfiguration() const
|
||||
}
|
||||
#else
|
||||
{
|
||||
UE_LOG(LogTemp, Warning, TEXT("Unknown build configuration"));
|
||||
return EUnrealBuildType::None;
|
||||
if (GIsEditor)
|
||||
{
|
||||
UE_LOG(LogTemp, Warning, TEXT("In Editor Play"));
|
||||
return EUnrealBuildType::Development;
|
||||
}
|
||||
else
|
||||
{
|
||||
UE_LOG(LogTemp, Warning, TEXT("Unknown build configuration"));
|
||||
return EUnrealBuildType::None;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
12
mac_build.sh
@ -13,6 +13,18 @@ PROJECT_ROOT="$(pwd)"
|
||||
PROJECT_FILE="$PROJECT_ROOT/LuckyWorldV2.uproject"
|
||||
ARCHIVE_DIR="$PROJECT_ROOT/Builds"
|
||||
|
||||
# patch UE 5.5 https://github.com/EpicGames/UnrealEngine/pull/13132/commits/578ccdb82c78fbfcab8c1e3a21301893f22a9f64
|
||||
PATCH_FILE_DST="$UE_ROOT/Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionContext.h"
|
||||
# Backup the destination file before modifying
|
||||
if [ ! -f "${PATCH_FILE_DST}.bak" ]; then cp "$PATCH_FILE_DST" "${PATCH_FILE_DST}.bak"; fi
|
||||
# Fix line 227
|
||||
sed -i '' '227s/.*$/\tEventQueue->template ForEachEvent<FStateTreeSharedEvent>(Function);/' "$PATCH_FILE_DST"
|
||||
# Fix line 242
|
||||
sed -i '' '242s/.*$/\tEventQueue->template ForEachEvent<FStateTreeSharedEvent>([Function](const FStateTreeSharedEvent& Event)/' "$PATCH_FILE_DST"
|
||||
|
||||
# Print confirmation
|
||||
echo "Patched $PATCH_FILE_DST successfully"
|
||||
|
||||
rm -rf DerivedDataCache Intermediate Binaries Saved
|
||||
|
||||
"$UE_ROOT/Engine/Build/BatchFiles/Mac/GenerateProjectFiles.sh" -project="$PROJECT_FILE" -game -engine
|
||||
|
@ -1,187 +0,0 @@
|
||||
{
|
||||
"ActuatorData": [
|
||||
{
|
||||
"index": 1
|
||||
},
|
||||
{
|
||||
"index": 2
|
||||
},
|
||||
{
|
||||
"index": 3
|
||||
},
|
||||
{
|
||||
"index": 4
|
||||
},
|
||||
{
|
||||
"index": 5
|
||||
},
|
||||
{
|
||||
"index": 6
|
||||
},
|
||||
{
|
||||
"index": 7
|
||||
},
|
||||
{
|
||||
"index": 8
|
||||
},
|
||||
{
|
||||
"index": 9
|
||||
},
|
||||
{
|
||||
"index": 10
|
||||
},
|
||||
{
|
||||
"index": 11
|
||||
},
|
||||
{
|
||||
"index": 12
|
||||
},
|
||||
{
|
||||
"index": 13
|
||||
},
|
||||
{
|
||||
"index": 14
|
||||
},
|
||||
{
|
||||
"index": 15
|
||||
},
|
||||
{
|
||||
"index": 16
|
||||
},
|
||||
{
|
||||
"index": 17
|
||||
},
|
||||
{
|
||||
"index": 18
|
||||
},
|
||||
{
|
||||
"index": 19
|
||||
},
|
||||
{
|
||||
"index": 20
|
||||
},
|
||||
{
|
||||
"index": 21
|
||||
},
|
||||
{
|
||||
"index": 22
|
||||
},
|
||||
{
|
||||
"index": 23
|
||||
},
|
||||
{
|
||||
"index": 24
|
||||
},
|
||||
{
|
||||
"index": 25
|
||||
},
|
||||
{
|
||||
"index": 26
|
||||
},
|
||||
{
|
||||
"index": 27
|
||||
},
|
||||
{
|
||||
"index": 28
|
||||
},
|
||||
{
|
||||
"index": 29
|
||||
},
|
||||
{
|
||||
"index": 30
|
||||
},
|
||||
{
|
||||
"index": 31
|
||||
},
|
||||
{
|
||||
"index": 32
|
||||
},
|
||||
{
|
||||
"index": 33
|
||||
},
|
||||
{
|
||||
"index": 34
|
||||
},
|
||||
{
|
||||
"index": 35
|
||||
},
|
||||
{
|
||||
"index": 36
|
||||
},
|
||||
{
|
||||
"index": 37
|
||||
},
|
||||
{
|
||||
"index": 38
|
||||
},
|
||||
{
|
||||
"index": 39
|
||||
},
|
||||
{
|
||||
"index": 40
|
||||
},
|
||||
{
|
||||
"index": 41
|
||||
},
|
||||
{
|
||||
"index": 42
|
||||
},
|
||||
{
|
||||
"index": 43
|
||||
},
|
||||
{
|
||||
"index": 44
|
||||
},
|
||||
{
|
||||
"index": 45
|
||||
},
|
||||
{
|
||||
"index": 46
|
||||
},
|
||||
{
|
||||
"index": 47
|
||||
},
|
||||
{
|
||||
"index": 48
|
||||
},
|
||||
{
|
||||
"index": 49
|
||||
},
|
||||
{
|
||||
"index": 50
|
||||
},
|
||||
{
|
||||
"index": 51
|
||||
},
|
||||
{
|
||||
"index": 52
|
||||
},
|
||||
{
|
||||
"index": 53
|
||||
},
|
||||
{
|
||||
"index": 54
|
||||
},
|
||||
{
|
||||
"index": 55
|
||||
},
|
||||
{
|
||||
"index": 56
|
||||
},
|
||||
{
|
||||
"index": 57
|
||||
},
|
||||
{
|
||||
"index": 58
|
||||
},
|
||||
{
|
||||
"index": 59
|
||||
},
|
||||
{
|
||||
"index": 60
|
||||
},
|
||||
{
|
||||
"index": 61
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB |