Compare commits
2 Commits
main
...
bg_add_arm
Author | SHA1 | Date | |
---|---|---|---|
|
6163d9b9e0 | ||
|
3fedff22d5 |
78
.gitignore
vendored
78
.gitignore
vendored
@ -1,2 +1,78 @@
|
||||
BP_Puralink
|
||||
BP_Revolute
|
||||
BP_Revolute
|
||||
|
||||
# Visual Studio 2015 user specific files
|
||||
.vs/
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.ipa
|
||||
|
||||
# These project files can be generated by the engine
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
*.sln
|
||||
*.suo
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
|
||||
# Precompiled Assets
|
||||
SourceArt/**/*.png
|
||||
SourceArt/**/*.tga
|
||||
|
||||
# Binary Files
|
||||
Binaries/*
|
||||
Plugins/**/Binaries/*
|
||||
|
||||
# Builds
|
||||
Build/*
|
||||
|
||||
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
||||
!Build/*/
|
||||
Build/*/**
|
||||
!Build/*/PakBlacklist*.txt
|
||||
|
||||
# Don't ignore icon files in Build
|
||||
!Build/**/*.ico
|
||||
|
||||
# Built data for maps
|
||||
*_BuiltData.uasset
|
||||
|
||||
# Configuration files generated by the Editor
|
||||
Saved/*
|
||||
|
||||
# Compiled source files for the engine to use
|
||||
Intermediate/*
|
||||
Plugins/**/Intermediate/*
|
||||
|
||||
# Cache files for the editor to use
|
||||
DerivedDataCache/*
|
||||
.DS_Store
|
13
.idea/.idea.Luckyrobots/.idea/.gitignore
generated
vendored
Normal file
13
.idea/.idea.Luckyrobots/.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/modules.xml
|
||||
/projectSettingsUpdater.xml
|
||||
/.idea.Luckyrobots.iml
|
||||
/contentModel.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
1
.idea/.idea.Luckyrobots/.idea/.name
generated
Normal file
1
.idea/.idea.Luckyrobots/.idea/.name
generated
Normal file
@ -0,0 +1 @@
|
||||
Luckyrobots
|
4
.idea/.idea.Luckyrobots/.idea/encodings.xml
generated
Normal file
4
.idea/.idea.Luckyrobots/.idea/encodings.xml
generated
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||
</project>
|
8
.idea/.idea.Luckyrobots/.idea/indexLayout.xml
generated
Normal file
8
.idea/.idea.Luckyrobots/.idea/indexLayout.xml
generated
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders />
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
</component>
|
||||
</project>
|
6
.idea/.idea.Luckyrobots/.idea/vcs.xml
generated
Normal file
6
.idea/.idea.Luckyrobots/.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
16
.vsconfig
Normal file
16
.vsconfig
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"components": [
|
||||
"Microsoft.Net.Component.4.6.2.TargetingPack",
|
||||
"Microsoft.VisualStudio.Component.Unreal.Workspace",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.Windows11SDK.22621",
|
||||
"Microsoft.VisualStudio.Workload.CoreEditor",
|
||||
"Microsoft.VisualStudio.Workload.ManagedDesktop",
|
||||
"Microsoft.VisualStudio.Workload.NativeCrossPlat",
|
||||
"Microsoft.VisualStudio.Workload.NativeDesktop",
|
||||
"Microsoft.VisualStudio.Workload.NativeGame"
|
||||
]
|
||||
}
|
@ -12,15 +12,171 @@
|
||||
{
|
||||
"MajorVersion": 5,
|
||||
"MinorVersion": 5,
|
||||
"PatchVersion": 1,
|
||||
"PatchVersion": 2,
|
||||
"Changelist": 0,
|
||||
"CompatibleChangelist": 37670630,
|
||||
"IsLicenseeVersion": 0,
|
||||
"IsPromotedBuild": 0,
|
||||
"BranchName": "UE5",
|
||||
"BuildId": "3DA13EC1-4E26-42D4-D22C-198304AE847E"
|
||||
"BuildId": "827e4aed-aff1-4853-85bd-51def0d581c9"
|
||||
},
|
||||
"BuildProducts": [
|
||||
{
|
||||
"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/AsyncLoadingScreen/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/AsyncLoadingScreen/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/AsyncLoadingScreen/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/CPathfinding/Binaries/Win64/UnrealEditor-CPathfinding.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/CPathfinding/Binaries/Win64/UnrealEditor-CPathfinding.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/CPathfinding/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"
|
||||
@ -1337,6 +1493,22 @@
|
||||
"Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ChaosVDRuntime.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ChaosVehiclesCore.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ChaosVehiclesCore.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ChaosVehiclesEngine.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ChaosVehiclesEngine.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CinematicCamera.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
@ -4329,6 +4501,10 @@
|
||||
"Path": "$(EngineDir)/Binaries/Win64/libfbxsdk.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/mujoco.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.10.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
@ -5073,6 +5249,26 @@
|
||||
"Path": "$(EngineDir)/Plugins/CmdLinkServer/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Compositing/OpenColorIO/Binaries/Win64/UnrealEditor-OpenColorIO.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Compositing/OpenColorIO/Binaries/Win64/UnrealEditor-OpenColorIO.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Compositing/OpenColorIO/Binaries/Win64/UnrealEditor-OpenColorIOEditor.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Compositing/OpenColorIO/Binaries/Win64/UnrealEditor-OpenColorIOEditor.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Compositing/OpenColorIO/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Compression/OodleNetwork/Binaries/Win64/UnrealEditor-OodleNetworkHandlerComponent.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
@ -6001,6 +6197,26 @@
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/ChaosUserDataPT/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/ChaosVehiclesPlugin/Binaries/Win64/UnrealEditor-ChaosVehicles.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/ChaosVehiclesPlugin/Binaries/Win64/UnrealEditor-ChaosVehicles.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/ChaosVehiclesPlugin/Binaries/Win64/UnrealEditor-ChaosVehiclesEditor.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/ChaosVehiclesPlugin/Binaries/Win64/UnrealEditor-ChaosVehiclesEditor.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/ChaosVehiclesPlugin/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/CharacterAI/Binaries/Win64/UnrealEditor-CharacterAI.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
@ -6025,6 +6241,18 @@
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/CharacterFXEditor/BaseCharacterFXEditor/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/CineCameraSceneCapture/Binaries/Win64/UnrealEditor-CineCameraSceneCapture.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/CineCameraSceneCapture/Binaries/Win64/UnrealEditor-CineCameraSceneCapture.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/CineCameraSceneCapture/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/Compositing/HoldoutComposite/Binaries/Win64/UnrealEditor-HoldoutComposite.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
@ -6397,6 +6625,26 @@
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/SkeletalReduction/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/StateGraph/Binaries/Win64/UnrealEditor-StateGraph.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/StateGraph/Binaries/Win64/UnrealEditor-StateGraph.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/StateGraph/Binaries/Win64/UnrealEditor-StateGraphManager.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/StateGraph/Binaries/Win64/UnrealEditor-StateGraphManager.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/StateGraph/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/StudioTelemetry/Binaries/Win64/UnrealEditor-AnalyticsHorde.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
@ -6697,6 +6945,74 @@
|
||||
"Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RD.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RD.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderBlueprint.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderBlueprint.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderDebuggerSupport.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderDebuggerSupport.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderGameControl.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderGameControl.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderLC.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderLC.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderLink.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderLink.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderLogging.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderLogging.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderShaderInfo.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor-RiderShaderInfo.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Media/AndroidMedia/Binaries/Win64/UnrealEditor-AndroidMediaEditor.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
@ -7429,6 +7745,18 @@
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/ExampleDeviceProfileSelector/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/GameplayStateTree/Binaries/Win64/UnrealEditor-GameplayStateTreeModule.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/GameplayStateTree/Binaries/Win64/UnrealEditor-GameplayStateTreeModule.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/GameplayStateTree/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/GeometryCache/Binaries/Win64/UnrealEditor-GeometryCache.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
@ -7521,6 +7849,18 @@
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/GooglePAD/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/HDRIBackdrop/Binaries/Win64/UnrealEditor-HDRIBackdrop.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/HDRIBackdrop/Binaries/Win64/UnrealEditor-HDRIBackdrop.pdb",
|
||||
"Type": "SymbolFile"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/HDRIBackdrop/Binaries/Win64/UnrealEditor.modules",
|
||||
"Type": "RequiredResource"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/HairStrands/Binaries/Win64/UnrealEditor-HairCardGeneratorFramework.dll",
|
||||
"Type": "DynamicLibrary"
|
||||
@ -8132,21 +8472,45 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"RuntimeDependencies": [
|
||||
{
|
||||
"Path": "$(ProjectDir)/Luckyrobots.uproject",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/AsyncLoadingScreen/AsyncLoadingScreen.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/BlueprintJson/BlueprintJson.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Plugins/CPathfinding/CPathfinding.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/CEF3/Win64/Resources/chrome_100_percent.pak",
|
||||
"Type": "NonUFS"
|
||||
@ -30223,6 +30587,10 @@
|
||||
"Path": "$(EngineDir)/Binaries/Win64/libfbxsdk.dll",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/mujoco.dll",
|
||||
"Type": "NonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.10.dll",
|
||||
"Type": "NonUFS"
|
||||
@ -33511,6 +33879,10 @@
|
||||
"Path": "$(EngineDir)/Plugins/CmdLinkServer/CmdLinkServer.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Compositing/OpenColorIO/OpenColorIO.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Compression/OodleNetwork/OodleNetwork.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -33775,6 +34147,10 @@
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/ChaosUserDataPT/ChaosUserDataPT.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/ChaosVehiclesPlugin/ChaosVehiclesPlugin.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/CharacterAI/CharacterAI.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -33783,6 +34159,10 @@
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/CharacterFXEditor/BaseCharacterFXEditor/BaseCharacterFXEditor.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/CineCameraSceneCapture/CineCameraSceneCapture.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/Compositing/HoldoutComposite/HoldoutComposite.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -33851,6 +34231,10 @@
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/SkeletalReduction/SkeletalReduction.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/StateGraph/StateGraph.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Experimental/StudioTelemetry/StudioTelemetry.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -33891,6 +34275,10 @@
|
||||
"Path": "$(EngineDir)/Plugins/Interchange/Runtime/Interchange.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Marketplace/Developer/RiderLink/RiderLink.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Media/AndroidMedia/AndroidMedia.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -34067,6 +34455,10 @@
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/ExampleDeviceProfileSelector/ExampleDeviceProfileSelector.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/GameplayStateTree/GameplayStateTree.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/GeometryCache/GeometryCache.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -34079,6 +34471,10 @@
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/GooglePAD/GooglePAD.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/HDRIBackdrop/HDRIBackdrop.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/Runtime/HairStrands/HairStrands.uplugin",
|
||||
"Type": "UFS"
|
||||
@ -34186,10 +34582,6 @@
|
||||
{
|
||||
"Path": "$(EngineDir)/Plugins/XGEController/XGEController.uplugin",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Luckyrobots.uproject",
|
||||
"Type": "UFS"
|
||||
}
|
||||
],
|
||||
"BuildPlugins": [
|
||||
@ -34212,6 +34604,7 @@
|
||||
"ArchVisCharacter",
|
||||
"AssetManagerEditor",
|
||||
"AssetTags",
|
||||
"AsyncLoadingScreen",
|
||||
"AudioCapture",
|
||||
"AudioSynesthesia",
|
||||
"AudioWidgets",
|
||||
@ -34221,8 +34614,10 @@
|
||||
"BaseCharacterFXEditor",
|
||||
"BlendSpaceMotionAnalysis",
|
||||
"BlueprintHeaderView",
|
||||
"BlueprintJson",
|
||||
"Bridge",
|
||||
"CLionSourceCodeAccess",
|
||||
"CPathfinding",
|
||||
"CableComponent",
|
||||
"CameraShakePreviewer",
|
||||
"ChangelistReview",
|
||||
@ -34233,8 +34628,10 @@
|
||||
"ChaosSolverPlugin",
|
||||
"ChaosUserDataPT",
|
||||
"ChaosVD",
|
||||
"ChaosVehiclesPlugin",
|
||||
"CharacterAI",
|
||||
"ChunkDownloader",
|
||||
"CineCameraSceneCapture",
|
||||
"CmdLinkServer",
|
||||
"CodeLiteSourceCodeAccess",
|
||||
"ColorGrading",
|
||||
@ -34270,10 +34667,12 @@
|
||||
"Fab",
|
||||
"FacialAnimation",
|
||||
"FastBuildController",
|
||||
"FileHelper",
|
||||
"Fracture",
|
||||
"FullBodyIK",
|
||||
"GLTFExporter",
|
||||
"GameplayCameras",
|
||||
"GameplayStateTree",
|
||||
"GameplayTagsEditor",
|
||||
"GeometryCache",
|
||||
"GeometryCollectionPlugin",
|
||||
@ -34283,6 +34682,7 @@
|
||||
"GitSourceControl",
|
||||
"GoogleCloudMessaging",
|
||||
"GooglePAD",
|
||||
"HDRIBackdrop",
|
||||
"HairStrands",
|
||||
"HoldoutComposite",
|
||||
"IKRig",
|
||||
@ -34301,6 +34701,8 @@
|
||||
"LiveLink",
|
||||
"LocalizableMessage",
|
||||
"LocationServicesBPLibrary",
|
||||
"LuckyMujoco",
|
||||
"LuckyTextWrite",
|
||||
"MacGraphicsSwitching",
|
||||
"MaterialAnalyzer",
|
||||
"MediaCompositing",
|
||||
@ -34332,6 +34734,7 @@
|
||||
"OnlineSubsystemNull",
|
||||
"OnlineSubsystemUtils",
|
||||
"OodleNetwork",
|
||||
"OpenColorIO",
|
||||
"Paper2D",
|
||||
"PerforceSourceControl",
|
||||
"PixWinPlugin",
|
||||
@ -34349,6 +34752,7 @@
|
||||
"RenderDocPlugin",
|
||||
"RenderGraphInsights",
|
||||
"ResonanceAudio",
|
||||
"RiderLink",
|
||||
"RiderSourceCodeAccess",
|
||||
"RigLogic",
|
||||
"RigVM",
|
||||
@ -34358,8 +34762,10 @@
|
||||
"SignificanceManager",
|
||||
"SkeletalMeshModelingTools",
|
||||
"SkeletalReduction",
|
||||
"SocketIOClient",
|
||||
"SoundFields",
|
||||
"SpeedTreeImporter",
|
||||
"StateGraph",
|
||||
"StateTree",
|
||||
"StudioTelemetry",
|
||||
"StylusInput",
|
||||
@ -34377,6 +34783,7 @@
|
||||
"UVEditor",
|
||||
"UbaController",
|
||||
"UdpMessaging",
|
||||
"VaRest",
|
||||
"VariantManager",
|
||||
"VariantManagerContent",
|
||||
"VisualStudioCodeSourceCodeAccess",
|
||||
|
@ -11,13 +11,13 @@
|
||||
{
|
||||
"MajorVersion": 5,
|
||||
"MinorVersion": 5,
|
||||
"PatchVersion": 1,
|
||||
"PatchVersion": 2,
|
||||
"Changelist": 0,
|
||||
"CompatibleChangelist": 37670630,
|
||||
"IsLicenseeVersion": 0,
|
||||
"IsPromotedBuild": 0,
|
||||
"BranchName": "UE5",
|
||||
"BuildId": "3DA13EC1-4E26-42D4-D22C-198304AE847E"
|
||||
"BuildId": "200e7b79-01e1-46c8-8c4c-a998b7049535"
|
||||
},
|
||||
"BuildProducts": [
|
||||
{
|
||||
@ -566,6 +566,10 @@
|
||||
}
|
||||
],
|
||||
"RuntimeDependencies": [
|
||||
{
|
||||
"Path": "$(ProjectDir)/Luckyrobots.uproject",
|
||||
"Type": "UFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(EngineDir)/Binaries/ThirdParty/DbgHelp/dbghelp.dll",
|
||||
"Type": "NonUFS"
|
||||
@ -3537,10 +3541,6 @@
|
||||
{
|
||||
"Path": "$(EngineDir)/Extras/GPUDumpViewer/OpenGPUDumpViewer.sh",
|
||||
"Type": "DebugNonUFS"
|
||||
},
|
||||
{
|
||||
"Path": "$(ProjectDir)/Luckyrobots.uproject",
|
||||
"Type": "UFS"
|
||||
}
|
||||
],
|
||||
"AdditionalProperties": [
|
||||
|
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.
@ -1,5 +1,5 @@
|
||||
{
|
||||
"BuildId": "3DA13EC1-4E26-42D4-D22C-198304AE847E",
|
||||
"BuildId": "827e4aed-aff1-4853-85bd-51def0d581c9",
|
||||
"Modules":
|
||||
{
|
||||
"Luckyrobots": "UnrealEditor-Luckyrobots.dll"
|
||||
|
File diff suppressed because one or more lines are too long
@ -5,8 +5,9 @@ ClearInvalidTags=False
|
||||
AllowEditorTagUnloading=True
|
||||
AllowGameTagUnloading=False
|
||||
FastReplication=False
|
||||
bDynamicReplication=False
|
||||
InvalidTagCharacters="\"\',"
|
||||
+GameplayTagTableList=/Game/ElectircDream/Audio/Soundscape/SoundscapeStates.SoundscapeStates
|
||||
+GameplayTagTableList=/Game/Developers/Bhrama/DT_LuckyStateTreeTags.DT_LuckyStateTreeTags
|
||||
NumBitsForContainerSize=6
|
||||
NetIndexFirstBitSegment=16
|
||||
|
||||
|
BIN
Content/Blueprint/Core/BP_RobotArmPlacementVolume.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprint/Core/BP_RobotArmPlacementVolume.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprint/Core/BP_RobotArmRandomItemsVolume.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprint/Core/BP_RobotArmRandomItemsVolume.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprint/DATA/datatables/DT_Furniture_Table.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprint/DATA/datatables/DT_Furniture_Table.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprint/DATA/datatables/DT_Level.uasset
(Stored with Git LFS)
BIN
Content/Blueprint/DATA/datatables/DT_Level.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprint/DATA/datatables/DT_MainBPCharacter.uasset
(Stored with Git LFS)
BIN
Content/Blueprint/DATA/datatables/DT_MainBPCharacter.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprint/Game/BP_LuckyGameinstanceMode.uasset
(Stored with Git LFS)
BIN
Content/Blueprint/Game/BP_LuckyGameinstanceMode.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprint/Game/BP_LuckyRobots.uasset
(Stored with Git LFS)
BIN
Content/Blueprint/Game/BP_LuckyRobots.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprint/RobotPawnActors/BP_DroneRobot.uasset
(Stored with Git LFS)
BIN
Content/Blueprint/RobotPawnActors/BP_DroneRobot.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprint/RobotPawnActors/BP_mujoco_SOArm100.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprint/RobotPawnActors/BP_mujoco_SOArm100.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprint/RobotPawnActors/BP_mujokoStretch.uasset
(Stored with Git LFS)
BIN
Content/Blueprint/RobotPawnActors/BP_mujokoStretch.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprint/State/ST_LuckyWorld.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Blueprint/State/ST_LuckyWorld.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Blueprint/oldRobotsBP/BP_DJI_DroneMovementBluePrint.uasset
(Stored with Git LFS)
BIN
Content/Blueprint/oldRobotsBP/BP_DJI_DroneMovementBluePrint.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprint/robotAccessoriesSensors/BP_CameraSensor.uasset
(Stored with Git LFS)
BIN
Content/Blueprint/robotAccessoriesSensors/BP_CameraSensor.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Developers/Bhrama/DT_LuckyStateTreeTags.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/DT_LuckyStateTreeTags.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Materials/MI_Black.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Materials/MI_Black.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Materials/MI_Orange.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Materials/MI_Orange.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Base.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Base.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Base_Motor.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Base_Motor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Base_Motor_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Base_Motor_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Base_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Base_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Collision_1.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Collision_1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Collision_1_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Collision_1_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Collision_2.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Collision_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Collision_2_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Collision_2_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Motor.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Motor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Motor_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Motor_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Fixed_Jaw_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Lower_Arm.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Lower_Arm.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Lower_Arm_Motor.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Lower_Arm_Motor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Lower_Arm_Motor_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Lower_Arm_Motor_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Lower_Arm_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Lower_Arm_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Collision_1.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Collision_1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Collision_1_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Collision_1_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Collision_2.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Collision_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Collision_2_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Collision_2_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Collision_3.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Collision_3.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Collision_3_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Collision_3_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Moving_Jaw_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Rotation_Pitch.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Rotation_Pitch.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Rotation_Pitch_Motor.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Rotation_Pitch_Motor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Rotation_Pitch_Motor_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Rotation_Pitch_Motor_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Rotation_Pitch_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Rotation_Pitch_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Upper_Arm.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Upper_Arm.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Upper_Arm_Motor.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Upper_Arm_Motor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Upper_Arm_Motor_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Upper_Arm_Motor_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Upper_Arm_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Upper_Arm_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Wrist_Pitch_Roll.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Wrist_Pitch_Roll.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Wrist_Pitch_Roll_Motor.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Wrist_Pitch_Roll_Motor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Wrist_Pitch_Roll_Motor_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Wrist_Pitch_Roll_Motor_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Wrist_Pitch_Roll_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/STL/Wrist_Pitch_Roll_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_1.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_1_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_1_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_2.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_2_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_2_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_3.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_3.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_3_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_3_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_4.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_4_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/fixed_jaw_pad_4_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_1.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_1_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_1_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_2.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_2_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_2_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_3.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_3.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_3_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_3_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_4.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_4_Mujoco.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Developers/Bhrama/Robots/BP_SoArm100/Meshes/moving_jaw_pad_4_Mujoco.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Map/CleanTestMap.umap
(Stored with Git LFS)
Normal file
BIN
Content/Map/CleanTestMap.umap
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Map/Test_Level.umap
(Stored with Git LFS)
BIN
Content/Map/Test_Level.umap
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Streamer/DynamicCameraRender.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Streamer/DynamicCameraRender.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/luckyBot/Luckywidget/ChildItems/WB_CameraSetting.uasset
(Stored with Git LFS)
Normal file
BIN
Content/luckyBot/Luckywidget/ChildItems/WB_CameraSetting.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/luckyBot/Luckywidget/ChildItems/WB_CameraSettings.uasset
(Stored with Git LFS)
Normal file
BIN
Content/luckyBot/Luckywidget/ChildItems/WB_CameraSettings.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/luckyBot/Luckywidget/ChildItems/WB_SimplePick.uasset
(Stored with Git LFS)
BIN
Content/luckyBot/Luckywidget/ChildItems/WB_SimplePick.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/luckyBot/Luckywidget/ChildItems/WB_Stationary_ArmRobotMenu.uasset
(Stored with Git LFS)
Normal file
BIN
Content/luckyBot/Luckywidget/ChildItems/WB_Stationary_ArmRobotMenu.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/luckyBot/Luckywidget/WB_GameWidget.uasset
(Stored with Git LFS)
BIN
Content/luckyBot/Luckywidget/WB_GameWidget.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/luckyBot/Luckywidget/menu/WB_CaptureSettings.uasset
(Stored with Git LFS)
BIN
Content/luckyBot/Luckywidget/menu/WB_CaptureSettings.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/luckyBot/Luckywidget/menu/WB_ListViewTaskPeopleObject.uasset
(Stored with Git LFS)
BIN
Content/luckyBot/Luckywidget/menu/WB_ListViewTaskPeopleObject.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/luckyBot/icons/UI/SelectScreen/LuckyPlayground.uasset
(Stored with Git LFS)
Normal file
BIN
Content/luckyBot/icons/UI/SelectScreen/LuckyPlayground.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"EngineAssociation": "5.5",
|
||||
"EngineAssociation": "{DE82EB6D-473F-1481-4E35-93AB246AA955}",
|
||||
"Category": "",
|
||||
"Description": "",
|
||||
"Modules": [
|
||||
@ -44,6 +44,14 @@
|
||||
{
|
||||
"Name": "HDRIBackdrop",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GameplayStateTree",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "StateGraph",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
BIN
Plugins/AsyncLoadingScreen/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.dll
(Stored with Git LFS)
BIN
Plugins/AsyncLoadingScreen/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.dll
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Plugins/AsyncLoadingScreen/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.pdb
(Stored with Git LFS)
BIN
Plugins/AsyncLoadingScreen/Binaries/Win64/UnrealEditor-AsyncLoadingScreen.pdb
(Stored with Git LFS)
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
{
|
||||
"BuildId": "3DA13EC1-4E26-42D4-D22C-198304AE847E",
|
||||
"BuildId": "827e4aed-aff1-4853-85bd-51def0d581c9",
|
||||
"Modules":
|
||||
{
|
||||
"AsyncLoadingScreen": "UnrealEditor-AsyncLoadingScreen.dll"
|
||||
|
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