From 62db507482445081f728c6ddd642d5ba65fa0206 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 25 Sep 2024 16:26:43 +0200 Subject: [PATCH] Fixed Main Menu last clicked Button, Cleanups --- .../Content/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/MainMenu/BP_WidgetWithIndex.uasset | 4 ++-- .../Content/MainMenu/WB_Button.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_Teleport_Controller.uasset | 3 --- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 3 +++ .../Content/VRE/Core/Character/BP_VRCharacter.uasset | 4 ++-- .../Content/VRE/Core/Character/FPS_VRCharacter.uasset | 4 ++-- .../Content/VRE/Core/GraspingHands/GraspingHandManny.uasset | 4 ++-- .../Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/GrippableChar/PhysicalAnimComp.uasset | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Teleport_Controller.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset index 8f4517b..b483ae9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5eaa754e1de772036c857c56e127c2abaf35c9bc34d6eec56d8f77c79311fc98 -size 695055 +oid sha256:d5d4cb536e97e6a36cc93a3ca8d4bb92ea4ba265139fcfd893e26bd2d0dfb614 +size 707667 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset index eed447d..ecd4cd8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:77a0729c3db6da0f8dfd15707b231a72c88067aa85ba8d3e62960ce781c33130 -size 94115 +oid sha256:f518956cb8d87d13a599575009a4a80ecc7e502e7f9a008fb614fdf60ae816c4 +size 87058 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset index 41e9d56..710ec78 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f19f6bade9172653b0b19980f96392200e8ab5eed567674f0ad6a6dddf2e700 -size 214920 +oid sha256:563cb32863ec5db57c7f312bd6eea37bdb0ceb4eb3c3dcf126a22e44340d4751 +size 227031 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Teleport_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Teleport_Controller.uasset deleted file mode 100644 index 366e643..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Teleport_Controller.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07d3a9842b82b9cd9683e7005a48fdfa35f2f9be30a841a1b96ae17957a48ac2 -size 1829795 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset new file mode 100644 index 0000000..006e677 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df27abb87340fa26fed4a208e5858c081b6965e7e9e11ee499e5dede7eaec911 +size 1818385 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset index cfdb8be..1e52144 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d721deeb9dee08a4f504d19cbac516764f925d2ef3b8ead3f5f953527941012 -size 5680149 +oid sha256:e22e0ca06b4d0de58bfc5b144f600bd8b93630cc2596c9ebff5b81210bead408 +size 5615507 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset index 7a2487b..a7f7eb2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:039243c1478b62380f309f481bf675e5438fcfb66744dbc92d1bc5fe343f24eb -size 317894 +oid sha256:a549475c4ae6829d5e3544996631f76c1a48f5d4fe77d6466da3c1e6deb2451d +size 317353 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/GraspingHandManny.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/GraspingHandManny.uasset index 07c5298..66f8237 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/GraspingHandManny.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/GraspingHandManny.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33b4f70caf8b794f7b54ac51930e67d40174e0e275e54f84a01fd74dea1f5e83 -size 2474745 +oid sha256:5ef95c9fb811fe8c0b345b0dbf0275d7e83e7c2f0e0142474c9e6e964e5e73cf +size 2476204 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset index c66df0c..94b2afc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:163e86454251f083d2043ec3c4aa72e8e38501477653862cef9a0b2e8d53c965 -size 363610 +oid sha256:69c330b4c83c3be5cf451a9399fe1a3be493b657cc6c37d5e0c3254c23d57918 +size 373577 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 46cef3f..d6ea0f8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f34b454d20f5b88fd27300ea696b872a90f3a5b35b29ecd912967be4b419eae -size 928116 +oid sha256:196a6fd0116b30a931f4dc52e1781854c97496049663b984b09c43b944c77757 +size 930024 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/PhysicalAnimComp.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/PhysicalAnimComp.uasset index 008d3e3..12c60b4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/PhysicalAnimComp.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/PhysicalAnimComp.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e99760df7a6f1d55a622baff30143cea84073f62b1ba02fe5543cab71d14700 -size 151835 +oid sha256:72cd02c83cabaed5d49d2557fbb51747d0f00c1489323222b67d70c6e36e09ef +size 150798