From 62642dbb1c8b54f46dd16345f8d019229d90e96e Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 18 Sep 2025 11:50:00 +0200 Subject: [PATCH 1/3] Trying to fix Engine crash with Assetion Failed Array, but its likely an Engine bug, also happens in the Example Potion --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 2 +- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../World/Characters/Clarice/ControlRig_Clarice.uasset | 3 --- .../Interactibles/Electrical/Recorder/BP_Cassette.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- 7 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 02d7a9c..b1fae52 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:855786dc0f39cb76894286b5de77f71512e1374a812282ec4dfc94c0cd1199ac +oid sha256:fb689500370733cd348a29955499f8487aad0d4771d2c6a5199022218f4ea633 size 557523 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 4708421..cdede75 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb9f6207c9dbe4e5a006693680d4514243f814c0d5f7b3506b6f511da2b2f135 -size 1753169 +oid sha256:2c85d10d7fc5d0a5bec1e5ea8772cc323a7028b2abd475eb865775b8e6b16d3f +size 1752393 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 39d12a8..71addba 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c0e81e930bc4abe800d3e8420a9c0f5fdad24cf9cef8bd15a1ae7c5d8090102 -size 157391 +oid sha256:5e2f7c668e6d6e276116984f2c62abcab392127b843da978b9278005340f15cc +size 154630 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index c27d4a0..054e185 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b2c90b5c9ef8ef872d98289b78cc6e42d53bc8c17b67d9afea96230fe0f1528 -size 540179 +oid sha256:eccaa82c6fc0d97229e8327430286f61625c0633bb9a64f3d64c44c4a42bed2c +size 539998 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset deleted file mode 100644 index 5d30b67..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ecebde841b38512e2d22b5665a6f9f523829c298b37ff4bd56a0e07cb01648c -size 98003 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset index 02631ef..4a194f3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f836afaa5c92697ac2f74c8ca548bc48129590baa17a7d0bacf5600df699db8d -size 53529 +oid sha256:23966320a31cdcccae3658f353281233e1ecfabfbefc6de6ab50779fdd6bd21d +size 43198 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset index ec170da..4e2b2b9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:77d71940636bdd0738d0767123efa6910273cb1f3dbf4fc8d920b19d065fe636 -size 445172 +oid sha256:858a3e2c34e0bd47f1eaa8d551a3ef27cb3d05509ad3789f55fa38e0f253aa42 +size 447714 From 77123ff8f9ed50a6040dcf5eea7c580fe2505330 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 18 Sep 2025 16:54:33 +0200 Subject: [PATCH 2/3] Building Portal Opening Logic --- .../Content/Core/BP_DynamicLineSpawn.uasset | 4 ++-- .../Content/Development/BP_Portal.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset | 4 ++-- .../Content/VFX/Portal/M_Circle.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset | 3 +++ .../Content/VFX/Portal/NS_Portal.uasset | 3 +++ .../Interactibles/Electrical/NitroScan/BP_NitroScan.uasset | 4 ++-- .../World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset | 4 ++-- .../Electrical/NitroScan/NitroScan_RenderTarget2D.uasset | 4 ++-- .../World/Interactibles/FreezingChamber/Tank/M_Tank.uasset | 4 ++-- .../World/Interactibles/Portals/BP_OrbComponent.uasset | 3 +++ .../Content/World/Interactibles/Portals/BP_Portal.uasset | 3 +++ .../World/Interactibles/Portals/BP_RiddleComponent.uasset | 3 +++ .../Content/World/Static/Lights/BP_Light.uasset | 4 ++-- 18 files changed, 42 insertions(+), 24 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/NS_Portal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset index 69700cb..1d0feab 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1094170063049e7865eec772194cecb01fa2af73caef434739720096c980419 -size 136054 +oid sha256:4913fed2fa696d3c3d7e8d5dc250181cf88279ab32e018e2bbc965206a9db204 +size 141396 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset index 7fbdf40..20325a3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d332fdaf439982b6a1dce5b9d5e5d2953322c3a528be717e6dd37ea2703df1f -size 25050 +oid sha256:d3e0993a0d14963037767819bf46fea535fba1798ccd39658b76d5f30df65332 +size 2250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index b1fae52..3d1c6ee 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb689500370733cd348a29955499f8487aad0d4771d2c6a5199022218f4ea633 -size 557523 +oid sha256:98dbd8913cd7572a1406ea55978b79dc388f0869cdb8583e3bf41c67a2d2d1a3 +size 559997 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index cdede75..a739452 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c85d10d7fc5d0a5bec1e5ea8772cc323a7028b2abd475eb865775b8e6b16d3f -size 1752393 +oid sha256:b6d5817ef001b3958a5672a75f9554ccda596631cd2f140ead67e9768d8128cf +size 1759071 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset index 5cbc585..69a4c79 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a076a6f4f7bce4bb8310a29cd0cf921f277fbb20865fb6d6d360c33d7ab3329 -size 23762 +oid sha256:49bd3247fef2df4e33dd191702031979533bb0880029e84f2699986c78b57703 +size 1247 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset index bb5ab16..bca2a23 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2e06c9ff74bb112414b09eee960997bed19e1e28b6686b28fc9380f8658e129 -size 28984 +oid sha256:e1b7546f8cebe56b6b67ab54d705d202190218b59f45af82ad0be974eb5c2bb8 +size 1231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset index b73806a..670ebde 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:904383cda47b9fc0c73b2ec872ffceb4dad8eb8fa252881b877c1e2e0c9fb1d7 -size 1192957 +oid sha256:b537fa1fc29300421dc6e9000093d976580207003163afcf39bf74e944900ca7 +size 1267 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset new file mode 100644 index 0000000..de4eacf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2707de2e5db3b0a36468599646d5a151f10b859f47e2d694082177760de28ef1 +size 23776 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset new file mode 100644 index 0000000..ca85523 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8c911929659f8e6b817c247d965f32b80dc562e2d3646e11e28c08db34903a +size 28998 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/NS_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/NS_Portal.uasset new file mode 100644 index 0000000..266b4f8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/NS_Portal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80750623abf8822f75b381ed5b4f01f7bd47487ac1f3037ac43aba5084ee8cf +size 1163067 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset index 2aa1bab..91f8dee 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c63fbcd646669fbc7ef445dd4a794aa5dff8f447740238bfac789b41c1f37ed3 -size 197357 +oid sha256:26eb90407040175110d80ec572413262770d9c930f1a3a19df43231cfbbf8710 +size 216541 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset index 32d4a92..a80df63 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd25d465fcd7584011c510a24afd70962af450810fa1080dcfba67e08d98482e -size 41643 +oid sha256:efb872d8d2315667b7a3f8fa6418d0794d0d35a77175fa87cfe04d4f48cf6874 +size 41063 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset index 115fa2b..f20fb27 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:704cc4bdf2f13601d0517eb1f67c3128bde9ff09bb681ea105895d408680dd76 -size 4563 +oid sha256:1959a7b0668a17f90f7e4d5c85c443a3ed8af23d04c5b9868ddd7c8899310961 +size 4653 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/M_Tank.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/M_Tank.uasset index 4f7ca03..55613b4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/M_Tank.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/M_Tank.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:060c695f4e0d08eab3b73cf37b349ffa853d6b1f596f63e5276111e5ae4ec224 -size 19067 +oid sha256:c8a3118a5bdb923f5a9e6585b22d3d3f65d2200bf447c3c71f7c4ef93c89364b +size 18668 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset new file mode 100644 index 0000000..63fb3d0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6423c49d93ccb8b34449462370a13865886101d22a2c9ab377617d1fb1496bcb +size 22099 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset new file mode 100644 index 0000000..bdf21ac --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ca1e2af59e71f64d804815d019c3fee31f3bf94fff2dadf997c846cea12887 +size 64069 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset new file mode 100644 index 0000000..551dfa5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29300cbaafa39dfc4738523ab5a55fe1c94a1f7f66109473721c22decfa8355a +size 167934 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset index fc171d1..4edd4f7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0f6b020bcbd40e162498cbd6e2d3fa816aa97d4c894a26b1cc090d50ffcdb77 -size 62962 +oid sha256:f04e5653bb18030fea5e0bb487974d2a21ec84f0698c7b3e26a41f3c8e7d85f9 +size 62733 From b9cd77f3f0398e2c1b8119b2f1759fbdad9b865d Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 18 Sep 2025 17:13:05 +0200 Subject: [PATCH 3/3] Only in SceneCapture instead of Render in main pass --- .../World/Interactibles/Portals/BP_OrbComponent.uasset | 4 ++-- .../World/Interactibles/Portals/BP_RiddleComponent.uasset | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset index 63fb3d0..bd2af0f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6423c49d93ccb8b34449462370a13865886101d22a2c9ab377617d1fb1496bcb -size 22099 +oid sha256:c06fa55af3cc610bfdd15019d9d84b9ca85366c0742abc63c288d38404e17c11 +size 21631 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset index 551dfa5..0c3c779 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29300cbaafa39dfc4738523ab5a55fe1c94a1f7f66109473721c22decfa8355a -size 167934 +oid sha256:195ba538243450077f5614fc6704202e646111afb998c914a74651d93be6caab +size 166178