Merge branch 'LuckyWorld.namechange'
This commit is contained in:
commit
5ba13ad0c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@ DerivedDataCache/*
|
||||
/RobotData
|
||||
|
||||
/Binaries/
|
||||
*.app/
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
Binaries/Linux/amd_fidelityfx_dx12.dll
(Stored with Git LFS)
BIN
Binaries/Linux/amd_fidelityfx_dx12.dll
(Stored with Git LFS)
Binary file not shown.
@ -1 +0,0 @@
|
||||
INPUT (libOpenColorIO.so.2.3)
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -7,7 +7,7 @@ DEST_EXE_DIR=`dirname "${DEST_EXE}"`
|
||||
echo Copying executable and any standalone dylibs into ${DEST_EXE_DIR} but do not overwrite unless src is newer
|
||||
mkdir -p "${DEST_EXE_DIR}"
|
||||
rsync -au "${SRC_EXE}" "${DEST_EXE}"
|
||||
ditto "/Users/d/Projects/luckyworld_/Plugins/LuckyMujoco/Source/ThirdParty/Mujoco/lib/mujoco.dylib" "${DEST_EXE_DIR}/libmujoco.3.2.7.dylib"
|
||||
ditto "/Users/d/Projects/LuckyWorld/Plugins/LuckyMujoco/Source/ThirdParty/Mujoco/lib/mujoco.dylib" "${DEST_EXE_DIR}/libmujoco.3.2.7.dylib"
|
||||
|
||||
# Skip syncing if desired
|
||||
if [[ ${UE_SKIP_STAGEDDATA_SYNC} -eq 1 ]]; then exit 0; fi
|
@ -7,7 +7,7 @@ DEST_EXE_DIR=`dirname "${DEST_EXE}"`
|
||||
echo Copying executable and any standalone dylibs into ${DEST_EXE_DIR} but do not overwrite unless src is newer
|
||||
mkdir -p "${DEST_EXE_DIR}"
|
||||
rsync -au "${SRC_EXE}" "${DEST_EXE}"
|
||||
ditto "/Users/d/Projects/luckyworld_/Plugins/LuckyMujoco/Source/ThirdParty/Mujoco/lib/mujoco.dylib" "${DEST_EXE_DIR}/libmujoco.3.2.7.dylib"
|
||||
ditto "/Users/d/Projects/LuckyWorld/Plugins/LuckyMujoco/Source/ThirdParty/Mujoco/lib/mujoco.dylib" "${DEST_EXE_DIR}/libmujoco.3.2.7.dylib"
|
||||
|
||||
# Skip syncing if desired
|
||||
if [[ ${UE_SKIP_STAGEDDATA_SYNC} -eq 1 ]]; then exit 0; fi
|
Binary file not shown.
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
{
|
||||
"TargetName": "Luckyrobots",
|
||||
"TargetName": "LuckyWorld",
|
||||
"Platform": "Mac",
|
||||
"Configuration": "Shipping",
|
||||
"TargetType": "Game",
|
||||
"IsTestTarget": false,
|
||||
"Architecture": "arm64",
|
||||
"Project": "../../Luckyrobots.uproject",
|
||||
"Launch": "$(ProjectDir)/Binaries/Mac/Luckyrobots-Mac-Shipping.app/Contents/MacOS/Luckyrobots-Mac-Shipping",
|
||||
"Project": "../../LuckyWorld.uproject",
|
||||
"Launch": "$(ProjectDir)/Binaries/Mac/LuckyWorld-Mac-Shipping.app/Contents/MacOS/LuckyWorld-Mac-Shipping",
|
||||
"Version":
|
||||
{
|
||||
"MajorVersion": 5,
|
||||
@ -21,23 +21,23 @@
|
||||
},
|
||||
"BuildProducts": [
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/Luckyrobots-Mac-Shipping",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/LuckyWorld-Mac-Shipping",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/Luckyrobots-Mac-Shipping.app/Contents/Info.plist",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/LuckyWorld-Mac-Shipping.app/Contents/Info.plist",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/Luckyrobots-Mac-Shipping.app/Contents/MacOS/Luckyrobots-Mac-Shipping",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/LuckyWorld-Mac-Shipping.app/Contents/MacOS/LuckyWorld-Mac-Shipping",
|
||||
"Type": "Executable"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/Luckyrobots-Mac-Shipping.app/Contents/PkgInfo",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/LuckyWorld-Mac-Shipping.app/Contents/PkgInfo",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/Luckyrobots-Mac-Shipping.app/Contents/_CodeSignature/CodeResources",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/LuckyWorld-Mac-Shipping.app/Contents/_CodeSignature/CodeResources",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
@ -3631,7 +3631,7 @@
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Luckyrobots.uproject",
|
||||
"Path": "$(ProjectDir)/LuckyWorld.uproject",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
@ -1,19 +1,19 @@
|
||||
{
|
||||
"TargetName": "LuckyrobotsEditor",
|
||||
"TargetName": "LuckyWorldEditor",
|
||||
"Platform": "Mac",
|
||||
"Configuration": "Development",
|
||||
"TargetType": "Editor",
|
||||
"IsTestTarget": false,
|
||||
"Architecture": "arm64",
|
||||
"Project": "../../Luckyrobots.uproject",
|
||||
"Project": "../../LuckyWorld.uproject",
|
||||
"Launch": "$(EngineDir)/Binaries/Mac/UnrealEditor.app/Contents/MacOS/UnrealEditor",
|
||||
"LaunchCmd": "$(EngineDir)/Binaries/Mac/UnrealEditor-Cmd",
|
||||
"Version":
|
||||
{
|
||||
"MajorVersion": 5,
|
||||
"MinorVersion": 5,
|
||||
"PatchVersion": 4,
|
||||
"Changelist": 40574608,
|
||||
"PatchVersion": 3,
|
||||
"Changelist": 39772772,
|
||||
"CompatibleChangelist": 37670630,
|
||||
"IsLicenseeVersion": 0,
|
||||
"IsPromotedBuild": 0,
|
||||
@ -37,42 +37,6 @@
|
||||
"Path": "$(EngineDir)/Binaries/Mac/Android/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/IOS/UnrealEditor-IOSPlatformEditor.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/IOS/UnrealEditor-IOSRuntimeSettings.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/IOS/UnrealEditor-IOSTargetPlatform.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/IOS/UnrealEditor-IOSTargetPlatformControls.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/IOS/UnrealEditor-IOSTargetPlatformSettings.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/IOS/UnrealEditor-TVOSTargetPlatform.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/IOS/UnrealEditor-TVOSTargetPlatformControls.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/IOS/UnrealEditor-TVOSTargetPlatformSettings.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/IOS/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/UnrealEditor",
|
||||
"Type": "RequiredResource"
|
||||
@ -825,10 +789,6 @@
|
||||
"Path": "$(EngineDir)/Binaries/Mac/UnrealEditor-LandscapeEditorUtilities.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/UnrealEditor-LaunchDaemonMessages.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/UnrealEditor-LauncherPlatform.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
@ -1569,22 +1529,10 @@
|
||||
"Path": "$(EngineDir)/Binaries/Mac/UnrealEditor-TextureFormat.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/UnrealEditor-TextureFormatASTC.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/UnrealEditor-TextureFormatDXT.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/UnrealEditor-TextureFormatETC2.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/UnrealEditor-TextureFormatIntelISPCTexComp.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Mac/UnrealEditor-TextureFormatUncompressed.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
@ -4502,7 +4450,7 @@
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/UnrealEditor-Luckyrobots.dylib",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/UnrealEditor-LuckyWorld.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
@ -24708,7 +24656,7 @@
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Luckyrobots.uproject",
|
||||
"Path": "$(ProjectDir)/LuckyWorld.uproject",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
Binary file not shown.
BIN
Binaries/Mac/UnrealEditor-LuckyWorld.dylib
Executable file
BIN
Binaries/Mac/UnrealEditor-LuckyWorld.dylib
Executable file
Binary file not shown.
Binary file not shown.
@ -2,6 +2,6 @@
|
||||
"BuildId": "37670630",
|
||||
"Modules":
|
||||
{
|
||||
"Luckyrobots": "UnrealEditor-Luckyrobots.dylib"
|
||||
"LuckyWorld": "UnrealEditor-LuckyWorld.dylib"
|
||||
}
|
||||
}
|
BIN
Binaries/Win64/D3D12/D3D12Core.dll
(Stored with Git LFS)
BIN
Binaries/Win64/D3D12/D3D12Core.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/D3D12/d3d12SDKLayers.dll
(Stored with Git LFS)
BIN
Binaries/Win64/D3D12/d3d12SDKLayers.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/DML/DirectML.dll
(Stored with Git LFS)
BIN
Binaries/Win64/DML/DirectML.dll
(Stored with Git LFS)
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
{
|
||||
"TargetName": "LuckyrobotsEditor",
|
||||
"TargetName": "LuckyWorldEditor",
|
||||
"Platform": "Win64",
|
||||
"Configuration": "Development",
|
||||
"TargetType": "Editor",
|
||||
"IsTestTarget": false,
|
||||
"Architecture": "x64",
|
||||
"Project": "../../Luckyrobots.uproject",
|
||||
"Project": "../../LuckyWorld.uproject",
|
||||
"Launch": "$(EngineDir)/Binaries/Win64/UnrealEditor.exe",
|
||||
"LaunchCmd": "$(EngineDir)/Binaries/Win64/UnrealEditor-Cmd.exe",
|
||||
"Version":
|
||||
@ -4886,11 +4886,11 @@
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-Luckyrobots.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-LuckyWorld.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-Luckyrobots.pdb",
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-LuckyWorld.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
@ -30776,7 +30776,7 @@
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Luckyrobots.uproject",
|
||||
"Path": "$(ProjectDir)/LuckyWorld.uproject",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
BIN
Binaries/Win64/Luckyrobots.exe
(Stored with Git LFS)
BIN
Binaries/Win64/Luckyrobots.exe
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Binaries/Win64/Luckyrobots.pdb
(Stored with Git LFS)
BIN
Binaries/Win64/Luckyrobots.pdb
(Stored with Git LFS)
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
BIN
Binaries/Win64/OpenColorIO_2_3.dll
(Stored with Git LFS)
BIN
Binaries/Win64/OpenColorIO_2_3.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-LuckyWorld-Win64-DebugGame.dll
(Stored with Git LFS)
Normal file
BIN
Binaries/Win64/UnrealEditor-LuckyWorld-Win64-DebugGame.dll
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-LuckyWorld-Win64-DebugGame.exp
Normal file
BIN
Binaries/Win64/UnrealEditor-LuckyWorld-Win64-DebugGame.exp
Normal file
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-LuckyWorld-Win64-DebugGame.pdb
(Stored with Git LFS)
Normal file
BIN
Binaries/Win64/UnrealEditor-LuckyWorld-Win64-DebugGame.pdb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-LuckyWorld.dll
(Stored with Git LFS)
Normal file
BIN
Binaries/Win64/UnrealEditor-LuckyWorld.dll
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-LuckyWorld.exp
Normal file
BIN
Binaries/Win64/UnrealEditor-LuckyWorld.exp
Normal file
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-LuckyWorld.pdb
(Stored with Git LFS)
Normal file
BIN
Binaries/Win64/UnrealEditor-LuckyWorld.pdb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-Luckyrobots-Win64-DebugGame.dll
(Stored with Git LFS)
BIN
Binaries/Win64/UnrealEditor-Luckyrobots-Win64-DebugGame.dll
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-Luckyrobots-Win64-DebugGame.pdb
(Stored with Git LFS)
BIN
Binaries/Win64/UnrealEditor-Luckyrobots-Win64-DebugGame.pdb
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-Luckyrobots.dll
(Stored with Git LFS)
BIN
Binaries/Win64/UnrealEditor-Luckyrobots.dll
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-Luckyrobots.pdb
(Stored with Git LFS)
BIN
Binaries/Win64/UnrealEditor-Luckyrobots.pdb
(Stored with Git LFS)
Binary file not shown.
@ -2,6 +2,6 @@
|
||||
"BuildId": "37670630",
|
||||
"Modules":
|
||||
{
|
||||
"Luckyrobots": "UnrealEditor-Luckyrobots-Win64-DebugGame.dll"
|
||||
"LuckyWorld": "UnrealEditor-LuckyWorld-Win64-DebugGame.dll"
|
||||
}
|
||||
}
|
@ -2,6 +2,6 @@
|
||||
"BuildId": "37670630",
|
||||
"Modules":
|
||||
{
|
||||
"Luckyrobots": "UnrealEditor-Luckyrobots.dll"
|
||||
"LuckyWorld": "UnrealEditor-LuckyWorld.dll"
|
||||
}
|
||||
}
|
BIN
Binaries/Win64/boost_atomic-mt-x64.dll
(Stored with Git LFS)
BIN
Binaries/Win64/boost_atomic-mt-x64.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/boost_chrono-mt-x64.dll
(Stored with Git LFS)
BIN
Binaries/Win64/boost_chrono-mt-x64.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/boost_filesystem-mt-x64.dll
(Stored with Git LFS)
BIN
Binaries/Win64/boost_filesystem-mt-x64.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/boost_iostreams-mt-x64.dll
(Stored with Git LFS)
BIN
Binaries/Win64/boost_iostreams-mt-x64.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/boost_program_options-mt-x64.dll
(Stored with Git LFS)
BIN
Binaries/Win64/boost_program_options-mt-x64.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/boost_python311-mt-x64.dll
(Stored with Git LFS)
BIN
Binaries/Win64/boost_python311-mt-x64.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/boost_regex-mt-x64.dll
(Stored with Git LFS)
BIN
Binaries/Win64/boost_regex-mt-x64.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/boost_system-mt-x64.dll
(Stored with Git LFS)
BIN
Binaries/Win64/boost_system-mt-x64.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/boost_thread-mt-x64.dll
(Stored with Git LFS)
BIN
Binaries/Win64/boost_thread-mt-x64.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/tbb.dll
(Stored with Git LFS)
BIN
Binaries/Win64/tbb.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/tbb.pdb
(Stored with Git LFS)
BIN
Binaries/Win64/tbb.pdb
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/tbbmalloc.dll
(Stored with Git LFS)
BIN
Binaries/Win64/tbbmalloc.dll
(Stored with Git LFS)
Binary file not shown.
BIN
Binaries/Win64/tbbmalloc.pdb
(Stored with Git LFS)
BIN
Binaries/Win64/tbbmalloc.pdb
(Stored with Git LFS)
Binary file not shown.
40
LuckyWorld (Mac).xcworkspace/contents.xcworkspacedata
generated
Normal file
40
LuckyWorld (Mac).xcworkspace/contents.xcworkspacedata
generated
Normal file
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<Group
|
||||
location = "container:" name = "Engine">
|
||||
<FileRef
|
||||
location = "group:Intermediate/ProjectFiles/UnrealEditor (Mac).xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Intermediate/ProjectFiles/UnrealGame (Mac).xcodeproj">
|
||||
</FileRef>
|
||||
</Group>
|
||||
<Group
|
||||
location = "container:" name = "Games">
|
||||
<Group
|
||||
location = "container:" name = "LuckyWorld">
|
||||
<FileRef
|
||||
location = "group:Intermediate/ProjectFiles/LuckyWorld (Mac).xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Intermediate/ProjectFiles/LuckyWorldEditor (Mac).xcodeproj">
|
||||
</FileRef>
|
||||
</Group>
|
||||
</Group>
|
||||
<Group
|
||||
location = "container:" name = "Programs">
|
||||
<Group
|
||||
location = "container:" name = "Automation">
|
||||
</Group>
|
||||
<Group
|
||||
location = "container:" name = "UnrealBuildTool.Plugins">
|
||||
</Group>
|
||||
<Group
|
||||
location = "container:" name = "Shared">
|
||||
</Group>
|
||||
</Group>
|
||||
<Group
|
||||
location = "container:" name = "Rules">
|
||||
</Group>
|
||||
</Workspace>
|
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>DisableBuildSystemDeprecationWarning</key>
|
||||
<true/>
|
||||
<key>DisableBuildSystemDeprecationDiagnostic</key>
|
||||
<true/>
|
||||
<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildSystemType</key>
|
||||
<string>Original</string>
|
||||
<key>BuildLocationStyle</key>
|
||||
<string>UseTargetSettings</string>
|
||||
<key>CustomBuildLocationType</key>
|
||||
<string>RelativeToDerivedData</string>
|
||||
<key>DerivedDataLocationStyle</key>
|
||||
<string>Default</string>
|
||||
<key>IssueFilterStyle</key>
|
||||
<string>ShowAll</string>
|
||||
<key>LiveSourceIssuesEnabled</key>
|
||||
<true/>
|
||||
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
|
||||
<true/>
|
||||
<key>SnapshotLocationStyle</key>
|
||||
<string>Default</string>
|
||||
</dict>
|
||||
</plist>
|
@ -19,7 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnrealBuildTool.Plugins", "
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UE5", "Intermediate\ProjectFiles\UE5.vcxproj", "{849816FC-CAA5-3DFC-A8CF-8F7E94F403DE}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Luckyrobots", "Intermediate\ProjectFiles\Luckyrobots.vcxproj", "{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LuckyWorld", "Intermediate\ProjectFiles\LuckyWorld.vcxproj", "{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{F16F95B3-9304-30C0-A3F0-60F024FFEBE4} = {F16F95B3-9304-30C0-A3F0-60F024FFEBE4}
|
||||
EndProjectSection
|
||||
@ -124,7 +124,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UE5ProgramRules", "C:\Progr
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UE5Rules", "C:\Program Files\Epic Games\UE_5.5\Engine\Intermediate\Build\BuildRulesProjects\UE5Rules\UE5Rules.csproj", "{56715E44-C4C5-32A6-BFE1-54B72B3132AD}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuckyrobotsModuleRules", "Intermediate\Build\BuildRulesProjects\LuckyrobotsModuleRules\LuckyrobotsModuleRules.csproj", "{0979D6D0-0E25-3158-951C-877BB0E2C6B6}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuckyWorldModuleRules", "Intermediate\Build\BuildRulesProjects\LuckyWorldModuleRules\LuckyWorldModuleRules.csproj", "{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Visualizers", "Visualizers", "{1CCEC849-CC72-4C59-8C36-2F7C38706D4C}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
@ -190,54 +190,54 @@ Global
|
||||
{849816FC-CAA5-3DFC-A8CF-8F7E94F403DE}.Shipping|Win64.ActiveCfg = BuiltWithUnrealBuildTool|Win64
|
||||
{849816FC-CAA5-3DFC-A8CF-8F7E94F403DE}.Shipping|Win64-arm64.ActiveCfg = BuiltWithUnrealBuildTool|Win64
|
||||
{849816FC-CAA5-3DFC-A8CF-8F7E94F403DE}.Shipping|Win64-arm64ec.ActiveCfg = BuiltWithUnrealBuildTool|Win64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame Editor|Linux.ActiveCfg = Linux_DebugGame_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame Editor|Linux.Build.0 = Linux_DebugGame_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame Editor|LinuxArm64.ActiveCfg = Invalid|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame Editor|Win64.ActiveCfg = DebugGame_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame Editor|Win64.Build.0 = DebugGame_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame Editor|Win64-arm64.ActiveCfg = Win64_arm64_DebugGame_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame Editor|Win64-arm64.Build.0 = Win64_arm64_DebugGame_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame Editor|Win64-arm64ec.ActiveCfg = Win64_arm64ec_DebugGame_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame Editor|Win64-arm64ec.Build.0 = Win64_arm64ec_DebugGame_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame|Linux.ActiveCfg = Linux_DebugGame|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame|Linux.Build.0 = Linux_DebugGame|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame|LinuxArm64.ActiveCfg = LinuxArm64_DebugGame|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame|LinuxArm64.Build.0 = LinuxArm64_DebugGame|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame|Win64.ActiveCfg = DebugGame|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame|Win64.Build.0 = DebugGame|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame|Win64-arm64.ActiveCfg = Win64_arm64_DebugGame|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame|Win64-arm64.Build.0 = Win64_arm64_DebugGame|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame|Win64-arm64ec.ActiveCfg = Win64_arm64ec_DebugGame|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.DebugGame|Win64-arm64ec.Build.0 = Win64_arm64ec_DebugGame|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development Editor|Linux.ActiveCfg = Linux_Development_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development Editor|Linux.Build.0 = Linux_Development_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development Editor|LinuxArm64.ActiveCfg = Invalid|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development Editor|Win64.ActiveCfg = Development_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development Editor|Win64.Build.0 = Development_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development Editor|Win64-arm64.ActiveCfg = Win64_arm64_Development_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development Editor|Win64-arm64.Build.0 = Win64_arm64_Development_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development Editor|Win64-arm64ec.ActiveCfg = Win64_arm64ec_Development_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development Editor|Win64-arm64ec.Build.0 = Win64_arm64ec_Development_Editor|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development|Linux.ActiveCfg = Linux_Development|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development|Linux.Build.0 = Linux_Development|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development|LinuxArm64.ActiveCfg = LinuxArm64_Development|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development|LinuxArm64.Build.0 = LinuxArm64_Development|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development|Win64.ActiveCfg = Development|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development|Win64.Build.0 = Development|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development|Win64-arm64.ActiveCfg = Win64_arm64_Development|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development|Win64-arm64.Build.0 = Win64_arm64_Development|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development|Win64-arm64ec.ActiveCfg = Win64_arm64ec_Development|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Development|Win64-arm64ec.Build.0 = Win64_arm64ec_Development|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Shipping|Linux.ActiveCfg = Linux_Shipping|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Shipping|Linux.Build.0 = Linux_Shipping|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Shipping|LinuxArm64.ActiveCfg = LinuxArm64_Shipping|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Shipping|LinuxArm64.Build.0 = LinuxArm64_Shipping|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Shipping|Win64.ActiveCfg = Shipping|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Shipping|Win64.Build.0 = Shipping|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Shipping|Win64-arm64.ActiveCfg = Win64_arm64_Shipping|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Shipping|Win64-arm64.Build.0 = Win64_arm64_Shipping|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Shipping|Win64-arm64ec.ActiveCfg = Win64_arm64ec_Shipping|x64
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D}.Shipping|Win64-arm64ec.Build.0 = Win64_arm64ec_Shipping|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame Editor|Linux.ActiveCfg = Linux_DebugGame_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame Editor|Linux.Build.0 = Linux_DebugGame_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame Editor|LinuxArm64.ActiveCfg = Invalid|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame Editor|Win64.ActiveCfg = DebugGame_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame Editor|Win64.Build.0 = DebugGame_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame Editor|Win64-arm64.ActiveCfg = Win64_arm64_DebugGame_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame Editor|Win64-arm64.Build.0 = Win64_arm64_DebugGame_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame Editor|Win64-arm64ec.ActiveCfg = Win64_arm64ec_DebugGame_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame Editor|Win64-arm64ec.Build.0 = Win64_arm64ec_DebugGame_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame|Linux.ActiveCfg = Linux_DebugGame|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame|Linux.Build.0 = Linux_DebugGame|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame|LinuxArm64.ActiveCfg = LinuxArm64_DebugGame|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame|LinuxArm64.Build.0 = LinuxArm64_DebugGame|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame|Win64.ActiveCfg = DebugGame|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame|Win64.Build.0 = DebugGame|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame|Win64-arm64.ActiveCfg = Win64_arm64_DebugGame|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame|Win64-arm64.Build.0 = Win64_arm64_DebugGame|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame|Win64-arm64ec.ActiveCfg = Win64_arm64ec_DebugGame|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.DebugGame|Win64-arm64ec.Build.0 = Win64_arm64ec_DebugGame|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development Editor|Linux.ActiveCfg = Linux_Development_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development Editor|Linux.Build.0 = Linux_Development_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development Editor|LinuxArm64.ActiveCfg = Invalid|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development Editor|Win64.ActiveCfg = Development_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development Editor|Win64.Build.0 = Development_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development Editor|Win64-arm64.ActiveCfg = Win64_arm64_Development_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development Editor|Win64-arm64.Build.0 = Win64_arm64_Development_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development Editor|Win64-arm64ec.ActiveCfg = Win64_arm64ec_Development_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development Editor|Win64-arm64ec.Build.0 = Win64_arm64ec_Development_Editor|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development|Linux.ActiveCfg = Linux_Development|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development|Linux.Build.0 = Linux_Development|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development|LinuxArm64.ActiveCfg = LinuxArm64_Development|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development|LinuxArm64.Build.0 = LinuxArm64_Development|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development|Win64.ActiveCfg = Development|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development|Win64.Build.0 = Development|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development|Win64-arm64.ActiveCfg = Win64_arm64_Development|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development|Win64-arm64.Build.0 = Win64_arm64_Development|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development|Win64-arm64ec.ActiveCfg = Win64_arm64ec_Development|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Development|Win64-arm64ec.Build.0 = Win64_arm64ec_Development|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Shipping|Linux.ActiveCfg = Linux_Shipping|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Shipping|Linux.Build.0 = Linux_Shipping|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Shipping|LinuxArm64.ActiveCfg = LinuxArm64_Shipping|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Shipping|LinuxArm64.Build.0 = LinuxArm64_Shipping|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Shipping|Win64.ActiveCfg = Shipping|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Shipping|Win64.Build.0 = Shipping|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Shipping|Win64-arm64.ActiveCfg = Win64_arm64_Shipping|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Shipping|Win64-arm64.Build.0 = Win64_arm64_Shipping|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Shipping|Win64-arm64ec.ActiveCfg = Win64_arm64ec_Shipping|x64
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1}.Shipping|Win64-arm64ec.Build.0 = Win64_arm64ec_Shipping|x64
|
||||
{F16F95B3-9304-30C0-A3F0-60F024FFEBE4}.DebugGame Editor|Linux.ActiveCfg = Development|Any CPU
|
||||
{F16F95B3-9304-30C0-A3F0-60F024FFEBE4}.DebugGame Editor|Linux.Build.0 = Development|Any CPU
|
||||
{F16F95B3-9304-30C0-A3F0-60F024FFEBE4}.DebugGame Editor|LinuxArm64.ActiveCfg = Development|Any CPU
|
||||
@ -2738,63 +2738,63 @@ Global
|
||||
{56715E44-C4C5-32A6-BFE1-54B72B3132AD}.Shipping|Win64-arm64.Build.0 = Development|Any CPU
|
||||
{56715E44-C4C5-32A6-BFE1-54B72B3132AD}.Shipping|Win64-arm64ec.ActiveCfg = Development|Any CPU
|
||||
{56715E44-C4C5-32A6-BFE1-54B72B3132AD}.Shipping|Win64-arm64ec.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame Editor|Linux.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame Editor|Linux.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame Editor|LinuxArm64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame Editor|LinuxArm64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame Editor|Win64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame Editor|Win64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame Editor|Win64-arm64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame Editor|Win64-arm64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame Editor|Win64-arm64ec.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame Editor|Win64-arm64ec.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame|Linux.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame|Linux.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame|LinuxArm64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame|LinuxArm64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame|Win64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame|Win64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame|Win64-arm64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame|Win64-arm64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame|Win64-arm64ec.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.DebugGame|Win64-arm64ec.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development Editor|Linux.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development Editor|Linux.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development Editor|LinuxArm64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development Editor|LinuxArm64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development Editor|Win64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development Editor|Win64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development Editor|Win64-arm64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development Editor|Win64-arm64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development Editor|Win64-arm64ec.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development Editor|Win64-arm64ec.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development|Linux.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development|Linux.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development|LinuxArm64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development|LinuxArm64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development|Win64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development|Win64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development|Win64-arm64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development|Win64-arm64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development|Win64-arm64ec.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Development|Win64-arm64ec.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Shipping|Linux.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Shipping|Linux.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Shipping|LinuxArm64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Shipping|LinuxArm64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Shipping|Win64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Shipping|Win64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Shipping|Win64-arm64.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Shipping|Win64-arm64.Build.0 = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Shipping|Win64-arm64ec.ActiveCfg = Development|Any CPU
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6}.Shipping|Win64-arm64ec.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame Editor|Linux.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame Editor|Linux.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame Editor|LinuxArm64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame Editor|LinuxArm64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame Editor|Win64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame Editor|Win64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame Editor|Win64-arm64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame Editor|Win64-arm64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame Editor|Win64-arm64ec.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame Editor|Win64-arm64ec.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame|Linux.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame|Linux.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame|LinuxArm64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame|LinuxArm64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame|Win64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame|Win64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame|Win64-arm64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame|Win64-arm64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame|Win64-arm64ec.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.DebugGame|Win64-arm64ec.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development Editor|Linux.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development Editor|Linux.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development Editor|LinuxArm64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development Editor|LinuxArm64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development Editor|Win64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development Editor|Win64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development Editor|Win64-arm64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development Editor|Win64-arm64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development Editor|Win64-arm64ec.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development Editor|Win64-arm64ec.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development|Linux.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development|Linux.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development|LinuxArm64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development|LinuxArm64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development|Win64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development|Win64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development|Win64-arm64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development|Win64-arm64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development|Win64-arm64ec.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Development|Win64-arm64ec.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Shipping|Linux.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Shipping|Linux.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Shipping|LinuxArm64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Shipping|LinuxArm64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Shipping|Win64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Shipping|Win64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Shipping|Win64-arm64.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Shipping|Win64-arm64.Build.0 = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Shipping|Win64-arm64ec.ActiveCfg = Development|Any CPU
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A}.Shipping|Win64-arm64ec.Build.0 = Development|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{849816FC-CAA5-3DFC-A8CF-8F7E94F403DE} = {233774A8-CC9D-3FA9-86D1-90573E92B704}
|
||||
{84899DBF-1DA8-380F-8D21-1BDF2C45EB7D} = {DE1F8B53-6C02-3C13-9101-A7C8D96F3FF6}
|
||||
{502D0BED-E00D-3C63-A8EB-CF9E7F4CBDB1} = {DE1F8B53-6C02-3C13-9101-A7C8D96F3FF6}
|
||||
{F16F95B3-9304-30C0-A3F0-60F024FFEBE4} = {A338B9E2-A559-34BE-A46D-F789DD488FAD}
|
||||
{A4DA514A-CBB8-3614-89E1-39139198AD1E} = {A338B9E2-A559-34BE-A46D-F789DD488FAD}
|
||||
{0BFBE63A-B98A-3411-8EEB-8918FEC737B3} = {A338B9E2-A559-34BE-A46D-F789DD488FAD}
|
||||
@ -2848,6 +2848,6 @@ Global
|
||||
{732046E0-CBDA-3909-989E-13436E2A0101} = {C2F57ECE-B26F-39D8-BDA7-C1D40BD8F180}
|
||||
{425131E0-491F-36D1-8DA7-B4418C8F36C8} = {C2F57ECE-B26F-39D8-BDA7-C1D40BD8F180}
|
||||
{56715E44-C4C5-32A6-BFE1-54B72B3132AD} = {C2F57ECE-B26F-39D8-BDA7-C1D40BD8F180}
|
||||
{0979D6D0-0E25-3158-951C-877BB0E2C6B6} = {C2F57ECE-B26F-39D8-BDA7-C1D40BD8F180}
|
||||
{64B00F42-5CF8-3F10-8096-E67A4EF9E96A} = {C2F57ECE-B26F-39D8-BDA7-C1D40BD8F180}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
@ -5,7 +5,7 @@
|
||||
"Description": "",
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "Luckyrobots",
|
||||
"Name": "LuckyWorld",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"AdditionalDependencies": [
|
Binary file not shown.
BIN
Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor-AsyncLoadingScreen-Win64-DebugGame.dll
(Stored with Git LFS)
BIN
Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor-AsyncLoadingScreen-Win64-DebugGame.dll
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor-AsyncLoadingScreen-Win64-DebugGame.pdb
(Stored with Git LFS)
BIN
Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor-AsyncLoadingScreen-Win64-DebugGame.pdb
(Stored with Git LFS)
Binary file not shown.
BIN
Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.dll
(Stored with Git LFS)
BIN
Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.dll
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.pdb
(Stored with Git LFS)
BIN
Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.pdb
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Plugins/BlueprintJson/Binaries/Win64/UnrealEditor-BlueprintJson-Win64-DebugGame.dll
(Stored with Git LFS)
BIN
Plugins/BlueprintJson/Binaries/Win64/UnrealEditor-BlueprintJson-Win64-DebugGame.dll
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Plugins/BlueprintJson/Binaries/Win64/UnrealEditor-BlueprintJson-Win64-DebugGame.pdb
(Stored with Git LFS)
BIN
Plugins/BlueprintJson/Binaries/Win64/UnrealEditor-BlueprintJson-Win64-DebugGame.pdb
(Stored with Git LFS)
Binary file not shown.
BIN
Plugins/BlueprintJson/Binaries/Win64/UnrealEditor-BlueprintJson.dll
(Stored with Git LFS)
BIN
Plugins/BlueprintJson/Binaries/Win64/UnrealEditor-BlueprintJson.dll
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user