From 6771b734dcdcd2d5ced5ab56f693ddd8ba0bdef4 Mon Sep 17 00:00:00 2001 From: jelizavet Date: Mon, 23 May 2022 00:07:09 +0300 Subject: [PATCH] ArtGallery Level and grab locomotion with to hands, two at time bug presents. Teleportation is wierd, joystick is working, no vigette applied --- Config/DefaultEngine.ini | 1 + .../Materials/M_Archway.uasset | 4 ++-- .../Materials/M_ArenaBG_Spire_01.uasset | 4 ++-- .../Materials/M_Banner01.uasset | 4 ++-- .../Materials/M_BlockWall_02_D.uasset | 4 ++-- .../Materials/M_BrokenStoneFloor.uasset | 4 ++-- .../Materials/M_CastleStitched.uasset | 4 ++-- .../Materials/M_Clock_01.uasset | 4 ++-- .../Materials/M_Clock_02.uasset | 4 ++-- .../Materials/M_Clock_FloorStones.uasset | 4 ++-- .../Materials/M_Coliseum_3_2Sided.uasset | 4 ++-- .../Materials/M_Courtyard_StoneFloor.uasset | 4 ++-- .../M_Courtyard_StoneFloorTrim.uasset | 4 ++-- .../Materials/M_ExteriorWindow.uasset | 4 ++-- .../Materials/M_Fountain1.uasset | 4 ++-- .../Materials/M_Fountain2.uasset | 4 ++-- .../Materials/M_FrontHall_WoodCeiling.uasset | 4 ++-- .../Materials/M_Hangar_Ceiling.uasset | 4 ++-- .../Materials/M_Hangar_Surbase.uasset | 4 ++-- .../Materials/M_Hangar_Wall_02.uasset | 4 ++-- .../Materials/M_Pit_Grass.uasset | 4 ++-- .../Materials/M_Shrine_E.uasset | 4 ++-- .../Materials/M_Shrine_Frame.uasset | 4 ++-- Content/GalleryModels/Painting/frame.uasset | 4 ++-- .../TF2/EnvTextures/brickwall001_Mat.uasset | 4 ++-- .../TF2/EnvTextures/floortile_001_Mat.uasset | 4 ++-- .../TF2/EnvTextures/harvest_grass_Mat.uasset | 4 ++-- .../TF2/EnvTextures/rockwall001_Mat.uasset | 4 ++-- Content/Maps/Gallery.umap | 4 ++-- Content/Maps/Gallery_BuiltData.uasset | 4 ++-- Content/SiimSiim/VRTemplateMap_Siim.umap | 4 ++-- .../VRTemplateMap_Siim_BuiltData.uasset | 4 ++-- .../Materials/M_Basic_Wall.uasset | 3 +++ .../M_Wood_Floor_Walnut_Polished.uasset | 3 +++ .../M_Wood_Floor_Walnut_Polished_Inst.uasset | 3 +++ ...ood_Floor_Walnut_Polished_Inst_Inst.uasset | 3 +++ ...od_Floor_Walnut_Polished_Inst_Scale.uasset | 3 +++ .../Materials/M_Wood_Walnut.uasset | 3 +++ Content/VRTemplate/Maps/VRTemplateMap.umap | 4 ++-- .../Maps/VRTemplateMap_BuiltData.uasset | 2 +- .../Blueprints/GrabComponent.uasset | 3 +++ .../Blueprints/GrabType.uasset | 3 +++ .../Blueprints/Grabbable_SmallCube.uasset | 3 +++ .../Blueprints/Menu.uasset | 3 +++ .../Blueprints/VRGameMode.uasset | 3 +++ .../Blueprints/VRInteractionBPI.uasset | 3 +++ .../Blueprints/VRPawnGrabLoc.uasset | 3 +++ .../Blueprints/VRTeleportVisualizer.uasset | 3 +++ .../Blueprints/WidgetMenu.uasset | 3 +++ .../20210709_212330.uasset | 3 +++ .../Library_fbx_Painting/Autumn_Mat.uasset | 3 +++ .../Library_fbx_Painting/Castle_Mat.uasset | 3 +++ .../Library_fbx_Painting/City_Mat.uasset | 3 +++ .../Library_fbx_Painting/DSC_0007.uasset | 3 +++ .../Library_fbx_Painting/DSC_0156.uasset | 3 +++ .../Library_fbx_Painting/DSC_0277.uasset | 3 +++ .../Library_fbx_Painting/DSC_0282.uasset | 3 +++ .../Library_fbx_Painting/DSC_0434.uasset | 3 +++ .../Library_fbx_Painting/DSC_0833.uasset | 3 +++ .../Library_fbx_Painting/GalleryLevel.uasset | 3 +++ .../GalleryLevel_Mat.uasset | 3 +++ .../GalleryLevel_Mat_Inst.uasset | 3 +++ .../Library_fbx_Painting/Horce_Mat.uasset | 3 +++ .../IMG_20190602_132226_418.uasset | 3 +++ .../IMG_20190602_142042_142.uasset | 3 +++ .../I_painting_Fire.uasset | 3 +++ .../Library_fbx_Painting_Frame.uasset | 3 +++ .../Library_fbx_Painting_Pane.uasset | 3 +++ .../Library_fbx_Painting/Ocean_Mat.uasset | 3 +++ .../Library_fbx_Painting/Painting.uasset | 3 +++ .../Library_fbx_Painting/Painting_Fire.uasset | 3 +++ .../Library_fbx_Painting/Painting_Inst.uasset | 3 +++ .../Library_fbx_Painting/Space_Mat.uasset | 3 +++ .../Library_fbx_Painting/Winter_Mat.uasset | 3 +++ .../Library_fbx_Painting/WoodFrame.uasset | 3 +++ .../VRTemplateArtGallery/Maps/artGallery.umap | 3 +++ .../Maps/artGallery_BuiltData.uasset | 3 +++ Gallery.uproject | 22 ++++--------------- 78 files changed, 199 insertions(+), 83 deletions(-) create mode 100644 Content/StarterContent/Materials/M_Basic_Wall.uasset create mode 100644 Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset create mode 100644 Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished_Inst.uasset create mode 100644 Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished_Inst_Inst.uasset create mode 100644 Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished_Inst_Scale.uasset create mode 100644 Content/StarterContent/Materials/M_Wood_Walnut.uasset create mode 100644 Content/VRTemplateArtGallery/Blueprints/GrabComponent.uasset create mode 100644 Content/VRTemplateArtGallery/Blueprints/GrabType.uasset create mode 100644 Content/VRTemplateArtGallery/Blueprints/Grabbable_SmallCube.uasset create mode 100644 Content/VRTemplateArtGallery/Blueprints/Menu.uasset create mode 100644 Content/VRTemplateArtGallery/Blueprints/VRGameMode.uasset create mode 100644 Content/VRTemplateArtGallery/Blueprints/VRInteractionBPI.uasset create mode 100644 Content/VRTemplateArtGallery/Blueprints/VRPawnGrabLoc.uasset create mode 100644 Content/VRTemplateArtGallery/Blueprints/VRTeleportVisualizer.uasset create mode 100644 Content/VRTemplateArtGallery/Blueprints/WidgetMenu.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/20210709_212330.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Autumn_Mat.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Castle_Mat.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/City_Mat.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0007.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0156.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0277.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0282.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0434.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0833.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/GalleryLevel.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/GalleryLevel_Mat.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/GalleryLevel_Mat_Inst.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Horce_Mat.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/IMG_20190602_132226_418.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/IMG_20190602_142042_142.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/I_painting_Fire.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Library_fbx_Painting_Frame.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Library_fbx_Painting_Pane.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Ocean_Mat.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Painting.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Painting_Fire.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Painting_Inst.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Space_Mat.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Winter_Mat.uasset create mode 100644 Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/WoodFrame.uasset create mode 100644 Content/VRTemplateArtGallery/Maps/artGallery.umap create mode 100644 Content/VRTemplateArtGallery/Maps/artGallery_BuiltData.uasset diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 9ed4205..139d749 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -115,6 +115,7 @@ VisualizeCalibrationColorMaterialPath=None VisualizeCalibrationCustomMaterialPath=None VisualizeCalibrationGrayscaleMaterialPath=None r.Mobile.SupportGPUScene=1 +vr.VRS.HMDFixedFoveationLevel=1 [/Script/HardwareTargeting.HardwareTargetingSettings] TargetedHardwareClass=Mobile diff --git a/Content/EnvironmentPack2/Materials/M_Archway.uasset b/Content/EnvironmentPack2/Materials/M_Archway.uasset index cfa9f7d..52b6f88 100644 --- a/Content/EnvironmentPack2/Materials/M_Archway.uasset +++ b/Content/EnvironmentPack2/Materials/M_Archway.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:448ff87d5aec7b4b931ad1fc35b23f497bdb1197065c415fad0172a5d0963864 -size 139484 +oid sha256:b8819c46caccd0bd9ec6e0dbb718a8e2e242a405a2102b94686a197d0009dc64 +size 142696 diff --git a/Content/EnvironmentPack2/Materials/M_ArenaBG_Spire_01.uasset b/Content/EnvironmentPack2/Materials/M_ArenaBG_Spire_01.uasset index e6b2c81..f052b35 100644 --- a/Content/EnvironmentPack2/Materials/M_ArenaBG_Spire_01.uasset +++ b/Content/EnvironmentPack2/Materials/M_ArenaBG_Spire_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a40e759419b222b55825154642947a4d1f5732c8304acb7c0efaaee5407784ec -size 134662 +oid sha256:bb20cf1f6c049559c22761af8b46bf837f0e7ddcdfd7e7b1284cab63918a852d +size 137766 diff --git a/Content/EnvironmentPack2/Materials/M_Banner01.uasset b/Content/EnvironmentPack2/Materials/M_Banner01.uasset index d43e578..8c86d5a 100644 --- a/Content/EnvironmentPack2/Materials/M_Banner01.uasset +++ b/Content/EnvironmentPack2/Materials/M_Banner01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93803c5e05150c601762537d1baae480f364d3113aa89b2edbda4bd2f181249b -size 132888 +oid sha256:7a10036cf45c94ebdd771efbc058a0a1268079cc80ed61af47a68f15877235c8 +size 125598 diff --git a/Content/EnvironmentPack2/Materials/M_BlockWall_02_D.uasset b/Content/EnvironmentPack2/Materials/M_BlockWall_02_D.uasset index 5e681fd..39239e7 100644 --- a/Content/EnvironmentPack2/Materials/M_BlockWall_02_D.uasset +++ b/Content/EnvironmentPack2/Materials/M_BlockWall_02_D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35d1b8cc01d5611ebf675bf6575aad28109b7ad0ef41f5ec209e8a118886473f -size 148714 +oid sha256:476be28276ba7096f5cfe82b86af4f5d9b4b8b2c7fd37a88c20421d35e38b713 +size 119555 diff --git a/Content/EnvironmentPack2/Materials/M_BrokenStoneFloor.uasset b/Content/EnvironmentPack2/Materials/M_BrokenStoneFloor.uasset index 6b19873..0895c71 100644 --- a/Content/EnvironmentPack2/Materials/M_BrokenStoneFloor.uasset +++ b/Content/EnvironmentPack2/Materials/M_BrokenStoneFloor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:766c225bcbc3dceb5e7c314bec3d9cd299a08d079d2da3d0d6e7151767db013c -size 155559 +oid sha256:9f10bdd1f5913a48ed446da4a9f4d65c9ee2f22d63511a7987980be24df054f5 +size 130256 diff --git a/Content/EnvironmentPack2/Materials/M_CastleStitched.uasset b/Content/EnvironmentPack2/Materials/M_CastleStitched.uasset index 8d79036..da28a80 100644 --- a/Content/EnvironmentPack2/Materials/M_CastleStitched.uasset +++ b/Content/EnvironmentPack2/Materials/M_CastleStitched.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abe5d6a5ee6e3b77724d873c6423caf806adb1b7f63deb152388d9129bb057d5 -size 142416 +oid sha256:9bfbfe5e6964963e01f1de16878f6d406cadcece54d42c136b19c138f969b2d5 +size 145471 diff --git a/Content/EnvironmentPack2/Materials/M_Clock_01.uasset b/Content/EnvironmentPack2/Materials/M_Clock_01.uasset index 0fcff8d..1d55206 100644 --- a/Content/EnvironmentPack2/Materials/M_Clock_01.uasset +++ b/Content/EnvironmentPack2/Materials/M_Clock_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:836f7ca8f47de0770d421eb7a946579db9f649674d91d806b274a81bc916b1ed -size 146337 +oid sha256:963c17ba1b56ff9f5d1dbc440300c6000b6615dc041e899950d436310be9d631 +size 149514 diff --git a/Content/EnvironmentPack2/Materials/M_Clock_02.uasset b/Content/EnvironmentPack2/Materials/M_Clock_02.uasset index 797a62a..3ab5e29 100644 --- a/Content/EnvironmentPack2/Materials/M_Clock_02.uasset +++ b/Content/EnvironmentPack2/Materials/M_Clock_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ecfa99dc463761f729d3490599ce9b9f37ef57737805a9df0597c4de7bac911 -size 146154 +oid sha256:0c389884cfcd8d83656371749d9a9f7611ed6e4a6660e69c32cc8c62c14d409e +size 151578 diff --git a/Content/EnvironmentPack2/Materials/M_Clock_FloorStones.uasset b/Content/EnvironmentPack2/Materials/M_Clock_FloorStones.uasset index b43a28e..d52eb74 100644 --- a/Content/EnvironmentPack2/Materials/M_Clock_FloorStones.uasset +++ b/Content/EnvironmentPack2/Materials/M_Clock_FloorStones.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a40eb906cb44e9f38ca0025a6e44b7823679d89a9c04b22638e73fafbb8ffef -size 155883 +oid sha256:c215f472734f4c54dea3252b7c3f05825491b30e607f02dfe539ada76d9ac832 +size 157959 diff --git a/Content/EnvironmentPack2/Materials/M_Coliseum_3_2Sided.uasset b/Content/EnvironmentPack2/Materials/M_Coliseum_3_2Sided.uasset index 797f126..d4763cb 100644 --- a/Content/EnvironmentPack2/Materials/M_Coliseum_3_2Sided.uasset +++ b/Content/EnvironmentPack2/Materials/M_Coliseum_3_2Sided.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e037806c28b0ef5d3587cf253823ea0cba2781b17f895b8fa68f50cc8f33dfb -size 141741 +oid sha256:70c94fbe064525696d0866e3d9113006ea917afe2e5bd86724a32cbf4fe2d5bf +size 143129 diff --git a/Content/EnvironmentPack2/Materials/M_Courtyard_StoneFloor.uasset b/Content/EnvironmentPack2/Materials/M_Courtyard_StoneFloor.uasset index b7d9caf..b5f5c51 100644 --- a/Content/EnvironmentPack2/Materials/M_Courtyard_StoneFloor.uasset +++ b/Content/EnvironmentPack2/Materials/M_Courtyard_StoneFloor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:540535ff06fa4b22047a39b9d6d3edb989c5b0693155defc40738f03ba5d634e -size 152602 +oid sha256:b77dca2838b6ae90eb196977ce1dc5a517ebe5d2e61ff635dd5ad3f33ebe2c75 +size 154072 diff --git a/Content/EnvironmentPack2/Materials/M_Courtyard_StoneFloorTrim.uasset b/Content/EnvironmentPack2/Materials/M_Courtyard_StoneFloorTrim.uasset index 414f6e8..87d284e 100644 --- a/Content/EnvironmentPack2/Materials/M_Courtyard_StoneFloorTrim.uasset +++ b/Content/EnvironmentPack2/Materials/M_Courtyard_StoneFloorTrim.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96b95098f455f715d15c19abc18ba3aba01b5d918a08c07d11dcdc09c34462b1 -size 142057 +oid sha256:21a65241fcfb17545d405c7485f1a764de3d26279a64aefd139c456e9f8e3f3c +size 143056 diff --git a/Content/EnvironmentPack2/Materials/M_ExteriorWindow.uasset b/Content/EnvironmentPack2/Materials/M_ExteriorWindow.uasset index 47d3eac..fa54fb5 100644 --- a/Content/EnvironmentPack2/Materials/M_ExteriorWindow.uasset +++ b/Content/EnvironmentPack2/Materials/M_ExteriorWindow.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b063612415b6bb731d6e402a67817ec9fd22625fb5728903c65c244fe4fc6e8 -size 109010 +oid sha256:6c3f06a74b5048a7742e2db51b10c38556c67be2971de85ace2de329b0005f9a +size 107309 diff --git a/Content/EnvironmentPack2/Materials/M_Fountain1.uasset b/Content/EnvironmentPack2/Materials/M_Fountain1.uasset index 70faa5a..28fb1a9 100644 --- a/Content/EnvironmentPack2/Materials/M_Fountain1.uasset +++ b/Content/EnvironmentPack2/Materials/M_Fountain1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c932bc21e006f148dbae815e9d10b84f8589f40d2e439bfa75bc15ac081209d5 -size 139653 +oid sha256:8fa2fe01457556fea27f10f6dee5bdc8f90dd5a3613cde7e842fd4af9871f5d3 +size 144405 diff --git a/Content/EnvironmentPack2/Materials/M_Fountain2.uasset b/Content/EnvironmentPack2/Materials/M_Fountain2.uasset index f33b3dc..67b64aa 100644 --- a/Content/EnvironmentPack2/Materials/M_Fountain2.uasset +++ b/Content/EnvironmentPack2/Materials/M_Fountain2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58522ce721d7c625ec11d1896d1513c7bc9e886a20a3802ac89bb7e126de172f -size 135149 +oid sha256:780ad32323c9460f51c5dc1b311590bdfd1f124b0eddf671e571e2e5b5bdd22e +size 137298 diff --git a/Content/EnvironmentPack2/Materials/M_FrontHall_WoodCeiling.uasset b/Content/EnvironmentPack2/Materials/M_FrontHall_WoodCeiling.uasset index ad9503b..e00f98c 100644 --- a/Content/EnvironmentPack2/Materials/M_FrontHall_WoodCeiling.uasset +++ b/Content/EnvironmentPack2/Materials/M_FrontHall_WoodCeiling.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:608488dd0770f5867abe5d4f0c5d4a2867904a4acb745424a9d94b3b7fc8f124 -size 142055 +oid sha256:8840c74cb7a27708010e0dc12d7056840b487ecaca5d869c5cf44b869627737b +size 145595 diff --git a/Content/EnvironmentPack2/Materials/M_Hangar_Ceiling.uasset b/Content/EnvironmentPack2/Materials/M_Hangar_Ceiling.uasset index 445deba..763113f 100644 --- a/Content/EnvironmentPack2/Materials/M_Hangar_Ceiling.uasset +++ b/Content/EnvironmentPack2/Materials/M_Hangar_Ceiling.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e97c18e830b596066998e71dd5a16d4efbf756b2a74c28b2d44b7b54b02b71d -size 136330 +oid sha256:52323cb784138e14bab5a8429cae993ac7c6b97e52b8db8730cfd370b0cdacd2 +size 138435 diff --git a/Content/EnvironmentPack2/Materials/M_Hangar_Surbase.uasset b/Content/EnvironmentPack2/Materials/M_Hangar_Surbase.uasset index 0c3f59a..f3870cf 100644 --- a/Content/EnvironmentPack2/Materials/M_Hangar_Surbase.uasset +++ b/Content/EnvironmentPack2/Materials/M_Hangar_Surbase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9e1c35e96173930a278de5d62def1d2d803fe5626a77937cb42c1df2095d48a -size 133708 +oid sha256:113fec8cb4b30885d0856c78c3fb2e2deeec0df1edd11929353ef1a640ae3033 +size 137139 diff --git a/Content/EnvironmentPack2/Materials/M_Hangar_Wall_02.uasset b/Content/EnvironmentPack2/Materials/M_Hangar_Wall_02.uasset index 3b280e0..0fb2167 100644 --- a/Content/EnvironmentPack2/Materials/M_Hangar_Wall_02.uasset +++ b/Content/EnvironmentPack2/Materials/M_Hangar_Wall_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3aff7f2b83da003cf75030695b490e3745c4dc3e5249000e4dd2cb7fe9737a69 -size 135943 +oid sha256:0d08593468baa9fd894e6ac4f7589409b5f409b7d3ec0dc877446c7fd4b543f1 +size 140931 diff --git a/Content/EnvironmentPack2/Materials/M_Pit_Grass.uasset b/Content/EnvironmentPack2/Materials/M_Pit_Grass.uasset index 620955b..32bd3b6 100644 --- a/Content/EnvironmentPack2/Materials/M_Pit_Grass.uasset +++ b/Content/EnvironmentPack2/Materials/M_Pit_Grass.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a96bdac4773ed772958c2336027c8c914c5fa53f6b61b8929c21d03c3966318 -size 140467 +oid sha256:8429a23a28c2527a3ddd68bf357c1a328faa74afee703c781fef56076f511680 +size 112915 diff --git a/Content/EnvironmentPack2/Materials/M_Shrine_E.uasset b/Content/EnvironmentPack2/Materials/M_Shrine_E.uasset index d552842..53660b3 100644 --- a/Content/EnvironmentPack2/Materials/M_Shrine_E.uasset +++ b/Content/EnvironmentPack2/Materials/M_Shrine_E.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5fcb6188b50a920b2bfcb24abf290741056ac3d9342ec89305e4a8ebbef650bd -size 127128 +oid sha256:faaeff9fe7fd617b433ef04c03a59df220349aa5f31153af9b7cd5cade1489e3 +size 129732 diff --git a/Content/EnvironmentPack2/Materials/M_Shrine_Frame.uasset b/Content/EnvironmentPack2/Materials/M_Shrine_Frame.uasset index 71cd4e7..4672aba 100644 --- a/Content/EnvironmentPack2/Materials/M_Shrine_Frame.uasset +++ b/Content/EnvironmentPack2/Materials/M_Shrine_Frame.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e7bcc618840e91e89a4aacea8d46bf0d06cb88443e8ea9860dad799afa8f130 -size 140307 +oid sha256:89dfffef7f24e4783031014fcd744ce0d15ed64e5246686ae160191454ea6eb4 +size 145227 diff --git a/Content/GalleryModels/Painting/frame.uasset b/Content/GalleryModels/Painting/frame.uasset index 90d4cbf..daad25a 100644 --- a/Content/GalleryModels/Painting/frame.uasset +++ b/Content/GalleryModels/Painting/frame.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e36aa75b7fa6af4f5079e50a5e172859750eadd33eaafd876fff04779dade533 -size 95818 +oid sha256:c4fcb2c6ff0100fed702e204f4c3e6cd8635e5ddccf5b527fdff85bd576f1c11 +size 116213 diff --git a/Content/GalleryModels/TF2/EnvTextures/brickwall001_Mat.uasset b/Content/GalleryModels/TF2/EnvTextures/brickwall001_Mat.uasset index 9716960..be77d67 100644 --- a/Content/GalleryModels/TF2/EnvTextures/brickwall001_Mat.uasset +++ b/Content/GalleryModels/TF2/EnvTextures/brickwall001_Mat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0edd4c92dbd1faf7969ad213a6a97bf0ef3eb61629458554e010583d6b82a024 -size 105334 +oid sha256:0cc0f2ae5e935a121148c1edcd8e34c41b868885b48657368ecc4d269e09700b +size 103281 diff --git a/Content/GalleryModels/TF2/EnvTextures/floortile_001_Mat.uasset b/Content/GalleryModels/TF2/EnvTextures/floortile_001_Mat.uasset index cbeda26..4905455 100644 --- a/Content/GalleryModels/TF2/EnvTextures/floortile_001_Mat.uasset +++ b/Content/GalleryModels/TF2/EnvTextures/floortile_001_Mat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f5477b223d49ec42db661779a66012238fb90e8d7d672a98346af1919c51622 -size 117165 +oid sha256:6a0dd9588fcd11987488fc5ac27d8acb1949cd92d87141c66c4a53e737e8d95f +size 116960 diff --git a/Content/GalleryModels/TF2/EnvTextures/harvest_grass_Mat.uasset b/Content/GalleryModels/TF2/EnvTextures/harvest_grass_Mat.uasset index 804cd44..c1b5541 100644 --- a/Content/GalleryModels/TF2/EnvTextures/harvest_grass_Mat.uasset +++ b/Content/GalleryModels/TF2/EnvTextures/harvest_grass_Mat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:007fbe330b105e5a6145e4fa24856b814779b9048ec6e3e7df6e4a5ccebbbb8a -size 121861 +oid sha256:11d930ac6018275f6c075636c6b33b8712d7303d5ddd27d988a2048a31d732e8 +size 121319 diff --git a/Content/GalleryModels/TF2/EnvTextures/rockwall001_Mat.uasset b/Content/GalleryModels/TF2/EnvTextures/rockwall001_Mat.uasset index 1efdfee..b1135c8 100644 --- a/Content/GalleryModels/TF2/EnvTextures/rockwall001_Mat.uasset +++ b/Content/GalleryModels/TF2/EnvTextures/rockwall001_Mat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5c342f8403e39530dd30e4221be72af045da0f7e42792799089965c3f5fa293 -size 106046 +oid sha256:857c8cb2b041900d351321c88a45172f6b13e9a4e3c4525d3c0fcbca0c320066 +size 105612 diff --git a/Content/Maps/Gallery.umap b/Content/Maps/Gallery.umap index e57caa6..e4a9108 100644 --- a/Content/Maps/Gallery.umap +++ b/Content/Maps/Gallery.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2cf70ddbf1254b80d972750db0bf2d9bb2f1d152aa4a0cc0e285eb80b04c0f08 -size 1265448 +oid sha256:24226971d057010a378092004c47a73fc3a7b3ce48df5767329b7f3ca0b6f46c +size 1302219 diff --git a/Content/Maps/Gallery_BuiltData.uasset b/Content/Maps/Gallery_BuiltData.uasset index 55b1de9..cae7a98 100644 --- a/Content/Maps/Gallery_BuiltData.uasset +++ b/Content/Maps/Gallery_BuiltData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:148b154ac69694119f4807d056936987a369187c01eeabc1a99f9eb7dcc12397 -size 1393845 +oid sha256:5b85d9757c55673d0a640383c26c419f4c62cb0d3ffdb5f79b887f59a15d3deb +size 319428816 diff --git a/Content/SiimSiim/VRTemplateMap_Siim.umap b/Content/SiimSiim/VRTemplateMap_Siim.umap index df1ad13..62134b6 100644 --- a/Content/SiimSiim/VRTemplateMap_Siim.umap +++ b/Content/SiimSiim/VRTemplateMap_Siim.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07a7e1ccabd3418f3d3e9a5acc34da9bbf1b57d7250f12dbb104156feacd9f7c -size 378348 +oid sha256:c07681449ddb2601cb74acc0610d3e11f36375240aa7eacdaff38ba4ae00bbee +size 315601 diff --git a/Content/SiimSiim/VRTemplateMap_Siim_BuiltData.uasset b/Content/SiimSiim/VRTemplateMap_Siim_BuiltData.uasset index 8a71b1d..311a532 100644 --- a/Content/SiimSiim/VRTemplateMap_Siim_BuiltData.uasset +++ b/Content/SiimSiim/VRTemplateMap_Siim_BuiltData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de1e2108241938732189e72bb9f174729fe577cb0a005d7d8b516bdafab390c3 -size 7312975 +oid sha256:ed2afb1ca8e0c38f8d044f0ca3a4db8ebe6e3cb9dc3c80a8237039a03a536cb8 +size 5115023 diff --git a/Content/StarterContent/Materials/M_Basic_Wall.uasset b/Content/StarterContent/Materials/M_Basic_Wall.uasset new file mode 100644 index 0000000..bc43f20 --- /dev/null +++ b/Content/StarterContent/Materials/M_Basic_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1377fe5d6da0daefa44b5c9c3c0fbbaa5b4e2dd03cf9d8ef44c2e80cc52f5fc +size 82176 diff --git a/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset new file mode 100644 index 0000000..9aba009 --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5f7890e4bf2bfdd9d80de9628ab533eb10822909c9d392a316a437494e8b5e +size 140320 diff --git a/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished_Inst.uasset b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished_Inst.uasset new file mode 100644 index 0000000..710cbd4 --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734fa41a32e2db82fee9d2fe87b01a9f8661e4f88ae5a294bcb016b4c18e2e2f +size 121377 diff --git a/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished_Inst_Inst.uasset b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished_Inst_Inst.uasset new file mode 100644 index 0000000..8a1da34 --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished_Inst_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d340414ac02a50e87d8d821008caed5650744f6adf40062c6932aa2af534a3d +size 119438 diff --git a/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished_Inst_Scale.uasset b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished_Inst_Scale.uasset new file mode 100644 index 0000000..c4168cd --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished_Inst_Scale.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2313266e2ec684c33d12c9bb4be719848fd99160681482b3ae055758192e0db9 +size 125966 diff --git a/Content/StarterContent/Materials/M_Wood_Walnut.uasset b/Content/StarterContent/Materials/M_Wood_Walnut.uasset new file mode 100644 index 0000000..6754ce4 --- /dev/null +++ b/Content/StarterContent/Materials/M_Wood_Walnut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdaa3cff6bb140ec548fb9ccc7fadae7e9cf5c65dc653c77fbe0b16cc633c17 +size 133695 diff --git a/Content/VRTemplate/Maps/VRTemplateMap.umap b/Content/VRTemplate/Maps/VRTemplateMap.umap index 5914682..c61b0db 100644 --- a/Content/VRTemplate/Maps/VRTemplateMap.umap +++ b/Content/VRTemplate/Maps/VRTemplateMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67cc05c5512daf740626146aee63504f904e10c62d47c012053a200349836afc -size 142949 +oid sha256:85e008d14e445aa187d3f85fe47a283cc42e64f0a7d8a0fe578c24752b7031de +size 142226 diff --git a/Content/VRTemplate/Maps/VRTemplateMap_BuiltData.uasset b/Content/VRTemplate/Maps/VRTemplateMap_BuiltData.uasset index 9993ca5..a3a9761 100644 --- a/Content/VRTemplate/Maps/VRTemplateMap_BuiltData.uasset +++ b/Content/VRTemplate/Maps/VRTemplateMap_BuiltData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e3c3a53916da8ac5d613843d4e0b657e0088515732a9859f0fae1a6d3b751cc +oid sha256:ee325adb4915d6c0d3be711872421c8f7fc7ead21e96986576cd52c96f51fa7c size 8080641 diff --git a/Content/VRTemplateArtGallery/Blueprints/GrabComponent.uasset b/Content/VRTemplateArtGallery/Blueprints/GrabComponent.uasset new file mode 100644 index 0000000..1b30ff0 --- /dev/null +++ b/Content/VRTemplateArtGallery/Blueprints/GrabComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36aa897714d3cdbc295a78fb34e6eebdc60475c90bdd2a81ddf078cf8d186647 +size 263801 diff --git a/Content/VRTemplateArtGallery/Blueprints/GrabType.uasset b/Content/VRTemplateArtGallery/Blueprints/GrabType.uasset new file mode 100644 index 0000000..40fcab0 --- /dev/null +++ b/Content/VRTemplateArtGallery/Blueprints/GrabType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce842301d1b882a3792ec8e267849ef4214c9a022b67a0328bc38d54d8caff12 +size 2894 diff --git a/Content/VRTemplateArtGallery/Blueprints/Grabbable_SmallCube.uasset b/Content/VRTemplateArtGallery/Blueprints/Grabbable_SmallCube.uasset new file mode 100644 index 0000000..dfb0421 --- /dev/null +++ b/Content/VRTemplateArtGallery/Blueprints/Grabbable_SmallCube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b496a5821995e104245cf96916fcdbf3a4fafbd1cf04b65e9c5c85154d18bfc +size 108887 diff --git a/Content/VRTemplateArtGallery/Blueprints/Menu.uasset b/Content/VRTemplateArtGallery/Blueprints/Menu.uasset new file mode 100644 index 0000000..58fe292 --- /dev/null +++ b/Content/VRTemplateArtGallery/Blueprints/Menu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1edafcb02a40f3fec302269ea7ccbda1db7f16a2008877a187a0ea4706a5749 +size 546424 diff --git a/Content/VRTemplateArtGallery/Blueprints/VRGameMode.uasset b/Content/VRTemplateArtGallery/Blueprints/VRGameMode.uasset new file mode 100644 index 0000000..f359067 --- /dev/null +++ b/Content/VRTemplateArtGallery/Blueprints/VRGameMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59931ec3372a728f0779ef731626827186db7cad893d3e6e9ef81f6a740b197a +size 18950 diff --git a/Content/VRTemplateArtGallery/Blueprints/VRInteractionBPI.uasset b/Content/VRTemplateArtGallery/Blueprints/VRInteractionBPI.uasset new file mode 100644 index 0000000..6d095e8 --- /dev/null +++ b/Content/VRTemplateArtGallery/Blueprints/VRInteractionBPI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae36f056a22864ffdf793668a99a090e2811b98109b92ec4617cc718d14752c4 +size 17860 diff --git a/Content/VRTemplateArtGallery/Blueprints/VRPawnGrabLoc.uasset b/Content/VRTemplateArtGallery/Blueprints/VRPawnGrabLoc.uasset new file mode 100644 index 0000000..15e97ce --- /dev/null +++ b/Content/VRTemplateArtGallery/Blueprints/VRPawnGrabLoc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2c0574566ec3ea4db6b4ede4d4ae2d8a6522aa8cf72c8834d30e85564e4d88 +size 902514 diff --git a/Content/VRTemplateArtGallery/Blueprints/VRTeleportVisualizer.uasset b/Content/VRTemplateArtGallery/Blueprints/VRTeleportVisualizer.uasset new file mode 100644 index 0000000..de22552 --- /dev/null +++ b/Content/VRTemplateArtGallery/Blueprints/VRTeleportVisualizer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc98e04a2f3f881693c31ebc92ad8317a2724f8592eab0e479d062aeb966f35 +size 70425 diff --git a/Content/VRTemplateArtGallery/Blueprints/WidgetMenu.uasset b/Content/VRTemplateArtGallery/Blueprints/WidgetMenu.uasset new file mode 100644 index 0000000..0067b12 --- /dev/null +++ b/Content/VRTemplateArtGallery/Blueprints/WidgetMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b887f723bace7e10842863db186a4bf7d893622c0809e744dd891c0de63dbbe +size 46421 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/20210709_212330.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/20210709_212330.uasset new file mode 100644 index 0000000..fbf5129 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/20210709_212330.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9490e117bc6a261ee9e417896fd6296d21b9fb2546e7013de9e6af0674211cdc +size 5705355 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Autumn_Mat.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Autumn_Mat.uasset new file mode 100644 index 0000000..6f98811 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Autumn_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a29dd42ea3c9aa2eb98858cd5d5a5d9689dba18853edd2582ba045851653a0e +size 140733 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Castle_Mat.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Castle_Mat.uasset new file mode 100644 index 0000000..819d936 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Castle_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0185bd1676725b415d5f16c68cd2a638a40e7ddd69cf23dc7bf0c84627a0da0 +size 137979 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/City_Mat.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/City_Mat.uasset new file mode 100644 index 0000000..144f572 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/City_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a536bff5d60ba8c4aab25433ded71cf9eaa882b1fdf9b983b38c04c8d8a2171 +size 131567 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0007.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0007.uasset new file mode 100644 index 0000000..4816bff --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0007.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c7befcc7418198bae1171fc86230ce2154b35b8dd45f428a7ccfcd6a8b71a5 +size 8139136 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0156.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0156.uasset new file mode 100644 index 0000000..cbd44dd --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0156.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3b8254893a528558a6ebb2492f56c66182a61a2d2926f0f16b4f06b4a85a61 +size 8055635 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0277.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0277.uasset new file mode 100644 index 0000000..eb37562 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0277.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8afa7f9ebdebf101c8c3341b2e616242b80c34429f12e1a9616cc9408b90c8 +size 4901268 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0282.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0282.uasset new file mode 100644 index 0000000..2f3b2fe --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0282.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e86445e3ecb6400a66e477cc08b61042d7fafebf7ad14a4e8c396fb21b8088a +size 4987984 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0434.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0434.uasset new file mode 100644 index 0000000..098cc55 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0434.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534c3f1a5c1e8db741505252e1eeb64bca2ed2d1f41ee1b14282c0d7a6156616 +size 5046059 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0833.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0833.uasset new file mode 100644 index 0000000..03d0d5e --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/DSC_0833.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e5067e13285d0508bf43884f1d777572c24029719425cb3b136a03b06c213f +size 15932864 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/GalleryLevel.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/GalleryLevel.uasset new file mode 100644 index 0000000..5da4889 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/GalleryLevel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b509afb0733031bb76727b8d9e710f0eaaa5430c74e230b06a9c48a1db75c48 +size 1838004 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/GalleryLevel_Mat.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/GalleryLevel_Mat.uasset new file mode 100644 index 0000000..7abc4d0 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/GalleryLevel_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168917f80cfc36d1cf73b8d5de55db4ad98a90946b8df5fe49f98b69e0acde94 +size 111198 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/GalleryLevel_Mat_Inst.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/GalleryLevel_Mat_Inst.uasset new file mode 100644 index 0000000..670a671 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/GalleryLevel_Mat_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38949751804478846e1c2a52cdce9e1d74e341ebde0b48f27873a03df78486c6 +size 127065 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Horce_Mat.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Horce_Mat.uasset new file mode 100644 index 0000000..1564809 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Horce_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42acb69f38741d462289bb862ead358c485cfe0864c0c3870369afd3a5e05087 +size 146484 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/IMG_20190602_132226_418.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/IMG_20190602_132226_418.uasset new file mode 100644 index 0000000..9fab5a5 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/IMG_20190602_132226_418.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa0ef0c1b09b24250955042a1a3b6edbabc2b5192444d13c7673f3c9938636d +size 32285748 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/IMG_20190602_142042_142.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/IMG_20190602_142042_142.uasset new file mode 100644 index 0000000..4955bf5 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/IMG_20190602_142042_142.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18435c70f98dfb10ca32406d8019463076331b928aacce952d5a4e781fc04fcb +size 15764147 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/I_painting_Fire.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/I_painting_Fire.uasset new file mode 100644 index 0000000..7d8a898 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/I_painting_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85d365abc287ae639162e704e11b3221cdfd48aad049c6ab3c80cef59ed9a3d +size 129084 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Library_fbx_Painting_Frame.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Library_fbx_Painting_Frame.uasset new file mode 100644 index 0000000..5b3d3ef --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Library_fbx_Painting_Frame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0b2ada644f9731e741bc09d3485bcb43a65da7f1ece187a926915479a7959c +size 94109 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Library_fbx_Painting_Pane.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Library_fbx_Painting_Pane.uasset new file mode 100644 index 0000000..54f556f --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Library_fbx_Painting_Pane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5326576f2cc480b9e4662cf666453a1781cf4d5437bf280d0aa7bb0d8fa443 +size 77447 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Ocean_Mat.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Ocean_Mat.uasset new file mode 100644 index 0000000..c97068e --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Ocean_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d070ee090f1f83863b0585677eeb30ac2c100793f8914aacd9e8bdabdc7ef0 +size 127323 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Painting.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Painting.uasset new file mode 100644 index 0000000..762725c --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Painting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c2efc256515b8805da7ded98fb96dc8fda895d4673df745c1d480bb19def48 +size 124765 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Painting_Fire.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Painting_Fire.uasset new file mode 100644 index 0000000..95a9c7f --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Painting_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4badd602bd09ff84f93dd4495c774b9231f455e63018b8e926abb8be60cbf70a +size 128850 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Painting_Inst.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Painting_Inst.uasset new file mode 100644 index 0000000..be943b9 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Painting_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba24022cf56088532c68199cecd635506a94d4c549b64638fd956e0f860fcf39 +size 124611 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Space_Mat.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Space_Mat.uasset new file mode 100644 index 0000000..3a7281f --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Space_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ebf1b18f563e8349829463571d41eeb13eb41ec15db01bfc51559ce4abac36 +size 147433 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Winter_Mat.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Winter_Mat.uasset new file mode 100644 index 0000000..5b23490 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/Winter_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69e7a4075f9f67efb0c949d4caca366897b6a0b6c1929750901ef50242585b9 +size 154502 diff --git a/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/WoodFrame.uasset b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/WoodFrame.uasset new file mode 100644 index 0000000..75d53a5 --- /dev/null +++ b/Content/VRTemplateArtGallery/Custom/Library_fbx_Painting/WoodFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52a35471d2ef23a78bd40005b2fdb516c32dbfaf4450bafc0fce856261b168a +size 80823 diff --git a/Content/VRTemplateArtGallery/Maps/artGallery.umap b/Content/VRTemplateArtGallery/Maps/artGallery.umap new file mode 100644 index 0000000..e1a16bc --- /dev/null +++ b/Content/VRTemplateArtGallery/Maps/artGallery.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98be2a3bc9c271f05a5c17d13b46c5e2d09d5f3b375bd1cf8bc9b05c6c828123 +size 192333 diff --git a/Content/VRTemplateArtGallery/Maps/artGallery_BuiltData.uasset b/Content/VRTemplateArtGallery/Maps/artGallery_BuiltData.uasset new file mode 100644 index 0000000..26236ce --- /dev/null +++ b/Content/VRTemplateArtGallery/Maps/artGallery_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e116e42077a2bb0054e130e9f97f9755b80a5e0eec478b30529adf30ed3a0d91 +size 2636892 diff --git a/Gallery.uproject b/Gallery.uproject index a2e25e6..69029cf 100644 --- a/Gallery.uproject +++ b/Gallery.uproject @@ -12,15 +12,6 @@ "Name": "ResonanceAudio", "Enabled": true }, - { - "Name": "OculusVR", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Win32", - "Win64", - "Android" - ] - }, { "Name": "OpenXR", "Enabled": true, @@ -41,15 +32,6 @@ "Linux" ] }, - { - "Name": "OculusOpenXR", - "Enabled": true, - "SupportedTargetPlatforms": [ - "Win32", - "Win64", - "Android" - ] - }, { "Name": "DatasmithFBXImporter", "Enabled": true @@ -57,6 +39,10 @@ { "Name": "DatasmithImporter", "Enabled": true + }, + { + "Name": "HDRIBackdrop", + "Enabled": true } ], "TargetPlatforms": [