From 34c723da64e739411b95b7b81911a90b50e64bcc Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 26 Feb 2025 09:00:59 +0100 Subject: [PATCH] Added WorldAligned Parallax (Switch with Bump) and Fixed Rotation, Misc --- .../Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 2 +- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/World/Characters/CustomAIController.uasset | 4 ++-- .../Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset | 4 ++-- .../Furniture/Tables/KitchenTable/KitchenTable.uasset | 4 ++-- .../Furniture/Tables/KitchenTable/Material_003.uasset | 4 ++-- .../World/Materials/Master/M_WorldAlignedBump.uasset | 4 ++-- .../World/Materials/Master/M_WorldAlignedBump_Inst.uasset | 3 +++ .../World/Materials/Misc/Wallpaper/M_Wallaper.uasset | 3 +++ .../World/Materials/StoneTiles/NewTextureGraph.uasset | 3 +++ .../Content/World/Materials/StoneTiles/Output.uasset | 3 +++ .../Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset | 4 ++-- .../Materials/StoneTiles/Test_WS_Parallax_Wall.uasset | 4 ++-- .../World/Materials/StoneTiles/tiles_0130_height_4k.uasset | 2 +- .../Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset | 3 +++ .../Materials/Wood/WoodFloor041/M_WoodFloor041.uasset | 3 +++ .../Wood/WoodFloor041/WoodFloor041_4K-JPG_Color.uasset | 3 +++ .../WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset | 3 +++ .../WoodFloor041_4K-JPG_Displacement_Mat.uasset | 3 +++ .../Wood/WoodFloor041/WoodFloor041_4K-JPG_NormalDX.uasset | 3 +++ .../Wood/WoodFloor041/WoodFloor041_RouhgnessHeight.uasset | 3 +++ .../Content/World/Static/Walls/BP_Floor.uasset | 3 +++ .../Content/World/Static/Walls/BP_FloorSubtract.uasset | 4 ++-- .../Content/World/Static/Walls/SM_Wall2Sided.uasset | 4 ++-- .../Content/World/Static/Walls/Wall_2.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject | 7 +++++++ 27 files changed, 69 insertions(+), 26 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/Wallpaper/M_Wallaper.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/NewTextureGraph.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Output.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_WoodFloor041.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement_Mat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_RouhgnessHeight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index b6dd1b1..5333739 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:e1efc0281f44b384f8921f97b30a60e229c52eeed10ebc19a50eeffeac48cae6 -size 398890 +oid sha256:a9a12b07070f06e03e02a2e66b44fb9c4f54e992d7dfebc83c3031180e9eb8a6 +size 478046 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 038a47c..141362b 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:4337f6fd29dfc66ed6c057e79fead4f9c9005f571cf02803614ff60c7386076a +oid sha256:f6121d625063feddbafa704f7a12afdeb243e5f3b343e90d136e51f187ebac09 size 1614517 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset index 1905af5..101d329 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78dd883da596b9dd92a239028aa82353893b73a1f3c04e951f61ee970356499e -size 1809136 +oid sha256:dbc84e3244cf859aa9e942bd2a419766ff9408f013575360ff8a0163741b53cd +size 1809187 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset index 1959ee0..6d6350a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4783b9b9587921768f007eeaf281ee84ba06ade5fb1ca08c27c100b30ba2b4f -size 214279 +oid sha256:a2e180be37a696f52b5bf00c3194f720fc169d80ead564a78a60312bee03474a +size 215383 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset index 3a38ee9..818d7d1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da4dcfcb8bcc19e72f453d49ed703bd4ea776a457610334b1fe72bf69b7a26f4 -size 61749 +oid sha256:12858b023990b42a66a44f2aba62a01dc6be6055d544a2bed8584076f3578ace +size 61103 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset index 540a443..fb81f9e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19ce39d825c34642956719fe506c2a5ed67f2ae0d966ccf775c75807b0c2b9be -size 92934 +oid sha256:273a806403f2c0e268b4afd472138050aae1578a24da1ac50074edc6a71d5007 +size 93107 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset index a14f151..37889da 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ae63ffebfb0f0d9679a105d9c5337c64bba55bbe6e17ce69751137873cbb946 -size 57751 +oid sha256:199f2206172a2b3237ab1f4c0986b4fb1a44d65968fa6cc41f016f559eb3ce99 +size 57818 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset index 40cd94d..2c17998 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b222628f3ede04da37c22c2dbfb172bb1ef4f07b7c82d06d3e2e9f86d917827 -size 59329 +oid sha256:a2ffba1a174c9fd0532d75a7c19ae131cdd71eb525bf7f7f218d90fac92b377c +size 91803 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump_Inst.uasset new file mode 100644 index 0000000..9889096 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34906edd042cfc738d33810feb0509d83e24bf59e6cb5b1a63411179af942572 +size 12285 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/Wallpaper/M_Wallaper.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/Wallpaper/M_Wallaper.uasset new file mode 100644 index 0000000..e85f791 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/Wallpaper/M_Wallaper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd50d5db89f99358b4b48129635d6f0755609af333e97d22286ed55cfa94fccf +size 12218 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/NewTextureGraph.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/NewTextureGraph.uasset new file mode 100644 index 0000000..c08f904 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/NewTextureGraph.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e91249a19d488e9ea4770b0263f421f15535083f1de3e197d00b9dd02614cb2 +size 11955 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Output.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Output.uasset new file mode 100644 index 0000000..2465270 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Output.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cb1758f6ad9f6a20175dbff2a966cea17ae3fa5d4583fc93bf797c3071201a +size 22033 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset index bc931a2..f3959b4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0f85472f8d6682a6835ed20d8168dbe62f6e08f8789e7773362a33aacf24a20 -size 15854 +oid sha256:6f4242831ac396c4ba9c0a4eb09c0b66f524194a6d4baa04795185c1ed6be5da +size 18879 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset index a75df0b..af713e4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:190dc11e2ecce0e5c99def5131702036cbaad5164ea51cc8b282e1f6bf6c569e -size 15014 +oid sha256:fa62ef68c40829e17b3568fc6e77a2d65ca9e9d6ad22ab7851040c8b1e3c820d +size 16556 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset index d8fa777..8467aa3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ac1907d5ae698e9c0237cdd7d510b9ac74eae633dcf001232a570981afd42d7 +oid sha256:6f6a6b9b74398b61fe07ada8edd404b009c1e6a05954403dbef12e887692342f size 9461764 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset new file mode 100644 index 0000000..b8e8cf3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a899fded0061325472c618ec4a479c8eb9cc369bc8c954ed9dbb39f1aabcbdc1 +size 17391 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_WoodFloor041.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_WoodFloor041.uasset new file mode 100644 index 0000000..a7c1707 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_WoodFloor041.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0da4ddaf93a3da4b6e52642295be68440008c46799f2095ef43250804292b3 +size 18211 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Color.uasset new file mode 100644 index 0000000..5a75372 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a778c547d059519a7ba733a6bfd02e8a48e40c41a13289680a8f0fe0a9fe8c4d +size 17676037 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset new file mode 100644 index 0000000..5280fd4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d73c0f71ee2e11333ce9c5ceb783522198588db353ee18cb1d9bd00285e1f45 +size 6616338 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement_Mat.uasset new file mode 100644 index 0000000..29930c3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2c3960902eb9bcc901c1bb622ea8b10d763e3b5a53fba7f524832658dd512e +size 9553 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_NormalDX.uasset new file mode 100644 index 0000000..35cf5e4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88d3bb930e3cf1b34e5fed7bbff7a9b57ae238a3373228f9dabaf2ac952018f +size 22714609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_RouhgnessHeight.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_RouhgnessHeight.uasset new file mode 100644 index 0000000..d48a4bc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_RouhgnessHeight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a9dfa84575faafd05396a2afcf7100ce5cd7ccb9d1f7d0204e1dba09ceec02 +size 14685191 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset new file mode 100644 index 0000000..b9b08b7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8347278562ed72ff38c7342e97559bf4f5decd17085c00fbf84f76d5759b07 +size 93987 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset index e0c1afa..ab51e5b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1af58bd40da71bbedfcaefee7a44b7f1331097091d4fcc93593880a978c163c3 -size 95077 +oid sha256:f78d15ee8d97a0e05d32b7afba34326ec1a469f417f76a57f171c52da9e807fd +size 2537 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Wall2Sided.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Wall2Sided.uasset index 70fca1c..2a4ed1a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Wall2Sided.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Wall2Sided.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26216bd41bf026dcdd3302110e49cd55f5fc1c08cc449f4d2d10d5414fe1a712 -size 79613 +oid sha256:4471cfe0369e91ed1fe5151d3aef83ca33112727497b480929cd79c2140e3436 +size 79427 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_2.uasset index c1e1b64..faf49a4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c07864ee31f83035410eb403e6efac750348954d4efff1d2ead42a728653b66 -size 53157 +oid sha256:441f1a2b2190cad717684b4bb1fbd6619625c67f65f6d894785eb704f3fdd37f +size 53217 diff --git a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject index f260f8f..ca50fb5 100644 --- a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject +++ b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject @@ -104,6 +104,13 @@ { "Name": "GeometryScripting", "Enabled": true + }, + { + "Name": "TextureGraph", + "Enabled": true, + "SupportedTargetPlatforms": [ + "Win64" + ] } ], "TargetPlatforms": [