diff --git a/.gitignore b/.gitignore index 3fc6534..25ee475 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ project/study/Intermediate *.vsconfig **/.idea +project/study/Saved +project/study/Binaries diff --git a/project/study/Config/DefaultEngine.ini b/project/study/Config/DefaultEngine.ini index 79ae211..7659f20 100644 --- a/project/study/Config/DefaultEngine.ini +++ b/project/study/Config/DefaultEngine.ini @@ -33,8 +33,10 @@ AutoStreamingThreshold=0.000000 SoundCueCookQualityIndex=-1 [/Script/HardwareTargeting.HardwareTargetingSettings] -TargetedHardwareClass=EHardwareClass::Desktop -DefaultGraphicsPerformance=EGraphicsPreset::Maximum +TargetedHardwareClass=Desktop +AppliedTargetedHardwareClass=Desktop +DefaultGraphicsPerformance=Maximum +AppliedDefaultGraphicsPerformance=Maximum [/Script/Engine.RendererSettings] r.GenerateMeshDistanceFields=True @@ -53,3 +55,18 @@ bAuthorizeAutomaticWidgetVariableCreation=False +ActiveGameNameRedirects=(OldGameName="TP_Blank",NewGameName="/Script/study") +ActiveGameNameRedirects=(OldGameName="/Script/TP_Blank",NewGameName="/Script/study") +ActiveClassRedirects=(OldClassName="TP_BlankGameModeBase",NewClassName="studyGameModeBase") + +[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] +bEnablePlugin=True +bAllowNetworkConnection=True +SecurityToken=CA47E97F4FC423043B9D6381DE542FB4 +bIncludeInShipping=False +bAllowExternalStartInShipping=False +bCompileAFSProject=False +bUseCompression=False +bLogFiles=False +bReportStats=False +ConnectionType=USBOnly +bUseManualIPAddress=False +ManualIPAddress= + diff --git a/project/study/Content/StarterContent/Architecture/Floor_400x400.uasset b/project/study/Content/StarterContent/Architecture/Floor_400x400.uasset new file mode 100644 index 0000000..568b3e2 Binary files /dev/null and b/project/study/Content/StarterContent/Architecture/Floor_400x400.uasset differ diff --git a/project/study/Content/StarterContent/Architecture/Pillar_50x500.uasset b/project/study/Content/StarterContent/Architecture/Pillar_50x500.uasset new file mode 100644 index 0000000..46aed7d Binary files /dev/null and b/project/study/Content/StarterContent/Architecture/Pillar_50x500.uasset differ diff --git a/project/study/Content/StarterContent/Architecture/SM_AssetPlatform.uasset b/project/study/Content/StarterContent/Architecture/SM_AssetPlatform.uasset new file mode 100644 index 0000000..1f0f0be Binary files /dev/null and b/project/study/Content/StarterContent/Architecture/SM_AssetPlatform.uasset differ diff --git a/project/study/Content/StarterContent/Architecture/Wall_400x200.uasset b/project/study/Content/StarterContent/Architecture/Wall_400x200.uasset new file mode 100644 index 0000000..a7aeff7 Binary files /dev/null and b/project/study/Content/StarterContent/Architecture/Wall_400x200.uasset differ diff --git a/project/study/Content/StarterContent/Architecture/Wall_400x300.uasset b/project/study/Content/StarterContent/Architecture/Wall_400x300.uasset new file mode 100644 index 0000000..959fd41 Binary files /dev/null and b/project/study/Content/StarterContent/Architecture/Wall_400x300.uasset differ diff --git a/project/study/Content/StarterContent/Architecture/Wall_400x400.uasset b/project/study/Content/StarterContent/Architecture/Wall_400x400.uasset new file mode 100644 index 0000000..9ad5e36 Binary files /dev/null and b/project/study/Content/StarterContent/Architecture/Wall_400x400.uasset differ diff --git a/project/study/Content/StarterContent/Architecture/Wall_500x500.uasset b/project/study/Content/StarterContent/Architecture/Wall_500x500.uasset new file mode 100644 index 0000000..96e5e9b Binary files /dev/null and b/project/study/Content/StarterContent/Architecture/Wall_500x500.uasset differ diff --git a/project/study/Content/StarterContent/Architecture/Wall_Door_400x300.uasset b/project/study/Content/StarterContent/Architecture/Wall_Door_400x300.uasset new file mode 100644 index 0000000..8b60b28 Binary files /dev/null and b/project/study/Content/StarterContent/Architecture/Wall_Door_400x300.uasset differ diff --git a/project/study/Content/StarterContent/Architecture/Wall_Door_400x400.uasset b/project/study/Content/StarterContent/Architecture/Wall_Door_400x400.uasset new file mode 100644 index 0000000..55b60cb Binary files /dev/null and b/project/study/Content/StarterContent/Architecture/Wall_Door_400x400.uasset differ diff --git a/project/study/Content/StarterContent/Architecture/Wall_Window_400x300.uasset b/project/study/Content/StarterContent/Architecture/Wall_Window_400x300.uasset new file mode 100644 index 0000000..cb91768 Binary files /dev/null and b/project/study/Content/StarterContent/Architecture/Wall_Window_400x300.uasset differ diff --git a/project/study/Content/StarterContent/Architecture/Wall_Window_400x400.uasset b/project/study/Content/StarterContent/Architecture/Wall_Window_400x400.uasset new file mode 100644 index 0000000..1d2259d Binary files /dev/null and b/project/study/Content/StarterContent/Architecture/Wall_Window_400x400.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Collapse01.uasset b/project/study/Content/StarterContent/Audio/Collapse01.uasset new file mode 100644 index 0000000..9c68be4 Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Collapse01.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Collapse02.uasset b/project/study/Content/StarterContent/Audio/Collapse02.uasset new file mode 100644 index 0000000..5bd3fec Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Collapse02.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Collapse_Cue.uasset b/project/study/Content/StarterContent/Audio/Collapse_Cue.uasset new file mode 100644 index 0000000..4548e1e Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Collapse_Cue.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Explosion01.uasset b/project/study/Content/StarterContent/Audio/Explosion01.uasset new file mode 100644 index 0000000..2ec32d8 Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Explosion01.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Explosion02.uasset b/project/study/Content/StarterContent/Audio/Explosion02.uasset new file mode 100644 index 0000000..98174ab Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Explosion02.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Explosion_Cue.uasset b/project/study/Content/StarterContent/Audio/Explosion_Cue.uasset new file mode 100644 index 0000000..7984faf Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Explosion_Cue.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Fire01.uasset b/project/study/Content/StarterContent/Audio/Fire01.uasset new file mode 100644 index 0000000..0c495f4 Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Fire01.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Fire01_Cue.uasset b/project/study/Content/StarterContent/Audio/Fire01_Cue.uasset new file mode 100644 index 0000000..86861b6 Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Fire01_Cue.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Fire_Sparks01.uasset b/project/study/Content/StarterContent/Audio/Fire_Sparks01.uasset new file mode 100644 index 0000000..1479dad Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Fire_Sparks01.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset b/project/study/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset new file mode 100644 index 0000000..f93b729 Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Light01.uasset b/project/study/Content/StarterContent/Audio/Light01.uasset new file mode 100644 index 0000000..8e02bab Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Light01.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Light01_Cue.uasset b/project/study/Content/StarterContent/Audio/Light01_Cue.uasset new file mode 100644 index 0000000..a165870 Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Light01_Cue.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Light02.uasset b/project/study/Content/StarterContent/Audio/Light02.uasset new file mode 100644 index 0000000..907cd0e Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Light02.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Light02_Cue.uasset b/project/study/Content/StarterContent/Audio/Light02_Cue.uasset new file mode 100644 index 0000000..1a63569 Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Light02_Cue.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Smoke01.uasset b/project/study/Content/StarterContent/Audio/Smoke01.uasset new file mode 100644 index 0000000..023a555 Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Smoke01.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Smoke01_Cue.uasset b/project/study/Content/StarterContent/Audio/Smoke01_Cue.uasset new file mode 100644 index 0000000..b7d7bad Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Smoke01_Cue.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Starter_Background_Cue.uasset b/project/study/Content/StarterContent/Audio/Starter_Background_Cue.uasset new file mode 100644 index 0000000..fc9649f Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Starter_Background_Cue.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Starter_Birds01.uasset b/project/study/Content/StarterContent/Audio/Starter_Birds01.uasset new file mode 100644 index 0000000..900fc5e Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Starter_Birds01.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Starter_Music01.uasset b/project/study/Content/StarterContent/Audio/Starter_Music01.uasset new file mode 100644 index 0000000..d404003 Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Starter_Music01.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Starter_Music_Cue.uasset b/project/study/Content/StarterContent/Audio/Starter_Music_Cue.uasset new file mode 100644 index 0000000..1bba60d Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Starter_Music_Cue.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Starter_Wind05.uasset b/project/study/Content/StarterContent/Audio/Starter_Wind05.uasset new file mode 100644 index 0000000..36bf8d9 Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Starter_Wind05.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Starter_Wind06.uasset b/project/study/Content/StarterContent/Audio/Starter_Wind06.uasset new file mode 100644 index 0000000..0867c74 Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Starter_Wind06.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Steam01.uasset b/project/study/Content/StarterContent/Audio/Steam01.uasset new file mode 100644 index 0000000..a1ee8a7 Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Steam01.uasset differ diff --git a/project/study/Content/StarterContent/Audio/Steam01_Cue.uasset b/project/study/Content/StarterContent/Audio/Steam01_Cue.uasset new file mode 100644 index 0000000..2ef161f Binary files /dev/null and b/project/study/Content/StarterContent/Audio/Steam01_Cue.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset b/project/study/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset new file mode 100644 index 0000000..6babc5b Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset b/project/study/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset new file mode 100644 index 0000000..55151f5 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset b/project/study/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset new file mode 100644 index 0000000..1e8f009 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset b/project/study/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset new file mode 100644 index 0000000..c81172b Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset b/project/study/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset new file mode 100644 index 0000000..e47d5e0 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset b/project/study/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset new file mode 100644 index 0000000..94e6203 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Assets/Skybox.uasset b/project/study/Content/StarterContent/Blueprints/Assets/Skybox.uasset new file mode 100644 index 0000000..54dc67a Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Assets/Skybox.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset b/project/study/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset new file mode 100644 index 0000000..e2c3765 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/BP_LightStudio.uasset b/project/study/Content/StarterContent/Blueprints/BP_LightStudio.uasset new file mode 100644 index 0000000..b85ba86 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/BP_LightStudio.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset b/project/study/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset new file mode 100644 index 0000000..b5b40a2 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset b/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset new file mode 100644 index 0000000..3e92029 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset b/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset new file mode 100644 index 0000000..a0c45b8 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset b/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset new file mode 100644 index 0000000..bb648c9 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset b/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset new file mode 100644 index 0000000..1c27dc4 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset b/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset new file mode 100644 index 0000000..45417c8 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset differ diff --git a/project/study/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset b/project/study/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset new file mode 100644 index 0000000..3f29873 Binary files /dev/null and b/project/study/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset differ diff --git a/project/study/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/project/study/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset new file mode 100644 index 0000000..7fa92da Binary files /dev/null and b/project/study/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset differ diff --git a/project/study/Content/StarterContent/Maps/Advanced_Lighting.umap b/project/study/Content/StarterContent/Maps/Advanced_Lighting.umap new file mode 100644 index 0000000..ebf6966 Binary files /dev/null and b/project/study/Content/StarterContent/Maps/Advanced_Lighting.umap differ diff --git a/project/study/Content/StarterContent/Maps/Minimal_Default.umap b/project/study/Content/StarterContent/Maps/Minimal_Default.umap new file mode 100644 index 0000000..378270c Binary files /dev/null and b/project/study/Content/StarterContent/Maps/Minimal_Default.umap differ diff --git a/project/study/Content/StarterContent/Maps/StarterMap.umap b/project/study/Content/StarterContent/Maps/StarterMap.umap new file mode 100644 index 0000000..3d55147 Binary files /dev/null and b/project/study/Content/StarterContent/Maps/StarterMap.umap differ diff --git a/project/study/Content/StarterContent/Materials/M_AssetPlatform.uasset b/project/study/Content/StarterContent/Materials/M_AssetPlatform.uasset new file mode 100644 index 0000000..4962777 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_AssetPlatform.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Basic_Floor.uasset b/project/study/Content/StarterContent/Materials/M_Basic_Floor.uasset new file mode 100644 index 0000000..6b05cb4 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Basic_Floor.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Basic_Wall.uasset b/project/study/Content/StarterContent/Materials/M_Basic_Wall.uasset new file mode 100644 index 0000000..dd5ae24 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Basic_Wall.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset b/project/study/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset new file mode 100644 index 0000000..2b8a349 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Brick_Clay_New.uasset b/project/study/Content/StarterContent/Materials/M_Brick_Clay_New.uasset new file mode 100644 index 0000000..e519245 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Brick_Clay_New.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset b/project/study/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset new file mode 100644 index 0000000..bd49323 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset b/project/study/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset new file mode 100644 index 0000000..2ff69bc Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset b/project/study/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset new file mode 100644 index 0000000..d1d7e67 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset b/project/study/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset new file mode 100644 index 0000000..e5f0590 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset b/project/study/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset new file mode 100644 index 0000000..958dd1b Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset b/project/study/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset new file mode 100644 index 0000000..fb1c6d3 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset b/project/study/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset new file mode 100644 index 0000000..642aaaa Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset b/project/study/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset new file mode 100644 index 0000000..4b25f74 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Concrete_Grime.uasset b/project/study/Content/StarterContent/Materials/M_Concrete_Grime.uasset new file mode 100644 index 0000000..3be6070 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Concrete_Grime.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Concrete_Panels.uasset b/project/study/Content/StarterContent/Materials/M_Concrete_Panels.uasset new file mode 100644 index 0000000..d843626 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Concrete_Panels.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Concrete_Poured.uasset b/project/study/Content/StarterContent/Materials/M_Concrete_Poured.uasset new file mode 100644 index 0000000..34661da Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Concrete_Poured.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Concrete_Tiles.uasset b/project/study/Content/StarterContent/Materials/M_Concrete_Tiles.uasset new file mode 100644 index 0000000..26e7163 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Concrete_Tiles.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Glass.uasset b/project/study/Content/StarterContent/Materials/M_Glass.uasset new file mode 100644 index 0000000..7168e4f Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Glass.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Ground_Grass.uasset b/project/study/Content/StarterContent/Materials/M_Ground_Grass.uasset new file mode 100644 index 0000000..1cbe2a5 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Ground_Grass.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Ground_Gravel.uasset b/project/study/Content/StarterContent/Materials/M_Ground_Gravel.uasset new file mode 100644 index 0000000..7d3d68f Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Ground_Gravel.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Ground_Moss.uasset b/project/study/Content/StarterContent/Materials/M_Ground_Moss.uasset new file mode 100644 index 0000000..ff1f454 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Ground_Moss.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset b/project/study/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset new file mode 100644 index 0000000..e34b606 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset b/project/study/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset new file mode 100644 index 0000000..5091518 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Metal_Chrome.uasset b/project/study/Content/StarterContent/Materials/M_Metal_Chrome.uasset new file mode 100644 index 0000000..2997cde Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Metal_Chrome.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Metal_Copper.uasset b/project/study/Content/StarterContent/Materials/M_Metal_Copper.uasset new file mode 100644 index 0000000..2f3841c Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Metal_Copper.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Metal_Gold.uasset b/project/study/Content/StarterContent/Materials/M_Metal_Gold.uasset new file mode 100644 index 0000000..0fc3df3 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Metal_Gold.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Metal_Rust.uasset b/project/study/Content/StarterContent/Materials/M_Metal_Rust.uasset new file mode 100644 index 0000000..8402144 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Metal_Rust.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Metal_Steel.uasset b/project/study/Content/StarterContent/Materials/M_Metal_Steel.uasset new file mode 100644 index 0000000..e303340 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Metal_Steel.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Rock_Basalt.uasset b/project/study/Content/StarterContent/Materials/M_Rock_Basalt.uasset new file mode 100644 index 0000000..d2cf1ba Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Rock_Basalt.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset b/project/study/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset new file mode 100644 index 0000000..d177e32 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Rock_Sandstone.uasset b/project/study/Content/StarterContent/Materials/M_Rock_Sandstone.uasset new file mode 100644 index 0000000..4ca7e31 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Rock_Sandstone.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Rock_Slate.uasset b/project/study/Content/StarterContent/Materials/M_Rock_Slate.uasset new file mode 100644 index 0000000..53f6bb8 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Rock_Slate.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset b/project/study/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset new file mode 100644 index 0000000..041b0f8 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset b/project/study/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset new file mode 100644 index 0000000..f102368 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset b/project/study/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset new file mode 100644 index 0000000..570262a Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Tech_Panel.uasset b/project/study/Content/StarterContent/Materials/M_Tech_Panel.uasset new file mode 100644 index 0000000..1afccae Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Tech_Panel.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Water_Lake.uasset b/project/study/Content/StarterContent/Materials/M_Water_Lake.uasset new file mode 100644 index 0000000..88a6333 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Water_Lake.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Water_Ocean.uasset b/project/study/Content/StarterContent/Materials/M_Water_Ocean.uasset new file mode 100644 index 0000000..1ff0460 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Water_Ocean.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset b/project/study/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset new file mode 100644 index 0000000..8bbba08 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset b/project/study/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset new file mode 100644 index 0000000..229a294 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Wood_Oak.uasset b/project/study/Content/StarterContent/Materials/M_Wood_Oak.uasset new file mode 100644 index 0000000..d722444 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Wood_Oak.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Wood_Pine.uasset b/project/study/Content/StarterContent/Materials/M_Wood_Pine.uasset new file mode 100644 index 0000000..b02101c Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Wood_Pine.uasset differ diff --git a/project/study/Content/StarterContent/Materials/M_Wood_Walnut.uasset b/project/study/Content/StarterContent/Materials/M_Wood_Walnut.uasset new file mode 100644 index 0000000..6e76341 Binary files /dev/null and b/project/study/Content/StarterContent/Materials/M_Wood_Walnut.uasset differ diff --git a/project/study/Content/StarterContent/Particles/Materials/M_Burst.uasset b/project/study/Content/StarterContent/Particles/Materials/M_Burst.uasset new file mode 100644 index 0000000..12caa0a Binary files /dev/null and b/project/study/Content/StarterContent/Particles/Materials/M_Burst.uasset differ diff --git a/project/study/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset b/project/study/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset new file mode 100644 index 0000000..4f665d0 Binary files /dev/null and b/project/study/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset differ diff --git a/project/study/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset b/project/study/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset new file mode 100644 index 0000000..73f3eaa Binary files /dev/null and b/project/study/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset differ diff --git a/project/study/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset b/project/study/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset new file mode 100644 index 0000000..d34ee58 Binary files /dev/null and b/project/study/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset differ diff --git a/project/study/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset b/project/study/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset new file mode 100644 index 0000000..9829b9a Binary files /dev/null and b/project/study/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset differ diff --git a/project/study/Content/StarterContent/Particles/Materials/M_Spark.uasset b/project/study/Content/StarterContent/Particles/Materials/M_Spark.uasset new file mode 100644 index 0000000..6f6f699 Binary files /dev/null and b/project/study/Content/StarterContent/Particles/Materials/M_Spark.uasset differ diff --git a/project/study/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset b/project/study/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset new file mode 100644 index 0000000..1af76e6 Binary files /dev/null and b/project/study/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset differ diff --git a/project/study/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset b/project/study/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset new file mode 100644 index 0000000..b022826 Binary files /dev/null and b/project/study/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset differ diff --git a/project/study/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset b/project/study/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset new file mode 100644 index 0000000..2086e5f Binary files /dev/null and b/project/study/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset differ diff --git a/project/study/Content/StarterContent/Particles/Materials/m_flare_01.uasset b/project/study/Content/StarterContent/Particles/Materials/m_flare_01.uasset new file mode 100644 index 0000000..824b44b Binary files /dev/null and b/project/study/Content/StarterContent/Particles/Materials/m_flare_01.uasset differ diff --git a/project/study/Content/StarterContent/Particles/P_Ambient_Dust.uasset b/project/study/Content/StarterContent/Particles/P_Ambient_Dust.uasset new file mode 100644 index 0000000..38b6cab Binary files /dev/null and b/project/study/Content/StarterContent/Particles/P_Ambient_Dust.uasset differ diff --git a/project/study/Content/StarterContent/Particles/P_Explosion.uasset b/project/study/Content/StarterContent/Particles/P_Explosion.uasset new file mode 100644 index 0000000..8f6e03a Binary files /dev/null and b/project/study/Content/StarterContent/Particles/P_Explosion.uasset differ diff --git a/project/study/Content/StarterContent/Particles/P_Fire.uasset b/project/study/Content/StarterContent/Particles/P_Fire.uasset new file mode 100644 index 0000000..3fb74a8 Binary files /dev/null and b/project/study/Content/StarterContent/Particles/P_Fire.uasset differ diff --git a/project/study/Content/StarterContent/Particles/P_Smoke.uasset b/project/study/Content/StarterContent/Particles/P_Smoke.uasset new file mode 100644 index 0000000..a6014df Binary files /dev/null and b/project/study/Content/StarterContent/Particles/P_Smoke.uasset differ diff --git a/project/study/Content/StarterContent/Particles/P_Sparks.uasset b/project/study/Content/StarterContent/Particles/P_Sparks.uasset new file mode 100644 index 0000000..8a6dc37 Binary files /dev/null and b/project/study/Content/StarterContent/Particles/P_Sparks.uasset differ diff --git a/project/study/Content/StarterContent/Particles/P_Steam_Lit.uasset b/project/study/Content/StarterContent/Particles/P_Steam_Lit.uasset new file mode 100644 index 0000000..3e96da7 Binary files /dev/null and b/project/study/Content/StarterContent/Particles/P_Steam_Lit.uasset differ diff --git a/project/study/Content/StarterContent/Props/MaterialSphere.uasset b/project/study/Content/StarterContent/Props/MaterialSphere.uasset new file mode 100644 index 0000000..6a2538f Binary files /dev/null and b/project/study/Content/StarterContent/Props/MaterialSphere.uasset differ diff --git a/project/study/Content/StarterContent/Props/Materials/M_Bush.uasset b/project/study/Content/StarterContent/Props/Materials/M_Bush.uasset new file mode 100644 index 0000000..eaa4a2a Binary files /dev/null and b/project/study/Content/StarterContent/Props/Materials/M_Bush.uasset differ diff --git a/project/study/Content/StarterContent/Props/Materials/M_Chair.uasset b/project/study/Content/StarterContent/Props/Materials/M_Chair.uasset new file mode 100644 index 0000000..76ef00f Binary files /dev/null and b/project/study/Content/StarterContent/Props/Materials/M_Chair.uasset differ diff --git a/project/study/Content/StarterContent/Props/Materials/M_Door.uasset b/project/study/Content/StarterContent/Props/Materials/M_Door.uasset new file mode 100644 index 0000000..714d0f6 Binary files /dev/null and b/project/study/Content/StarterContent/Props/Materials/M_Door.uasset differ diff --git a/project/study/Content/StarterContent/Props/Materials/M_Frame.uasset b/project/study/Content/StarterContent/Props/Materials/M_Frame.uasset new file mode 100644 index 0000000..2a2dff8 Binary files /dev/null and b/project/study/Content/StarterContent/Props/Materials/M_Frame.uasset differ diff --git a/project/study/Content/StarterContent/Props/Materials/M_Lamp.uasset b/project/study/Content/StarterContent/Props/Materials/M_Lamp.uasset new file mode 100644 index 0000000..3eb6663 Binary files /dev/null and b/project/study/Content/StarterContent/Props/Materials/M_Lamp.uasset differ diff --git a/project/study/Content/StarterContent/Props/Materials/M_Rock.uasset b/project/study/Content/StarterContent/Props/Materials/M_Rock.uasset new file mode 100644 index 0000000..2d59537 Binary files /dev/null and b/project/study/Content/StarterContent/Props/Materials/M_Rock.uasset differ diff --git a/project/study/Content/StarterContent/Props/Materials/M_Shelf.uasset b/project/study/Content/StarterContent/Props/Materials/M_Shelf.uasset new file mode 100644 index 0000000..2444258 Binary files /dev/null and b/project/study/Content/StarterContent/Props/Materials/M_Shelf.uasset differ diff --git a/project/study/Content/StarterContent/Props/Materials/M_Statue.uasset b/project/study/Content/StarterContent/Props/Materials/M_Statue.uasset new file mode 100644 index 0000000..775313d Binary files /dev/null and b/project/study/Content/StarterContent/Props/Materials/M_Statue.uasset differ diff --git a/project/study/Content/StarterContent/Props/Materials/M_StatueGlass.uasset b/project/study/Content/StarterContent/Props/Materials/M_StatueGlass.uasset new file mode 100644 index 0000000..d1592b3 Binary files /dev/null and b/project/study/Content/StarterContent/Props/Materials/M_StatueGlass.uasset differ diff --git a/project/study/Content/StarterContent/Props/Materials/M_TableRound.uasset b/project/study/Content/StarterContent/Props/Materials/M_TableRound.uasset new file mode 100644 index 0000000..b008428 Binary files /dev/null and b/project/study/Content/StarterContent/Props/Materials/M_TableRound.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_Bush.uasset b/project/study/Content/StarterContent/Props/SM_Bush.uasset new file mode 100644 index 0000000..060a376 Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_Bush.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_Chair.uasset b/project/study/Content/StarterContent/Props/SM_Chair.uasset new file mode 100644 index 0000000..e062426 Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_Chair.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_CornerFrame.uasset b/project/study/Content/StarterContent/Props/SM_CornerFrame.uasset new file mode 100644 index 0000000..5710151 Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_CornerFrame.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_Couch.uasset b/project/study/Content/StarterContent/Props/SM_Couch.uasset new file mode 100644 index 0000000..cc7d408 Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_Couch.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_Door.uasset b/project/study/Content/StarterContent/Props/SM_Door.uasset new file mode 100644 index 0000000..22c9bfc Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_Door.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_DoorFrame.uasset b/project/study/Content/StarterContent/Props/SM_DoorFrame.uasset new file mode 100644 index 0000000..ab5e96f Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_DoorFrame.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_GlassWindow.uasset b/project/study/Content/StarterContent/Props/SM_GlassWindow.uasset new file mode 100644 index 0000000..93863f4 Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_GlassWindow.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset b/project/study/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset new file mode 100644 index 0000000..4e55f04 Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_Lamp_Wall.uasset b/project/study/Content/StarterContent/Props/SM_Lamp_Wall.uasset new file mode 100644 index 0000000..a1b112f Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_Lamp_Wall.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_PillarFrame.uasset b/project/study/Content/StarterContent/Props/SM_PillarFrame.uasset new file mode 100644 index 0000000..7cafefe Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_PillarFrame.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_PillarFrame300.uasset b/project/study/Content/StarterContent/Props/SM_PillarFrame300.uasset new file mode 100644 index 0000000..c681a0a Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_PillarFrame300.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_Rock.uasset b/project/study/Content/StarterContent/Props/SM_Rock.uasset new file mode 100644 index 0000000..419f4d5 Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_Rock.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_Shelf.uasset b/project/study/Content/StarterContent/Props/SM_Shelf.uasset new file mode 100644 index 0000000..7ebb820 Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_Shelf.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_Stairs.uasset b/project/study/Content/StarterContent/Props/SM_Stairs.uasset new file mode 100644 index 0000000..d0e84cc Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_Stairs.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_Statue.uasset b/project/study/Content/StarterContent/Props/SM_Statue.uasset new file mode 100644 index 0000000..d0e5b8d Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_Statue.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_TableRound.uasset b/project/study/Content/StarterContent/Props/SM_TableRound.uasset new file mode 100644 index 0000000..317b8ff Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_TableRound.uasset differ diff --git a/project/study/Content/StarterContent/Props/SM_WindowFrame.uasset b/project/study/Content/StarterContent/Props/SM_WindowFrame.uasset new file mode 100644 index 0000000..bfc9f90 Binary files /dev/null and b/project/study/Content/StarterContent/Props/SM_WindowFrame.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Cone.uasset b/project/study/Content/StarterContent/Shapes/Shape_Cone.uasset new file mode 100644 index 0000000..200f0a2 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Cone.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Cube.uasset b/project/study/Content/StarterContent/Shapes/Shape_Cube.uasset new file mode 100644 index 0000000..4d169fe Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Cube.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Cylinder.uasset b/project/study/Content/StarterContent/Shapes/Shape_Cylinder.uasset new file mode 100644 index 0000000..06541d9 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Cylinder.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset b/project/study/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset new file mode 100644 index 0000000..0322b31 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Pipe.uasset b/project/study/Content/StarterContent/Shapes/Shape_Pipe.uasset new file mode 100644 index 0000000..f2549a3 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Pipe.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Pipe_180.uasset b/project/study/Content/StarterContent/Shapes/Shape_Pipe_180.uasset new file mode 100644 index 0000000..b152330 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Pipe_180.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Pipe_90.uasset b/project/study/Content/StarterContent/Shapes/Shape_Pipe_90.uasset new file mode 100644 index 0000000..db79ad4 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Pipe_90.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Plane.uasset b/project/study/Content/StarterContent/Shapes/Shape_Plane.uasset new file mode 100644 index 0000000..f338efa Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Plane.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset b/project/study/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset new file mode 100644 index 0000000..e228f15 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Sphere.uasset b/project/study/Content/StarterContent/Shapes/Shape_Sphere.uasset new file mode 100644 index 0000000..0b7fc69 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Sphere.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Torus.uasset b/project/study/Content/StarterContent/Shapes/Shape_Torus.uasset new file mode 100644 index 0000000..cfbaac4 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Torus.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_TriPyramid.uasset b/project/study/Content/StarterContent/Shapes/Shape_TriPyramid.uasset new file mode 100644 index 0000000..f28d857 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_TriPyramid.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Trim.uasset b/project/study/Content/StarterContent/Shapes/Shape_Trim.uasset new file mode 100644 index 0000000..0909161 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Trim.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset b/project/study/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset new file mode 100644 index 0000000..6e33a90 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset b/project/study/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset new file mode 100644 index 0000000..8125f77 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Tube.uasset b/project/study/Content/StarterContent/Shapes/Shape_Tube.uasset new file mode 100644 index 0000000..b2e9a43 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Tube.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Wedge_A.uasset b/project/study/Content/StarterContent/Shapes/Shape_Wedge_A.uasset new file mode 100644 index 0000000..b99fde7 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Wedge_A.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_Wedge_B.uasset b/project/study/Content/StarterContent/Shapes/Shape_Wedge_B.uasset new file mode 100644 index 0000000..2e8f430 Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_Wedge_B.uasset differ diff --git a/project/study/Content/StarterContent/Shapes/Shape_WideCapsule.uasset b/project/study/Content/StarterContent/Shapes/Shape_WideCapsule.uasset new file mode 100644 index 0000000..830b90d Binary files /dev/null and b/project/study/Content/StarterContent/Shapes/Shape_WideCapsule.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset new file mode 100644 index 0000000..8ea9227 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset new file mode 100644 index 0000000..995cc82 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset new file mode 100644 index 0000000..bf6633d Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset new file mode 100644 index 0000000..5d32850 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset new file mode 100644 index 0000000..e386e9d Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset new file mode 100644 index 0000000..f4dc14a Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset new file mode 100644 index 0000000..acec520 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset new file mode 100644 index 0000000..49fac3f Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset new file mode 100644 index 0000000..1f76e63 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset new file mode 100644 index 0000000..9cf63ce Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset new file mode 100644 index 0000000..cf67614 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset new file mode 100644 index 0000000..81c5fcf Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset b/project/study/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset new file mode 100644 index 0000000..27c49b5 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Burst_M.uasset b/project/study/Content/StarterContent/Textures/T_Burst_M.uasset new file mode 100644 index 0000000..35b26fc Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Burst_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Bush_D.uasset b/project/study/Content/StarterContent/Textures/T_Bush_D.uasset new file mode 100644 index 0000000..d539936 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Bush_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Bush_N.uasset b/project/study/Content/StarterContent/Textures/T_Bush_N.uasset new file mode 100644 index 0000000..a9f1c7e Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Bush_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset b/project/study/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset new file mode 100644 index 0000000..8214218 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset b/project/study/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset new file mode 100644 index 0000000..343aeb8 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Chair_M.uasset b/project/study/Content/StarterContent/Textures/T_Chair_M.uasset new file mode 100644 index 0000000..40e1e6f Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Chair_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Chair_N.uasset b/project/study/Content/StarterContent/Textures/T_Chair_N.uasset new file mode 100644 index 0000000..af1c8a4 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Chair_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Checker_Noise_M.uasset b/project/study/Content/StarterContent/Textures/T_Checker_Noise_M.uasset new file mode 100644 index 0000000..58b5668 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Checker_Noise_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset b/project/study/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset new file mode 100644 index 0000000..bc3db66 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset b/project/study/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset new file mode 100644 index 0000000..7a953e9 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset b/project/study/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset new file mode 100644 index 0000000..46da547 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset b/project/study/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset new file mode 100644 index 0000000..1bc4666 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset b/project/study/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset new file mode 100644 index 0000000..935d1af Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset b/project/study/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset new file mode 100644 index 0000000..44e5597 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset b/project/study/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset new file mode 100644 index 0000000..165106f Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset b/project/study/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset new file mode 100644 index 0000000..4207398 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset b/project/study/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset new file mode 100644 index 0000000..d6667d2 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset b/project/study/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset new file mode 100644 index 0000000..75134e3 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset b/project/study/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset new file mode 100644 index 0000000..6db0432 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset b/project/study/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset new file mode 100644 index 0000000..f2d651c Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset b/project/study/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset new file mode 100644 index 0000000..edc2e1b Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset b/project/study/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset new file mode 100644 index 0000000..b98f3a7 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset b/project/study/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset new file mode 100644 index 0000000..cc1fe76 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset b/project/study/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset new file mode 100644 index 0000000..d5d6b3a Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset b/project/study/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset new file mode 100644 index 0000000..5edef8f Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset b/project/study/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset new file mode 100644 index 0000000..a80dc77 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Door_M.uasset b/project/study/Content/StarterContent/Textures/T_Door_M.uasset new file mode 100644 index 0000000..b5eec21 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Door_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Door_N.uasset b/project/study/Content/StarterContent/Textures/T_Door_N.uasset new file mode 100644 index 0000000..93e2c30 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Door_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Dust_Particle_D.uasset b/project/study/Content/StarterContent/Textures/T_Dust_Particle_D.uasset new file mode 100644 index 0000000..d80b3a0 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Dust_Particle_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Explosion_SubUV.uasset b/project/study/Content/StarterContent/Textures/T_Explosion_SubUV.uasset new file mode 100644 index 0000000..d30f842 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Explosion_SubUV.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Fire_SubUV.uasset b/project/study/Content/StarterContent/Textures/T_Fire_SubUV.uasset new file mode 100644 index 0000000..6e87ac7 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Fire_SubUV.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset b/project/study/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset new file mode 100644 index 0000000..825765f Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Frame_M.uasset b/project/study/Content/StarterContent/Textures/T_Frame_M.uasset new file mode 100644 index 0000000..4aeac1c Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Frame_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Frame_N.uasset b/project/study/Content/StarterContent/Textures/T_Frame_N.uasset new file mode 100644 index 0000000..b1a335d Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Frame_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Gradinet_01.uasset b/project/study/Content/StarterContent/Textures/T_Gradinet_01.uasset new file mode 100644 index 0000000..a71d3dd Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Gradinet_01.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Ground_Grass_D.uasset b/project/study/Content/StarterContent/Textures/T_Ground_Grass_D.uasset new file mode 100644 index 0000000..0ce49d3 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Ground_Grass_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Ground_Grass_N.uasset b/project/study/Content/StarterContent/Textures/T_Ground_Grass_N.uasset new file mode 100644 index 0000000..c69da0d Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Ground_Grass_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset b/project/study/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset new file mode 100644 index 0000000..3064541 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset b/project/study/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset new file mode 100644 index 0000000..e9f55a7 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Ground_Moss_N.uasset b/project/study/Content/StarterContent/Textures/T_Ground_Moss_N.uasset new file mode 100644 index 0000000..898e6ee Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Ground_Moss_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Lamp_M.uasset b/project/study/Content/StarterContent/Textures/T_Lamp_M.uasset new file mode 100644 index 0000000..e1958b0 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Lamp_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Lamp_N.uasset b/project/study/Content/StarterContent/Textures/T_Lamp_N.uasset new file mode 100644 index 0000000..77e47bd Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Lamp_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_MacroVariation.uasset b/project/study/Content/StarterContent/Textures/T_MacroVariation.uasset new file mode 100644 index 0000000..dca6463 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_MacroVariation.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset b/project/study/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset new file mode 100644 index 0000000..225628a Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Metal_Copper_D.uasset b/project/study/Content/StarterContent/Textures/T_Metal_Copper_D.uasset new file mode 100644 index 0000000..df0cacb Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Metal_Copper_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Metal_Gold_D.uasset b/project/study/Content/StarterContent/Textures/T_Metal_Gold_D.uasset new file mode 100644 index 0000000..0762c01 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Metal_Gold_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Metal_Gold_N.uasset b/project/study/Content/StarterContent/Textures/T_Metal_Gold_N.uasset new file mode 100644 index 0000000..938e7c3 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Metal_Gold_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Metal_Rust_D.uasset b/project/study/Content/StarterContent/Textures/T_Metal_Rust_D.uasset new file mode 100644 index 0000000..2a47b53 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Metal_Rust_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Metal_Rust_N.uasset b/project/study/Content/StarterContent/Textures/T_Metal_Rust_N.uasset new file mode 100644 index 0000000..c94e24d Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Metal_Rust_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Metal_Steel_D.uasset b/project/study/Content/StarterContent/Textures/T_Metal_Steel_D.uasset new file mode 100644 index 0000000..bc8ee97 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Metal_Steel_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Metal_Steel_N.uasset b/project/study/Content/StarterContent/Textures/T_Metal_Steel_N.uasset new file mode 100644 index 0000000..bd90253 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Metal_Steel_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset b/project/study/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset new file mode 100644 index 0000000..a71f39d Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_RockMesh_M.uasset b/project/study/Content/StarterContent/Textures/T_RockMesh_M.uasset new file mode 100644 index 0000000..91a8dbe Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_RockMesh_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_RockMesh_N.uasset b/project/study/Content/StarterContent/Textures/T_RockMesh_N.uasset new file mode 100644 index 0000000..cf18346 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_RockMesh_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset b/project/study/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset new file mode 100644 index 0000000..15197b2 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset b/project/study/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset new file mode 100644 index 0000000..17ac16e Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset b/project/study/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset new file mode 100644 index 0000000..cc564e5 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset b/project/study/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset new file mode 100644 index 0000000..efc7c83 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset b/project/study/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset new file mode 100644 index 0000000..942331b Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Rock_Slate_D.uasset b/project/study/Content/StarterContent/Textures/T_Rock_Slate_D.uasset new file mode 100644 index 0000000..b460e81 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Rock_Slate_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Rock_Slate_N.uasset b/project/study/Content/StarterContent/Textures/T_Rock_Slate_N.uasset new file mode 100644 index 0000000..3eb6b14 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Rock_Slate_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset b/project/study/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset new file mode 100644 index 0000000..9c11db2 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Shelf_M.uasset b/project/study/Content/StarterContent/Textures/T_Shelf_M.uasset new file mode 100644 index 0000000..40bea03 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Shelf_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Shelf_N.uasset b/project/study/Content/StarterContent/Textures/T_Shelf_N.uasset new file mode 100644 index 0000000..5cb6c71 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Shelf_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Single_Tile_N.uasset b/project/study/Content/StarterContent/Textures/T_Single_Tile_N.uasset new file mode 100644 index 0000000..ddc0828 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Single_Tile_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Smoke_SubUV.uasset b/project/study/Content/StarterContent/Textures/T_Smoke_SubUV.uasset new file mode 100644 index 0000000..5c8a2d9 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Smoke_SubUV.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset b/project/study/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset new file mode 100644 index 0000000..aad7a5e Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Spark_Core.uasset b/project/study/Content/StarterContent/Textures/T_Spark_Core.uasset new file mode 100644 index 0000000..3881b88 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Spark_Core.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Statue_M.uasset b/project/study/Content/StarterContent/Textures/T_Statue_M.uasset new file mode 100644 index 0000000..d43158a Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Statue_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Statue_N.uasset b/project/study/Content/StarterContent/Textures/T_Statue_N.uasset new file mode 100644 index 0000000..787d2d5 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Statue_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_TableRound_M.uasset b/project/study/Content/StarterContent/Textures/T_TableRound_M.uasset new file mode 100644 index 0000000..a76573e Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_TableRound_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_TableRound_N.uasset b/project/study/Content/StarterContent/Textures/T_TableRound_N.uasset new file mode 100644 index 0000000..619c420 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_TableRound_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Tech_Dot_M.uasset b/project/study/Content/StarterContent/Textures/T_Tech_Dot_M.uasset new file mode 100644 index 0000000..fb692b3 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Tech_Dot_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Tech_Dot_N.uasset b/project/study/Content/StarterContent/Textures/T_Tech_Dot_N.uasset new file mode 100644 index 0000000..50d81c2 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Tech_Dot_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset b/project/study/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset new file mode 100644 index 0000000..502170b Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset b/project/study/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset new file mode 100644 index 0000000..549633c Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Tech_Panel_M.uasset b/project/study/Content/StarterContent/Textures/T_Tech_Panel_M.uasset new file mode 100644 index 0000000..192a8e4 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Tech_Panel_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Tech_Panel_N.uasset b/project/study/Content/StarterContent/Textures/T_Tech_Panel_N.uasset new file mode 100644 index 0000000..b12087e Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Tech_Panel_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Water_M.uasset b/project/study/Content/StarterContent/Textures/T_Water_M.uasset new file mode 100644 index 0000000..63e9b4e Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Water_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Water_N.uasset b/project/study/Content/StarterContent/Textures/T_Water_N.uasset new file mode 100644 index 0000000..dc83c1b Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Water_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset b/project/study/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset new file mode 100644 index 0000000..0598d9e Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset b/project/study/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset new file mode 100644 index 0000000..1af473f Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset b/project/study/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset new file mode 100644 index 0000000..dae4bb4 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Wood_Oak_D.uasset b/project/study/Content/StarterContent/Textures/T_Wood_Oak_D.uasset new file mode 100644 index 0000000..c5494a9 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Wood_Oak_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Wood_Oak_N.uasset b/project/study/Content/StarterContent/Textures/T_Wood_Oak_N.uasset new file mode 100644 index 0000000..71543aa Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Wood_Oak_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Wood_Pine_D.uasset b/project/study/Content/StarterContent/Textures/T_Wood_Pine_D.uasset new file mode 100644 index 0000000..eac50af Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Wood_Pine_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Wood_Pine_N.uasset b/project/study/Content/StarterContent/Textures/T_Wood_Pine_N.uasset new file mode 100644 index 0000000..051a794 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Wood_Pine_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset b/project/study/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset new file mode 100644 index 0000000..bc3c3df Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset b/project/study/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset new file mode 100644 index 0000000..856a1f8 Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset differ diff --git a/project/study/Content/StarterContent/Textures/T_ground_Moss_D.uasset b/project/study/Content/StarterContent/Textures/T_ground_Moss_D.uasset new file mode 100644 index 0000000..2b9ca5b Binary files /dev/null and b/project/study/Content/StarterContent/Textures/T_ground_Moss_D.uasset differ