Compare commits
32 Commits
Author | SHA1 | Date | |
---|---|---|---|
102d8f0750 | |||
fbd378539e | |||
124635bec6 | |||
3dbd3e5c08 | |||
|
44a125e44e | ||
271315f69b | |||
ee77ef6d8d | |||
6d2f2ac3e2 | |||
|
993677e971 | ||
|
5ba13ad0c2 | ||
|
96edce83ea | ||
00269327c6 | |||
3b52ba3596 | |||
5355fa3d9a | |||
4dcf92124f | |||
3640778c7b | |||
|
58073d73f3 | ||
9fabe6620f | |||
d2cbe4c0e5 | |||
1ca7338ef5 | |||
0d4b4981ed | |||
d03bbb482b | |||
3fa68331b6 | |||
981d30b2ed | |||
a8580042f6 | |||
74a6cdca2e | |||
|
65220f3318 | ||
|
dde79ffd54 | ||
|
c5c9eb20a5 | ||
|
9ce6ba07eb | ||
468dc0043a | |||
1b391cfa2a |
.DS_Store
.gitea/workflows
.gitignoreAssets
Binaries
Linux
LuckyrobotsLuckyrobots.debugLuckyrobots.symLuckyrobots.targetamd_fidelityfx_dx12.dlllibOpenColorIO.solibOpenColorIO.so.2.3libboost_atomic-mt-x64.solibboost_atomic-mt-x64.so.1.82.0libboost_chrono-mt-x64.solibboost_chrono-mt-x64.so.1.82.0libboost_filesystem-mt-x64.solibboost_filesystem-mt-x64.so.1.82.0libboost_iostreams-mt-x64.solibboost_iostreams-mt-x64.so.1.82.0libboost_program_options-mt-x64.solibboost_program_options-mt-x64.so.1.82.0libboost_python311-mt-x64.solibboost_python311-mt-x64.so.1.82.0libboost_regex-mt-x64.solibboost_regex-mt-x64.so.1.82.0libboost_system-mt-x64.solibboost_system-mt-x64.so.1.82.0libboost_thread-mt-x64.solibboost_thread-mt-x64.so.1.82.0libmujoco.solibmujoco.so.3.2.7
LuckyWorld (Mac).build/Mac/LuckyWorld.build
DerivedSources
LuckyWorld-Mac-Shipping.DependencyMetadataFileListLuckyWorld-Mac-Shipping.app-Simulated.xcentLuckyWorld-Mac-Shipping.app-Simulated.xcent.derLuckyWorld-Mac-Shipping.app.xcentLuckyWorld-Mac-Shipping.app.xcent.derScript-2E0D0C71EC40476E098C1617.shScript-985126F960E44DC6DC338213.shassetcatalog_dependenciesassetcatalog_generated_info.plistMac
LuckyWorld-Mac-Shipping.targetLuckyWorldEditor.targetUnrealEditor-LuckyWorld.dylibUnrealEditor.moduleslibboost_atomic-mt-a64.dyliblibboost_chrono-mt-a64.dyliblibboost_filesystem-mt-a64.dyliblibboost_iostreams-mt-a64.dyliblibboost_program_options-mt-a64.dyliblibboost_python311-mt-a64.dyliblibboost_regex-mt-a64.dyliblibboost_system-mt-a64.dyliblibboost_thread-mt-a64.dyliblibmujoco.3.2.7.dylibmujoco.dylib
Win64
D3D12
DML
LuckyWorldEditor.targetLuckyrobots.exeLuckyrobots.expLuckyrobots.pdbLuckyrobotsEditor-Win64-DebugGame.targetOpenColorIO_2_3.dllUnrealEditor-LuckyWorld-Win64-DebugGame.dllUnrealEditor-LuckyWorld-Win64-DebugGame.expUnrealEditor-LuckyWorld-Win64-DebugGame.pdbUnrealEditor-LuckyWorld.dllUnrealEditor-LuckyWorld.expUnrealEditor-LuckyWorld.pdbUnrealEditor-Luckyrobots-Win64-DebugGame.dllUnrealEditor-Luckyrobots-Win64-DebugGame.expUnrealEditor-Luckyrobots-Win64-DebugGame.pdbUnrealEditor-Luckyrobots.dllUnrealEditor-Luckyrobots.expUnrealEditor-Luckyrobots.patch_0.exeUnrealEditor-Luckyrobots.patch_0.expUnrealEditor-Luckyrobots.patch_0.pdbUnrealEditor-Luckyrobots.patch_0_PID_31192.exeUnrealEditor-Luckyrobots.pdbUnrealEditor-Win64-DebugGame.modulesUnrealEditor.modulesboost_atomic-mt-x64.dllboost_chrono-mt-x64.dllboost_filesystem-mt-x64.dllboost_iostreams-mt-x64.dllboost_program_options-mt-x64.dllboost_python311-mt-x64.dllboost_regex-mt-x64.dllboost_system-mt-x64.dllboost_thread-mt-x64.dlltbb.dlltbb.pdbtbbmalloc.dlltbbmalloc.pdbConfig
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
@ -2,8 +2,6 @@ name: Unreal Engine Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main, develop]
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
|
9
.gitignore
vendored
9
.gitignore
vendored
@ -18,6 +18,7 @@
|
||||
# Builds
|
||||
Build/*
|
||||
Builds/*
|
||||
*.app
|
||||
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
||||
!Build/*/
|
||||
Build/*/**
|
||||
@ -33,4 +34,10 @@ Intermediate/*
|
||||
Plugins/**/Intermediate/*
|
||||
# Cache files for the editor to use
|
||||
DerivedDataCache/*
|
||||
.DS_Store
|
||||
|
||||
.DS_Store
|
||||
/RobotData
|
||||
|
||||
#this only is the Binaries folder on the root, not the Binaries folder in the plugin folders
|
||||
Binaries/**
|
||||
*.app/
|
||||
|
BIN
Assets/Default_Logo_Horizontal.png
(Stored with Git LFS)
Normal file
BIN
Assets/Default_Logo_Horizontal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Assets/bedroom.png
(Stored with Git LFS)
Normal file
BIN
Assets/bedroom.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Assets/loft.png
(Stored with Git LFS)
Normal file
BIN
Assets/loft.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Assets/luck-e.mp4
Normal file
BIN
Assets/luck-e.mp4
Normal file
Binary file not shown.
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.
10
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/DerivedSources/Entitlements.plist
Normal file
10
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/DerivedSources/Entitlements.plist
Normal file
@ -0,0 +1,10 @@
|
||||
<?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>com.apple.security.app-sandbox</key>
|
||||
<true/>
|
||||
<key>com.apple.security.get-task-allow</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
0
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/LuckyWorld-Mac-Shipping.DependencyMetadataFileList
Normal file
0
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/LuckyWorld-Mac-Shipping.DependencyMetadataFileList
Normal file
5
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/LuckyWorld-Mac-Shipping.app-Simulated.xcent
Normal file
5
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/LuckyWorld-Mac-Shipping.app-Simulated.xcent
Normal file
@ -0,0 +1,5 @@
|
||||
<?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/>
|
||||
</plist>
|
BIN
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/LuckyWorld-Mac-Shipping.app-Simulated.xcent.der
Normal file
BIN
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/LuckyWorld-Mac-Shipping.app-Simulated.xcent.der
Normal file
Binary file not shown.
10
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/LuckyWorld-Mac-Shipping.app.xcent
Normal file
10
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/LuckyWorld-Mac-Shipping.app.xcent
Normal file
@ -0,0 +1,10 @@
|
||||
<?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>com.apple.security.app-sandbox</key>
|
||||
<true/>
|
||||
<key>com.apple.security.get-task-allow</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
1
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/LuckyWorld-Mac-Shipping.app.xcent.der
Normal file
1
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/LuckyWorld-Mac-Shipping.app.xcent.der
Normal file
@ -0,0 +1 @@
|
||||
pR°M0#com.apple.security.app-sandboxÿ0&!com.apple.security.get-task-allowÿ
|
44
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/Script-2E0D0C71EC40476E098C1617.sh
Executable file
44
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/Script-2E0D0C71EC40476E098C1617.sh
Executable file
@ -0,0 +1,44 @@
|
||||
#!/bin/sh
|
||||
set -eo pipefail
|
||||
SRC_EXE="${UE_BINARIES_DIR}/${UE_UBT_BINARY_SUBPATH}"
|
||||
DEST_EXE="${CONFIGURATION_BUILD_DIR}/${EXECUTABLE_PATH}"
|
||||
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"
|
||||
|
||||
# Skip syncing if desired
|
||||
if [[ ${UE_SKIP_STAGEDDATA_SYNC} -eq 1 ]]; then exit 0; fi
|
||||
|
||||
# When building engine projects, like UnrealGame, we don't have data to stage unless something has specified UE_OVERRIDE_STAGE_DIR
|
||||
if [[ -z ${UE_OVERRIDE_STAGE_DIR} ]]; then
|
||||
STAGED_DIR="${UE_PROJECT_DIR}/Saved/StagedBuilds/${UE_TARGET_PLATFORM_NAME}"
|
||||
else
|
||||
STAGED_DIR="${UE_OVERRIDE_STAGE_DIR}"
|
||||
fi
|
||||
if [[ -z ${STAGED_DIR} ]]; then exit 0; fi
|
||||
# Make sure the staged directory exists and has files in it
|
||||
if [[ ! -e "${STAGED_DIR}" || ! $(ls -A "${STAGED_DIR}") ]]; then
|
||||
echo =========================================================================================
|
||||
echo "WARNING: To run, you must have a valid staged build directory. The Staged location is:"
|
||||
echo " ${STAGED_DIR}"
|
||||
echo "Use the editor's Platforms menu, or run a command like::"
|
||||
echo "./RunUAT.sh BuildCookRun -platform=Mac -project=<project> -build -cook -stage -pak"
|
||||
echo =========================================================================================
|
||||
exit -0
|
||||
fi
|
||||
|
||||
echo "Syncing ${STAGED_DIR} to ${CONFIGURATION_BUILD_DIR}/${CONTENTS_FOLDER_PATH}/UE"
|
||||
if [[ -e "${STAGED_DIR}" ]]; then
|
||||
rsync -a --delete --exclude="/Info.plist" --exclude="/Manifest_*" --exclude="/*.app" "${STAGED_DIR}/" "${CONFIGURATION_BUILD_DIR}/${CONTENTS_FOLDER_PATH}/UE"
|
||||
else
|
||||
echo =========================================================================================
|
||||
echo "WARNING: To run, you must have a valid staged sync source directory. The Staged SyncSource location is:"
|
||||
echo "${STAGED_DIR}"
|
||||
echo "Use the editor's Platforms menu, or run a command like::"
|
||||
echo "./RunUAT.sh BuildCookRun -platform=Mac -project=<project> -build -cook -stage -pak"
|
||||
echo =========================================================================================
|
||||
exit -0
|
||||
fi
|
44
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/Script-985126F960E44DC6DC338213.sh
Executable file
44
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/Script-985126F960E44DC6DC338213.sh
Executable file
@ -0,0 +1,44 @@
|
||||
#!/bin/sh
|
||||
set -eo pipefail
|
||||
SRC_EXE="${UE_BINARIES_DIR}/${UE_UBT_BINARY_SUBPATH}"
|
||||
DEST_EXE="${CONFIGURATION_BUILD_DIR}/${EXECUTABLE_PATH}"
|
||||
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"
|
||||
|
||||
# Skip syncing if desired
|
||||
if [[ ${UE_SKIP_STAGEDDATA_SYNC} -eq 1 ]]; then exit 0; fi
|
||||
|
||||
# When building engine projects, like UnrealGame, we don't have data to stage unless something has specified UE_OVERRIDE_STAGE_DIR
|
||||
if [[ -z ${UE_OVERRIDE_STAGE_DIR} ]]; then
|
||||
STAGED_DIR="${UE_PROJECT_DIR}/Saved/StagedBuilds/${UE_TARGET_PLATFORM_NAME}"
|
||||
else
|
||||
STAGED_DIR="${UE_OVERRIDE_STAGE_DIR}"
|
||||
fi
|
||||
if [[ -z ${STAGED_DIR} ]]; then exit 0; fi
|
||||
# Make sure the staged directory exists and has files in it
|
||||
if [[ ! -e "${STAGED_DIR}" || ! $(ls -A "${STAGED_DIR}") ]]; then
|
||||
echo =========================================================================================
|
||||
echo "WARNING: To run, you must have a valid staged build directory. The Staged location is:"
|
||||
echo " ${STAGED_DIR}"
|
||||
echo "Use the editor's Platforms menu, or run a command like::"
|
||||
echo "./RunUAT.sh BuildCookRun -platform=Mac -project=<project> -build -cook -stage -pak"
|
||||
echo =========================================================================================
|
||||
exit -0
|
||||
fi
|
||||
|
||||
echo "Syncing ${STAGED_DIR} to ${CONFIGURATION_BUILD_DIR}/${CONTENTS_FOLDER_PATH}/UE"
|
||||
if [[ -e "${STAGED_DIR}" ]]; then
|
||||
rsync -a --delete --exclude="/Info.plist" --exclude="/Manifest_*" --exclude="/*.app" "${STAGED_DIR}/" "${CONFIGURATION_BUILD_DIR}/${CONTENTS_FOLDER_PATH}/UE"
|
||||
else
|
||||
echo =========================================================================================
|
||||
echo "WARNING: To run, you must have a valid staged sync source directory. The Staged SyncSource location is:"
|
||||
echo "${STAGED_DIR}"
|
||||
echo "Use the editor's Platforms menu, or run a command like::"
|
||||
echo "./RunUAT.sh BuildCookRun -platform=Mac -project=<project> -build -cook -stage -pak"
|
||||
echo =========================================================================================
|
||||
exit -0
|
||||
fi
|
Binary file not shown.
10
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/assetcatalog_generated_info.plist
Normal file
10
Binaries/LuckyWorld (Mac).build/Mac/LuckyWorld.build/assetcatalog_generated_info.plist
Normal file
@ -0,0 +1,10 @@
|
||||
<?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>CFBundleIconFile</key>
|
||||
<string>AppIcon</string>
|
||||
<key>CFBundleIconName</key>
|
||||
<string>AppIcon</string>
|
||||
</dict>
|
||||
</plist>
|
@ -1,18 +1,18 @@
|
||||
{
|
||||
"TargetName": "Luckyrobots",
|
||||
"Platform": "Win64",
|
||||
"Configuration": "Development",
|
||||
"TargetName": "LuckyWorld",
|
||||
"Platform": "Mac",
|
||||
"Configuration": "Shipping",
|
||||
"TargetType": "Game",
|
||||
"IsTestTarget": false,
|
||||
"Architecture": "x64",
|
||||
"Project": "../../Luckyrobots.uproject",
|
||||
"Launch": "$(ProjectDir)/Binaries/Win64/Luckyrobots.exe",
|
||||
"Architecture": "arm64",
|
||||
"Project": "../../LuckyWorld.uproject",
|
||||
"Launch": "$(ProjectDir)/Binaries/Mac/LuckyWorld-Mac-Shipping.app/Contents/MacOS/LuckyWorld-Mac-Shipping",
|
||||
"Version":
|
||||
{
|
||||
"MajorVersion": 5,
|
||||
"MinorVersion": 5,
|
||||
"PatchVersion": 4,
|
||||
"Changelist": 40574608,
|
||||
"PatchVersion": 3,
|
||||
"Changelist": 39772772,
|
||||
"CompatibleChangelist": 37670630,
|
||||
"IsLicenseeVersion": 0,
|
||||
"IsPromotedBuild": 0,
|
||||
@ -21,139 +21,103 @@
|
||||
},
|
||||
"BuildProducts": [
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/EOSSDK-Win64-Shipping.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/LuckyWorld-Mac-Shipping",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/D3D12/D3D12Core.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/LuckyWorld-Mac-Shipping.app/Contents/Info.plist",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/D3D12/d3d12SDKLayers.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/DML/DirectML.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/Luckyrobots.exe",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/LuckyWorld-Mac-Shipping.app/Contents/MacOS/LuckyWorld-Mac-Shipping",
|
||||
"Type": "Executable"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/Luckyrobots.pdb",
|
||||
"Type": "SymbolFile"
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/LuckyWorld-Mac-Shipping.app/Contents/PkgInfo",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/OpenColorIO_2_3.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/LuckyWorld-Mac-Shipping.app/Contents/_CodeSignature/CodeResources",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_atomic-mt-a64.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_atomic-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_chrono-mt-a64.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_chrono-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_filesystem-mt-a64.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_filesystem-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_iostreams-mt-a64.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_iostreams-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_program_options-mt-a64.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_program_options-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_python311-mt-a64.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_python311-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_regex-mt-a64.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_regex-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_system-mt-a64.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_system-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_thread-mt-a64.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_thread-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libmujoco.3.2.7.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/mujoco.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/mujoco.dylib",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/tbb.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/tbb.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/tbbmalloc.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/tbbmalloc.pdb",
|
||||
"Type": "SymbolFile"
|
||||
}
|
||||
],
|
||||
"RuntimeDependencies": [
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/DbgHelp/dbghelp.dll",
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/Apple/MetalShaderConverter/Mac/libmetalirconverter.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/MsQuic/v220/win64/msquic.dll",
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/EOSSDK/Mac/libEOSSDK-Mac-Shipping.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/NVIDIA/NVaftermath/Win64/GFSDK_Aftermath_Lib.x64.dll",
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/Intel/TBB/Mac/libtbb.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/Ogg/Win64/VS2015/libogg_64.dll",
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/Intel/TBB/Mac/libtbbmalloc.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/Vorbis/Win64/VS2015/libvorbis_64.dll",
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/Ogg/Mac/libogg.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/Vorbis/Win64/VS2015/libvorbisfile_64.dll",
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/OpenColorIO/Mac/libOpenColorIO.2.3.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64/WinPixEventRuntime.dll",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/Windows/XAudio2_9/x64/xaudio2_9redist.dll",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/EOSSDK-Win64-Shipping.dll",
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/Vorbis/Mac/libvorbis.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Content/Renderer/TessellationTable.bin",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Content/SlateDebug/Fonts/LastResort.tps",
|
||||
"Type": "DebugNonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Content/SlateDebug/Fonts/LastResort.ttf",
|
||||
"Type": "DebugNonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Content/Slate/Automation/DeveloperDirectoryContent.png",
|
||||
"Type": "UFS"
|
||||
@ -806,10 +770,6 @@
|
||||
"Path": "$(EngineDir)/Content/Slate/CrashTracker/Record.png",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Content/Slate/Cursor/invisible.cur",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Content/Slate/Docking/AppTabContentArea.png",
|
||||
"Type": "UFS"
|
||||
@ -3047,15 +3007,11 @@
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Extras/GPUDumpViewer/GPUDumpViewer.html",
|
||||
"Path": "$(EngineDir)/Content/SlateDebug/Fonts/LastResort.tps",
|
||||
"Type": "DebugNonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Extras/GPUDumpViewer/OpenGPUDumpViewer.bat",
|
||||
"Type": "DebugNonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Extras/GPUDumpViewer/OpenGPUDumpViewer.sh",
|
||||
"Path": "$(EngineDir)/Content/SlateDebug/Fonts/LastResort.ttf",
|
||||
"Type": "DebugNonUFS"
|
||||
},
|
||||
{
|
||||
@ -3078,6 +3034,10 @@
|
||||
"Path": "$(EngineDir)/Plugins/Animation/AnimationData/AnimationData.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Animation/ControlRig/ControlRig.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Animation/ControlRigModules/ControlRigModules.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -3086,10 +3046,6 @@
|
||||
"Path": "$(EngineDir)/Plugins/Animation/ControlRigSpline/ControlRigSpline.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Animation/ControlRig/ControlRig.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Animation/DeformerGraph/DeformerGraph.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -3154,22 +3110,10 @@
|
||||
"Path": "$(EngineDir)/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/ConcertSyncCore.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Developer/DumpGPUServices/DumpGPUServices.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Developer/PixWinPlugin/PixWinPlugin.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Developer/PluginUtils/PluginUtils.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Developer/RenderDocPlugin/RenderDocPlugin.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Developer/UObjectPlugin/UObjectPlugin.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -3247,11 +3191,11 @@
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Enterprise/VariantManagerContent/VariantManagerContent.uplugin",
|
||||
"Path": "$(EngineDir)/Plugins/Enterprise/VariantManager/VariantManager.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Enterprise/VariantManager/VariantManager.uplugin",
|
||||
"Path": "$(EngineDir)/Plugins/Enterprise/VariantManagerContent/VariantManagerContent.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
@ -3334,10 +3278,6 @@
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/MetaHuman/MetaHumanSDK/MetaHumanSDK.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/NFORDenoise/NFORDenoise.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/PlanarCutPlugin/PlanarCut.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -3359,11 +3299,11 @@
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/FX/NiagaraSimCaching/NiagaraSimCaching.uplugin",
|
||||
"Path": "$(EngineDir)/Plugins/FX/Niagara/Niagara.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/FX/Niagara/Niagara.uplugin",
|
||||
"Path": "$(EngineDir)/Plugins/FX/NiagaraSimCaching/NiagaraSimCaching.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
@ -3443,7 +3383,11 @@
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/NNE/NNERuntimeORT/Binaries/ThirdParty/Onnxruntime/Win64/onnxruntime.dll",
|
||||
"Path": "$(EngineDir)/Plugins/NNE/NNERuntimeORT/Binaries/ThirdParty/Onnxruntime/Mac/libonnxruntime.1.17.1.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/NNE/NNERuntimeORT/Binaries/ThirdParty/Onnxruntime/Mac/libonnxruntime.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
@ -3462,6 +3406,10 @@
|
||||
"Path": "$(EngineDir)/Plugins/Online/OnlineServices/OnlineServices.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Online/OnlineSubsystem/OnlineSubsystem.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Online/OnlineSubsystemNull/OnlineSubsystemNull.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -3470,10 +3418,6 @@
|
||||
"Path": "$(EngineDir)/Plugins/Online/OnlineSubsystemUtils/OnlineSubsystemUtils.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Online/OnlineSubsystem/OnlineSubsystem.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Portal/LauncherChunkInstaller/LauncherChunkInstaller.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -3494,6 +3438,10 @@
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/AppleImageUtils/AppleImageUtils.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/AppleMoviePlayer/AppleMoviePlayer.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/ArchVisCharacter/ArchVisCharacter.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -3558,10 +3506,6 @@
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/HairStrands/HairStrands.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/InputDebugging/InputDebugging.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/LocationServicesBPLibrary/LocationServicesBPLibrary.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -3626,18 +3570,6 @@
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/WebMMoviePlayer/WebMMoviePlayer.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/WindowsDeviceProfileSelector/WindowsDeviceProfileSelector.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/WindowsMoviePlayer/WindowsMoviePlayer.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/Windows/XInputDevice/XInputDevice.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Tests/InterchangeTests/InterchangeTests.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -3655,79 +3587,51 @@
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/D3D12/D3D12Core.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_atomic-mt-a64.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/D3D12/d3d12SDKLayers.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_chrono-mt-a64.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/DML/DirectML.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_filesystem-mt-a64.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/OpenColorIO_2_3.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_iostreams-mt-a64.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_atomic-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_program_options-mt-a64.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_chrono-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_python311-mt-a64.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_filesystem-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_regex-mt-a64.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_iostreams-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_system-mt-a64.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_program_options-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libboost_thread-mt-a64.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_python311-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/libmujoco.3.2.7.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_regex-mt-x64.dll",
|
||||
"Path": "$(ProjectDir)/Binaries/Mac/mujoco.dylib",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_system-mt-x64.dll",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/boost_thread-mt-x64.dll",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/mujoco.dll",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/tbb.dll",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/tbb.pdb",
|
||||
"Type": "DebugNonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/tbbmalloc.dll",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/tbbmalloc.pdb",
|
||||
"Type": "DebugNonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Luckyrobots.uproject",
|
||||
"Path": "$(ProjectDir)/LuckyWorld.uproject",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
@ -3887,7 +3791,6 @@
|
||||
"MobilePatchingUtils",
|
||||
"MsQuic",
|
||||
"N10XSourceCodeAccess",
|
||||
"NFORDenoise",
|
||||
"NNEDenoiser",
|
||||
"NNERuntimeORT",
|
||||
"Niagara",
|
||||
@ -3903,7 +3806,6 @@
|
||||
"OpenColorIO",
|
||||
"Paper2D",
|
||||
"PerforceSourceControl",
|
||||
"PixWinPlugin",
|
||||
"PlanarCut",
|
||||
"PlasticSourceControl",
|
||||
"PlatformCrypto",
|
||||
@ -3944,7 +3846,6 @@
|
||||
"UObjectPlugin",
|
||||
"USDCore",
|
||||
"UVEditor",
|
||||
"UbaController",
|
||||
"UdpMessaging",
|
||||
"VaRest",
|
||||
"VariantManager",
|
||||
@ -3959,8 +3860,8 @@
|
||||
"WmfMedia",
|
||||
"WorldMetrics",
|
||||
"WorldPartitionHLODUtilities",
|
||||
"XGEController",
|
||||
"XInputDevice"
|
||||
"XCodeSourceCodeAccess",
|
||||
"XGEController"
|
||||
],
|
||||
"AdditionalProperties": [
|
||||
{
|
24913
Binaries/Mac/LuckyWorldEditor.target
Normal file
24913
Binaries/Mac/LuckyWorldEditor.target
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Binaries/Mac/UnrealEditor-LuckyWorld.dylib
Executable file
BIN
Binaries/Mac/UnrealEditor-LuckyWorld.dylib
Executable file
Binary file not shown.
7
Binaries/Mac/UnrealEditor.modules
Normal file
7
Binaries/Mac/UnrealEditor.modules
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"BuildId": "37670630",
|
||||
"Modules":
|
||||
{
|
||||
"LuckyWorld": "UnrealEditor-LuckyWorld.dylib"
|
||||
}
|
||||
}
|
BIN
Binaries/Mac/libboost_atomic-mt-a64.dylib
Executable file
BIN
Binaries/Mac/libboost_atomic-mt-a64.dylib
Executable file
Binary file not shown.
BIN
Binaries/Mac/libboost_chrono-mt-a64.dylib
Executable file
BIN
Binaries/Mac/libboost_chrono-mt-a64.dylib
Executable file
Binary file not shown.
BIN
Binaries/Mac/libboost_filesystem-mt-a64.dylib
Executable file
BIN
Binaries/Mac/libboost_filesystem-mt-a64.dylib
Executable file
Binary file not shown.
BIN
Binaries/Mac/libboost_iostreams-mt-a64.dylib
Executable file
BIN
Binaries/Mac/libboost_iostreams-mt-a64.dylib
Executable file
Binary file not shown.
BIN
Binaries/Mac/libboost_program_options-mt-a64.dylib
Executable file
BIN
Binaries/Mac/libboost_program_options-mt-a64.dylib
Executable file
Binary file not shown.
BIN
Binaries/Mac/libboost_python311-mt-a64.dylib
Executable file
BIN
Binaries/Mac/libboost_python311-mt-a64.dylib
Executable file
Binary file not shown.
BIN
Binaries/Mac/libboost_regex-mt-a64.dylib
Executable file
BIN
Binaries/Mac/libboost_regex-mt-a64.dylib
Executable file
Binary file not shown.
BIN
Binaries/Mac/libboost_system-mt-a64.dylib
Executable file
BIN
Binaries/Mac/libboost_system-mt-a64.dylib
Executable file
Binary file not shown.
BIN
Binaries/Mac/libboost_thread-mt-a64.dylib
Executable file
BIN
Binaries/Mac/libboost_thread-mt-a64.dylib
Executable file
Binary file not shown.
BIN
Binaries/Mac/libmujoco.3.2.7.dylib
Normal file
BIN
Binaries/Mac/libmujoco.3.2.7.dylib
Normal file
Binary file not shown.
BIN
Binaries/Mac/mujoco.dylib
Normal file
BIN
Binaries/Mac/mujoco.dylib
Normal file
Binary file not shown.
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":
|
||||
@ -21,6 +21,150 @@
|
||||
"BuildId": "37670630"
|
||||
},
|
||||
"BuildProducts": [
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-LuckyWorld.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-LuckyWorld.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/BlueprintJson/Binaries/Win64/UnrealEditor-BlueprintJson.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/BlueprintJson/Binaries/Win64/UnrealEditor-BlueprintJson.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/BlueprintJson/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/FileHelperPlugin/Binaries/Win64/UnrealEditor-FileHelper.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/FileHelperPlugin/Binaries/Win64/UnrealEditor-FileHelper.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/FileHelperPlugin/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyMujoco/Binaries/Win64/UnrealEditor-LuckyMujoco.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyMujoco/Binaries/Win64/UnrealEditor-LuckyMujoco.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyMujoco/Binaries/Win64/UnrealEditor-LuckyMujocoEditor.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyMujoco/Binaries/Win64/UnrealEditor-LuckyMujocoEditor.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyMujoco/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyTextWrite/Binaries/Win64/UnrealEditor-LuckyTextWrite.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyTextWrite/Binaries/Win64/UnrealEditor-LuckyTextWrite.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyTextWrite/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-CoreUtility.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-CoreUtility.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJEditorPlugin.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJEditorPlugin.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJson.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJson.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SocketIOClient.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SocketIOClient.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SocketIOLib.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SocketIOLib.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/VaRestPlugin/Binaries/Win64/UnrealEditor-VaRest.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/VaRestPlugin/Binaries/Win64/UnrealEditor-VaRest.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/VaRestPlugin/Binaries/Win64/UnrealEditor-VaRestEditor.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/VaRestPlugin/Binaries/Win64/UnrealEditor-VaRestEditor.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/VaRestPlugin/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ar/resources/plugInfo.json",
|
||||
"Type": "RequiredResource"
|
||||
@ -569,38 +713,6 @@
|
||||
"Path": "$(EngineDir)/Binaries/Win64/EOSSDK-Win64-Shipping.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/LinuxArm64/UnrealEditor-LinuxArm64TargetPlatform.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/LinuxArm64/UnrealEditor-LinuxArm64TargetPlatformControls.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/LinuxArm64/UnrealEditor-LinuxArm64TargetPlatformSettings.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/LinuxArm64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/Linux/UnrealEditor-LinuxTargetPlatform.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/Linux/UnrealEditor-LinuxTargetPlatformControls.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/Linux/UnrealEditor-LinuxTargetPlatformSettings.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/Linux/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/NNEEditorOnnxTools.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
@ -4884,153 +4996,41 @@
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/XGEController/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-Luckyrobots.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-Luckyrobots.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/AsyncLoac1ceae7b44acV11/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/BlueprintJson/Binaries/Win64/UnrealEditor-BlueprintJson.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/BlueprintJson/Binaries/Win64/UnrealEditor-BlueprintJson.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/BlueprintJson/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/FileHelperPlugin/Binaries/Win64/UnrealEditor-FileHelper.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/FileHelperPlugin/Binaries/Win64/UnrealEditor-FileHelper.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/FileHelperPlugin/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyMujoco/Binaries/Win64/UnrealEditor-LuckyMujoco.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyMujoco/Binaries/Win64/UnrealEditor-LuckyMujoco.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyMujoco/Binaries/Win64/UnrealEditor-LuckyMujocoEditor.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyMujoco/Binaries/Win64/UnrealEditor-LuckyMujocoEditor.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyMujoco/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyTextWrite/Binaries/Win64/UnrealEditor-LuckyTextWrite.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyTextWrite/Binaries/Win64/UnrealEditor-LuckyTextWrite.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyTextWrite/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-CoreUtility.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-CoreUtility.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJEditorPlugin.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJEditorPlugin.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJson.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SIOJson.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SocketIOClient.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SocketIOClient.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SocketIOLib.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor-SocketIOLib.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/VaRestPlugin/Binaries/Win64/UnrealEditor-VaRest.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/VaRestPlugin/Binaries/Win64/UnrealEditor-VaRest.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/VaRestPlugin/Binaries/Win64/UnrealEditor-VaRestEditor.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/VaRestPlugin/Binaries/Win64/UnrealEditor-VaRestEditor.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/VaRestPlugin/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
}
|
||||
],
|
||||
"RuntimeDependencies": [
|
||||
{
|
||||
"Path": "$(ProjectDir)/LuckyWorld.uproject",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/AsyncLoac1ceae7b44acV11/AsyncLoadingScreen.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/BlueprintJson/BlueprintJson.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/FileHelperPlugin/FileHelper.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyMujoco/LuckyMujoco.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyTextWrite/LuckyTextWrite.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/SocketIOClient.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/VaRestPlugin/VaRest.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/DbgHelp/dbghelp.dll",
|
||||
"Type": "NonUFS"
|
||||
@ -30774,38 +30774,6 @@
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/XGEController/XGEController.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Luckyrobots.uproject",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/AsyncLoac1ceae7b44acV11/AsyncLoadingScreen.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/BlueprintJson/BlueprintJson.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/FileHelperPlugin/FileHelper.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyMujoco/LuckyMujoco.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/LuckyTextWrite/LuckyTextWrite.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/SocketIOClient/SocketIOClient.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/VaRestPlugin/VaRest.uplugin",
|
||||
"Type": "UFS"
|
||||
}
|
||||
],
|
||||
"BuildPlugins": [
|
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
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.patch_0.exe
(Stored with Git LFS)
Normal file
BIN
Binaries/Win64/UnrealEditor-Luckyrobots.patch_0.exe
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-Luckyrobots.patch_0.exp
Normal file
BIN
Binaries/Win64/UnrealEditor-Luckyrobots.patch_0.exp
Normal file
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-Luckyrobots.patch_0.pdb
(Stored with Git LFS)
Normal file
BIN
Binaries/Win64/UnrealEditor-Luckyrobots.patch_0.pdb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Binaries/Win64/UnrealEditor-Luckyrobots.patch_0_PID_31192.exe
(Stored with Git LFS)
Normal file
BIN
Binaries/Win64/UnrealEditor-Luckyrobots.patch_0_PID_31192.exe
(Stored with Git LFS)
Normal file
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.
@ -58,14 +58,14 @@ r.ReflectionMethod=1
|
||||
r.ReflectionCaptureResolution=128
|
||||
r.ReflectionEnvironmentLightmapMixBasedOnRoughness=True
|
||||
r.Lumen.HardwareRayTracing=False
|
||||
r.Lumen.HardwareRayTracing.LightingMode=0
|
||||
r.Lumen.HardwareRayTracing.LightingMode=2
|
||||
r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=False
|
||||
r.Lumen.TraceMeshSDFs=1
|
||||
r.Lumen.TraceMeshSDFs=0
|
||||
r.Lumen.ScreenTracingSource=0
|
||||
r.Lumen.Reflections.HardwareRayTracing.Translucent.Refraction.EnableForProject=False
|
||||
r.MegaLights.EnableForProject=False
|
||||
r.RayTracing.Shadows=False
|
||||
r.Shadow.Virtual.Enable=1
|
||||
r.Shadow.Virtual.Enable=0
|
||||
r.RayTracing=False
|
||||
r.RayTracing.UseTextureLod=False
|
||||
r.PathTracing=False
|
||||
@ -87,7 +87,7 @@ r.CustomDepthTemporalAAJitter=True
|
||||
r.PostProcessing.PropagateAlpha=False
|
||||
r.Deferred.SupportPrimitiveAlphaHoldout=False
|
||||
r.DefaultFeature.Bloom=True
|
||||
r.DefaultFeature.AmbientOcclusion=False
|
||||
r.DefaultFeature.AmbientOcclusion=True
|
||||
r.DefaultFeature.AmbientOcclusionStaticFraction=True
|
||||
r.DefaultFeature.AutoExposure=False
|
||||
r.DefaultFeature.AutoExposure.Method=0
|
||||
@ -98,8 +98,8 @@ r.DefaultFeature.LocalExposure.ShadowContrastScale=0.800000
|
||||
r.DefaultFeature.MotionBlur=False
|
||||
r.DefaultFeature.LensFlare=False
|
||||
r.TemporalAA.Upsampling=True
|
||||
r.AntiAliasingMethod=4
|
||||
r.MSAACount=1
|
||||
r.AntiAliasingMethod=2
|
||||
r.MSAACount=2
|
||||
r.DefaultFeature.LightUnits=1
|
||||
r.DefaultBackBufferPixelFormat=4
|
||||
r.ScreenPercentage.Default=85.000000
|
||||
@ -331,3 +331,10 @@ bEnableDLSSD3D12=False
|
||||
bEnableDLSSD3D11=False
|
||||
bEnableDLSSVulkan=False
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
NearClipPlane=0.100000
|
||||
|
||||
[/Script/Engine.TextureEncodingProjectSettings]
|
||||
bFinalUsesRDO=True
|
||||
FinalRDOLambda=100
|
||||
|
||||
|
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