Skip to content

Commit

Permalink
Unreal Runtime into Mono
Browse files Browse the repository at this point in the history
moved unreal runtime into mono and updated python scripts to work with mono paths and build and copy gms

Diffs=
4e8c555722 Unreal Runtime into Mono  (#8318)
  • Loading branch information
blakdragan7 committed Oct 12, 2024
1 parent abf2be3 commit 0e2902f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
50dfc9ee9af94b11436a6b3d9c7581449296489c
4e8c555722ce4804349a4d82dfd2d74605c14dae
2 changes: 1 addition & 1 deletion submodules/rive-runtime
Submodule rive-runtime updated 76 files
+1 −1 .rive_head
+4 −1 renderer/src/shaders/rhi.glsl
+2 −2 renderer/src/shaders/unreal/parse_environment.ush
+0 −18 tests/unreal/.vscode/launch.json
+0 −0 tests/unreal/Config/DefaultEditor.ini
+0 −100 tests/unreal/Config/DefaultEngine.ini
+0 −100 tests/unreal/Config/DefaultGame.ini
+0 −467 tests/unreal/Config/DefaultInput.ini
+ tests/unreal/Content/BP_GMTesting.uasset
+ tests/unreal/Content/Input/IA_Exit.uasset
+ tests/unreal/Content/Input/IA_ToggleMenu.uasset
+ tests/unreal/Content/Input/IMC_Testing.uasset
+ tests/unreal/Content/PlayerControllers/TestingPlayerController.uasset
+ tests/unreal/Content/RiveMaterial.uasset
+ tests/unreal/Content/RiveTest.uasset
+ tests/unreal/Content/Rivs/Rope.uasset
+ tests/unreal/Content/Rivs/Rope_Texture.uasset
+ tests/unreal/Content/Rivs/Rope_Widget.uasset
+ tests/unreal/Content/Rivs/cute_robot.uasset
+ tests/unreal/Content/Rivs/cute_robot_Texture.uasset
+ tests/unreal/Content/Rivs/cute_robot_Widget.uasset
+ tests/unreal/Content/Rivs/falling.uasset
+ tests/unreal/Content/Rivs/falling_Texture.uasset
+ tests/unreal/Content/Rivs/falling_Widget.uasset
+ tests/unreal/Content/Rivs/runner.uasset
+ tests/unreal/Content/Rivs/runner_Texture.uasset
+ tests/unreal/Content/Rivs/runner_Widget.uasset
+ tests/unreal/Content/Rivs/stopwatch.uasset
+ tests/unreal/Content/Rivs/stopwatch_Widget.uasset
+ tests/unreal/Content/Rivs/tape.uasset
+ tests/unreal/Content/Rivs/tape_Widget.uasset
+ tests/unreal/Content/Rivs/tiger.uasset
+ tests/unreal/Content/Rivs/tiger_Widget.uasset
+ tests/unreal/Content/Widgets/BPW_GMView.uasset
+ tests/unreal/Content/Widgets/BPW_GM_Name.uasset
+ tests/unreal/Content/Widgets/BPW_Golden_Name.uasset
+ tests/unreal/Content/Widgets/BPW_TestingMain.uasset
+ tests/unreal/Content/Widgets/GM_Testing.uasset
+ tests/unreal/Content/Widgets/GM_Widget.uasset
+ tests/unreal/Content/Widgets/TestingPlayerController.uasset
+ tests/unreal/Content/__ExternalActors__/maps/TestMap/0/2T/Y00052K48AUG3EY3VYT6FF.uasset
+ tests/unreal/Content/__ExternalActors__/maps/TestMap/3/R6/3X6HMINOJZUXS43JV8VF1C.uasset
+ tests/unreal/Content/__ExternalActors__/maps/TestMap/7/ZM/968UFKEC2VXYU2DGZG1EVU.uasset
+ tests/unreal/Content/__ExternalActors__/maps/TestMap/C/XS/M8C4ZBTE6XD6B7UYFFX7JQ.uasset
+ tests/unreal/Content/maps/TestMap.umap
+ tests/unreal/Content/maps/TestMap_HLOD0_Instancing.uasset
+ tests/unreal/Content/maps/gm_gamemode.uasset
+ tests/unreal/Content/maps/gms.umap
+ tests/unreal/Content/maps/goldens.umap
+0 −30 tests/unreal/Plugins/GM/GM.uplugin
+ tests/unreal/Plugins/GM/Resources/Icon128.png
+0 −66 tests/unreal/Plugins/GM/Source/GM/GM.Build.cs
+0 −22 tests/unreal/Plugins/GM/Source/GM/Private/GM.cpp
+0 −587 tests/unreal/Plugins/GM/Source/GM/Private/GMTestingManager.cpp
+0 −176 tests/unreal/Plugins/GM/Source/GM/Private/UnrealTestingWindow.cpp
+0 −15 tests/unreal/Plugins/GM/Source/GM/Public/GM.h
+0 −194 tests/unreal/Plugins/GM/Source/GM/Public/GMTestingManager.h
+0 −57 tests/unreal/Plugins/GM/Source/GM/Public/UnrealTestingWindow.h
+0 −24 tests/unreal/Plugins/GM/Source/ThirdParty/GMLibrary/ExampleLibrary.cpp
+0 −22 tests/unreal/Plugins/GM/Source/ThirdParty/GMLibrary/ExampleLibrary.sln
+0 −158 tests/unreal/Plugins/GM/Source/ThirdParty/GMLibrary/ExampleLibrary.vcxproj
+0 −9 tests/unreal/Plugins/GM/Source/ThirdParty/GMLibrary/ExampleLibrary.vcxproj.filters
+0 −41 tests/unreal/Plugins/GM/Source/ThirdParty/GMLibrary/GMLibrary.Build.cs
+0 −390 tests/unreal/Plugins/GM/Source/ThirdParty/GMLibrary/Public/gms.hpp
+0 −9 tests/unreal/Plugins/GM/Source/ThirdParty/GMLibrary/Public/goldens.hpp
+ tests/unreal/Plugins/GM/Source/ThirdParty/GMLibrary/x64/Release/gms.lib
+ tests/unreal/Plugins/GM/Source/ThirdParty/GMLibrary/x64/Release/goldens.lib
+ tests/unreal/Plugins/GM/Source/ThirdParty/GMLibrary/x64/Release/tools_common.lib
+0 −153 tests/unreal/Scripts/CopyGMs.py
+0 −17 tests/unreal/Source/rive_unreal.Target.cs
+0 −22 tests/unreal/Source/rive_unreal/rive_unreal.Build.cs
+0 −8 tests/unreal/Source/rive_unreal/rive_unreal.cpp
+0 −5 tests/unreal/Source/rive_unreal/rive_unreal.h
+0 −17 tests/unreal/Source/rive_unrealEditor.Target.cs
+0 −0 tests/unreal/premake5.lua
+0 −30 tests/unreal/rive_unreal.uproject

0 comments on commit 0e2902f

Please sign in to comment.