From b9338b04f1c952d7caa60d345be8276ec7300714 Mon Sep 17 00:00:00 2001 From: "DESKTOP-VVOCIJO\\PC" Date: Thu, 21 May 2026 18:14:04 +0900 Subject: [PATCH] =?UTF-8?q?2026-05-21=20=EC=8A=A4=ED=82=AC=EC=98=88?= =?UTF-8?q?=EC=B8=A1(=EC=A7=84=ED=96=89=EC=A4=91)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/BossScene.unity | 4 +- Assets/02_Scripts/Combat/HazardHitbox.cs | 28 +- Assets/02_Scripts/Enemy/Skills/HazardSkill.cs | 31 +- .../02_Scripts/Enemy/Skills/SkillPredict.cs | 6 + .../Enemy/Skills/SkillPredict.cs.meta | 2 + .../02_Scripts/Enemy/Skills/SkillSupport.cs | 23 +- .../HazardSkill/HazardHitBox.prefab | 4 +- .../BossSkills/HazardSkill/HazardSkill.prefab | 4 +- .../BossSkills/HazardSkill/VFX.meta | 8 + .../HazardSkill/VFX/HitBoxVFX.prefab | 3 + .../HazardSkill/VFX/HitBoxVFX.prefab.meta | 7 + .../HazardSkill/VFX/PredictVFX.prefab | 3 + .../HazardSkill/VFX/PredictVFX.prefab.meta | 7 + Assets/Hovl Studio.meta | 8 + Assets/Hovl Studio/AAA Projectiles Vol 1.meta | 8 + .../AAA Projectiles Vol 1/Demo scenes.meta | 8 + .../Demo scenes/Demo files.meta | 8 + .../Demo scenes/Demo files/2DSceneGround.png | 3 + .../Demo files/2DSceneGround.png.meta | 139 + .../Demo scenes/Demo files/LightingData.asset | 3 + .../Demo files/LightingData.asset.meta | 15 + .../Demo files/Lightmap-0_comp_dir.png | 3 + .../Demo files/Lightmap-0_comp_dir.png.meta | 91 + .../Demo files/Lightmap-0_comp_light.exr | 3 + .../Demo files/Lightmap-0_comp_light.exr.meta | 91 + .../Demo files/Lightmap-1_comp_dir.png | 3 + .../Demo files/Lightmap-1_comp_dir.png.meta | 91 + .../Demo files/Lightmap-1_comp_light.exr | 3 + .../Demo files/Lightmap-1_comp_light.exr.meta | 91 + .../Demo files/Lightmap-2_comp_dir.png | 3 + .../Demo files/Lightmap-2_comp_dir.png.meta | 91 + .../Demo files/Lightmap-2_comp_light.exr | 3 + .../Demo files/Lightmap-2_comp_light.exr.meta | 91 + .../Demo files/ReflectionProbe-0.exr | 3 + .../Demo files/ReflectionProbe-0.exr.meta | 92 + .../Demo scenes/Demo files/SceneSmoke.prefab | 3 + .../Demo files/SceneSmoke.prefab.meta | 14 + .../Demo scenes/Demo projectiles 2D.unity | 3 + .../Demo projectiles 2D.unity.meta | 16 + .../Demo projectiles simple spawning.unity | 3 + ...emo projectiles simple spawning.unity.meta | 16 + .../Demo projectiles(Full particles).unity | 3 + ...emo projectiles(Full particles).unity.meta | 16 + .../Demo scenes/Readme.txt | 145 + .../Demo scenes/Readme.txt.meta | 14 + .../AAA Projectiles Vol 1/Prefabs.meta | 8 + .../Prefabs/Flash and hits.meta | 8 + .../Flash and hits/Dragon punch flash.prefab | 3 + .../Dragon punch flash.prefab.meta | 15 + .../Flash 1 nature arrow.prefab | 3 + .../Flash 1 nature arrow.prefab.meta | 16 + .../Flash and hits/Flash 10 blue laser.prefab | 3 + .../Flash 10 blue laser.prefab.meta | 16 + .../Flash 11 orange arrow.prefab | 3 + .../Flash 11 orange arrow.prefab.meta | 16 + .../Flash and hits/Flash 12 slime.prefab | 3 + .../Flash and hits/Flash 12 slime.prefab.meta | 16 + .../Flash and hits/Flash 13 red laser.prefab | 3 + .../Flash 13 red laser.prefab.meta | 16 + .../Flash and hits/Flash 14 blue rapid.prefab | 3 + .../Flash 14 blue rapid.prefab.meta | 16 + .../Flash 15 pink crystal.prefab | 3 + .../Flash 15 pink crystal.prefab.meta | 16 + .../Flash and hits/Flash 16 fire.prefab | 3 + .../Flash and hits/Flash 16 fire.prefab.meta | 16 + .../Flash 17 nova violet.prefab | 3 + .../Flash 17 nova violet.prefab.meta | 16 + .../Flash 18 nova orange.prefab | 3 + .../Flash 18 nova orange.prefab.meta | 16 + .../Flash 19 circle bomb.prefab | 3 + .../Flash 19 circle bomb.prefab.meta | 16 + .../Flash and hits/Flash 2 electro.prefab | 3 + .../Flash 2 electro.prefab.meta | 16 + .../Flash and hits/Flash 22 cute star.prefab | 3 + .../Flash 22 cute star.prefab.meta | 16 + .../Flash and hits/Flash 23 cube.prefab | 3 + .../Flash and hits/Flash 23 cube.prefab.meta | 16 + .../Flash 24 green explosion.prefab | 3 + .../Flash 24 green explosion.prefab.meta | 16 + .../Flash 25 orange explosion.prefab | 3 + .../Flash 25 orange explosion.prefab.meta | 16 + .../Flash 26 blue crystal.prefab | 3 + .../Flash 26 blue crystal.prefab.meta | 16 + .../Flash and hits/Flash 27 heart.prefab | 3 + .../Flash and hits/Flash 27 heart.prefab.meta | 16 + .../Flash and hits/Flash 3 black fire.prefab | 3 + .../Flash 3 black fire.prefab.meta | 16 + .../Flash 4 yellow arrow.prefab | 3 + .../Flash 4 yellow arrow.prefab.meta | 16 + .../Prefabs/Flash and hits/Flash 5 red.prefab | 3 + .../Flash and hits/Flash 5 red.prefab.meta | 16 + .../Flash and hits/Flash 6 blue fire.prefab | 3 + .../Flash 6 blue fire.prefab.meta | 16 + .../Flash and hits/Flash 7 pink.prefab | 3 + .../Flash and hits/Flash 7 pink.prefab.meta | 16 + .../Flash and hits/Flash 9 water.prefab | 3 + .../Flash and hits/Flash 9 water.prefab.meta | 16 + .../Flash and hits/Hit 1 nature arrow.prefab | 3 + .../Hit 1 nature arrow.prefab.meta | 16 + .../Flash and hits/Hit 10 blue laser.prefab | 3 + .../Hit 10 blue laser.prefab.meta | 16 + .../Flash and hits/Hit 11 orange arrow.prefab | 3 + .../Hit 11 orange arrow.prefab.meta | 16 + .../Flash and hits/Hit 12 slime.prefab | 3 + .../Flash and hits/Hit 12 slime.prefab.meta | 16 + .../Flash and hits/Hit 13 red laser.prefab | 3 + .../Hit 13 red laser.prefab.meta | 16 + .../Flash and hits/Hit 14 blue rapid.prefab | 3 + .../Hit 14 blue rapid.prefab.meta | 16 + .../Flash and hits/Hit 15 pink crystal.prefab | 3 + .../Hit 15 pink crystal.prefab.meta | 16 + .../Prefabs/Flash and hits/Hit 16 fire.prefab | 3 + .../Flash and hits/Hit 16 fire.prefab.meta | 16 + .../Flash and hits/Hit 17 nova violet.prefab | 3 + .../Hit 17 nova violet.prefab.meta | 16 + .../Flash and hits/Hit 18 nova orange.prefab | 3 + .../Hit 18 nova orange.prefab.meta | 16 + .../Flash and hits/Hit 19 circle bomb.prefab | 3 + .../Hit 19 circle bomb.prefab.meta | 16 + .../Flash and hits/Hit 2 electro.prefab | 3 + .../Flash and hits/Hit 2 electro.prefab.meta | 16 + .../Flash and hits/Hit 20 pink arrow.prefab | 3 + .../Hit 20 pink arrow.prefab.meta | 16 + .../Flash and hits/Hit 21 red arrow.prefab | 3 + .../Hit 21 red arrow.prefab.meta | 16 + .../Flash and hits/Hit 22 cute star.prefab | 3 + .../Hit 22 cute star.prefab.meta | 16 + .../Prefabs/Flash and hits/Hit 23 cube.prefab | 3 + .../Flash and hits/Hit 23 cube.prefab.meta | 16 + .../Hit 24 green explosion.prefab | 3 + .../Hit 24 green explosion.prefab.meta | 16 + .../Hit 25 orange explosion.prefab | 3 + .../Hit 25 orange explosion.prefab.meta | 16 + .../Flash and hits/Hit 26 blue crystal.prefab | 3 + .../Hit 26 blue crystal.prefab.meta | 16 + .../Flash and hits/Hit 27 heart.prefab | 3 + .../Flash and hits/Hit 27 heart.prefab.meta | 16 + .../Flash and hits/Hit 3 black fire.prefab | 3 + .../Hit 3 black fire.prefab.meta | 16 + .../Flash and hits/Hit 4 yellow arrow.prefab | 3 + .../Hit 4 yellow arrow.prefab.meta | 16 + .../Prefabs/Flash and hits/Hit 5 red.prefab | 3 + .../Flash and hits/Hit 5 red.prefab.meta | 16 + .../Flash and hits/Hit 6 blue fire.prefab | 3 + .../Hit 6 blue fire.prefab.meta | 16 + .../Prefabs/Flash and hits/Hit 7 pink.prefab | 3 + .../Flash and hits/Hit 7 pink.prefab.meta | 16 + .../Flash and hits/Hit 8 dagger.prefab | 3 + .../Flash and hits/Hit 8 dagger.prefab.meta | 16 + .../Prefabs/Flash and hits/Hit 9 water.prefab | 3 + .../Flash and hits/Hit 9 water.prefab.meta | 16 + .../Prefabs/Projectiles 2D.meta | 8 + .../2D Projectile 1 nature arrow.prefab | 3 + .../2D Projectile 1 nature arrow.prefab.meta | 16 + .../2D Projectile 10 blue laser.prefab | 3 + .../2D Projectile 10 blue laser.prefab.meta | 16 + .../2D Projectile 11 orange arrow.prefab | 3 + .../2D Projectile 11 orange arrow.prefab.meta | 16 + .../2D Projectile 12 slime.prefab | 3 + .../2D Projectile 12 slime.prefab.meta | 16 + .../2D Projectile 13 red laser.prefab | 3 + .../2D Projectile 13 red laser.prefab.meta | 16 + .../2D Projectile 14 blue rapid.prefab | 3 + .../2D Projectile 14 blue rapid.prefab.meta | 16 + .../2D Projectile 15 pink crystal.prefab | 3 + .../2D Projectile 15 pink crystal.prefab.meta | 16 + .../2D Projectile 16 fire.prefab | 3 + .../2D Projectile 16 fire.prefab.meta | 16 + .../2D Projectile 17 nova violet.prefab | 3 + .../2D Projectile 17 nova violet.prefab.meta | 16 + .../2D Projectile 18 nova orange.prefab | 3 + .../2D Projectile 18 nova orange.prefab.meta | 16 + .../2D Projectile 19 circle bomb.prefab | 3 + .../2D Projectile 19 circle bomb.prefab.meta | 16 + .../2D Projectile 2 electro.prefab | 3 + .../2D Projectile 2 electro.prefab.meta | 16 + .../2D Projectile 20 pink arrow.prefab | 3 + .../2D Projectile 20 pink arrow.prefab.meta | 16 + .../2D Projectile 21 red arrow.prefab | 3 + .../2D Projectile 21 red arrow.prefab.meta | 16 + .../2D Projectile 22 cute star.prefab | 3 + .../2D Projectile 22 cute star.prefab.meta | 16 + .../2D Projectile 23 cube.prefab | 3 + .../2D Projectile 23 cube.prefab.meta | 16 + .../2D Projectile 24 green explosion.prefab | 3 + ... Projectile 24 green explosion.prefab.meta | 16 + .../2D Projectile 25 orange explosion.prefab | 3 + ...Projectile 25 orange explosion.prefab.meta | 16 + .../2D Projectile 26 blue crystal.prefab | 3 + .../2D Projectile 26 blue crystal.prefab.meta | 16 + .../2D Projectile 27 heart.prefab | 3 + .../2D Projectile 27 heart.prefab.meta | 16 + .../2D Projectile 3 black fire.prefab | 3 + .../2D Projectile 3 black fire.prefab.meta | 16 + .../2D Projectile 4 yellow arrow.prefab | 3 + .../2D Projectile 4 yellow arrow.prefab.meta | 16 + .../Projectiles 2D/2D Projectile 5 red.prefab | 3 + .../2D Projectile 5 red.prefab.meta | 16 + .../2D Projectile 6 blue fire.prefab | 3 + .../2D Projectile 6 blue fire.prefab.meta | 16 + .../2D Projectile 7 pink.prefab | 3 + .../2D Projectile 7 pink.prefab.meta | 16 + .../2D Projectile 8 dagger.prefab | 3 + .../2D Projectile 8 dagger.prefab.meta | 16 + .../2D Projectile 9 water.prefab | 3 + .../2D Projectile 9 water.prefab.meta | 16 + .../Projectiles(Particle collision).meta | 8 + .../Projectile 1 nature arrow.prefab | 3 + .../Projectile 1 nature arrow.prefab.meta | 16 + .../Projectile 10 blue laser.prefab | 3 + .../Projectile 10 blue laser.prefab.meta | 16 + .../Projectile 11 orange arrow.prefab | 3 + .../Projectile 11 orange arrow.prefab.meta | 16 + .../Projectile 12 slime.prefab | 3 + .../Projectile 12 slime.prefab.meta | 16 + .../Projectile 13 red laser.prefab | 3 + .../Projectile 13 red laser.prefab.meta | 16 + .../Projectile 14 blue rapid.prefab | 3 + .../Projectile 14 blue rapid.prefab.meta | 16 + .../Projectile 15 pink crystal.prefab | 3 + .../Projectile 15 pink crystal.prefab.meta | 16 + .../Projectile 16 fire.prefab | 3 + .../Projectile 16 fire.prefab.meta | 16 + .../Projectile 17 nova violet.prefab | 3 + .../Projectile 17 nova violet.prefab.meta | 16 + .../Projectile 18 nova orange.prefab | 3 + .../Projectile 18 nova orange.prefab.meta | 16 + .../Projectile 19 circle bomb.prefab | 3 + .../Projectile 19 circle bomb.prefab.meta | 16 + .../Projectile 2 electro.prefab | 3 + .../Projectile 2 electro.prefab.meta | 16 + .../Projectile 20 pink arrow.prefab | 3 + .../Projectile 20 pink arrow.prefab.meta | 16 + .../Projectile 21 red arrow.prefab | 3 + .../Projectile 21 red arrow.prefab.meta | 16 + .../Projectile 22 cute star.prefab | 3 + .../Projectile 22 cute star.prefab.meta | 16 + .../Projectile 23 cube.prefab | 3 + .../Projectile 23 cube.prefab.meta | 16 + .../Projectile 24 green explosion.prefab | 3 + .../Projectile 24 green explosion.prefab.meta | 16 + .../Projectile 25 orange explosion.prefab | 3 + ...Projectile 25 orange explosion.prefab.meta | 16 + .../Projectile 26 blue crystal.prefab | 3 + .../Projectile 26 blue crystal.prefab.meta | 16 + .../Projectile 27 hear.prefab | 3 + .../Projectile 27 hear.prefab.meta | 16 + .../Projectile 3 black fire.prefab | 3 + .../Projectile 3 black fire.prefab.meta | 16 + .../Projectile 4 yellow arrow.prefab | 3 + .../Projectile 4 yellow arrow.prefab.meta | 16 + .../Projectile 5 red.prefab | 3 + .../Projectile 5 red.prefab.meta | 16 + .../Projectile 6 blue fire.prefab | 3 + .../Projectile 6 blue fire.prefab.meta | 16 + .../Projectile 7 pink.prefab | 3 + .../Projectile 7 pink.prefab.meta | 16 + .../Projectile 8 dagger.prefab | 3 + .../Projectile 8 dagger.prefab.meta | 16 + .../Projectile 9 water.prefab | 3 + .../Projectile 9 water.prefab.meta | 16 + .../Prefabs/Projectiles(transform).meta | 8 + .../Dragon punch projectile.prefab | 3 + .../Dragon punch projectile.prefab.meta | 15 + .../Projectile 1 nature arrow.prefab | 3 + .../Projectile 1 nature arrow.prefab.meta | 16 + .../Projectile 10 blue laser.prefab | 3 + .../Projectile 10 blue laser.prefab.meta | 16 + .../Projectile 11 orange arrow.prefab | 3 + .../Projectile 11 orange arrow.prefab.meta | 16 + .../Projectile 12 slime.prefab | 3 + .../Projectile 12 slime.prefab.meta | 16 + .../Projectile 13 red laser.prefab | 3 + .../Projectile 13 red laser.prefab.meta | 16 + .../Projectile 14 blue rapid.prefab | 3 + .../Projectile 14 blue rapid.prefab.meta | 16 + .../Projectile 15 pink crystal.prefab | 3 + .../Projectile 15 pink crystal.prefab.meta | 16 + .../Projectile 16 fire.prefab | 3 + .../Projectile 16 fire.prefab.meta | 16 + .../Projectile 17 nova violet.prefab | 3 + .../Projectile 17 nova violet.prefab.meta | 16 + .../Projectile 18 nova orange.prefab | 3 + .../Projectile 18 nova orange.prefab.meta | 16 + .../Projectile 19 circle bomb.prefab | 3 + .../Projectile 19 circle bomb.prefab.meta | 16 + .../Projectile 2 electro.prefab | 3 + .../Projectile 2 electro.prefab.meta | 16 + .../Projectile 20 pink arrow.prefab | 3 + .../Projectile 20 pink arrow.prefab.meta | 16 + .../Projectile 21 red arrow.prefab | 3 + .../Projectile 21 red arrow.prefab.meta | 16 + .../Projectile 22 cute star.prefab | 3 + .../Projectile 22 cute star.prefab.meta | 16 + .../Projectile 23 cube.prefab | 3 + .../Projectile 23 cube.prefab.meta | 16 + .../Projectile 24 green explosion.prefab | 3 + .../Projectile 24 green explosion.prefab.meta | 16 + .../Projectile 25 orange explosion.prefab | 3 + ...Projectile 25 orange explosion.prefab.meta | 16 + .../Projectile 26 blue diamond.prefab | 3 + .../Projectile 26 blue diamond.prefab.meta | 16 + .../Projectile 27 heart.prefab | 3 + .../Projectile 27 heart.prefab.meta | 16 + .../Projectile 3 black fire.prefab | 3 + .../Projectile 3 black fire.prefab.meta | 16 + .../Projectile 4 yellow arrow.prefab | 3 + .../Projectile 4 yellow arrow.prefab.meta | 16 + .../Projectile 5 red.prefab | 3 + .../Projectile 5 red.prefab.meta | 16 + .../Projectile 6 blue fire.prefab | 3 + .../Projectile 6 blue fire.prefab.meta | 16 + .../Projectile 7 pink.prefab | 3 + .../Projectile 7 pink.prefab.meta | 16 + .../Projectile 8 dagger.prefab | 3 + .../Projectile 8 dagger.prefab.meta | 16 + .../Projectile 9 water.prefab | 3 + .../Projectile 9 water.prefab.meta | 16 + Assets/Hovl Studio/AAA Projectiles Vol 2.meta | 8 + .../AAA Projectiles Vol 2/Demo scene.meta | 8 + .../Demo scene/Demo projectiles Vol 2.unity | 3 + .../Demo projectiles Vol 2.unity.meta | 16 + .../Demo projectiles Vol 2Settings.lighting | 64 + ...mo projectiles Vol 2Settings.lighting.meta | 16 + .../Demo scene/LightingData.asset | 3 + .../Demo scene/LightingData.asset.meta | 15 + .../Demo scene/Lightmap-0_comp_dir.png | 3 + .../Demo scene/Lightmap-0_comp_dir.png.meta | 91 + .../Demo scene/Lightmap-0_comp_light.exr | 3 + .../Demo scene/Lightmap-0_comp_light.exr.meta | 91 + .../Demo scene/Lightmap-1_comp_dir.png | 3 + .../Demo scene/Lightmap-1_comp_dir.png.meta | 91 + .../Demo scene/Lightmap-1_comp_light.exr | 3 + .../Demo scene/Lightmap-1_comp_light.exr.meta | 91 + .../Demo scene/Lightmap-2_comp_dir.png | 3 + .../Demo scene/Lightmap-2_comp_dir.png.meta | 91 + .../Demo scene/Lightmap-2_comp_light.exr | 3 + .../Demo scene/Lightmap-2_comp_light.exr.meta | 91 + .../Demo scene/Readme.txt | 155 + .../Demo scene/Readme.txt.meta | 14 + .../Demo scene/ReflectionProbe-0.exr | 3 + .../Demo scene/ReflectionProbe-0.exr.meta | 92 + .../AAA Projectiles Vol 2/Prefabs.meta | 8 + .../Prefabs/Flash 1.prefab | 3 + .../Prefabs/Flash 1.prefab.meta | 15 + .../Prefabs/Flash 10.prefab | 3 + .../Prefabs/Flash 10.prefab.meta | 15 + .../Prefabs/Flash 11.prefab | 3 + .../Prefabs/Flash 11.prefab.meta | 15 + .../Prefabs/Flash 12.prefab | 3 + .../Prefabs/Flash 12.prefab.meta | 15 + .../Prefabs/Flash 13.prefab | 3 + .../Prefabs/Flash 13.prefab.meta | 15 + .../Prefabs/Flash 14.prefab | 3 + .../Prefabs/Flash 14.prefab.meta | 15 + .../Prefabs/Flash 16.prefab | 3 + .../Prefabs/Flash 16.prefab.meta | 15 + .../Prefabs/Flash 18.prefab | 3 + .../Prefabs/Flash 18.prefab.meta | 15 + .../Prefabs/Flash 2.prefab | 3 + .../Prefabs/Flash 2.prefab.meta | 15 + .../Prefabs/Flash 20.prefab | 3 + .../Prefabs/Flash 20.prefab.meta | 15 + .../Prefabs/Flash 21.prefab | 3 + .../Prefabs/Flash 21.prefab.meta | 15 + .../Prefabs/Flash 22.prefab | 3 + .../Prefabs/Flash 22.prefab.meta | 15 + .../Prefabs/Flash 23.prefab | 3 + .../Prefabs/Flash 23.prefab.meta | 15 + .../Prefabs/Flash 24.prefab | 3 + .../Prefabs/Flash 24.prefab.meta | 15 + .../Prefabs/Flash 25.prefab | 3 + .../Prefabs/Flash 25.prefab.meta | 15 + .../Prefabs/Flash 3.prefab | 3 + .../Prefabs/Flash 3.prefab.meta | 15 + .../Prefabs/Flash 4.prefab | 3 + .../Prefabs/Flash 4.prefab.meta | 15 + .../Prefabs/Flash 5.prefab | 3 + .../Prefabs/Flash 5.prefab.meta | 15 + .../Prefabs/Flash 6.prefab | 3 + .../Prefabs/Flash 6.prefab.meta | 15 + .../Prefabs/Flash 7.prefab | 3 + .../Prefabs/Flash 7.prefab.meta | 15 + .../Prefabs/Flash 8.prefab | 3 + .../Prefabs/Flash 8.prefab.meta | 15 + .../Prefabs/Flash 9.prefab | 3 + .../Prefabs/Flash 9.prefab.meta | 15 + .../Prefabs/Hit 1.prefab | 3 + .../Prefabs/Hit 1.prefab.meta | 15 + .../Prefabs/Hit 10.prefab | 3 + .../Prefabs/Hit 10.prefab.meta | 15 + .../Prefabs/Hit 11.prefab | 3 + .../Prefabs/Hit 11.prefab.meta | 15 + .../Prefabs/Hit 12.prefab | 3 + .../Prefabs/Hit 12.prefab.meta | 15 + .../Prefabs/Hit 13.prefab | 3 + .../Prefabs/Hit 13.prefab.meta | 15 + .../Prefabs/Hit 14.prefab | 3 + .../Prefabs/Hit 14.prefab.meta | 15 + .../Prefabs/Hit 15.prefab | 3 + .../Prefabs/Hit 15.prefab.meta | 15 + .../Prefabs/Hit 16.prefab | 3 + .../Prefabs/Hit 16.prefab.meta | 15 + .../Prefabs/Hit 17.prefab | 3 + .../Prefabs/Hit 17.prefab.meta | 15 + .../Prefabs/Hit 18.prefab | 3 + .../Prefabs/Hit 18.prefab.meta | 15 + .../Prefabs/Hit 19.prefab | 3 + .../Prefabs/Hit 19.prefab.meta | 15 + .../Prefabs/Hit 2.prefab | 3 + .../Prefabs/Hit 2.prefab.meta | 15 + .../Prefabs/Hit 20.prefab | 3 + .../Prefabs/Hit 20.prefab.meta | 15 + .../Prefabs/Hit 21.prefab | 3 + .../Prefabs/Hit 21.prefab.meta | 15 + .../Prefabs/Hit 22.prefab | 3 + .../Prefabs/Hit 22.prefab.meta | 15 + .../Prefabs/Hit 23.prefab | 3 + .../Prefabs/Hit 23.prefab.meta | 15 + .../Prefabs/Hit 24.prefab | 3 + .../Prefabs/Hit 24.prefab.meta | 15 + .../Prefabs/Hit 25.prefab | 3 + .../Prefabs/Hit 25.prefab.meta | 15 + .../Prefabs/Hit 3.prefab | 3 + .../Prefabs/Hit 3.prefab.meta | 15 + .../Prefabs/Hit 4.prefab | 3 + .../Prefabs/Hit 4.prefab.meta | 15 + .../Prefabs/Hit 5.prefab | 3 + .../Prefabs/Hit 5.prefab.meta | 15 + .../Prefabs/Hit 6.prefab | 3 + .../Prefabs/Hit 6.prefab.meta | 15 + .../Prefabs/Hit 7.prefab | 3 + .../Prefabs/Hit 7.prefab.meta | 15 + .../Prefabs/Hit 8.prefab | 3 + .../Prefabs/Hit 8.prefab.meta | 15 + .../Prefabs/Hit 9.prefab | 3 + .../Prefabs/Hit 9.prefab.meta | 15 + .../Prefabs/Projectile 1 nature.prefab | 3 + .../Prefabs/Projectile 1 nature.prefab.meta | 15 + .../Prefabs/Projectile 10 acid.prefab | 3 + .../Prefabs/Projectile 10 acid.prefab.meta | 15 + .../Prefabs/Projectile 11 bubbles.prefab | 3 + .../Prefabs/Projectile 11 bubbles.prefab.meta | 15 + .../Prefabs/Projectile 12 cuts.prefab | 3 + .../Prefabs/Projectile 12 cuts.prefab.meta | 15 + .../Prefabs/Projectile 13 lightning.prefab | 3 + .../Projectile 13 lightning.prefab.meta | 15 + .../Prefabs/Projectile 14 water.prefab | 3 + .../Prefabs/Projectile 14 water.prefab.meta | 15 + .../Prefabs/Projectile 15 shuriken.prefab | 3 + .../Projectile 15 shuriken.prefab.meta | 15 + .../Prefabs/Projectile 16 star.prefab | 3 + .../Prefabs/Projectile 16 star.prefab.meta | 15 + .../Prefabs/Projectile 17 heal.prefab | 3 + .../Prefabs/Projectile 17 heal.prefab.meta | 15 + .../Prefabs/Projectile 18 arrow.prefab | 3 + .../Prefabs/Projectile 18 arrow.prefab.meta | 15 + .../Prefabs/Projectile 19 sun.prefab | 3 + .../Prefabs/Projectile 19 sun.prefab.meta | 15 + .../Prefabs/Projectile 2 bloow.prefab | 3 + .../Prefabs/Projectile 2 bloow.prefab.meta | 15 + .../Prefabs/Projectile 20 black.prefab | 3 + .../Prefabs/Projectile 20 black.prefab.meta | 15 + .../Prefabs/Projectile 21 green.prefab | 3 + .../Prefabs/Projectile 21 green.prefab.meta | 15 + .../Prefabs/Projectile 22 star sky.prefab | 3 + .../Projectile 22 star sky.prefab.meta | 16 + .../Prefabs/Projectile 23 green.prefab | 3 + .../Prefabs/Projectile 23 green.prefab.meta | 15 + .../Prefabs/Projectile 24 honey.prefab | 3 + .../Prefabs/Projectile 24 honey.prefab.meta | 15 + .../Prefabs/Projectile 25 yellow.prefab | 3 + .../Prefabs/Projectile 25 yellow.prefab.meta | 15 + .../Prefabs/Projectile 3 electro.prefab | 3 + .../Prefabs/Projectile 3 electro.prefab.meta | 15 + .../Prefabs/Projectile 4 fire.prefab | 3 + .../Prefabs/Projectile 4 fire.prefab.meta | 15 + .../Prefabs/Projectile 5 ice.prefab | 3 + .../Prefabs/Projectile 5 ice.prefab.meta | 15 + .../Prefabs/Projectile 6 magic.prefab | 3 + .../Prefabs/Projectile 6 magic.prefab.meta | 15 + .../Prefabs/Projectile 7 wind.prefab | 3 + .../Prefabs/Projectile 7 wind.prefab.meta | 15 + .../Prefabs/Projectile 8 energy.prefab | 3 + .../Prefabs/Projectile 8 energy.prefab.meta | 15 + .../Prefabs/Projectile 9 trails.prefab | 3 + .../Prefabs/Projectile 9 trails.prefab.meta | 15 + Assets/Hovl Studio/HSFiles.meta | 8 + Assets/Hovl Studio/HSFiles/Animations.meta | 8 + .../Hovl Studio/HSFiles/Animations/Shake.anim | 3 + .../HSFiles/Animations/Shake.anim.meta | 15 + .../HSFiles/Animations/Shake2.anim | 3 + .../HSFiles/Animations/Shake2.anim.meta | 15 + Assets/Hovl Studio/HSFiles/Materials.meta | 8 + .../HSFiles/Materials/Additive.mat | 241 + .../HSFiles/Materials/Additive.mat.meta | 17 + .../HSFiles/Materials/Arrow12bcg.mat | 189 + .../HSFiles/Materials/Arrow12bcg.mat.meta | 15 + .../HSFiles/Materials/Arrow3bcg.mat | 237 + .../HSFiles/Materials/Arrow3bcg.mat.meta | 15 + .../HSFiles/Materials/Arrow5bcg.mat | 235 + .../HSFiles/Materials/Arrow5bcg.mat.meta | 15 + .../HSFiles/Materials/Arrow6bcg.mat | 235 + .../HSFiles/Materials/Arrow6bcg.mat.meta | 15 + .../HSFiles/Materials/Arrow7bcg.mat | 236 + .../HSFiles/Materials/Arrow7bcg.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/Arrow9.mat | 189 + .../HSFiles/Materials/Arrow9.mat.meta | 15 + .../HSFiles/Materials/Aura16bcg.mat | 237 + .../HSFiles/Materials/Aura16bcg.mat.meta | 15 + .../HSFiles/Materials/Aura1bcg.mat | 237 + .../HSFiles/Materials/Aura1bcg.mat.meta | 15 + .../HSFiles/Materials/Aura2bcg.mat | 235 + .../HSFiles/Materials/Aura2bcg.mat.meta | 15 + .../HSFiles/Materials/Aura3bcg.mat | 235 + .../HSFiles/Materials/Aura3bcg.mat.meta | 15 + .../HSFiles/Materials/Aura8bcg.mat | 235 + .../HSFiles/Materials/Aura8bcg.mat.meta | 15 + .../HSFiles/Materials/Blend1dn.mat | 59 + .../HSFiles/Materials/Blend1dn.mat.meta | 15 + .../HSFiles/Materials/BloodAnim2bcg.mat | 236 + .../HSFiles/Materials/BloodAnim2bcg.mat.meta | 15 + .../HSFiles/Materials/Butterlfly1dn.mat | 59 + .../HSFiles/Materials/Butterlfly1dn.mat.meta | 15 + .../HSFiles/Materials/Circle116cg.mat | 241 + .../HSFiles/Materials/Circle116cg.mat.meta | 15 + .../HSFiles/Materials/Circle17bcg.mat | 237 + .../HSFiles/Materials/Circle17bcg.mat.meta | 15 + .../HSFiles/Materials/Circle17cg.mat | 240 + .../HSFiles/Materials/Circle17cg.mat.meta | 15 + .../HSFiles/Materials/Circle18cg.mat | 240 + .../HSFiles/Materials/Circle18cg.mat.meta | 17 + .../HSFiles/Materials/Circle38cg.mat | 247 + .../HSFiles/Materials/Circle38cg.mat.meta | 15 + .../HSFiles/Materials/Circle41cg.mat | 239 + .../HSFiles/Materials/Circle41cg.mat.meta | 17 + .../HSFiles/Materials/Circle8cg.mat | 242 + .../HSFiles/Materials/Circle8cg.mat.meta | 17 + .../HSFiles/Materials/Circle93bcg.mat | 238 + .../HSFiles/Materials/Circle93bcg.mat.meta | 17 + .../HSFiles/Materials/Circle96cc.mat | 254 + .../HSFiles/Materials/Circle96cc.mat.meta | 15 + .../HSFiles/Materials/Circle98bcg.mat | 236 + .../HSFiles/Materials/Circle98bcg.mat.meta | 15 + .../HSFiles/Materials/CircleRainbow10cg.mat | 240 + .../Materials/CircleRainbow10cg.mat.meta | 15 + .../HSFiles/Materials/CircleRainbow11cg.mat | 240 + .../Materials/CircleRainbow11cg.mat.meta | 15 + .../HSFiles/Materials/CircleRainbow12cg.mat | 240 + .../Materials/CircleRainbow12cg.mat.meta | 15 + .../HSFiles/Materials/CircleRainbow15cg.mat | 242 + .../Materials/CircleRainbow15cg.mat.meta | 15 + .../HSFiles/Materials/CircleRainbow17cg.mat | 252 + .../Materials/CircleRainbow17cg.mat.meta | 15 + .../HSFiles/Materials/Crater13bcg.mat | 237 + .../HSFiles/Materials/Crater13bcg.mat.meta | 15 + .../HSFiles/Materials/Crater14bcg.mat | 236 + .../HSFiles/Materials/Crater14bcg.mat.meta | 15 + .../HSFiles/Materials/Crater70bcg.mat | 191 + .../HSFiles/Materials/Crater70bcg.mat.meta | 15 + .../HSFiles/Materials/Crater71bcg.mat | 191 + .../HSFiles/Materials/Crater71bcg.mat.meta | 15 + .../HSFiles/Materials/Crater72bcg.mat | 191 + .../HSFiles/Materials/Crater72bcg.mat.meta | 15 + .../HSFiles/Materials/Dagger2bcg.mat | 236 + .../HSFiles/Materials/Dagger2bcg.mat.meta | 15 + .../HSFiles/Materials/Dagger4bcg.mat | 236 + .../HSFiles/Materials/Dagger4bcg.mat.meta | 15 + .../HSFiles/Materials/Debris2bcg.mat | 237 + .../HSFiles/Materials/Debris2bcg.mat.meta | 15 + .../HSFiles/Materials/Debris5bcg.mat | 192 + .../HSFiles/Materials/Debris5bcg.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/DirtBcg.mat | 263 + .../HSFiles/Materials/DirtBcg.mat.meta | 17 + .../HSFiles/Materials/DistortionCircle19.mat | 165 + .../Materials/DistortionCircle19.mat.meta | 15 + .../HSFiles/Materials/DistortionSmoke18.mat | 166 + .../Materials/DistortionSmoke18.mat.meta | 15 + .../HSFiles/Materials/DistortionTriangle.mat | 159 + .../Materials/DistortionTriangle.mat.meta | 15 + .../HSFiles/Materials/DragonHead1ts.mat | 251 + .../HSFiles/Materials/DragonHead1ts.mat.meta | 15 + .../HSFiles/Materials/Dust2bcg.mat | 236 + .../HSFiles/Materials/Dust2bcg.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/Dust2cg.mat | 239 + .../HSFiles/Materials/Dust2cg.mat.meta | 15 + .../HSFiles/Materials/Electricity1be.mat | 124 + .../HSFiles/Materials/Electricity1be.mat.meta | 15 + .../HSFiles/Materials/Electricity2be.mat | 73 + .../HSFiles/Materials/Electricity2be.mat.meta | 15 + .../HSFiles/Materials/EmberExpl2a.mat | 218 + .../HSFiles/Materials/EmberExpl2a.mat.meta | 15 + .../HSFiles/Materials/Explosion2bBcg.mat | 212 + .../HSFiles/Materials/Explosion2bBcg.mat.meta | 15 + .../HSFiles/Materials/Fire17cc.mat | 190 + .../HSFiles/Materials/Fire17cc.mat.meta | 15 + .../HSFiles/Materials/Fire3bcg.mat | 243 + .../HSFiles/Materials/Fire3bcg.mat.meta | 17 + .../HSFiles/Materials/FireExpl5bcg.mat | 192 + .../HSFiles/Materials/FireExpl5bcg.mat.meta | 15 + .../HSFiles/Materials/Fireball1bcg.mat | 192 + .../HSFiles/Materials/Fireball1bcg.mat.meta | 15 + .../HSFiles/Materials/Flare10cg.mat | 238 + .../HSFiles/Materials/Flare10cg.mat.meta | 15 + .../HSFiles/Materials/Flare14bcg.mat | 238 + .../HSFiles/Materials/Flare14bcg.mat.meta | 17 + .../HSFiles/Materials/Flare14cg.mat | 241 + .../HSFiles/Materials/Flare14cg.mat.meta | 17 + .../HSFiles/Materials/Flare15bcg.mat | 240 + .../HSFiles/Materials/Flare15bcg.mat.meta | 17 + .../HSFiles/Materials/Flare17bcg.mat | 238 + .../HSFiles/Materials/Flare17bcg.mat.meta | 15 + .../HSFiles/Materials/Flare19bcg.mat | 234 + .../HSFiles/Materials/Flare19bcg.mat.meta | 15 + .../HSFiles/Materials/Flare20cg.mat | 238 + .../HSFiles/Materials/Flare20cg.mat.meta | 15 + .../HSFiles/Materials/Flare21bcg.mat | 240 + .../HSFiles/Materials/Flare21bcg.mat.meta | 15 + .../HSFiles/Materials/Flare21cg.mat | 246 + .../HSFiles/Materials/Flare21cg.mat.meta | 15 + .../HSFiles/Materials/Flare23cg.mat | 235 + .../HSFiles/Materials/Flare23cg.mat.meta | 15 + .../HSFiles/Materials/Flare2cg.mat | 241 + .../HSFiles/Materials/Flare2cg.mat.meta | 17 + .../HSFiles/Materials/Flare32cg.mat | 192 + .../HSFiles/Materials/Flare32cg.mat.meta | 15 + .../HSFiles/Materials/Flare34bcg.mat | 192 + .../HSFiles/Materials/Flare34bcg.mat.meta | 15 + .../HSFiles/Materials/Flare35cc.mat | 188 + .../HSFiles/Materials/Flare35cc.mat.meta | 15 + .../HSFiles/Materials/Flare36bcg.mat | 193 + .../HSFiles/Materials/Flare36bcg.mat.meta | 15 + .../HSFiles/Materials/Flare3cg.mat | 241 + .../HSFiles/Materials/Flare3cg.mat.meta | 17 + .../HSFiles/Materials/Flare4cg.mat | 241 + .../HSFiles/Materials/Flare4cg.mat.meta | 17 + .../HSFiles/Materials/Flare6cg.mat | 241 + .../HSFiles/Materials/Flare6cg.mat.meta | 17 + .../HSFiles/Materials/FlareFX1.mat | 149 + .../HSFiles/Materials/FlareFX1.mat.meta | 15 + .../HSFiles/Materials/Flash18cg.mat | 238 + .../HSFiles/Materials/Flash18cg.mat.meta | 15 + .../HSFiles/Materials/Flash1cg.mat | 239 + .../HSFiles/Materials/Flash1cg.mat.meta | 17 + .../HSFiles/Materials/Flash21bcg.mat | 238 + .../HSFiles/Materials/Flash21bcg.mat.meta | 15 + .../HSFiles/Materials/Flash21cg.mat | 239 + .../HSFiles/Materials/Flash21cg.mat.meta | 15 + .../HSFiles/Materials/Flash23cg.mat | 237 + .../HSFiles/Materials/Flash23cg.mat.meta | 15 + .../HSFiles/Materials/Flash30bcg.mat | 237 + .../HSFiles/Materials/Flash30bcg.mat.meta | 15 + .../HSFiles/Materials/Flash31bcg.mat | 237 + .../HSFiles/Materials/Flash31bcg.mat.meta | 15 + .../HSFiles/Materials/Flash33cg.mat | 235 + .../HSFiles/Materials/Flash33cg.mat.meta | 15 + .../HSFiles/Materials/Flash34bcg.mat | 234 + .../HSFiles/Materials/Flash34bcg.mat.meta | 15 + .../HSFiles/Materials/Flash35bcg.mat | 190 + .../HSFiles/Materials/Flash35bcg.mat.meta | 15 + .../HSFiles/Materials/Flash36cg.mat | 191 + .../HSFiles/Materials/Flash36cg.mat.meta | 15 + .../HSFiles/Materials/Flash38cc.mat | 180 + .../HSFiles/Materials/Flash38cc.mat.meta | 15 + .../HSFiles/Materials/Flash39cc.mat | 180 + .../HSFiles/Materials/Flash39cc.mat.meta | 15 + .../HSFiles/Materials/Flash3cg.mat | 239 + .../HSFiles/Materials/Flash3cg.mat.meta | 17 + .../HSFiles/Materials/Flash40cc.mat | 180 + .../HSFiles/Materials/Flash40cc.mat.meta | 15 + .../HSFiles/Materials/Flash41cc.mat | 180 + .../HSFiles/Materials/Flash41cc.mat.meta | 15 + .../HSFiles/Materials/Flash42cc.mat | 181 + .../HSFiles/Materials/Flash42cc.mat.meta | 15 + .../HSFiles/Materials/Flash43cc.mat | 189 + .../HSFiles/Materials/Flash43cc.mat.meta | 15 + .../HSFiles/Materials/Flash44cc.mat | 189 + .../HSFiles/Materials/Flash44cc.mat.meta | 15 + .../HSFiles/Materials/Flash45cc.mat | 189 + .../HSFiles/Materials/Flash45cc.mat.meta | 15 + .../HSFiles/Materials/Flash5cg.mat | 239 + .../HSFiles/Materials/Flash5cg.mat.meta | 15 + .../HSFiles/Materials/Flash7bcg.mat | 238 + .../HSFiles/Materials/Flash7bcg.mat.meta | 17 + .../HSFiles/Materials/FlashGroundCG.mat | 247 + .../HSFiles/Materials/FlashGroundCG.mat.meta | 17 + .../HSFiles/Materials/Floor1lf.mat | 206 + .../HSFiles/Materials/Floor1lf.mat.meta | 15 + .../HSFiles/Materials/Floor2HSlit.mat | 206 + .../HSFiles/Materials/Floor2HSlit.mat.meta | 15 + .../HSFiles/Materials/Fresnel10bcg.mat | 246 + .../HSFiles/Materials/Fresnel10bcg.mat.meta | 15 + .../HSFiles/Materials/Fresnel1bcg.mat | 206 + .../HSFiles/Materials/Fresnel1bcg.mat.meta | 15 + .../HSFiles/Materials/Fresnel2bcg.mat | 203 + .../HSFiles/Materials/Fresnel2bcg.mat.meta | 15 + .../HSFiles/Materials/Fresnel3bcg.mat | 203 + .../HSFiles/Materials/Fresnel3bcg.mat.meta | 15 + .../HSFiles/Materials/Fresnel4bcg.mat | 242 + .../HSFiles/Materials/Fresnel4bcg.mat.meta | 15 + .../HSFiles/Materials/Fresnel7bcg.mat | 249 + .../HSFiles/Materials/Fresnel7bcg.mat.meta | 15 + .../HSFiles/Materials/Fresnel8bcg.mat | 246 + .../HSFiles/Materials/Fresnel8bcg.mat.meta | 15 + .../HSFiles/Materials/Fresnel9bcg.mat | 193 + .../HSFiles/Materials/Fresnel9bcg.mat.meta | 15 + .../HSFiles/Materials/Glow1bcg.mat | 238 + .../HSFiles/Materials/Glow1bcg.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/Glow1cg.mat | 238 + .../HSFiles/Materials/Glow1cg.mat.meta | 15 + .../HSFiles/Materials/Glow2bcg.mat | 191 + .../HSFiles/Materials/Glow2bcg.mat.meta | 15 + .../HSFiles/Materials/Gold1bcg.mat | 235 + .../HSFiles/Materials/Gold1bcg.mat.meta | 15 + .../HSFiles/Materials/Gradient17bcg2.mat | 254 + .../HSFiles/Materials/Gradient17bcg2.mat.meta | 15 + .../HSFiles/Materials/GrayDemoHSlit.mat | 205 + .../HSFiles/Materials/GrayDemoHSlit.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/HPL2cg.mat | 244 + .../HSFiles/Materials/HPL2cg.mat.meta | 15 + .../HSFiles/Materials/HPWater2bcg.mat | 212 + .../HSFiles/Materials/HPWater2bcg.mat.meta | 15 + .../HSFiles/Materials/HPwater3bcg.mat | 234 + .../HSFiles/Materials/HPwater3bcg.mat.meta | 15 + .../HSFiles/Materials/HPwater4bcg.mat | 189 + .../HSFiles/Materials/HPwater4bcg.mat.meta | 15 + .../HSFiles/Materials/Heart3bcg.mat | 198 + .../HSFiles/Materials/Heart3bcg.mat.meta | 15 + .../HSFiles/Materials/Hexagons1cg.mat | 251 + .../HSFiles/Materials/Hexagons1cg.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/Ice2llf.mat | 271 + .../HSFiles/Materials/Ice2llf.mat.meta | 15 + .../HSFiles/Materials/Impact1dn.mat | 93 + .../HSFiles/Materials/Impact1dn.mat.meta | 15 + .../HSFiles/Materials/Leaf11bcg.mat | 235 + .../HSFiles/Materials/Leaf11bcg.mat.meta | 15 + .../HSFiles/Materials/Leaf2bcg.mat | 236 + .../HSFiles/Materials/Leaf2bcg.mat.meta | 15 + .../HSFiles/Materials/Lightning11cg.mat | 240 + .../HSFiles/Materials/Lightning11cg.mat.meta | 15 + .../HSFiles/Materials/Lightning17bcg.mat | 193 + .../HSFiles/Materials/Lightning17bcg.mat.meta | 15 + .../HSFiles/Materials/LineDistort2cg.mat | 236 + .../HSFiles/Materials/LineDistort2cg.mat.meta | 15 + .../HSFiles/Materials/MagicCircle50bcg.mat | 234 + .../Materials/MagicCircle50bcg.mat.meta | 15 + .../HSFiles/Materials/MagicCircle62dn.mat | 67 + .../Materials/MagicCircle62dn.mat.meta | 15 + .../HSFiles/Materials/Mask23bcg.mat | 244 + .../HSFiles/Materials/Mask23bcg.mat.meta | 15 + .../HSFiles/Materials/Mask23cg.mat | 244 + .../HSFiles/Materials/Mask23cg.mat.meta | 15 + .../HSFiles/Materials/Mask27bcg.mat | 190 + .../HSFiles/Materials/Mask27bcg.mat.meta | 15 + .../HSFiles/Materials/Mask33bcg.mat | 237 + .../HSFiles/Materials/Mask33bcg.mat.meta | 15 + .../HSFiles/Materials/Mask46bcg.mat | 244 + .../HSFiles/Materials/Mask46bcg.mat.meta | 17 + .../HSFiles/Materials/Mask61cc.mat | 180 + .../HSFiles/Materials/Mask61cc.mat.meta | 15 + .../HSFiles/Materials/Mask62bcg.mat | 247 + .../HSFiles/Materials/Mask62bcg.mat.meta | 15 + .../HSFiles/Materials/Mask64cc.mat | 180 + .../HSFiles/Materials/Mask64cc.mat.meta | 15 + .../HSFiles/Materials/Mask65cc.mat | 180 + .../HSFiles/Materials/Mask65cc.mat.meta | 15 + .../HSFiles/Materials/Mask66cc.mat | 188 + .../HSFiles/Materials/Mask66cc.mat.meta | 15 + .../HSFiles/Materials/Mask9bcg.mat | 238 + .../HSFiles/Materials/Mask9bcg.mat.meta | 15 + .../HSFiles/Materials/Moon4bcg.mat | 235 + .../HSFiles/Materials/Moon4bcg.mat.meta | 15 + .../HSFiles/Materials/MuzzleFlash2bcg.mat | 237 + .../Materials/MuzzleFlash2bcg.mat.meta | 15 + .../HSFiles/Materials/MuzzleFlash2cg.mat | 240 + .../HSFiles/Materials/MuzzleFlash2cg.mat.meta | 15 + .../HSFiles/Materials/Noise34cg.mat | 239 + .../HSFiles/Materials/Noise34cg.mat.meta | 15 + .../HSFiles/Materials/Noise35tbcg.mat | 236 + .../HSFiles/Materials/Noise35tbcg.mat.meta | 15 + .../HSFiles/Materials/Noise35tcg.mat | 247 + .../HSFiles/Materials/Noise35tcg.mat.meta | 17 + .../HSFiles/Materials/Noise69bts.mat | 249 + .../HSFiles/Materials/Noise69bts.mat.meta | 15 + .../HSFiles/Materials/Noise71bts.mat | 249 + .../HSFiles/Materials/Noise71bts.mat.meta | 15 + .../HSFiles/Materials/Noise82bts.mat | 249 + .../HSFiles/Materials/Noise82bts.mat.meta | 15 + .../HSFiles/Materials/Noise89bts.mat | 249 + .../HSFiles/Materials/Noise89bts.mat.meta | 15 + .../HSFiles/Materials/Object11dn.mat | 59 + .../HSFiles/Materials/Object11dn.mat.meta | 15 + .../HSFiles/Materials/Object12dn.mat | 59 + .../HSFiles/Materials/Object12dn.mat.meta | 15 + .../HSFiles/Materials/Object1bcg.mat | 236 + .../HSFiles/Materials/Object1bcg.mat.meta | 15 + .../HSFiles/Materials/Object25cg.mat | 197 + .../HSFiles/Materials/Object25cg.mat.meta | 15 + .../HSFiles/Materials/Object25dn.mat | 67 + .../HSFiles/Materials/Object25dn.mat.meta | 15 + .../HSFiles/Materials/Object30dn.mat | 59 + .../HSFiles/Materials/Object30dn.mat.meta | 15 + .../HSFiles/Materials/Object31bcg.mat | 190 + .../HSFiles/Materials/Object31bcg.mat.meta | 15 + .../HSFiles/Materials/Object33bcg.mat | 192 + .../HSFiles/Materials/Object33bcg.mat.meta | 15 + .../HSFiles/Materials/Object34cc.mat | 189 + .../HSFiles/Materials/Object34cc.mat.meta | 15 + .../HSFiles/Materials/Object35cc.mat | 189 + .../HSFiles/Materials/Object35cc.mat.meta | 15 + .../HSFiles/Materials/Object36cc.mat | 189 + .../HSFiles/Materials/Object36cc.mat.meta | 15 + .../HSFiles/Materials/Object37bcg.mat | 191 + .../HSFiles/Materials/Object37bcg.mat.meta | 15 + .../HSFiles/Materials/Object38bcg.mat | 191 + .../HSFiles/Materials/Object38bcg.mat.meta | 15 + .../HSFiles/Materials/Object7bcg.mat | 189 + .../HSFiles/Materials/Object7bcg.mat.meta | 15 + .../HSFiles/Materials/Object8ts.mat | 205 + .../HSFiles/Materials/Object8ts.mat.meta | 15 + .../HSFiles/Materials/Paint3ss.mat | 189 + .../HSFiles/Materials/Paint3ss.mat.meta | 15 + .../HSFiles/Materials/Particles8bcg.mat | 240 + .../HSFiles/Materials/Particles8bcg.mat.meta | 15 + .../HSFiles/Materials/Point11bcg.mat | 238 + .../HSFiles/Materials/Point11bcg.mat.meta | 15 + .../HSFiles/Materials/Point11cg.mat | 241 + .../HSFiles/Materials/Point11cg.mat.meta | 15 + .../HSFiles/Materials/Point12cg.mat | 243 + .../HSFiles/Materials/Point12cg.mat.meta | 17 + .../HSFiles/Materials/Point19bcg.mat | 244 + .../HSFiles/Materials/Point19bcg.mat.meta | 17 + .../HSFiles/Materials/Point19bcg2.mat | 245 + .../HSFiles/Materials/Point19bcg2.mat.meta | 17 + .../HSFiles/Materials/Point20bcg.mat | 236 + .../HSFiles/Materials/Point20bcg.mat.meta | 15 + .../HSFiles/Materials/Point5cg.mat | 241 + .../HSFiles/Materials/Point5cg.mat.meta | 17 + .../HSFiles/Materials/Projectile1cc.mat | 180 + .../HSFiles/Materials/Projectile1cc.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/Quad2ts.mat | 253 + .../HSFiles/Materials/Quad2ts.mat.meta | 15 + .../HSFiles/Materials/Quad3bcg.mat | 236 + .../HSFiles/Materials/Quad3bcg.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/Quad3ts.mat | 253 + .../HSFiles/Materials/Quad3ts.mat.meta | 15 + .../HSFiles/Materials/Quad5bcg.mat | 189 + .../HSFiles/Materials/Quad5bcg.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/Quad6cg.mat | 262 + .../HSFiles/Materials/Quad6cg.mat.meta | 15 + .../HSFiles/Materials/Rays10bcg.mat | 237 + .../HSFiles/Materials/Rays10bcg.mat.meta | 15 + .../HSFiles/Materials/Rays11dn.mat | 101 + .../HSFiles/Materials/Rays11dn.mat.meta | 15 + .../HSFiles/Materials/Rays3bts.mat | 265 + .../HSFiles/Materials/Rays3bts.mat.meta | 15 + .../HSFiles/Materials/Romb3bcg.mat | 243 + .../HSFiles/Materials/Romb3bcg.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/Romb3cg.mat | 241 + .../HSFiles/Materials/Romb3cg.mat.meta | 17 + .../Hovl Studio/HSFiles/Materials/SS1bbcg.mat | 235 + .../HSFiles/Materials/SS1bbcg.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/SS1bcg.mat | 237 + .../HSFiles/Materials/SS1bcg.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/SS1cbcg.mat | 235 + .../HSFiles/Materials/SS1cbcg.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/SS2bcg.mat | 237 + .../HSFiles/Materials/SS2bcg.mat.meta | 15 + .../HSFiles/Materials/Sand4bcg.mat | 192 + .../HSFiles/Materials/Sand4bcg.mat.meta | 15 + .../HSFiles/Materials/Semicircle6bcg.mat | 240 + .../HSFiles/Materials/Semicircle6bcg.mat.meta | 17 + .../HSFiles/Materials/Semicircle7bcg.mat | 238 + .../HSFiles/Materials/Semicircle7bcg.mat.meta | 17 + .../HSFiles/Materials/ShockWave.mat | 172 + .../HSFiles/Materials/ShockWave.mat.meta | 15 + .../HSFiles/Materials/ShockWave13.mat | 171 + .../HSFiles/Materials/ShockWave13.mat.meta | 15 + .../HSFiles/Materials/ShockWave4.mat | 171 + .../HSFiles/Materials/ShockWave4.mat.meta | 15 + .../HSFiles/Materials/ShockWave5.mat | 173 + .../HSFiles/Materials/ShockWave5.mat.meta | 15 + .../HSFiles/Materials/ShockWave6.mat | 172 + .../HSFiles/Materials/ShockWave6.mat.meta | 15 + .../HSFiles/Materials/Shockwave17.mat | 170 + .../HSFiles/Materials/Shockwave17.mat.meta | 15 + .../HSFiles/Materials/Shuriken10bcg.mat | 236 + .../HSFiles/Materials/Shuriken10bcg.mat.meta | 15 + .../HSFiles/Materials/Smoke12cg.mat | 240 + .../HSFiles/Materials/Smoke12cg.mat.meta | 15 + .../HSFiles/Materials/Smoke21bcg.mat | 259 + .../HSFiles/Materials/Smoke21bcg.mat.meta | 15 + .../HSFiles/Materials/Smoke23bcg.mat | 238 + .../HSFiles/Materials/Smoke23bcg.mat.meta | 15 + .../HSFiles/Materials/Smoke24bcg.mat | 238 + .../HSFiles/Materials/Smoke24bcg.mat.meta | 15 + .../HSFiles/Materials/Smoke24cg.mat | 238 + .../HSFiles/Materials/Smoke24cg.mat.meta | 15 + .../HSFiles/Materials/Smoke27bcg.mat | 237 + .../HSFiles/Materials/Smoke27bcg.mat.meta | 15 + .../HSFiles/Materials/Smoke32bcg.mat | 259 + .../HSFiles/Materials/Smoke32bcg.mat.meta | 15 + .../HSFiles/Materials/Smoke34bcg.mat | 192 + .../HSFiles/Materials/Smoke34bcg.mat.meta | 15 + .../HSFiles/Materials/Smoke36cc.mat | 188 + .../HSFiles/Materials/Smoke36cc.mat.meta | 15 + .../HSFiles/Materials/Smoke38cc.mat | 180 + .../HSFiles/Materials/Smoke38cc.mat.meta | 15 + .../HSFiles/Materials/Smoke39cc.mat | 189 + .../HSFiles/Materials/Smoke39cc.mat.meta | 15 + .../HSFiles/Materials/Smoke3bcg.mat | 240 + .../HSFiles/Materials/Smoke3bcg.mat.meta | 17 + .../HSFiles/Materials/Smoke3cg.mat | 243 + .../HSFiles/Materials/Smoke3cg.mat.meta | 17 + .../HSFiles/Materials/Smoke40cc.mat | 188 + .../HSFiles/Materials/Smoke40cc.mat.meta | 15 + .../HSFiles/Materials/Smoke5bcg.mat | 239 + .../HSFiles/Materials/Smoke5bcg.mat.meta | 15 + .../HSFiles/Materials/SmokeAnim2bcg.mat | 235 + .../HSFiles/Materials/SmokeAnim2bcg.mat.meta | 15 + .../HSFiles/Materials/SmokeBCG.mat | 238 + .../HSFiles/Materials/SmokeBCG.mat.meta | 17 + .../HSFiles/Materials/SmokeBCG2.mat | 237 + .../HSFiles/Materials/SmokeBCG2.mat.meta | 17 + .../HSFiles/Materials/SmoothHeart1ts.mat | 250 + .../HSFiles/Materials/SmoothHeart1ts.mat.meta | 15 + .../HSFiles/Materials/SmoothStar1ts.mat | 250 + .../HSFiles/Materials/SmoothStar1ts.mat.meta | 15 + .../HSFiles/Materials/SmoothStar2ts.mat | 250 + .../HSFiles/Materials/SmoothStar2ts.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/Snow3cg.mat | 238 + .../HSFiles/Materials/Snow3cg.mat.meta | 16 + .../HSFiles/Materials/Snow4bcg.mat | 240 + .../HSFiles/Materials/Snow4bcg.mat.meta | 17 + .../Hovl Studio/HSFiles/Materials/Snow4cg.mat | 241 + .../HSFiles/Materials/Snow4cg.mat.meta | 17 + .../Hovl Studio/HSFiles/Materials/Snow5cg.mat | 241 + .../HSFiles/Materials/Snow5cg.mat.meta | 15 + .../HSFiles/Materials/Snow6bcg.mat | 236 + .../HSFiles/Materials/Snow6bcg.mat.meta | 15 + .../HSFiles/Materials/SoftNoise69bd.mat | 250 + .../HSFiles/Materials/SoftNoise69bd.mat.meta | 15 + .../HSFiles/Materials/Spark5bcg.mat | 237 + .../HSFiles/Materials/Spark5bcg.mat.meta | 15 + .../HSFiles/Materials/Spark6cc.mat | 189 + .../HSFiles/Materials/Spark6cc.mat.meta | 15 + .../HSFiles/Materials/SparkExolosion1bcg.mat | 237 + .../Materials/SparkExolosion1bcg.mat.meta | 15 + .../HSFiles/Materials/SpideWeb1cc.mat | 189 + .../HSFiles/Materials/SpideWeb1cc.mat.meta | 15 + .../HSFiles/Materials/SpideWeb2bcg.mat | 190 + .../HSFiles/Materials/SpideWeb2bcg.mat.meta | 15 + .../HSFiles/Materials/SpideWeb3cc.mat | 189 + .../HSFiles/Materials/SpideWeb3cc.mat.meta | 15 + .../HSFiles/Materials/Splat4bcg.mat | 234 + .../HSFiles/Materials/Splat4bcg.mat.meta | 15 + .../HSFiles/Materials/Splat4dn.mat | 59 + .../HSFiles/Materials/Splat4dn.mat.meta | 15 + .../HSFiles/Materials/Star12bcg.mat | 234 + .../HSFiles/Materials/Star12bcg.mat.meta | 15 + .../HSFiles/Materials/Star2bcg.mat | 235 + .../HSFiles/Materials/Star2bcg.mat.meta | 15 + .../HSFiles/Materials/Star3bcg.mat | 236 + .../HSFiles/Materials/Star3bcg.mat.meta | 15 + .../HSFiles/Materials/Star4bcg.mat | 234 + .../HSFiles/Materials/Star4bcg.mat.meta | 15 + .../HSFiles/Materials/Stone3bcg.mat | 236 + .../HSFiles/Materials/Stone3bcg.mat.meta | 15 + .../HSFiles/Materials/Stone4bcg.mat | 234 + .../HSFiles/Materials/Stone4bcg.mat.meta | 15 + .../HSFiles/Materials/Stone5bcg.mat | 236 + .../HSFiles/Materials/Stone5bcg.mat.meta | 15 + .../HSFiles/Materials/Trail100bcg.mat | 194 + .../HSFiles/Materials/Trail100bcg.mat.meta | 15 + .../HSFiles/Materials/Trail101cc.mat | 180 + .../HSFiles/Materials/Trail101cc.mat.meta | 15 + .../HSFiles/Materials/Trail102cg.mat | 252 + .../HSFiles/Materials/Trail102cg.mat.meta | 15 + .../HSFiles/Materials/Trail104cg.mat | 191 + .../HSFiles/Materials/Trail104cg.mat.meta | 15 + .../HSFiles/Materials/Trail105bcg.mat | 190 + .../HSFiles/Materials/Trail105bcg.mat.meta | 15 + .../HSFiles/Materials/Trail106bcg.mat | 190 + .../HSFiles/Materials/Trail106bcg.mat.meta | 15 + .../HSFiles/Materials/Trail106bcg2.mat | 190 + .../HSFiles/Materials/Trail106bcg2.mat.meta | 15 + .../HSFiles/Materials/Trail21Path.mat | 56 + .../HSFiles/Materials/Trail21Path.mat.meta | 15 + .../HSFiles/Materials/Trail21bcg.mat | 252 + .../HSFiles/Materials/Trail21bcg.mat.meta | 15 + .../HSFiles/Materials/Trail21cg.mat | 241 + .../HSFiles/Materials/Trail21cg.mat.meta | 17 + .../HSFiles/Materials/Trail21cg2.mat | 241 + .../HSFiles/Materials/Trail21cg2.mat.meta | 17 + .../HSFiles/Materials/Trail22cg.mat | 240 + .../HSFiles/Materials/Trail22cg.mat.meta | 15 + .../HSFiles/Materials/Trail26bcg.mat | 247 + .../HSFiles/Materials/Trail26bcg.mat.meta | 15 + .../HSFiles/Materials/Trail29.2cg.mat | 245 + .../HSFiles/Materials/Trail29.2cg.mat.meta | 15 + .../HSFiles/Materials/Trail37bcg.mat | 240 + .../HSFiles/Materials/Trail37bcg.mat.meta | 15 + .../HSFiles/Materials/Trail39bcg.mat | 237 + .../HSFiles/Materials/Trail39bcg.mat.meta | 15 + .../HSFiles/Materials/Trail42bcg.mat | 237 + .../HSFiles/Materials/Trail42bcg.mat.meta | 15 + .../HSFiles/Materials/Trail48cg.mat | 241 + .../HSFiles/Materials/Trail48cg.mat.meta | 17 + .../HSFiles/Materials/Trail52bcg.mat | 238 + .../HSFiles/Materials/Trail52bcg.mat.meta | 15 + .../HSFiles/Materials/Trail54bcg.mat | 238 + .../HSFiles/Materials/Trail54bcg.mat.meta | 15 + .../HSFiles/Materials/Trail55bcg.mat | 238 + .../HSFiles/Materials/Trail55bcg.mat.meta | 15 + .../HSFiles/Materials/Trail59bcg.mat | 245 + .../HSFiles/Materials/Trail59bcg.mat.meta | 15 + .../HSFiles/Materials/Trail5cg.mat | 241 + .../HSFiles/Materials/Trail5cg.mat.meta | 17 + .../HSFiles/Materials/Trail60bcg.mat | 245 + .../HSFiles/Materials/Trail60bcg.mat.meta | 15 + .../Hovl Studio/HSFiles/Materials/Trail61.mat | 239 + .../HSFiles/Materials/Trail61.mat.meta | 15 + .../HSFiles/Materials/Trail65cg.mat | 238 + .../HSFiles/Materials/Trail65cg.mat.meta | 15 + .../HSFiles/Materials/Trail66cg.mat | 244 + .../HSFiles/Materials/Trail66cg.mat.meta | 15 + .../HSFiles/Materials/Trail68bcg.mat | 247 + .../HSFiles/Materials/Trail68bcg.mat.meta | 15 + .../HSFiles/Materials/Trail71bcg.mat | 238 + .../HSFiles/Materials/Trail71bcg.mat.meta | 15 + .../HSFiles/Materials/Trail75bcg.mat | 236 + .../HSFiles/Materials/Trail75bcg.mat.meta | 15 + .../HSFiles/Materials/Trail79bcg.mat | 234 + .../HSFiles/Materials/Trail79bcg.mat.meta | 15 + .../HSFiles/Materials/Trail80bcg.mat | 237 + .../HSFiles/Materials/Trail80bcg.mat.meta | 15 + .../HSFiles/Materials/Trail81bcg.mat | 201 + .../HSFiles/Materials/Trail81bcg.mat.meta | 15 + .../HSFiles/Materials/Trail82bcg.mat | 192 + .../HSFiles/Materials/Trail82bcg.mat.meta | 15 + .../HSFiles/Materials/Trail85bcg.mat | 189 + .../HSFiles/Materials/Trail85bcg.mat.meta | 15 + .../HSFiles/Materials/Trail94bcg.mat | 190 + .../HSFiles/Materials/Trail94bcg.mat.meta | 15 + .../HSFiles/Materials/Trail98bcg.mat | 189 + .../HSFiles/Materials/Trail98bcg.mat.meta | 15 + .../HSFiles/Materials/TrailMask64bcg.mat | 190 + .../HSFiles/Materials/TrailMask64bcg.mat.meta | 15 + .../HSFiles/Materials/TrailMask65bcg.mat | 190 + .../HSFiles/Materials/TrailMask65bcg.mat.meta | 15 + .../HSFiles/Materials/TrailPart4cg.mat | 238 + .../HSFiles/Materials/TrailPart4cg.mat.meta | 15 + .../HSFiles/Materials/TrailShader1.mat | 47 + .../HSFiles/Materials/TrailShader1.mat.meta | 15 + .../HSFiles/Materials/TrailShader12.mat | 49 + .../HSFiles/Materials/TrailShader12.mat.meta | 15 + .../HSFiles/Materials/TrailShader13.mat | 203 + .../HSFiles/Materials/TrailShader13.mat.meta | 15 + .../HSFiles/Materials/TrailShader15.mat | 56 + .../HSFiles/Materials/TrailShader15.mat.meta | 15 + .../HSFiles/Materials/TrailShader16.mat | 56 + .../HSFiles/Materials/TrailShader16.mat.meta | 15 + .../HSFiles/Materials/TrailShader2.mat | 47 + .../HSFiles/Materials/TrailShader2.mat.meta | 15 + .../HSFiles/Materials/TrailShader3.mat | 47 + .../HSFiles/Materials/TrailShader3.mat.meta | 15 + .../HSFiles/Materials/TrailShader4.mat | 54 + .../HSFiles/Materials/TrailShader4.mat.meta | 15 + .../HSFiles/Materials/Trails65bcg.mat | 254 + .../HSFiles/Materials/Trails65bcg.mat.meta | 15 + .../HSFiles/Materials/Trails76bcg.mat | 253 + .../HSFiles/Materials/Trails76bcg.mat.meta | 15 + .../HSFiles/Materials/Trails85bcg.mat | 252 + .../HSFiles/Materials/Trails85bcg.mat.meta | 15 + .../HSFiles/Materials/Triangle1bcg.mat | 238 + .../HSFiles/Materials/Triangle1bcg.mat.meta | 15 + .../HSFiles/Materials/TwoSides10.mat | 248 + .../HSFiles/Materials/TwoSides10.mat.meta | 15 + .../HSFiles/Materials/TwoSides11.mat | 248 + .../HSFiles/Materials/TwoSides11.mat.meta | 15 + .../HSFiles/Materials/TwoSides12.mat | 248 + .../HSFiles/Materials/TwoSides12.mat.meta | 15 + .../HSFiles/Materials/TwoSides14.mat | 248 + .../HSFiles/Materials/TwoSides14.mat.meta | 15 + .../HSFiles/Materials/TwoSides18.mat | 248 + .../HSFiles/Materials/TwoSides18.mat.meta | 15 + .../HSFiles/Materials/TwoSides19.mat | 248 + .../HSFiles/Materials/TwoSides19.mat.meta | 15 + .../HSFiles/Materials/TwoSides21.mat | 251 + .../HSFiles/Materials/TwoSides21.mat.meta | 15 + .../HSFiles/Materials/TwoSides23.mat | 250 + .../HSFiles/Materials/TwoSides23.mat.meta | 15 + .../HSFiles/Materials/TwoSides29.mat | 250 + .../HSFiles/Materials/TwoSides29.mat.meta | 15 + .../HSFiles/Materials/TwoSides30.mat | 248 + .../HSFiles/Materials/TwoSides30.mat.meta | 15 + .../HSFiles/Materials/TwoSides38.mat | 250 + .../HSFiles/Materials/TwoSides38.mat.meta | 15 + .../HSFiles/Materials/TwoSides9.mat | 248 + .../HSFiles/Materials/TwoSides9.mat.meta | 15 + .../HSFiles/Materials/WallHSlit.mat | 206 + .../HSFiles/Materials/WallHSlit.mat.meta | 15 + .../HSFiles/Materials/Water13bcg.mat | 236 + .../HSFiles/Materials/Water13bcg.mat.meta | 15 + .../HSFiles/Materials/Water2cg.mat | 237 + .../HSFiles/Materials/Water2cg.mat.meta | 15 + .../HSFiles/Materials/WaterSplash2cg.mat | 238 + .../HSFiles/Materials/WaterSplash2cg.mat.meta | 15 + .../HSFiles/Materials/Waves17cg.mat | 244 + .../HSFiles/Materials/Waves17cg.mat.meta | 17 + .../HSFiles/Materials/Waves21bcg.mat | 244 + .../HSFiles/Materials/Waves21bcg.mat.meta | 17 + .../HSFiles/Materials/Waves21cg2.mat | 241 + .../HSFiles/Materials/Waves21cg2.mat.meta | 15 + .../HSFiles/Materials/Waves22cg.mat | 240 + .../HSFiles/Materials/Waves22cg.mat.meta | 15 + .../HSFiles/Materials/WhiteHSlit.mat | 205 + .../HSFiles/Materials/WhiteHSlit.mat.meta | 15 + Assets/Hovl Studio/HSFiles/Models.meta | 8 + .../Hovl Studio/HSFiles/Models/BeamMesh.fbx | 3 + .../HSFiles/Models/BeamMesh.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Models/Bullet.fbx | 3 + .../HSFiles/Models/Bullet.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Models/Cell.fbx | 3 + .../Hovl Studio/HSFiles/Models/Cell.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Models/Cone10.fbx | 3 + .../HSFiles/Models/Cone10.fbx.meta | 116 + Assets/Hovl Studio/HSFiles/Models/Cone12.fbx | 3 + .../HSFiles/Models/Cone12.fbx.meta | 116 + .../HSFiles/Models/Constellation1.fbx | 3 + .../HSFiles/Models/Constellation1.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Models/Conus.fbx | 3 + .../Hovl Studio/HSFiles/Models/Conus.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Models/Crystal.fbx | 3 + .../HSFiles/Models/Crystal.fbx.meta | 100 + .../Hovl Studio/HSFiles/Models/Cylinder1.fbx | 3 + .../HSFiles/Models/Cylinder1.fbx.meta | 116 + .../HSFiles/Models/CylinderFromCenter2.fbx | 3 + .../Models/CylinderFromCenter2.fbx.meta | 99 + .../HSFiles/Models/CylinderFromGround.fbx | 3 + .../Models/CylinderFromGround.fbx.meta | 99 + .../HSFiles/Models/CylindricalCone.fbx | 3 + .../HSFiles/Models/CylindricalCone.fbx.meta | 99 + .../Hovl Studio/HSFiles/Models/DragonHead.fbx | 3 + .../HSFiles/Models/DragonHead.fbx.meta | 99 + .../Hovl Studio/HSFiles/Models/GlassCells.fbx | 3 + .../HSFiles/Models/GlassCells.fbx.meta | 116 + .../HSFiles/Models/HOVLCrystalPiese.fbx | 3 + .../HSFiles/Models/HOVLCrystalPiese.fbx.meta | 100 + .../HSFiles/Models/HalfSphere4.fbx | 3 + .../HSFiles/Models/HalfSphere4.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Models/Heart.fbx | 3 + .../Hovl Studio/HSFiles/Models/Heart.fbx.meta | 100 + .../Hovl Studio/HSFiles/Models/Jellyfish.fbx | 3 + .../HSFiles/Models/Jellyfish.fbx.meta | 116 + .../HSFiles/Models/JellyfishTail.fbx | 3 + .../HSFiles/Models/JellyfishTail.fbx.meta | 116 + .../HSFiles/Models/NoiseSphere1.fbx | 3 + .../HSFiles/Models/NoiseSphere1.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Models/Path11.fbx | 3 + .../HSFiles/Models/Path11.fbx.meta | 116 + Assets/Hovl Studio/HSFiles/Models/Path12.fbx | 3 + .../HSFiles/Models/Path12.fbx.meta | 116 + Assets/Hovl Studio/HSFiles/Models/Path2.fbx | 3 + .../Hovl Studio/HSFiles/Models/Path2.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Models/Path6.fbx | 3 + .../Hovl Studio/HSFiles/Models/Path6.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Models/Path9.fbx | 3 + .../Hovl Studio/HSFiles/Models/Path9.fbx.meta | 109 + Assets/Hovl Studio/HSFiles/Models/Plate1.fbx | 3 + .../HSFiles/Models/Plate1.fbx.meta | 99 + .../HSFiles/Models/Projectile1.fbx | 3 + .../HSFiles/Models/Projectile1.fbx.meta | 114 + .../HSFiles/Models/QuadToCircle.fbx | 3 + .../HSFiles/Models/QuadToCircle.fbx.meta | 99 + .../HSFiles/Models/QuadToCircle2.fbx | 3 + .../HSFiles/Models/QuadToCircle2.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Models/Rays2.fbx | 3 + .../Hovl Studio/HSFiles/Models/Rays2.fbx.meta | 109 + .../Hovl Studio/HSFiles/Models/RoundHeart.fbx | 3 + .../HSFiles/Models/RoundHeart.fbx.meta | 99 + .../HSFiles/Models/ShellCircle.fbx | 3 + .../HSFiles/Models/ShellCircle.fbx.meta | 99 + .../Hovl Studio/HSFiles/Models/ShellQuad.fbx | 3 + .../HSFiles/Models/ShellQuad.fbx.meta | 99 + .../Hovl Studio/HSFiles/Models/ShellQuad2.fbx | 3 + .../HSFiles/Models/ShellQuad2.fbx.meta | 99 + .../Hovl Studio/HSFiles/Models/ShellQuad3.fbx | 3 + .../HSFiles/Models/ShellQuad3.fbx.meta | 99 + .../Hovl Studio/HSFiles/Models/ShellQuad4.fbx | 3 + .../HSFiles/Models/ShellQuad4.fbx.meta | 116 + .../Hovl Studio/HSFiles/Models/SmoothStar.fbx | 3 + .../HSFiles/Models/SmoothStar.fbx.meta | 99 + .../Hovl Studio/HSFiles/Models/Snowflake1.fbx | 3 + .../HSFiles/Models/Snowflake1.fbx.meta | 116 + Assets/Hovl Studio/HSFiles/Models/Spiral3.fbx | 3 + .../HSFiles/Models/Spiral3.fbx.meta | 116 + Assets/Hovl Studio/HSFiles/Models/Star1.fbx | 3 + .../Hovl Studio/HSFiles/Models/Star1.fbx.meta | 99 + .../Hovl Studio/HSFiles/Models/Torpeda1.fbx | 3 + .../HSFiles/Models/Torpeda1.fbx.meta | 99 + .../Hovl Studio/HSFiles/Models/TriPoints.fbx | 3 + .../HSFiles/Models/TriPoints.fbx.meta | 109 + Assets/Hovl Studio/HSFiles/Models/Twist.fbx | 3 + .../Hovl Studio/HSFiles/Models/Twist.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Models/Twist2.fbx | 3 + .../HSFiles/Models/Twist2.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Models/Vortex2.fbx | 3 + .../HSFiles/Models/Vortex2.fbx.meta | 99 + .../HSFiles/Models/WaterSphere.fbx | 3 + .../HSFiles/Models/WaterSphere.fbx.meta | 99 + Assets/Hovl Studio/HSFiles/Scripts.meta | 8 + .../Hovl Studio/HSFiles/Scripts/Editor.meta | 8 + .../HSFiles/Scripts/Editor/ShaderChanger.cs | 392 + .../Scripts/Editor/ShaderChanger.cs.meta | 18 + .../HSFiles/Scripts/For demo scenes.meta | 8 + .../For demo scenes/HS_CameraController.cs | 103 + .../HS_CameraController.cs.meta | 18 + .../For demo scenes/HS_CameraShaker.cs | 76 + .../For demo scenes/HS_CameraShaker.cs.meta | 18 + .../For demo scenes/HS_DemoShooting.cs | 355 + .../For demo scenes/HS_DemoShooting.cs.meta | 19 + .../For demo scenes/HS_DemoShooting2D.cs | 101 + .../For demo scenes/HS_DemoShooting2D.cs.meta | 19 + .../For demo scenes/HS_TargetProjectiles.cs | 292 + .../HS_TargetProjectiles.cs.meta | 18 + .../HSFiles/Scripts/HS_CallBackParent.cs | 21 + .../HSFiles/Scripts/HS_CallBackParent.cs.meta | 18 + .../Scripts/HS_ParticleCollisionInstance.cs | 258 + .../HS_ParticleCollisionInstance.cs.meta | 20 + .../HSFiles/Scripts/HS_ProjectileMover.cs | 321 + .../Scripts/HS_ProjectileMover.cs.meta | 18 + .../HSFiles/Scripts/HS_ProjectileMover2D.cs | 93 + .../Scripts/HS_ProjectileMover2D.cs.meta | 18 + .../HSFiles/Scripts/HS_TargetProjectile.cs | 137 + .../Scripts/HS_TargetProjectile.cs.meta | 18 + Assets/Hovl Studio/HSFiles/Settings.meta | 8 + .../Hovl Studio/HSFiles/Settings/PP low.asset | 3 + .../HSFiles/Settings/PP low.asset.meta | 15 + .../HSFiles/Settings/VolumeURP.asset | 3 + .../HSFiles/Settings/VolumeURP.asset.meta | 15 + Assets/Hovl Studio/HSFiles/Shaders.meta | 8 + .../HSFiles/Shaders/AddTrail.shader | 281 + .../HSFiles/Shaders/AddTrail.shader.meta | 16 + .../HSFiles/Shaders/BlendDistort.shader | 316 + .../HSFiles/Shaders/BlendDistort.shader.meta | 17 + .../HSFiles/Shaders/Blend_LinePath.shader | 215 + .../Shaders/Blend_LinePath.shader.meta | 16 + .../HSFiles/Shaders/DissolveNoise.shader | 311 + .../HSFiles/Shaders/DissolveNoise.shader.meta | 16 + .../HSFiles/Shaders/Distortion.shader | 212 + .../HSFiles/Shaders/Distortion.shader.meta | 18 + .../HSFiles/Shaders/Electricity.shader | 252 + .../HSFiles/Shaders/Electricity.shader.meta | 16 + .../HSFiles/Shaders/Shader Graph.meta | 8 + .../Shader Graph/HS_BlendDistort.shadergraph | 17072 +++++++++++++++ .../HS_BlendDistort.shadergraph.meta | 17 + .../Shader Graph/HS_Blend_CG.shadergraph | 18220 ++++++++++++++++ .../Shader Graph/HS_Blend_CG.shadergraph.meta | 17 + .../HS_Blend_TwoSides.shadergraph | 17218 +++++++++++++++ .../HS_Blend_TwoSides.shadergraph.meta | 17 + .../Shader Graph/HS_ChannelCut.shadergraph | 15135 +++++++++++++ .../HS_ChannelCut.shadergraph.meta | 17 + .../Shader Graph/HS_Distortion.shadergraph | 6159 ++++++ .../HS_Distortion.shadergraph.meta | 17 + .../Shader Graph/HS_Explosion.shadergraph | 9560 ++++++++ .../HS_Explosion.shadergraph.meta | 17 + .../Shader Graph/HS_FlareFX.shadergraph | 7462 +++++++ .../Shader Graph/HS_FlareFX.shadergraph.meta | 17 + .../Shader Graph/HS_LitFresnel.shadergraph | 8013 +++++++ .../HS_LitFresnel.shadergraph.meta | 17 + .../Shader Graph/HS_ShockWave.shadergraph | 13625 ++++++++++++ .../HS_ShockWave.shadergraph.meta | 17 + Assets/Hovl Studio/HSFiles/Textures.meta | 8 + .../Hovl Studio/HSFiles/Textures/Arrow12.png | 3 + .../HSFiles/Textures/Arrow12.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Arrow2.png | 3 + .../HSFiles/Textures/Arrow2.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Arrow5.png | 3 + .../HSFiles/Textures/Arrow5.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Arrow6.png | 3 + .../HSFiles/Textures/Arrow6.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Arrow8.png | 3 + .../HSFiles/Textures/Arrow8.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Arrow9.png | 3 + .../HSFiles/Textures/Arrow9.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Aura1.png | 3 + .../HSFiles/Textures/Aura1.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Aura16.png | 3 + .../HSFiles/Textures/Aura16.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Aura2.png | 3 + .../HSFiles/Textures/Aura2.png.meta | 147 + Assets/Hovl Studio/HSFiles/Textures/Aura3.png | 3 + .../HSFiles/Textures/Aura3.png.meta | 147 + Assets/Hovl Studio/HSFiles/Textures/Aura8.png | 3 + .../HSFiles/Textures/Aura8.png.meta | 147 + .../HSFiles/Textures/BloodAnim2.png | 3 + .../HSFiles/Textures/BloodAnim2.png.meta | 160 + .../HSFiles/Textures/Butterfly1.png | 3 + .../HSFiles/Textures/Butterfly1.png.meta | 160 + .../HSFiles/Textures/Circle116.png | 3 + .../HSFiles/Textures/Circle116.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Circle17.png | 3 + .../HSFiles/Textures/Circle17.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Circle18.png | 3 + .../HSFiles/Textures/Circle18.png.meta | 147 + .../HSFiles/Textures/Circle19n.png | 3 + .../HSFiles/Textures/Circle19n.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Circle38.png | 3 + .../HSFiles/Textures/Circle38.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Circle41.png | 3 + .../HSFiles/Textures/Circle41.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Circle8.png | 3 + .../HSFiles/Textures/Circle8.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Circle93.png | 3 + .../HSFiles/Textures/Circle93.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Circle96.png | 3 + .../HSFiles/Textures/Circle96.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Circle98.png | 3 + .../HSFiles/Textures/Circle98.png.meta | 160 + .../HSFiles/Textures/CircleRainbow10.png | 3 + .../HSFiles/Textures/CircleRainbow10.png.meta | 160 + .../HSFiles/Textures/CircleRainbow11.png | 3 + .../HSFiles/Textures/CircleRainbow11.png.meta | 160 + .../HSFiles/Textures/CircleRainbow12.png | 3 + .../HSFiles/Textures/CircleRainbow12.png.meta | 160 + .../HSFiles/Textures/CircleRainbow15.png | 3 + .../HSFiles/Textures/CircleRainbow15.png.meta | 147 + .../HSFiles/Textures/CircleRainbow17.png | 3 + .../HSFiles/Textures/CircleRainbow17.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Crater13.png | 3 + .../HSFiles/Textures/Crater13.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Crater14.png | 3 + .../HSFiles/Textures/Crater14.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Crater70.png | 3 + .../HSFiles/Textures/Crater70.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Crater71.png | 3 + .../HSFiles/Textures/Crater71.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Crater72.png | 3 + .../HSFiles/Textures/Crater72.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Dagger2.png | 3 + .../HSFiles/Textures/Dagger2.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Dagger4.png | 3 + .../HSFiles/Textures/Dagger4.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Debris2.png | 3 + .../HSFiles/Textures/Debris2.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Debris5.png | 3 + .../HSFiles/Textures/Debris5.png.meta | 134 + Assets/Hovl Studio/HSFiles/Textures/Dust2.png | 3 + .../HSFiles/Textures/Dust2.png.meta | 160 + .../HSFiles/Textures/EmberExpl2b.png | 3 + .../HSFiles/Textures/EmberExpl2b.png.meta | 134 + .../HSFiles/Textures/EmberExpl5.png | 3 + .../HSFiles/Textures/EmberExpl5.png.meta | 160 + .../HSFiles/Textures/Explosion2b.png | 3 + .../HSFiles/Textures/Explosion2b.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Fire1.png | 3 + .../HSFiles/Textures/Fire1.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Fire17.png | 3 + .../HSFiles/Textures/Fire17.png.meta | 134 + Assets/Hovl Studio/HSFiles/Textures/Fire3.png | 3 + .../HSFiles/Textures/Fire3.png.meta | 160 + .../HSFiles/Textures/Fireball1.png | 3 + .../HSFiles/Textures/Fireball1.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flare10.png | 3 + .../HSFiles/Textures/Flare10.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Flare14.png | 3 + .../HSFiles/Textures/Flare14.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flare15.png | 3 + .../HSFiles/Textures/Flare15.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flare17.png | 3 + .../HSFiles/Textures/Flare17.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flare19.png | 3 + .../HSFiles/Textures/Flare19.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flare2.png | 3 + .../HSFiles/Textures/Flare2.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Flare20.png | 3 + .../HSFiles/Textures/Flare20.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flare21.png | 3 + .../HSFiles/Textures/Flare21.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flare23.png | 3 + .../HSFiles/Textures/Flare23.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Flare3.png | 3 + .../HSFiles/Textures/Flare3.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Flare32.png | 3 + .../HSFiles/Textures/Flare32.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flare34.png | 3 + .../HSFiles/Textures/Flare34.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Flare35.png | 3 + .../HSFiles/Textures/Flare35.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Flare36.png | 3 + .../HSFiles/Textures/Flare36.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Flare4.png | 3 + .../HSFiles/Textures/Flare4.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Flare6.png | 3 + .../HSFiles/Textures/Flare6.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flash1.png | 3 + .../HSFiles/Textures/Flash1.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Flash18.png | 3 + .../HSFiles/Textures/Flash18.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Flash21.png | 3 + .../HSFiles/Textures/Flash21.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flash23.png | 3 + .../HSFiles/Textures/Flash23.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flash3.png | 3 + .../HSFiles/Textures/Flash3.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Flash30.png | 3 + .../HSFiles/Textures/Flash30.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Flash31.png | 3 + .../HSFiles/Textures/Flash31.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Flash32.png | 3 + .../HSFiles/Textures/Flash32.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Flash33.png | 3 + .../HSFiles/Textures/Flash33.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flash34.png | 3 + .../HSFiles/Textures/Flash34.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flash35.png | 3 + .../HSFiles/Textures/Flash35.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flash36.png | 3 + .../HSFiles/Textures/Flash36.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flash38.png | 3 + .../HSFiles/Textures/Flash38.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Flash39.png | 3 + .../HSFiles/Textures/Flash39.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Flash40.png | 3 + .../HSFiles/Textures/Flash40.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Flash41.png | 3 + .../HSFiles/Textures/Flash41.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Flash42.png | 3 + .../HSFiles/Textures/Flash42.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Flash43.png | 3 + .../HSFiles/Textures/Flash43.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Flash44.png | 3 + .../HSFiles/Textures/Flash44.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Flash45.png | 3 + .../HSFiles/Textures/Flash45.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Flash5.png | 3 + .../HSFiles/Textures/Flash5.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Flash7.png | 3 + .../HSFiles/Textures/Flash7.png.meta | 147 + Assets/Hovl Studio/HSFiles/Textures/Glow1.png | 3 + .../HSFiles/Textures/Glow1.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Glow1n.png | 3 + .../HSFiles/Textures/Glow1n.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Glow2.png | 3 + .../HSFiles/Textures/Glow2.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Gold1.png | 3 + .../HSFiles/Textures/Gold1.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Gold2.png | 3 + .../HSFiles/Textures/Gold2.png.meta | 160 + .../HSFiles/Textures/Gradient10.png | 3 + .../HSFiles/Textures/Gradient10.png.meta | 160 + .../HSFiles/Textures/Gradient11.png | 3 + .../HSFiles/Textures/Gradient11.png.meta | 160 + .../HSFiles/Textures/Gradient12.png | 3 + .../HSFiles/Textures/Gradient12.png.meta | 160 + .../HSFiles/Textures/Gradient13.png | 3 + .../HSFiles/Textures/Gradient13.png.meta | 160 + .../HSFiles/Textures/Gradient14.png | 3 + .../HSFiles/Textures/Gradient14.png.meta | 160 + .../HSFiles/Textures/Gradient15.png | 3 + .../HSFiles/Textures/Gradient15.png.meta | 160 + .../HSFiles/Textures/Gradient17.png | 3 + .../HSFiles/Textures/Gradient17.png.meta | 160 + .../HSFiles/Textures/Gradient21.png | 3 + .../HSFiles/Textures/Gradient21.png.meta | 160 + .../HSFiles/Textures/Gradient3Repeat.png | 3 + .../HSFiles/Textures/Gradient3Repeat.png.meta | 160 + .../HSFiles/Textures/Gradient3r.png | 3 + .../HSFiles/Textures/Gradient3r.png.meta | 147 + .../HSFiles/Textures/Gradient3t.png | 3 + .../HSFiles/Textures/Gradient3t.png.meta | 160 + .../HSFiles/Textures/Gradient4.3.png | 3 + .../HSFiles/Textures/Gradient4.3.png.meta | 160 + .../HSFiles/Textures/Gradient6.png | 3 + .../HSFiles/Textures/Gradient6.png.meta | 160 + .../HSFiles/Textures/Gradient7.png | 3 + .../HSFiles/Textures/Gradient7.png.meta | 147 + .../HSFiles/Textures/Gradient8.png | 3 + .../HSFiles/Textures/Gradient8.png.meta | 160 + .../HSFiles/Textures/Gradient9.png | 3 + .../HSFiles/Textures/Gradient9.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/HPwater2.png | 3 + .../HSFiles/Textures/HPwater2.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/HPwater4.png | 3 + .../HSFiles/Textures/HPwater4.png.meta | 160 + .../Textures/HandPaintedLightning2.png | 3 + .../Textures/HandPaintedLightning2.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Heart3.png | 3 + .../HSFiles/Textures/Heart3.png.meta | 160 + .../HSFiles/Textures/Hexagons1.png | 3 + .../HSFiles/Textures/Hexagons1.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Ice9.png | 3 + .../HSFiles/Textures/Ice9.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Impact1.png | 3 + .../HSFiles/Textures/Impact1.png.meta | 147 + .../HSFiles/Textures/Jellyfish.png | 3 + .../HSFiles/Textures/Jellyfish.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Leaf11.png | 3 + .../HSFiles/Textures/Leaf11.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Leaf2.png | 3 + .../HSFiles/Textures/Leaf2.png.meta | 160 + .../HSFiles/Textures/Lightning11.png | 3 + .../HSFiles/Textures/Lightning11.png.meta | 160 + .../HSFiles/Textures/Lightning17.png | 3 + .../HSFiles/Textures/Lightning17.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Line3.png | 3 + .../HSFiles/Textures/Line3.png.meta | 160 + .../HSFiles/Textures/MagicCircle50.png | 3 + .../HSFiles/Textures/MagicCircle50.png.meta | 160 + .../HSFiles/Textures/MagicCircle51.png | 3 + .../HSFiles/Textures/MagicCircle51.png.meta | 160 + .../HSFiles/Textures/MagicCircle62.png | 3 + .../HSFiles/Textures/MagicCircle62.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Mask23.png | 3 + .../HSFiles/Textures/Mask23.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Mask27.3.png | 3 + .../HSFiles/Textures/Mask27.3.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Mask33.png | 3 + .../HSFiles/Textures/Mask33.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Mask45.png | 3 + .../HSFiles/Textures/Mask45.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Mask46.png | 3 + .../HSFiles/Textures/Mask46.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Mask53.png | 3 + .../HSFiles/Textures/Mask53.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Mask61.png | 3 + .../HSFiles/Textures/Mask61.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Mask62.png | 3 + .../HSFiles/Textures/Mask62.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Mask64.png | 3 + .../HSFiles/Textures/Mask64.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Mask65.png | 3 + .../HSFiles/Textures/Mask65.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Mask66.png | 3 + .../HSFiles/Textures/Mask66.png.meta | 134 + Assets/Hovl Studio/HSFiles/Textures/Mask9.png | 3 + .../HSFiles/Textures/Mask9.png.meta | 160 + .../HSFiles/Textures/MaskForShader.png | 3 + .../HSFiles/Textures/MaskForShader.png.meta | 147 + .../HSFiles/Textures/MeshTextures.meta | 8 + .../Textures/MeshTextures/Concrete slab.png | 3 + .../MeshTextures/Concrete slab.png.meta | 91 + .../Concrete slab_MetallicSmoothness.png | 3 + .../Concrete slab_MetallicSmoothness.png.meta | 91 + .../MeshTextures/Concrete slab_Normal.png | 3 + .../Concrete slab_Normal.png.meta | 113 + .../HSFiles/Textures/MeshTextures/Dragon.png | 3 + .../Textures/MeshTextures/Dragon.png.meta | 91 + .../Textures/MeshTextures/Dragon_Emissive.png | 3 + .../MeshTextures/Dragon_Emissive.png.meta | 160 + .../HSFiles/Textures/MeshTextures/Ice2.psd | 3 + .../Textures/MeshTextures/Ice2.psd.meta | 124 + Assets/Hovl Studio/HSFiles/Textures/Moon1.png | 3 + .../HSFiles/Textures/Moon1.png.meta | 147 + .../HSFiles/Textures/MuzzleFlash3.png | 3 + .../HSFiles/Textures/MuzzleFlash3.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Noise1.png | 3 + .../HSFiles/Textures/Noise1.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Noise13.png | 3 + .../HSFiles/Textures/Noise13.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Noise20.png | 3 + .../HSFiles/Textures/Noise20.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise28.png | 3 + .../HSFiles/Textures/Noise28.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise34.png | 3 + .../HSFiles/Textures/Noise34.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise35.png | 3 + .../HSFiles/Textures/Noise35.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Noise35n.png | 3 + .../HSFiles/Textures/Noise35n.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise41.png | 3 + .../HSFiles/Textures/Noise41.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Noise43.png | 3 + .../HSFiles/Textures/Noise43.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Noise49.png | 3 + .../HSFiles/Textures/Noise49.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise50.png | 3 + .../HSFiles/Textures/Noise50.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise50b.png | 3 + .../HSFiles/Textures/Noise50b.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise51.png | 3 + .../HSFiles/Textures/Noise51.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise53.png | 3 + .../HSFiles/Textures/Noise53.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise60.png | 3 + .../HSFiles/Textures/Noise60.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise61.png | 3 + .../HSFiles/Textures/Noise61.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise62.png | 3 + .../HSFiles/Textures/Noise62.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise63.png | 3 + .../HSFiles/Textures/Noise63.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise65.png | 3 + .../HSFiles/Textures/Noise65.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise68.png | 3 + .../HSFiles/Textures/Noise68.png.meta | 163 + .../Hovl Studio/HSFiles/Textures/Noise69.png | 3 + .../HSFiles/Textures/Noise69.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise71.png | 3 + .../HSFiles/Textures/Noise71.png.meta | 163 + .../Hovl Studio/HSFiles/Textures/Noise72.png | 3 + .../HSFiles/Textures/Noise72.png.meta | 163 + .../Hovl Studio/HSFiles/Textures/Noise82.png | 3 + .../HSFiles/Textures/Noise82.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise83.png | 3 + .../HSFiles/Textures/Noise83.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise84.png | 3 + .../HSFiles/Textures/Noise84.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Noise89.png | 3 + .../HSFiles/Textures/Noise89.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Object1.png | 3 + .../HSFiles/Textures/Object1.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Object11.png | 3 + .../HSFiles/Textures/Object11.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Object12.png | 3 + .../HSFiles/Textures/Object12.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Object25.png | 3 + .../HSFiles/Textures/Object25.png.meta | 137 + .../Hovl Studio/HSFiles/Textures/Object30.png | 3 + .../HSFiles/Textures/Object30.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Object31.png | 3 + .../HSFiles/Textures/Object31.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Object33.png | 3 + .../HSFiles/Textures/Object33.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Object34.png | 3 + .../HSFiles/Textures/Object34.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Object35.png | 3 + .../HSFiles/Textures/Object35.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Object36.png | 3 + .../HSFiles/Textures/Object36.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Object37.png | 3 + .../HSFiles/Textures/Object37.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Object38.png | 3 + .../HSFiles/Textures/Object38.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Object7.png | 3 + .../HSFiles/Textures/Object7.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Object8.png | 3 + .../HSFiles/Textures/Object8.png.meta | 160 + .../HSFiles/Textures/Object8Mask.png | 3 + .../HSFiles/Textures/Object8Mask.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Paint3.png | 3 + .../HSFiles/Textures/Paint3.png.meta | 160 + .../HSFiles/Textures/Particles8.png | 3 + .../HSFiles/Textures/Particles8.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Point11.png | 3 + .../HSFiles/Textures/Point11.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Point12.png | 3 + .../HSFiles/Textures/Point12.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Point17.png | 3 + .../HSFiles/Textures/Point17.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Point19.png | 3 + .../HSFiles/Textures/Point19.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Point20.png | 3 + .../HSFiles/Textures/Point20.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Point5.png | 3 + .../HSFiles/Textures/Point5.png.meta | 160 + .../HSFiles/Textures/Projectile1.png | 3 + .../HSFiles/Textures/Projectile1.png.meta | 134 + Assets/Hovl Studio/HSFiles/Textures/Quad2.png | 3 + .../HSFiles/Textures/Quad2.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Quad3.png | 3 + .../HSFiles/Textures/Quad3.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Quad5.png | 3 + .../HSFiles/Textures/Quad5.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Quad6.png | 3 + .../HSFiles/Textures/Quad6.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Rays10.png | 3 + .../HSFiles/Textures/Rays10.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Rays11.png | 3 + .../HSFiles/Textures/Rays11.png.meta | 147 + Assets/Hovl Studio/HSFiles/Textures/Rays3.png | 3 + .../HSFiles/Textures/Rays3.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Rays3b.png | 3 + .../HSFiles/Textures/Rays3b.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Romb3.png | 3 + .../HSFiles/Textures/Romb3.png.meta | 147 + Assets/Hovl Studio/HSFiles/Textures/SS1.png | 3 + .../Hovl Studio/HSFiles/Textures/SS1.png.meta | 147 + Assets/Hovl Studio/HSFiles/Textures/SS1b.png | 3 + .../HSFiles/Textures/SS1b.png.meta | 147 + Assets/Hovl Studio/HSFiles/Textures/SS1c.png | 3 + .../HSFiles/Textures/SS1c.png.meta | 147 + Assets/Hovl Studio/HSFiles/Textures/SS2.png | 3 + .../Hovl Studio/HSFiles/Textures/SS2.png.meta | 147 + Assets/Hovl Studio/HSFiles/Textures/Sand4.png | 3 + .../HSFiles/Textures/Sand4.png.meta | 134 + .../HSFiles/Textures/Semicircle6.png | 3 + .../HSFiles/Textures/Semicircle6.png.meta | 160 + .../HSFiles/Textures/Semicircle7.png | 3 + .../HSFiles/Textures/Semicircle7.png.meta | 147 + .../HSFiles/Textures/Shuriken10.png | 3 + .../HSFiles/Textures/Shuriken10.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Smoke.png | 3 + .../HSFiles/Textures/Smoke.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Smoke12.png | 3 + .../HSFiles/Textures/Smoke12.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Smoke17.png | 3 + .../HSFiles/Textures/Smoke17.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Smoke18n.png | 3 + .../HSFiles/Textures/Smoke18n.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Smoke21.png | 3 + .../HSFiles/Textures/Smoke21.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Smoke23.png | 3 + .../HSFiles/Textures/Smoke23.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Smoke24.png | 3 + .../HSFiles/Textures/Smoke24.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Smoke27.png | 3 + .../HSFiles/Textures/Smoke27.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Smoke28.png | 3 + .../HSFiles/Textures/Smoke28.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Smoke3.png | 3 + .../HSFiles/Textures/Smoke3.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Smoke32.png | 3 + .../HSFiles/Textures/Smoke32.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Smoke34.png | 3 + .../HSFiles/Textures/Smoke34.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Smoke36.png | 3 + .../HSFiles/Textures/Smoke36.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Smoke38.png | 3 + .../HSFiles/Textures/Smoke38.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Smoke39.png | 3 + .../HSFiles/Textures/Smoke39.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Smoke40.png | 3 + .../HSFiles/Textures/Smoke40.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Smoke5.png | 3 + .../HSFiles/Textures/Smoke5.png.meta | 134 + .../HSFiles/Textures/SmokeAnim2.png | 3 + .../HSFiles/Textures/SmokeAnim2.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Snow3.png | 3 + .../HSFiles/Textures/Snow3.png.meta | 147 + Assets/Hovl Studio/HSFiles/Textures/Snow4.png | 3 + .../HSFiles/Textures/Snow4.png.meta | 147 + Assets/Hovl Studio/HSFiles/Textures/Snow5.png | 3 + .../HSFiles/Textures/Snow5.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Snow6.png | 3 + .../HSFiles/Textures/Snow6.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Spark5.png | 3 + .../HSFiles/Textures/Spark5.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Spark6.png | 3 + .../HSFiles/Textures/Spark6.png.meta | 134 + .../HSFiles/Textures/SparkExolosion2.png | 3 + .../HSFiles/Textures/SparkExolosion2.png.meta | 147 + .../HSFiles/Textures/SpiderWeb1.png | 3 + .../HSFiles/Textures/SpiderWeb1.png.meta | 134 + .../HSFiles/Textures/SpiderWeb2.png | 3 + .../HSFiles/Textures/SpiderWeb2.png.meta | 134 + .../HSFiles/Textures/SpiderWeb3.png | 3 + .../HSFiles/Textures/SpiderWeb3.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Splat4.png | 3 + .../HSFiles/Textures/Splat4.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Star12.png | 3 + .../HSFiles/Textures/Star12.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Star2.png | 3 + .../HSFiles/Textures/Star2.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Star3.png | 3 + .../HSFiles/Textures/Star3.png.meta | 160 + Assets/Hovl Studio/HSFiles/Textures/Star4.png | 3 + .../HSFiles/Textures/Star4.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Stone3.png | 3 + .../HSFiles/Textures/Stone3.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Stone4.png | 3 + .../HSFiles/Textures/Stone4.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Stone5.png | 3 + .../HSFiles/Textures/Stone5.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Trail100.png | 3 + .../HSFiles/Textures/Trail100.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Trail101.png | 3 + .../HSFiles/Textures/Trail101.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Trail102.png | 3 + .../HSFiles/Textures/Trail102.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Trail104.png | 3 + .../HSFiles/Textures/Trail104.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Trail105.png | 3 + .../HSFiles/Textures/Trail105.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Trail106.png | 3 + .../HSFiles/Textures/Trail106.png.meta | 134 + .../Hovl Studio/HSFiles/Textures/Trail21.png | 3 + .../HSFiles/Textures/Trail21.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail22.png | 3 + .../HSFiles/Textures/Trail22.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail25.png | 3 + .../HSFiles/Textures/Trail25.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail29.png | 3 + .../HSFiles/Textures/Trail29.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail36.png | 3 + .../HSFiles/Textures/Trail36.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail37.png | 3 + .../HSFiles/Textures/Trail37.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail39.png | 3 + .../HSFiles/Textures/Trail39.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail42.png | 3 + .../HSFiles/Textures/Trail42.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail44.png | 3 + .../HSFiles/Textures/Trail44.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail48.png | 3 + .../HSFiles/Textures/Trail48.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail5.png | 3 + .../HSFiles/Textures/Trail5.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail52.png | 3 + .../HSFiles/Textures/Trail52.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail54.png | 3 + .../HSFiles/Textures/Trail54.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail55.png | 3 + .../HSFiles/Textures/Trail55.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail58.png | 3 + .../HSFiles/Textures/Trail58.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail59.png | 3 + .../HSFiles/Textures/Trail59.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail6.png | 3 + .../HSFiles/Textures/Trail6.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail60.png | 3 + .../HSFiles/Textures/Trail60.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail61.png | 3 + .../HSFiles/Textures/Trail61.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail65.png | 3 + .../HSFiles/Textures/Trail65.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail66.png | 3 + .../HSFiles/Textures/Trail66.png.meta | 163 + .../Hovl Studio/HSFiles/Textures/Trail68.png | 3 + .../HSFiles/Textures/Trail68.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail70.png | 3 + .../HSFiles/Textures/Trail70.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail71.png | 3 + .../HSFiles/Textures/Trail71.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail73.png | 3 + .../HSFiles/Textures/Trail73.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail74.png | 3 + .../HSFiles/Textures/Trail74.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail75.png | 3 + .../HSFiles/Textures/Trail75.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Trail76.png | 3 + .../HSFiles/Textures/Trail76.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail79.png | 3 + .../HSFiles/Textures/Trail79.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail80.png | 3 + .../HSFiles/Textures/Trail80.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail81.png | 3 + .../HSFiles/Textures/Trail81.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail82.png | 3 + .../HSFiles/Textures/Trail82.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail85.png | 3 + .../HSFiles/Textures/Trail85.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail86.png | 3 + .../HSFiles/Textures/Trail86.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail91.png | 3 + .../HSFiles/Textures/Trail91.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail94.png | 3 + .../HSFiles/Textures/Trail94.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail96.png | 3 + .../HSFiles/Textures/Trail96.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail97.png | 3 + .../HSFiles/Textures/Trail97.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Trail98.png | 3 + .../HSFiles/Textures/Trail98.png.meta | 160 + .../HSFiles/Textures/TrailGradient21.png | 3 + .../HSFiles/Textures/TrailGradient21.png.meta | 160 + .../HSFiles/Textures/TrailPart4.png | 3 + .../HSFiles/Textures/TrailPart4.png.meta | 160 + .../HSFiles/Textures/Triangle1.png | 3 + .../HSFiles/Textures/Triangle1.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Water13.png | 3 + .../HSFiles/Textures/Water13.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Water2.png | 3 + .../HSFiles/Textures/Water2.png.meta | 160 + .../HSFiles/Textures/WaterSplash2.PNG | 3 + .../HSFiles/Textures/WaterSplash2.PNG.meta | 147 + .../Hovl Studio/HSFiles/Textures/Waves17.png | 3 + .../HSFiles/Textures/Waves17.png.meta | 147 + .../Hovl Studio/HSFiles/Textures/Waves20.png | 3 + .../HSFiles/Textures/Waves20.png.meta | 160 + .../Hovl Studio/HSFiles/Textures/Waves21.png | 3 + .../HSFiles/Textures/Waves21.png.meta | 134 + Assets/Hovl Studio/MOBA projectiles.meta | 8 + .../MOBA projectiles/Demo scene.meta | 8 + .../Demo scene/MOBA projectiles demo.unity | 3 + .../MOBA projectiles demo.unity.meta | 14 + .../Demo scene/MOBA projectiles flashes.unity | 3 + .../MOBA projectiles flashes.unity.meta | 14 + .../MOBA projectiles hit effects.unity | 3 + .../MOBA projectiles hit effects.unity.meta | 15 + .../MOBA projectiles/Demo scene/Readme.txt | 139 + .../Demo scene/Readme.txt.meta | 14 + .../Hovl Studio/MOBA projectiles/Prefabs.meta | 8 + .../Prefabs/Flash acid.prefab | 3 + .../Prefabs/Flash acid.prefab.meta | 14 + .../Prefabs/Flash blood.prefab | 3 + .../Prefabs/Flash blood.prefab.meta | 14 + .../Prefabs/Flash blue projectile.prefab | 3 + .../Prefabs/Flash blue projectile.prefab.meta | 14 + .../Prefabs/Flash butterfly.prefab | 3 + .../Prefabs/Flash butterfly.prefab.meta | 14 + .../Prefabs/Flash card.prefab | 3 + .../Prefabs/Flash card.prefab.meta | 14 + .../Prefabs/Flash comics.prefab | 3 + .../Prefabs/Flash comics.prefab.meta | 14 + .../Prefabs/Flash cyber.prefab | 3 + .../Prefabs/Flash cyber.prefab.meta | 14 + .../Prefabs/Flash emerald.prefab | 3 + .../Prefabs/Flash emerald.prefab.meta | 14 + .../Prefabs/Flash fire.prefab | 3 + .../Prefabs/Flash fire.prefab.meta | 14 + .../Prefabs/Flash ghost.prefab | 3 + .../Prefabs/Flash ghost.prefab.meta | 14 + .../Prefabs/Flash grafity.prefab | 3 + .../Prefabs/Flash grafity.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Flash ice.prefab | 3 + .../Prefabs/Flash ice.prefab.meta | 14 + .../Prefabs/Flash jellyfish.prefab | 3 + .../Prefabs/Flash jellyfish.prefab.meta | 14 + .../Prefabs/Flash music.prefab | 3 + .../Prefabs/Flash music.prefab.meta | 14 + .../Prefabs/Flash paint.prefab | 3 + .../Prefabs/Flash paint.prefab.meta | 14 + .../Prefabs/Flash red projectile.prefab | 3 + .../Prefabs/Flash red projectile.prefab.meta | 14 + .../Prefabs/Flash sand.prefab | 3 + .../Prefabs/Flash sand.prefab.meta | 14 + .../Prefabs/Flash stone.prefab | 3 + .../Prefabs/Flash stone.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Flash web.prefab | 3 + .../Prefabs/Flash web.prefab.meta | 14 + .../Prefabs/Flash yellow projectile.prefab | 3 + .../Flash yellow projectile.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Hit acid.prefab | 3 + .../Prefabs/Hit acid.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Hit blood.prefab | 3 + .../Prefabs/Hit blood.prefab.meta | 14 + .../Prefabs/Hit blue projectile.prefab | 3 + .../Prefabs/Hit blue projectile.prefab.meta | 14 + .../Prefabs/Hit butterfly.prefab | 3 + .../Prefabs/Hit butterfly.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Hit card.prefab | 3 + .../Prefabs/Hit card.prefab.meta | 14 + .../Prefabs/Hit comics.prefab | 3 + .../Prefabs/Hit comics.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Hit cyber.prefab | 3 + .../Prefabs/Hit cyber.prefab.meta | 14 + .../Prefabs/Hit emerald.prefab | 3 + .../Prefabs/Hit emerald.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Hit fire.prefab | 3 + .../Prefabs/Hit fire.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Hit ghost.prefab | 3 + .../Prefabs/Hit ghost.prefab.meta | 14 + .../Prefabs/Hit grafity.prefab | 3 + .../Prefabs/Hit grafity.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Hit ice.prefab | 3 + .../Prefabs/Hit ice.prefab.meta | 14 + .../Prefabs/Hit jellyfish.prefab | 3 + .../Prefabs/Hit jellyfish.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Hit music.prefab | 3 + .../Prefabs/Hit music.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Hit paint.prefab | 3 + .../Prefabs/Hit paint.prefab.meta | 14 + .../Prefabs/Hit red projectile.prefab | 3 + .../Prefabs/Hit red projectile.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Hit sand.prefab | 3 + .../Prefabs/Hit sand.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Hit stone.prefab | 3 + .../Prefabs/Hit stone.prefab.meta | 14 + .../MOBA projectiles/Prefabs/Hit web.prefab | 3 + .../Prefabs/Hit web.prefab.meta | 14 + .../Prefabs/Hit yellow projectile.prefab | 3 + .../Prefabs/Hit yellow projectile.prefab.meta | 14 + .../Prefabs/Projectile acid.prefab | 3 + .../Prefabs/Projectile acid.prefab.meta | 14 + .../Prefabs/Projectile blood.prefab | 3 + .../Prefabs/Projectile blood.prefab.meta | 14 + .../Prefabs/Projectile blue.prefab | 3 + .../Prefabs/Projectile blue.prefab.meta | 15 + .../Prefabs/Projectile butterfly.prefab | 3 + .../Prefabs/Projectile butterfly.prefab.meta | 15 + .../Prefabs/Projectile card.prefab | 3 + .../Prefabs/Projectile card.prefab.meta | 15 + .../Prefabs/Projectile comics.prefab | 3 + .../Prefabs/Projectile comics.prefab.meta | 15 + .../Prefabs/Projectile cyber.prefab | 3 + .../Prefabs/Projectile cyber.prefab.meta | 14 + .../Prefabs/Projectile emeald.prefab | 3 + .../Prefabs/Projectile emeald.prefab.meta | 14 + .../Prefabs/Projectile fire.prefab | 3 + .../Prefabs/Projectile fire.prefab.meta | 15 + .../Prefabs/Projectile ghost.prefab | 3 + .../Prefabs/Projectile ghost.prefab.meta | 14 + .../Prefabs/Projectile grafity.prefab | 3 + .../Prefabs/Projectile grafity.prefab.meta | 15 + .../Prefabs/Projectile ice.prefab | 3 + .../Prefabs/Projectile ice.prefab.meta | 14 + .../Prefabs/Projectile jellyfish.prefab | 3 + .../Prefabs/Projectile jellyfish.prefab.meta | 14 + .../Prefabs/Projectile music.prefab | 3 + .../Prefabs/Projectile music.prefab.meta | 15 + .../Prefabs/Projectile paint.prefab | 3 + .../Prefabs/Projectile paint.prefab.meta | 15 + .../Prefabs/Projectile red.prefab | 3 + .../Prefabs/Projectile red.prefab.meta | 15 + .../Prefabs/Projectile sand.prefab | 3 + .../Prefabs/Projectile sand.prefab.meta | 14 + .../Prefabs/Projectile stone.prefab | 3 + .../Prefabs/Projectile stone.prefab.meta | 15 + .../Prefabs/Projectile web.prefab | 3 + .../Prefabs/Projectile web.prefab.meta | 14 + .../Prefabs/Projectile yellow.prefab | 3 + .../Prefabs/Projectile yellow.prefab.meta | 15 + Assets/Hovl Studio/PBR Fantasy staff.meta | 9 + .../PBR Fantasy staff/Demo scene.meta | 9 + .../Demo scene/Demo PBR Fantasy staff.unity | 3 + .../Demo PBR Fantasy staff.unity.meta | 15 + .../Demo PBR Fantasy staffSettings.lighting | 66 + ...mo PBR Fantasy staffSettings.lighting.meta | 15 + .../PBR Fantasy staff/Demo scene/Ground1.mat | 83 + .../Demo scene/Ground1.mat.meta | 16 + .../Demo scene/LightingData.asset | 3 + .../Demo scene/LightingData.asset.meta | 15 + .../Demo scene/ReflectionProbe-0.exr | 3 + .../Demo scene/ReflectionProbe-0.exr.meta | 92 + .../PBR Fantasy staff/Materials.meta | 9 + .../Materials/Fantasy staff.mat | 102 + .../Materials/Fantasy staff.mat.meta | 16 + .../Materials/Fantasy staff2.mat | 111 + .../Materials/Fantasy staff2.mat.meta | 15 + .../Materials/StaffAnimAlpha.mat | 141 + .../Materials/StaffAnimAlpha.mat.meta | 16 + .../Materials/StaffHSlitf.mat | 205 + .../Materials/StaffHSlitf.mat.meta | 15 + .../Materials/StaffHSlitf2.mat | 205 + .../Materials/StaffHSlitf2.mat.meta | 15 + .../Materials/StaffHSlitf3.mat | 205 + .../Materials/StaffHSlitf3.mat.meta | 15 + .../Materials/StaffHSlitf4.mat | 205 + .../Materials/StaffHSlitf4.mat.meta | 15 + .../Materials/StaffHSlitf5.mat | 205 + .../Materials/StaffHSlitf5.mat.meta | 15 + .../Materials/StaffHSlitf6.mat | 205 + .../Materials/StaffHSlitf6.mat.meta | 15 + .../PBR Fantasy staff/Materials/Trail21mb.mat | 81 + .../Materials/Trail21mb.mat.meta | 17 + .../Hovl Studio/PBR Fantasy staff/Meshes.meta | 9 + .../Meshes/Fantasy staff.FBX | 3 + .../Meshes/Fantasy staff.FBX.meta | 93 + .../PBR Fantasy staff/Meshes/HalfRing.fbx | 3 + .../Meshes/HalfRing.fbx.meta | 93 + .../PBR Fantasy staff/Prefabs.meta | 9 + .../Prefabs/Fantasy staff blue.prefab | 3 + .../Prefabs/Fantasy staff blue.prefab.meta | 15 + .../Prefabs/Fantasy staff emerald.prefab | 3 + .../Prefabs/Fantasy staff emerald.prefab.meta | 15 + .../Prefabs/Fantasy staff ice.prefab | 3 + .../Prefabs/Fantasy staff ice.prefab.meta | 15 + .../Prefabs/Fantasy staff orange.prefab | 3 + .../Prefabs/Fantasy staff orange.prefab.meta | 15 + .../Prefabs/Fantasy staff red.prefab | 3 + .../Prefabs/Fantasy staff red.prefab.meta | 15 + .../Prefabs/Fantasy staff shine 2.prefab | 3 + .../Prefabs/Fantasy staff shine 2.prefab.meta | 15 + .../Prefabs/Fantasy staff shine.prefab | 3 + .../Prefabs/Fantasy staff shine.prefab.meta | 16 + .../Prefabs/Fantasy staff violet.prefab | 3 + .../Prefabs/Fantasy staff violet.prefab.meta | 15 + .../Prefabs/Fantasy staff.prefab | 3 + .../Prefabs/Fantasy staff.prefab.meta | 14 + .../PBR Fantasy staff/Textures.meta | 9 + .../Textures/Fantasy Staff.png | 3 + .../Textures/Fantasy Staff.png.meta | 83 + .../Textures/Fantasy Staff_AO.png | 3 + .../Textures/Fantasy Staff_AO.png.meta | 83 + .../Fantasy Staff_MetallicSmoothness.png | 3 + .../Fantasy Staff_MetallicSmoothness.png.meta | 83 + .../Textures/Fantasy Staff_Normal.png | 3 + .../Textures/Fantasy Staff_Normal.png.meta | 83 + .../Textures/StaffAnimAlpha.png | 3 + .../Textures/StaffAnimAlpha.png.meta | 83 + Assets/Hovl Studio/Target projectiles.meta | 8 + .../Target projectiles/Demo scene.meta | 8 + .../Demo scene/Demo scene files.meta | 8 + .../Demo scene/Demo scene files/Aim4.png | 3 + .../Demo scene/Demo scene files/Aim4.png.meta | 139 + .../Demo scene/Demo scene files/Attack1.anim | 3 + .../Demo scene files/Attack1.anim.meta | 15 + .../Demo scene files/Backward Left.anim | 3 + .../Demo scene files/Backward Left.anim.meta | 16 + .../Demo scene files/Backward Right.anim | 3 + .../Demo scene files/Backward Right.anim.meta | 16 + .../Demo scene/Demo scene files/Character.fbx | 3 + .../Demo scene files/Character.fbx.meta | 996 + .../CharacterController.controller | 791 + .../CharacterController.controller.meta | 15 + .../EnemyController.controller | 69 + .../EnemyController.controller.meta | 15 + .../Demo scene files/FrontAttack.anim | 3 + .../Demo scene files/FrontAttack.anim.meta | 12 + .../Demo scene/Demo scene files/GrayMat.mat | 78 + .../Demo scene files/GrayMat.mat.meta | 12 + .../Demo scene/Demo scene files/Idle.anim | 3 + .../Demo scene files/Idle.anim.meta | 15 + .../Demo scene files/Left Strafe.anim | 3 + .../Demo scene files/Left Strafe.anim.meta | 16 + .../Demo scene files/LightingData.asset | 3 + .../Demo scene files/LightingData.asset.meta | 15 + .../Demo scene files/Lightmap-0_comp_dir.png | 3 + .../Lightmap-0_comp_dir.png.meta | 103 + .../Lightmap-0_comp_light.exr | 3 + .../Lightmap-0_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-10_comp_dir.png | 3 + .../Lightmap-10_comp_dir.png.meta | 103 + .../Lightmap-10_comp_light.exr | 3 + .../Lightmap-10_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-11_comp_dir.png | 3 + .../Lightmap-11_comp_dir.png.meta | 103 + .../Lightmap-11_comp_light.exr | 3 + .../Lightmap-11_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-12_comp_dir.png | 3 + .../Lightmap-12_comp_dir.png.meta | 103 + .../Lightmap-12_comp_light.exr | 3 + .../Lightmap-12_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-13_comp_dir.png | 3 + .../Lightmap-13_comp_dir.png.meta | 103 + .../Lightmap-13_comp_light.exr | 3 + .../Lightmap-13_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-1_comp_dir.png | 3 + .../Lightmap-1_comp_dir.png.meta | 103 + .../Lightmap-1_comp_light.exr | 3 + .../Lightmap-1_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-2_comp_dir.png | 3 + .../Lightmap-2_comp_dir.png.meta | 103 + .../Lightmap-2_comp_light.exr | 3 + .../Lightmap-2_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-3_comp_dir.png | 3 + .../Lightmap-3_comp_dir.png.meta | 103 + .../Lightmap-3_comp_light.exr | 3 + .../Lightmap-3_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-4_comp_dir.png | 3 + .../Lightmap-4_comp_dir.png.meta | 103 + .../Lightmap-4_comp_light.exr | 3 + .../Lightmap-4_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-5_comp_dir.png | 3 + .../Lightmap-5_comp_dir.png.meta | 103 + .../Lightmap-5_comp_light.exr | 3 + .../Lightmap-5_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-6_comp_dir.png | 3 + .../Lightmap-6_comp_dir.png.meta | 103 + .../Lightmap-6_comp_light.exr | 3 + .../Lightmap-6_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-7_comp_dir.png | 3 + .../Lightmap-7_comp_dir.png.meta | 103 + .../Lightmap-7_comp_light.exr | 3 + .../Lightmap-7_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-8_comp_dir.png | 3 + .../Lightmap-8_comp_dir.png.meta | 103 + .../Lightmap-8_comp_light.exr | 3 + .../Lightmap-8_comp_light.exr.meta | 103 + .../Demo scene files/Lightmap-9_comp_dir.png | 3 + .../Lightmap-9_comp_dir.png.meta | 103 + .../Lightmap-9_comp_light.exr | 3 + .../Lightmap-9_comp_light.exr.meta | 103 + .../Demo scene files/ReflectionProbe-0.png | 3 + .../ReflectionProbe-0.png.meta | 103 + .../Demo scene files/ReflectionProbe-1.exr | 3 + .../ReflectionProbe-1.exr.meta | 103 + .../Demo scene files/Right Strafe.anim | 3 + .../Demo scene files/Right Strafe.anim.meta | 16 + .../Demo scene/Demo scene files/Run.anim | 3 + .../Demo scene/Demo scene files/Run.anim.meta | 15 + .../Demo scene files/StaffForward.anim | 3 + .../Demo scene files/StaffForward.anim.meta | 15 + .../Demo scene files/StaffForward.mask | 152 + .../Demo scene files/StaffForward.mask.meta | 15 + .../Demo scene files/StaffLeftStrafe.anim | 3 + .../StaffLeftStrafe.anim.meta | 15 + .../Demo scene files/StaffRightStrafe.anim | 3 + .../StaffRightStrafe.anim.meta | 15 + .../Demo scene/Demo scene files/StaffRun.anim | 3 + .../Demo scene files/StaffRun.anim.meta | 15 + .../Demo scene files/StaffWalk.anim | 3 + .../Demo scene files/StaffWalk.anim.meta | 15 + .../Demo scene/Demo scene files/StuffUp.anim | 3 + .../Demo scene files/StuffUp.anim.meta | 15 + .../Demo scene/Demo scene files/Walk.anim | 3 + .../Demo scene files/Walk.anim.meta | 15 + .../Demo scene/Demo scene files/WhiteMat.mat | 76 + .../Demo scene files/WhiteMat.mat.meta | 15 + .../Demo scene/Documentation.docx | Bin 0 -> 69466 bytes .../Demo scene/Documentation.docx.meta | 14 + .../Demo scene/Documentation.pdf | 3 + .../Demo scene/Documentation.pdf.meta | 14 + .../Demo scene/Target projectiles.unity | 3 + .../Demo scene/Target projectiles.unity.meta | 15 + .../Target projectiles/Prefabs.meta | 8 + .../Prefabs/Butterfly flash.prefab | 3 + .../Prefabs/Butterfly flash.prefab.meta | 14 + .../Prefabs/Butterfly hit.prefab | 3 + .../Prefabs/Butterfly hit.prefab.meta | 14 + .../Prefabs/Butterfly projectile.prefab | 3 + .../Prefabs/Butterfly projectile.prefab.meta | 14 + .../Prefabs/Fire flash.prefab | 3 + .../Prefabs/Fire flash.prefab.meta | 14 + .../Prefabs/Fire hit.prefab | 3 + .../Prefabs/Fire hit.prefab.meta | 14 + .../Prefabs/Fire projectile.prefab | 3 + .../Prefabs/Fire projectile.prefab.meta | 14 + .../Prefabs/Flower flash.prefab | 3 + .../Prefabs/Flower flash.prefab.meta | 14 + .../Prefabs/Flower hit.prefab | 3 + .../Prefabs/Flower hit.prefab.meta | 14 + .../Prefabs/Flower projectile.prefab | 3 + .../Prefabs/Flower projectile.prefab.meta | 14 + .../Prefabs/Heart flash.prefab | 3 + .../Prefabs/Heart flash.prefab.meta | 14 + .../Prefabs/Heart hit.prefab | 3 + .../Prefabs/Heart hit.prefab.meta | 14 + .../Prefabs/Heart projectile.prefab | 3 + .../Prefabs/Heart projectile.prefab.meta | 14 + .../Prefabs/In Yang flash.prefab | 3 + .../Prefabs/In Yang flash.prefab.meta | 14 + .../Prefabs/In Yang hit.prefab | 3 + .../Prefabs/In Yang hit.prefab.meta | 14 + .../Prefabs/In Yang projectile.prefab | 3 + .../Prefabs/In Yang projectile.prefab.meta | 14 + .../Prefabs/Mirror flash.prefab | 3 + .../Prefabs/Mirror flash.prefab.meta | 14 + .../Prefabs/Mirror hit.prefab | 3 + .../Prefabs/Mirror hit.prefab.meta | 14 + .../Prefabs/Mirror projectile.prefab | 3 + .../Prefabs/Mirror projectile.prefab.meta | 14 + .../Prefabs/Poison flash.prefab | 3 + .../Prefabs/Poison flash.prefab.meta | 14 + .../Prefabs/Poison hit.prefab | 3 + .../Prefabs/Poison hit.prefab.meta | 14 + .../Prefabs/Poison projectile.prefab | 3 + .../Prefabs/Poison projectile.prefab.meta | 14 + .../Prefabs/Sword flash.prefab | 3 + .../Prefabs/Sword flash.prefab.meta | 14 + .../Prefabs/Sword hit.prefab | 3 + .../Prefabs/Sword hit.prefab.meta | 14 + .../Prefabs/Sword projectile.prefab | 3 + .../Prefabs/Sword projectile.prefab.meta | 14 + .../Prefabs/Techno flash.prefab | 3 + .../Prefabs/Techno flash.prefab.meta | 14 + .../Prefabs/Techno hit.prefab | 3 + .../Prefabs/Techno hit.prefab.meta | 14 + .../Prefabs/Techno projectile.prefab | 3 + .../Prefabs/Techno projectile.prefab.meta | 14 + .../Prefabs/Water flash.prefab | 3 + .../Prefabs/Water flash.prefab.meta | 14 + .../Prefabs/Water hit.prefab | 3 + .../Prefabs/Water hit.prefab.meta | 14 + .../Prefabs/Water projectile.prefab | 3 + .../Prefabs/Water projectile.prefab.meta | 14 + Assets/Hovl Studio/Toon Projectiles 2.meta | 8 + .../Toon Projectiles 2/Demo scene.meta | 8 + .../Demo scene/LightingData.asset | 3 + .../Demo scene/LightingData.asset.meta | 15 + .../Demo scene/Lightmap-0_comp_dir.png | 3 + .../Demo scene/Lightmap-0_comp_dir.png.meta | 91 + .../Demo scene/Lightmap-0_comp_light.exr | 3 + .../Demo scene/Lightmap-0_comp_light.exr.meta | 91 + .../Demo scene/Lightmap-1_comp_dir.png | 3 + .../Demo scene/Lightmap-1_comp_dir.png.meta | 91 + .../Demo scene/Lightmap-1_comp_light.exr | 3 + .../Demo scene/Lightmap-1_comp_light.exr.meta | 91 + .../Demo scene/Lightmap-2_comp_dir.png | 3 + .../Demo scene/Lightmap-2_comp_dir.png.meta | 91 + .../Demo scene/Lightmap-2_comp_light.exr | 3 + .../Demo scene/Lightmap-2_comp_light.exr.meta | 91 + .../Toon Projectiles 2/Demo scene/Readme.txt | 143 + .../Demo scene/Readme.txt.meta | 14 + .../Demo scene/ReflectionProbe-0.exr | 3 + .../Demo scene/ReflectionProbe-0.exr.meta | 92 + .../Demo scene/Toon projectiles 2.unity | 3 + .../Demo scene/Toon projectiles 2.unity.meta | 14 + .../Toon projectiles 2Settings.lighting | 64 + .../Toon projectiles 2Settings.lighting.meta | 15 + .../Toon Projectiles 2/Prefabs.meta | 8 + .../Toon Projectiles 2/Prefabs/Flash 1.prefab | 3 + .../Prefabs/Flash 1.prefab.meta | 15 + .../Prefabs/Flash 10.prefab | 3 + .../Prefabs/Flash 10.prefab.meta | 15 + .../Prefabs/Flash 11.prefab | 3 + .../Prefabs/Flash 11.prefab.meta | 15 + .../Prefabs/Flash 12.prefab | 3 + .../Prefabs/Flash 12.prefab.meta | 15 + .../Prefabs/Flash 13.prefab | 3 + .../Prefabs/Flash 13.prefab.meta | 15 + .../Prefabs/Flash 14.prefab | 3 + .../Prefabs/Flash 14.prefab.meta | 15 + .../Prefabs/Flash 15.prefab | 3 + .../Prefabs/Flash 15.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Flash 2.prefab | 3 + .../Prefabs/Flash 2.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Flash 3.prefab | 3 + .../Prefabs/Flash 3.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Flash 4.prefab | 3 + .../Prefabs/Flash 4.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Flash 5.prefab | 3 + .../Prefabs/Flash 5.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Flash 6.prefab | 3 + .../Prefabs/Flash 6.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Flash 7.prefab | 3 + .../Prefabs/Flash 7.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Flash 8.prefab | 3 + .../Prefabs/Flash 8.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Flash 9.prefab | 3 + .../Prefabs/Flash 9.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 1.prefab | 3 + .../Prefabs/Hit 1.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 10.prefab | 3 + .../Prefabs/Hit 10.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 11.prefab | 3 + .../Prefabs/Hit 11.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 12.prefab | 3 + .../Prefabs/Hit 12.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 13.prefab | 3 + .../Prefabs/Hit 13.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 14.prefab | 3 + .../Prefabs/Hit 14.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 15.prefab | 3 + .../Prefabs/Hit 15.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 2.prefab | 3 + .../Prefabs/Hit 2.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 3.prefab | 3 + .../Prefabs/Hit 3.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 4.prefab | 3 + .../Prefabs/Hit 4.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 5.prefab | 3 + .../Prefabs/Hit 5.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 6.prefab | 3 + .../Prefabs/Hit 6.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 7.prefab | 3 + .../Prefabs/Hit 7.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 8.prefab | 3 + .../Prefabs/Hit 8.prefab.meta | 15 + .../Toon Projectiles 2/Prefabs/Hit 9.prefab | 3 + .../Prefabs/Hit 9.prefab.meta | 15 + .../Prefabs/Projectile 1 bullet.prefab | 3 + .../Prefabs/Projectile 1 bullet.prefab.meta | 15 + .../Prefabs/Projectile 10 explode.prefab | 3 + .../Prefabs/Projectile 10 explode.prefab.meta | 15 + .../Prefabs/Projectile 11 triangle.prefab | 3 + .../Projectile 11 triangle.prefab.meta | 15 + .../Prefabs/Projectile 12 forest.prefab | 3 + .../Prefabs/Projectile 12 forest.prefab.meta | 15 + .../Prefabs/Projectile 13 magic arrow.prefab | 3 + .../Projectile 13 magic arrow.prefab.meta | 15 + .../Prefabs/Projectile 14 ice.prefab | 3 + .../Prefabs/Projectile 14 ice.prefab.meta | 15 + .../Prefabs/Projectile 15 red.prefab | 3 + .../Prefabs/Projectile 15 red.prefab.meta | 15 + .../Prefabs/Projectile 2 energy orb.prefab | 3 + .../Projectile 2 energy orb.prefab.meta | 15 + .../Prefabs/Projectile 3 cube.prefab | 3 + .../Prefabs/Projectile 3 cube.prefab.meta | 15 + .../Prefabs/Projectile 4 red star.prefab | 3 + .../Prefabs/Projectile 4 red star.prefab.meta | 15 + .../Prefabs/Projectile 5 arrow.prefab | 3 + .../Prefabs/Projectile 5 arrow.prefab.meta | 15 + .../Prefabs/Projectile 6 magic stone.prefab | 3 + .../Projectile 6 magic stone.prefab.meta | 15 + .../Prefabs/Projectile 7 wind.prefab | 3 + .../Prefabs/Projectile 7 wind.prefab.meta | 15 + .../Prefabs/Projectile 8 twist.prefab | 3 + .../Prefabs/Projectile 8 twist.prefab.meta | 15 + .../Prefabs/Projectile 9 cosmic.prefab | 3 + .../Prefabs/Projectile 9 cosmic.prefab.meta | 15 + Assets/Hovl Studio/Toon projectiles.meta | 8 + .../Toon projectiles/Demo scene.meta | 8 + .../Demo scene/LightingData.asset | 3 + .../Demo scene/LightingData.asset.meta | 15 + .../Demo scene/Lightmap-0_comp_dir.png | 3 + .../Demo scene/Lightmap-0_comp_dir.png.meta | 91 + .../Demo scene/Lightmap-0_comp_light.exr | 3 + .../Demo scene/Lightmap-0_comp_light.exr.meta | 91 + .../Demo scene/Lightmap-1_comp_dir.png | 3 + .../Demo scene/Lightmap-1_comp_dir.png.meta | 91 + .../Demo scene/Lightmap-1_comp_light.exr | 3 + .../Demo scene/Lightmap-1_comp_light.exr.meta | 91 + .../Demo scene/Lightmap-2_comp_dir.png | 3 + .../Demo scene/Lightmap-2_comp_dir.png.meta | 91 + .../Demo scene/Lightmap-2_comp_light.exr | 3 + .../Demo scene/Lightmap-2_comp_light.exr.meta | 91 + .../Toon projectiles/Demo scene/Readme.txt | 143 + .../Demo scene/Readme.txt.meta | 14 + .../Demo scene/ReflectionProbe-0.exr | 3 + .../Demo scene/ReflectionProbe-0.exr.meta | 92 + .../Demo scene/Toon projectiles.unity | 3 + .../Demo scene/Toon projectiles.unity.meta | 14 + .../Hovl Studio/Toon projectiles/Prefabs.meta | 8 + .../Toon projectiles/Prefabs/Flash 1.prefab | 3 + .../Prefabs/Flash 1.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 10.prefab | 3 + .../Prefabs/Flash 10.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 11.prefab | 3 + .../Prefabs/Flash 11.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 12.prefab | 3 + .../Prefabs/Flash 12.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 13.prefab | 3 + .../Prefabs/Flash 13.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 14.prefab | 3 + .../Prefabs/Flash 14.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 15.prefab | 3 + .../Prefabs/Flash 15.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 2.prefab | 3 + .../Prefabs/Flash 2.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 3.prefab | 3 + .../Prefabs/Flash 3.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 4.prefab | 3 + .../Prefabs/Flash 4.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 5.prefab | 3 + .../Prefabs/Flash 5.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 6.prefab | 3 + .../Prefabs/Flash 6.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 7.prefab | 3 + .../Prefabs/Flash 7.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 8.prefab | 3 + .../Prefabs/Flash 8.prefab.meta | 15 + .../Toon projectiles/Prefabs/Flash 9.prefab | 3 + .../Prefabs/Flash 9.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 1.prefab | 3 + .../Prefabs/Hit 1.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 10.prefab | 3 + .../Prefabs/Hit 10.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 11.prefab | 3 + .../Prefabs/Hit 11.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 12.prefab | 3 + .../Prefabs/Hit 12.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 13.prefab | 3 + .../Prefabs/Hit 13.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 14.prefab | 3 + .../Prefabs/Hit 14.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 15.prefab | 3 + .../Prefabs/Hit 15.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 2.prefab | 3 + .../Prefabs/Hit 2.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 3.prefab | 3 + .../Prefabs/Hit 3.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 4.prefab | 3 + .../Prefabs/Hit 4.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 5.prefab | 3 + .../Prefabs/Hit 5.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 6.prefab | 3 + .../Prefabs/Hit 6.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 7.prefab | 3 + .../Prefabs/Hit 7.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 8.prefab | 3 + .../Prefabs/Hit 8.prefab.meta | 15 + .../Toon projectiles/Prefabs/Hit 9.prefab | 3 + .../Prefabs/Hit 9.prefab.meta | 15 + .../Prefabs/Projectile 1 magic.prefab | 3 + .../Prefabs/Projectile 1 magic.prefab.meta | 15 + .../Prefabs/Projectile 10 green.prefab | 3 + .../Prefabs/Projectile 10 green.prefab.meta | 15 + .../Prefabs/Projectile 11 bullets.prefab | 3 + .../Prefabs/Projectile 11 bullets.prefab.meta | 15 + .../Prefabs/Projectile 12 blue.prefab | 3 + .../Prefabs/Projectile 12 blue.prefab.meta | 15 + .../Prefabs/Projectile 13 star.prefab | 3 + .../Prefabs/Projectile 13 star.prefab.meta | 15 + .../Prefabs/Projectile 14 huricara.prefab | 3 + .../Projectile 14 huricara.prefab.meta | 15 + .../Prefabs/Projectile 15 arrow.prefab | 3 + .../Prefabs/Projectile 15 arrow.prefab.meta | 15 + .../Prefabs/Projectile 2 acid.prefab | 3 + .../Prefabs/Projectile 2 acid.prefab.meta | 15 + .../Prefabs/Projectile 3 torpedo.prefab | 3 + .../Prefabs/Projectile 3 torpedo.prefab.meta | 15 + .../Prefabs/Projectile 4 water.prefab | 3 + .../Prefabs/Projectile 4 water.prefab.meta | 15 + .../Prefabs/Projectile 5 star.prefab | 3 + .../Prefabs/Projectile 5 star.prefab.meta | 15 + .../Prefabs/Projectile 6 black hole.prefab | 3 + .../Projectile 6 black hole.prefab.meta | 15 + .../Prefabs/Projectile 7 fire.prefab | 3 + .../Prefabs/Projectile 7 fire.prefab.meta | 15 + .../Prefabs/Projectile 8 triangle.prefab | 3 + .../Prefabs/Projectile 8 triangle.prefab.meta | 15 + .../Prefabs/Projectile 9 thunder.prefab | 3 + .../Prefabs/Projectile 9 thunder.prefab.meta | 15 + Packages/manifest.json | 1 + Packages/packages-lock.json | 4 +- ProjectSettings/EditorBuildSettings.asset | 2 +- 2479 files changed, 259780 insertions(+), 20 deletions(-) create mode 100644 Assets/02_Scripts/Enemy/Skills/SkillPredict.cs create mode 100644 Assets/02_Scripts/Enemy/Skills/SkillPredict.cs.meta create mode 100644 Assets/08_Objects/BossSkills/HazardSkill/VFX.meta create mode 100644 Assets/08_Objects/BossSkills/HazardSkill/VFX/HitBoxVFX.prefab create mode 100644 Assets/08_Objects/BossSkills/HazardSkill/VFX/HitBoxVFX.prefab.meta create mode 100644 Assets/08_Objects/BossSkills/HazardSkill/VFX/PredictVFX.prefab create mode 100644 Assets/08_Objects/BossSkills/HazardSkill/VFX/PredictVFX.prefab.meta create mode 100644 Assets/Hovl Studio.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/2DSceneGround.png create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/2DSceneGround.png.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/LightingData.asset create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/LightingData.asset.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_dir.png create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_light.exr create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_dir.png create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_light.exr create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_dir.png create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_light.exr create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/ReflectionProbe-0.exr create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/ReflectionProbe-0.exr.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/SceneSmoke.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/SceneSmoke.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles 2D.unity create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles 2D.unity.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles simple spawning.unity create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles simple spawning.unity.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles(Full particles).unity create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles(Full particles).unity.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Readme.txt create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Readme.txt.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Dragon punch flash.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Dragon punch flash.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 1 nature arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 1 nature arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 10 blue laser.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 10 blue laser.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 11 orange arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 11 orange arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 12 slime.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 12 slime.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 13 red laser.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 13 red laser.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 14 blue rapid.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 14 blue rapid.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 15 pink crystal.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 15 pink crystal.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 16 fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 16 fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 17 nova violet.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 17 nova violet.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 18 nova orange.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 18 nova orange.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 19 circle bomb.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 19 circle bomb.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 2 electro.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 2 electro.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 22 cute star.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 22 cute star.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 23 cube.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 23 cube.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 24 green explosion.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 24 green explosion.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 25 orange explosion.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 25 orange explosion.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 26 blue crystal.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 26 blue crystal.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 27 heart.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 27 heart.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 3 black fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 3 black fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 4 yellow arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 4 yellow arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 5 red.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 5 red.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 6 blue fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 6 blue fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 7 pink.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 7 pink.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 9 water.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 9 water.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 1 nature arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 1 nature arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 10 blue laser.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 10 blue laser.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 11 orange arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 11 orange arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 12 slime.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 12 slime.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 13 red laser.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 13 red laser.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 14 blue rapid.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 14 blue rapid.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 15 pink crystal.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 15 pink crystal.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 16 fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 16 fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 17 nova violet.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 17 nova violet.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 18 nova orange.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 18 nova orange.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 19 circle bomb.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 19 circle bomb.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 2 electro.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 2 electro.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 20 pink arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 20 pink arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 21 red arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 21 red arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 22 cute star.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 22 cute star.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 23 cube.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 23 cube.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 24 green explosion.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 24 green explosion.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 25 orange explosion.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 25 orange explosion.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 26 blue crystal.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 26 blue crystal.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 27 heart.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 27 heart.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 3 black fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 3 black fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 4 yellow arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 4 yellow arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 5 red.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 5 red.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 6 blue fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 6 blue fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 7 pink.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 7 pink.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 8 dagger.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 8 dagger.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 9 water.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 9 water.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 1 nature arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 1 nature arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 10 blue laser.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 10 blue laser.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 11 orange arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 11 orange arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 12 slime.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 12 slime.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 13 red laser.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 13 red laser.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 14 blue rapid.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 14 blue rapid.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 15 pink crystal.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 15 pink crystal.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 16 fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 16 fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 17 nova violet.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 17 nova violet.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 18 nova orange.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 18 nova orange.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 19 circle bomb.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 19 circle bomb.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 2 electro.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 2 electro.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 20 pink arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 20 pink arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 21 red arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 21 red arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 22 cute star.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 22 cute star.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 23 cube.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 23 cube.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 24 green explosion.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 24 green explosion.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 25 orange explosion.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 25 orange explosion.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 26 blue crystal.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 26 blue crystal.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 27 heart.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 27 heart.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 3 black fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 3 black fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 4 yellow arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 4 yellow arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 5 red.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 5 red.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 6 blue fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 6 blue fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 7 pink.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 7 pink.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 8 dagger.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 8 dagger.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 9 water.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 9 water.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision).meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 1 nature arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 1 nature arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 10 blue laser.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 10 blue laser.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 11 orange arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 11 orange arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 12 slime.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 12 slime.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 13 red laser.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 13 red laser.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 14 blue rapid.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 14 blue rapid.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 15 pink crystal.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 15 pink crystal.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 16 fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 16 fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 17 nova violet.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 17 nova violet.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 18 nova orange.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 18 nova orange.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 19 circle bomb.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 19 circle bomb.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 2 electro.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 2 electro.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 20 pink arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 20 pink arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 21 red arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 21 red arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 22 cute star.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 22 cute star.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 23 cube.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 23 cube.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 24 green explosion.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 24 green explosion.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 25 orange explosion.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 25 orange explosion.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 26 blue crystal.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 26 blue crystal.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 27 hear.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 27 hear.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 3 black fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 3 black fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 4 yellow arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 4 yellow arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 5 red.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 5 red.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 6 blue fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 6 blue fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 7 pink.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 7 pink.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 8 dagger.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 8 dagger.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 9 water.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 9 water.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform).meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Dragon punch projectile.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Dragon punch projectile.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 1 nature arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 1 nature arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 10 blue laser.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 10 blue laser.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 11 orange arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 11 orange arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 12 slime.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 12 slime.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 13 red laser.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 13 red laser.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 14 blue rapid.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 14 blue rapid.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 15 pink crystal.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 15 pink crystal.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 16 fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 16 fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 17 nova violet.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 17 nova violet.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 18 nova orange.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 18 nova orange.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 19 circle bomb.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 19 circle bomb.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 2 electro.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 2 electro.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 20 pink arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 20 pink arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 21 red arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 21 red arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 22 cute star.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 22 cute star.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 23 cube.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 23 cube.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 24 green explosion.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 24 green explosion.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 25 orange explosion.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 25 orange explosion.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 26 blue diamond.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 26 blue diamond.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 27 heart.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 27 heart.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 3 black fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 3 black fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 4 yellow arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 4 yellow arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 5 red.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 5 red.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 6 blue fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 6 blue fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 7 pink.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 7 pink.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 8 dagger.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 8 dagger.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 9 water.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 9 water.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2.unity create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2.unity.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2Settings.lighting create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2Settings.lighting.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/LightingData.asset create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/LightingData.asset.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_dir.png create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_light.exr create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_dir.png create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_light.exr create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_dir.png create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_light.exr create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Readme.txt create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Readme.txt.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/ReflectionProbe-0.exr create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/ReflectionProbe-0.exr.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 1.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 1.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 10.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 10.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 11.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 11.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 12.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 12.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 13.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 13.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 14.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 14.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 16.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 16.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 18.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 18.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 2.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 2.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 20.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 20.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 21.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 21.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 22.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 22.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 23.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 23.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 24.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 24.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 25.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 25.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 3.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 3.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 4.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 4.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 5.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 5.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 6.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 6.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 7.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 7.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 8.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 8.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 9.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 9.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 1.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 1.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 10.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 10.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 11.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 11.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 12.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 12.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 13.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 13.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 14.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 14.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 15.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 15.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 16.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 16.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 17.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 17.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 18.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 18.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 19.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 19.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 2.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 2.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 20.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 20.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 21.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 21.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 22.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 22.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 23.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 23.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 24.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 24.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 25.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 25.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 3.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 3.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 4.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 4.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 5.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 5.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 6.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 6.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 7.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 7.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 8.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 8.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 9.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 9.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 1 nature.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 1 nature.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 10 acid.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 10 acid.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 11 bubbles.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 11 bubbles.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 12 cuts.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 12 cuts.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 13 lightning.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 13 lightning.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 14 water.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 14 water.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 15 shuriken.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 15 shuriken.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 16 star.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 16 star.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 17 heal.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 17 heal.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 18 arrow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 18 arrow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 19 sun.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 19 sun.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 2 bloow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 2 bloow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 20 black.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 20 black.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 21 green.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 21 green.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 22 star sky.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 22 star sky.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 23 green.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 23 green.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 24 honey.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 24 honey.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 25 yellow.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 25 yellow.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 3 electro.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 3 electro.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 4 fire.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 4 fire.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 5 ice.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 5 ice.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 6 magic.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 6 magic.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 7 wind.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 7 wind.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 8 energy.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 8 energy.prefab.meta create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 9 trails.prefab create mode 100644 Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 9 trails.prefab.meta create mode 100644 Assets/Hovl Studio/HSFiles.meta create mode 100644 Assets/Hovl Studio/HSFiles/Animations.meta create mode 100644 Assets/Hovl Studio/HSFiles/Animations/Shake.anim create mode 100644 Assets/Hovl Studio/HSFiles/Animations/Shake.anim.meta create mode 100644 Assets/Hovl Studio/HSFiles/Animations/Shake2.anim create mode 100644 Assets/Hovl Studio/HSFiles/Animations/Shake2.anim.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Additive.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Additive.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Arrow12bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Arrow12bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Arrow3bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Arrow3bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Arrow5bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Arrow5bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Arrow6bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Arrow6bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Arrow7bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Arrow7bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Arrow9.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Arrow9.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Aura16bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Aura16bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Aura1bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Aura1bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Aura2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Aura2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Aura3bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Aura3bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Aura8bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Aura8bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Blend1dn.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Blend1dn.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/BloodAnim2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/BloodAnim2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Butterlfly1dn.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Butterlfly1dn.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle116cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle116cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle17bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle17bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle17cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle17cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle18cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle18cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle38cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle38cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle41cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle41cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle8cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle8cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle93bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle93bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle96cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle96cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle98bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Circle98bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/CircleRainbow10cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/CircleRainbow10cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/CircleRainbow11cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/CircleRainbow11cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/CircleRainbow12cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/CircleRainbow12cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/CircleRainbow15cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/CircleRainbow15cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/CircleRainbow17cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/CircleRainbow17cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Crater13bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Crater13bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Crater14bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Crater14bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Crater70bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Crater70bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Crater71bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Crater71bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Crater72bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Crater72bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Dagger2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Dagger2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Dagger4bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Dagger4bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Debris2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Debris2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Debris5bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Debris5bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/DirtBcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/DirtBcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/DistortionCircle19.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/DistortionCircle19.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/DistortionSmoke18.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/DistortionSmoke18.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/DistortionTriangle.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/DistortionTriangle.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/DragonHead1ts.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/DragonHead1ts.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Dust2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Dust2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Dust2cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Dust2cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Electricity1be.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Electricity1be.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Electricity2be.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Electricity2be.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/EmberExpl2a.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/EmberExpl2a.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Explosion2bBcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Explosion2bBcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fire17cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fire17cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fire3bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fire3bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/FireExpl5bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/FireExpl5bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fireball1bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fireball1bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare10cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare10cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare14bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare14bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare14cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare14cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare15bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare15bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare17bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare17bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare19bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare19bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare20cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare20cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare21bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare21bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare21cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare21cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare23cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare23cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare2cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare2cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare32cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare32cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare34bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare34bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare35cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare35cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare36bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare36bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare3cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare3cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare4cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare4cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare6cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flare6cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/FlareFX1.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/FlareFX1.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash18cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash18cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash1cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash1cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash21bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash21bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash21cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash21cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash23cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash23cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash30bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash30bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash31bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash31bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash33cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash33cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash34bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash34bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash35bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash35bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash36cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash36cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash38cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash38cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash39cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash39cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash3cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash3cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash40cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash40cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash41cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash41cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash42cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash42cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash43cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash43cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash44cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash44cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash45cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash45cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash5cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash5cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash7bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Flash7bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/FlashGroundCG.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/FlashGroundCG.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Floor1lf.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Floor1lf.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Floor2HSlit.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Floor2HSlit.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel10bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel10bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel1bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel1bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel3bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel3bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel4bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel4bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel7bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel7bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel8bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel8bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel9bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Fresnel9bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Glow1bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Glow1bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Glow1cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Glow1cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Glow2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Glow2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Gold1bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Gold1bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Gradient17bcg2.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Gradient17bcg2.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/GrayDemoHSlit.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/GrayDemoHSlit.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/HPL2cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/HPL2cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/HPWater2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/HPWater2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/HPwater3bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/HPwater3bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/HPwater4bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/HPwater4bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Heart3bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Heart3bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Hexagons1cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Hexagons1cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Ice2llf.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Ice2llf.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Impact1dn.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Impact1dn.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Leaf11bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Leaf11bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Leaf2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Leaf2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Lightning11cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Lightning11cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Lightning17bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Lightning17bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/LineDistort2cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/LineDistort2cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/MagicCircle50bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/MagicCircle50bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/MagicCircle62dn.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/MagicCircle62dn.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask23bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask23bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask23cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask23cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask27bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask27bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask33bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask33bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask46bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask46bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask61cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask61cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask62bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask62bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask64cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask64cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask65cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask65cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask66cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask66cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask9bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Mask9bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Moon4bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Moon4bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise34cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise34cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise35tbcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise35tbcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise35tcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise35tcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise69bts.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise69bts.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise71bts.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise71bts.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise82bts.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise82bts.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise89bts.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Noise89bts.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object11dn.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object11dn.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object12dn.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object12dn.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object1bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object1bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object25cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object25cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object25dn.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object25dn.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object30dn.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object30dn.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object31bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object31bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object33bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object33bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object34cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object34cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object35cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object35cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object36cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object36cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object37bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object37bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object38bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object38bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object7bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object7bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object8ts.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Object8ts.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Paint3ss.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Paint3ss.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Particles8bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Particles8bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point11bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point11bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point11cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point11cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point12cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point12cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point19bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point19bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point19bcg2.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point19bcg2.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point20bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point20bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point5cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Point5cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Projectile1cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Projectile1cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Quad2ts.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Quad2ts.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Quad3bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Quad3bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Quad3ts.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Quad3ts.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Quad5bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Quad5bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Quad6cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Quad6cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Rays10bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Rays10bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Rays11dn.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Rays11dn.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Rays3bts.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Rays3bts.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Romb3bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Romb3bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Romb3cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Romb3cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SS1bbcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SS1bbcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SS1bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SS1bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SS1cbcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SS1cbcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SS2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SS2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Sand4bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Sand4bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Semicircle6bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Semicircle6bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Semicircle7bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Semicircle7bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/ShockWave.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/ShockWave.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/ShockWave13.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/ShockWave13.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/ShockWave4.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/ShockWave4.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/ShockWave5.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/ShockWave5.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/ShockWave6.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/ShockWave6.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Shockwave17.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Shockwave17.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Shuriken10bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Shuriken10bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke12cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke12cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke21bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke21bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke23bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke23bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke24bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke24bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke24cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke24cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke27bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke27bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke32bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke32bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke34bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke34bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke36cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke36cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke38cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke38cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke39cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke39cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke3bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke3bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke3cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke3cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke40cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke40cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke5bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Smoke5bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SmokeAnim2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SmokeAnim2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SmokeBCG.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SmokeBCG.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SmokeBCG2.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SmokeBCG2.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SmoothHeart1ts.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SmoothHeart1ts.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SmoothStar1ts.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SmoothStar1ts.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SmoothStar2ts.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SmoothStar2ts.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Snow3cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Snow3cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Snow4bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Snow4bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Snow4cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Snow4cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Snow5cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Snow5cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Snow6bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Snow6bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SoftNoise69bd.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SoftNoise69bd.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Spark5bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Spark5bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Spark6cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Spark6cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SparkExolosion1bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SparkExolosion1bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SpideWeb1cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SpideWeb1cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SpideWeb2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SpideWeb2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SpideWeb3cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/SpideWeb3cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Splat4bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Splat4bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Splat4dn.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Splat4dn.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Star12bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Star12bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Star2bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Star2bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Star3bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Star3bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Star4bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Star4bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Stone3bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Stone3bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Stone4bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Stone4bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Stone5bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Stone5bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail100bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail100bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail101cc.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail101cc.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail102cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail102cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail104cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail104cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail105bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail105bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail106bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail106bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail106bcg2.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail106bcg2.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail21Path.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail21Path.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail21bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail21bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail21cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail21cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail21cg2.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail21cg2.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail22cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail22cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail26bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail26bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail29.2cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail29.2cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail37bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail37bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail39bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail39bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail42bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail42bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail48cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail48cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail52bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail52bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail54bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail54bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail55bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail55bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail59bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail59bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail5cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail5cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail60bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail60bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail61.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail61.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail65cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail65cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail66cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail66cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail68bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail68bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail71bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail71bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail75bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail75bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail79bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail79bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail80bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail80bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail81bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail81bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail82bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail82bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail85bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail85bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail94bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail94bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail98bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trail98bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailMask64bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailMask64bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailMask65bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailMask65bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailPart4cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailPart4cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader1.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader1.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader12.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader12.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader13.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader13.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader15.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader15.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader16.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader16.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader2.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader2.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader3.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader3.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader4.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TrailShader4.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trails65bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trails65bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trails76bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trails76bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trails85bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Trails85bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Triangle1bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Triangle1bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides10.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides10.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides11.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides11.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides12.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides12.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides14.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides14.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides18.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides18.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides19.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides19.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides21.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides21.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides23.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides23.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides29.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides29.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides30.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides30.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides38.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides38.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides9.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/TwoSides9.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/WallHSlit.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/WallHSlit.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Water13bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Water13bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Water2cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Water2cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/WaterSplash2cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/WaterSplash2cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Waves17cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Waves17cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Waves21bcg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Waves21bcg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Waves21cg2.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Waves21cg2.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Waves22cg.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/Waves22cg.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Materials/WhiteHSlit.mat create mode 100644 Assets/Hovl Studio/HSFiles/Materials/WhiteHSlit.mat.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/BeamMesh.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/BeamMesh.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Bullet.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Bullet.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Cell.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Cell.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Cone10.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Cone10.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Cone12.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Cone12.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Constellation1.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Constellation1.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Conus.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Conus.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Crystal.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Crystal.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Cylinder1.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Cylinder1.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/CylinderFromCenter2.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/CylinderFromCenter2.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/CylinderFromGround.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/CylinderFromGround.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/CylindricalCone.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/CylindricalCone.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/DragonHead.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/DragonHead.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/GlassCells.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/GlassCells.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/HOVLCrystalPiese.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/HOVLCrystalPiese.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/HalfSphere4.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/HalfSphere4.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Heart.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Heart.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Jellyfish.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Jellyfish.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/JellyfishTail.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/JellyfishTail.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/NoiseSphere1.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/NoiseSphere1.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Path11.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Path11.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Path12.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Path12.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Path2.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Path2.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Path6.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Path6.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Path9.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Path9.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Plate1.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Plate1.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Projectile1.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Projectile1.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/QuadToCircle.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/QuadToCircle.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/QuadToCircle2.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/QuadToCircle2.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Rays2.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Rays2.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/RoundHeart.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/RoundHeart.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/ShellCircle.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/ShellCircle.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/ShellQuad.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/ShellQuad.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/ShellQuad2.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/ShellQuad2.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/ShellQuad3.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/ShellQuad3.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/ShellQuad4.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/ShellQuad4.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/SmoothStar.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/SmoothStar.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Snowflake1.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Snowflake1.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Spiral3.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Spiral3.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Star1.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Star1.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Torpeda1.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Torpeda1.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/TriPoints.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/TriPoints.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Twist.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Twist.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Twist2.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Twist2.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/Vortex2.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/Vortex2.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Models/WaterSphere.fbx create mode 100644 Assets/Hovl Studio/HSFiles/Models/WaterSphere.fbx.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/Editor.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/Editor/ShaderChanger.cs create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/Editor/ShaderChanger.cs.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/For demo scenes.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraController.cs create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraController.cs.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraShaker.cs create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraShaker.cs.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting.cs create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting.cs.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting2D.cs create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting2D.cs.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_TargetProjectiles.cs create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_TargetProjectiles.cs.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/HS_CallBackParent.cs create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/HS_CallBackParent.cs.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/HS_ParticleCollisionInstance.cs create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/HS_ParticleCollisionInstance.cs.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover.cs create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover.cs.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover2D.cs create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover2D.cs.meta create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/HS_TargetProjectile.cs create mode 100644 Assets/Hovl Studio/HSFiles/Scripts/HS_TargetProjectile.cs.meta create mode 100644 Assets/Hovl Studio/HSFiles/Settings.meta create mode 100644 Assets/Hovl Studio/HSFiles/Settings/PP low.asset create mode 100644 Assets/Hovl Studio/HSFiles/Settings/PP low.asset.meta create mode 100644 Assets/Hovl Studio/HSFiles/Settings/VolumeURP.asset create mode 100644 Assets/Hovl Studio/HSFiles/Settings/VolumeURP.asset.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/AddTrail.shader create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/AddTrail.shader.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/BlendDistort.shader create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/BlendDistort.shader.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Blend_LinePath.shader create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Blend_LinePath.shader.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/DissolveNoise.shader create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/DissolveNoise.shader.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Distortion.shader create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Distortion.shader.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Electricity.shader create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Electricity.shader.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_BlendDistort.shadergraph create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_BlendDistort.shadergraph.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_CG.shadergraph create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_CG.shadergraph.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_TwoSides.shadergraph create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_TwoSides.shadergraph.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ChannelCut.shadergraph create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ChannelCut.shadergraph.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Distortion.shadergraph create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Distortion.shadergraph.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Explosion.shadergraph create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Explosion.shadergraph.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_FlareFX.shadergraph create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_FlareFX.shadergraph.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_LitFresnel.shadergraph create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_LitFresnel.shadergraph.meta create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ShockWave.shadergraph create mode 100644 Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ShockWave.shadergraph.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Arrow12.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Arrow12.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Arrow2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Arrow2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Arrow5.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Arrow5.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Arrow6.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Arrow6.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Arrow8.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Arrow8.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Arrow9.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Arrow9.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Aura1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Aura1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Aura16.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Aura16.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Aura2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Aura2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Aura3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Aura3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Aura8.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Aura8.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/BloodAnim2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/BloodAnim2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Butterfly1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Butterfly1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle116.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle116.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle17.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle17.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle18.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle18.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle19n.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle19n.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle38.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle38.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle41.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle41.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle8.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle8.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle93.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle93.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle96.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle96.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle98.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Circle98.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/CircleRainbow10.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/CircleRainbow10.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/CircleRainbow11.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/CircleRainbow11.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/CircleRainbow12.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/CircleRainbow12.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/CircleRainbow15.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/CircleRainbow15.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/CircleRainbow17.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/CircleRainbow17.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Crater13.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Crater13.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Crater14.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Crater14.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Crater70.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Crater70.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Crater71.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Crater71.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Crater72.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Crater72.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Dagger2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Dagger2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Dagger4.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Dagger4.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Debris2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Debris2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Debris5.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Debris5.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Dust2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Dust2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/EmberExpl2b.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/EmberExpl2b.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/EmberExpl5.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/EmberExpl5.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Explosion2b.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Explosion2b.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Fire1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Fire1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Fire17.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Fire17.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Fire3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Fire3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Fireball1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Fireball1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare10.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare10.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare14.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare14.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare15.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare15.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare17.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare17.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare19.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare19.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare20.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare20.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare21.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare21.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare23.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare23.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare32.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare32.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare34.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare34.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare35.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare35.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare36.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare36.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare4.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare4.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare6.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flare6.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash18.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash18.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash21.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash21.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash23.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash23.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash30.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash30.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash31.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash31.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash32.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash32.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash33.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash33.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash34.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash34.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash35.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash35.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash36.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash36.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash38.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash38.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash39.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash39.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash40.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash40.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash41.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash41.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash42.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash42.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash43.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash43.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash44.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash44.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash45.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash45.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash5.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash5.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash7.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Flash7.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Glow1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Glow1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Glow1n.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Glow1n.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Glow2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Glow2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gold1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gold1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gold2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gold2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient10.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient10.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient11.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient11.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient12.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient12.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient13.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient13.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient14.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient14.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient15.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient15.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient17.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient17.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient21.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient21.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient3Repeat.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient3Repeat.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient3r.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient3r.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient3t.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient3t.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient4.3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient4.3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient6.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient6.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient7.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient7.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient8.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient8.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient9.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Gradient9.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/HPwater2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/HPwater2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/HPwater4.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/HPwater4.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/HandPaintedLightning2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/HandPaintedLightning2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Heart3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Heart3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Hexagons1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Hexagons1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Ice9.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Ice9.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Impact1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Impact1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Jellyfish.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Jellyfish.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Leaf11.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Leaf11.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Leaf2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Leaf2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Lightning11.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Lightning11.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Lightning17.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Lightning17.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Line3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Line3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MagicCircle50.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MagicCircle50.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MagicCircle51.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MagicCircle51.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MagicCircle62.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MagicCircle62.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask23.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask23.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask27.3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask27.3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask33.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask33.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask45.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask45.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask46.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask46.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask53.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask53.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask61.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask61.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask62.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask62.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask64.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask64.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask65.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask65.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask66.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask66.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask9.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Mask9.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MaskForShader.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MaskForShader.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_MetallicSmoothness.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_MetallicSmoothness.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_Normal.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_Normal.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon_Emissive.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon_Emissive.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Ice2.psd create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Ice2.psd.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Moon1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Moon1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MuzzleFlash3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/MuzzleFlash3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise13.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise13.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise20.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise20.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise28.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise28.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise34.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise34.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise35.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise35.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise35n.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise35n.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise41.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise41.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise43.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise43.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise49.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise49.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise50.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise50.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise50b.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise50b.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise51.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise51.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise53.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise53.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise60.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise60.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise61.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise61.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise62.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise62.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise63.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise63.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise65.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise65.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise68.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise68.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise69.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise69.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise71.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise71.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise72.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise72.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise82.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise82.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise83.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise83.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise84.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise84.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise89.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Noise89.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object11.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object11.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object12.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object12.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object25.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object25.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object30.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object30.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object31.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object31.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object33.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object33.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object34.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object34.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object35.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object35.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object36.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object36.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object37.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object37.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object38.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object38.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object7.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object7.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object8.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object8.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object8Mask.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Object8Mask.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Paint3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Paint3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Particles8.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Particles8.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Point11.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Point11.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Point12.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Point12.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Point17.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Point17.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Point19.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Point19.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Point20.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Point20.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Point5.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Point5.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Projectile1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Projectile1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Quad2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Quad2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Quad3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Quad3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Quad5.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Quad5.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Quad6.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Quad6.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Rays10.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Rays10.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Rays11.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Rays11.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Rays3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Rays3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Rays3b.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Rays3b.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Romb3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Romb3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SS1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SS1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SS1b.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SS1b.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SS1c.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SS1c.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SS2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SS2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Sand4.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Sand4.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Semicircle6.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Semicircle6.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Semicircle7.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Semicircle7.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Shuriken10.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Shuriken10.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke12.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke12.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke17.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke17.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke18n.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke18n.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke21.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke21.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke23.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke23.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke24.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke24.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke27.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke27.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke28.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke28.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke32.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke32.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke34.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke34.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke36.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke36.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke38.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke38.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke39.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke39.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke40.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke40.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke5.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Smoke5.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SmokeAnim2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SmokeAnim2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Snow3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Snow3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Snow4.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Snow4.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Snow5.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Snow5.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Snow6.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Snow6.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Spark5.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Spark5.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Spark6.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Spark6.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SparkExolosion2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SparkExolosion2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SpiderWeb1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SpiderWeb1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SpiderWeb2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SpiderWeb2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SpiderWeb3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/SpiderWeb3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Splat4.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Splat4.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Star12.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Star12.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Star2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Star2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Star3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Star3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Star4.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Star4.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Stone3.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Stone3.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Stone4.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Stone4.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Stone5.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Stone5.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail100.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail100.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail101.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail101.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail102.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail102.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail104.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail104.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail105.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail105.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail106.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail106.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail21.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail21.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail22.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail22.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail25.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail25.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail29.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail29.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail36.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail36.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail37.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail37.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail39.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail39.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail42.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail42.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail44.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail44.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail48.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail48.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail5.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail5.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail52.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail52.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail54.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail54.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail55.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail55.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail58.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail58.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail59.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail59.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail6.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail6.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail60.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail60.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail61.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail61.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail65.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail65.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail66.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail66.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail68.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail68.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail70.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail70.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail71.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail71.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail73.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail73.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail74.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail74.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail75.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail75.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail76.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail76.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail79.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail79.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail80.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail80.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail81.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail81.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail82.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail82.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail85.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail85.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail86.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail86.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail91.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail91.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail94.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail94.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail96.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail96.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail97.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail97.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail98.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Trail98.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/TrailGradient21.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/TrailGradient21.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/TrailPart4.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/TrailPart4.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Triangle1.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Triangle1.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Water13.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Water13.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Water2.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Water2.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/WaterSplash2.PNG create mode 100644 Assets/Hovl Studio/HSFiles/Textures/WaterSplash2.PNG.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Waves17.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Waves17.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Waves20.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Waves20.png.meta create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Waves21.png create mode 100644 Assets/Hovl Studio/HSFiles/Textures/Waves21.png.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Demo scene.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles demo.unity create mode 100644 Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles demo.unity.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles flashes.unity create mode 100644 Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles flashes.unity.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles hit effects.unity create mode 100644 Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles hit effects.unity.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Demo scene/Readme.txt create mode 100644 Assets/Hovl Studio/MOBA projectiles/Demo scene/Readme.txt.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash acid.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash acid.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blood.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blood.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blue projectile.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blue projectile.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash butterfly.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash butterfly.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash card.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash card.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash comics.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash comics.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash cyber.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash cyber.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash emerald.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash emerald.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash fire.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash fire.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ghost.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ghost.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash grafity.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash grafity.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ice.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ice.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash jellyfish.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash jellyfish.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash music.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash music.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash paint.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash paint.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash red projectile.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash red projectile.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash sand.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash sand.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash stone.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash stone.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash web.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash web.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash yellow projectile.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash yellow projectile.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit acid.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit acid.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blood.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blood.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blue projectile.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blue projectile.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit butterfly.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit butterfly.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit card.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit card.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit comics.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit comics.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit cyber.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit cyber.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit emerald.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit emerald.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit fire.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit fire.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ghost.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ghost.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit grafity.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit grafity.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ice.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ice.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit jellyfish.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit jellyfish.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit music.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit music.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit paint.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit paint.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit red projectile.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit red projectile.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit sand.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit sand.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit stone.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit stone.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit web.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit web.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit yellow projectile.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit yellow projectile.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile acid.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile acid.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blood.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blood.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blue.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blue.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile butterfly.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile butterfly.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile card.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile card.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile comics.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile comics.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile cyber.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile cyber.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile emeald.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile emeald.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile fire.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile fire.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ghost.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ghost.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile grafity.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile grafity.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ice.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ice.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile jellyfish.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile jellyfish.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile music.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile music.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile paint.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile paint.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile red.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile red.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile sand.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile sand.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile stone.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile stone.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile web.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile web.prefab.meta create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile yellow.prefab create mode 100644 Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile yellow.prefab.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Demo scene.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staff.unity create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staff.unity.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staffSettings.lighting create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staffSettings.lighting.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Ground1.mat create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Ground1.mat.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Demo scene/LightingData.asset create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Demo scene/LightingData.asset.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Demo scene/ReflectionProbe-0.exr create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Demo scene/ReflectionProbe-0.exr.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff.mat create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff.mat.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff2.mat create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff2.mat.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffAnimAlpha.mat create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffAnimAlpha.mat.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf.mat create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf.mat.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf2.mat create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf2.mat.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf3.mat create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf3.mat.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf4.mat create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf4.mat.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf5.mat create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf5.mat.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf6.mat create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf6.mat.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/Trail21mb.mat create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Materials/Trail21mb.mat.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Meshes.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Meshes/Fantasy staff.FBX create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Meshes/Fantasy staff.FBX.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Meshes/HalfRing.fbx create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Meshes/HalfRing.fbx.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff blue.prefab create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff blue.prefab.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff emerald.prefab create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff emerald.prefab.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff ice.prefab create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff ice.prefab.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff orange.prefab create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff orange.prefab.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff red.prefab create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff red.prefab.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine 2.prefab create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine 2.prefab.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine.prefab create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine.prefab.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff violet.prefab create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff violet.prefab.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff.prefab create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff.prefab.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Textures.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff.png create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff.png.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_AO.png create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_AO.png.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_MetallicSmoothness.png create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_MetallicSmoothness.png.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_Normal.png create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_Normal.png.meta create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Textures/StaffAnimAlpha.png create mode 100644 Assets/Hovl Studio/PBR Fantasy staff/Textures/StaffAnimAlpha.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Aim4.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Aim4.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Attack1.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Attack1.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Left.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Left.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Right.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Right.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Character.fbx create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Character.fbx.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/CharacterController.controller create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/CharacterController.controller.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/EnemyController.controller create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/EnemyController.controller.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/FrontAttack.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/FrontAttack.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/GrayMat.mat create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/GrayMat.mat.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Idle.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Idle.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Left Strafe.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Left Strafe.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/LightingData.asset create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/LightingData.asset.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_dir.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_light.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-0.png create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-0.png.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-1.exr create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-1.exr.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Right Strafe.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Right Strafe.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Run.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Run.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.mask create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.mask.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffLeftStrafe.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffLeftStrafe.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRightStrafe.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRightStrafe.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRun.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRun.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffWalk.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffWalk.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StuffUp.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StuffUp.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Walk.anim create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Walk.anim.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/WhiteMat.mat create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/WhiteMat.mat.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.docx create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.docx.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.pdf create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.pdf.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Target projectiles.unity create mode 100644 Assets/Hovl Studio/Target projectiles/Demo scene/Target projectiles.unity.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly flash.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly flash.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly hit.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly hit.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly projectile.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly projectile.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Fire flash.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Fire flash.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Fire hit.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Fire hit.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Fire projectile.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Fire projectile.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Flower flash.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Flower flash.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Flower hit.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Flower hit.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Flower projectile.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Flower projectile.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Heart flash.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Heart flash.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Heart hit.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Heart hit.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Heart projectile.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Heart projectile.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/In Yang flash.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/In Yang flash.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/In Yang hit.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/In Yang hit.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/In Yang projectile.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/In Yang projectile.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Mirror flash.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Mirror flash.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Mirror hit.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Mirror hit.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Mirror projectile.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Mirror projectile.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Poison flash.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Poison flash.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Poison hit.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Poison hit.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Poison projectile.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Poison projectile.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Sword flash.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Sword flash.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Sword hit.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Sword hit.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Sword projectile.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Sword projectile.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Techno flash.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Techno flash.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Techno hit.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Techno hit.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Techno projectile.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Techno projectile.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Water flash.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Water flash.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Water hit.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Water hit.prefab.meta create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Water projectile.prefab create mode 100644 Assets/Hovl Studio/Target projectiles/Prefabs/Water projectile.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/LightingData.asset create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/LightingData.asset.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_dir.png create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_light.exr create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_dir.png create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_light.exr create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_dir.png create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_light.exr create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Readme.txt create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Readme.txt.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/ReflectionProbe-0.exr create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/ReflectionProbe-0.exr.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2.unity create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2.unity.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2Settings.lighting create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2Settings.lighting.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 1.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 1.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 10.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 10.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 11.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 11.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 12.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 12.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 13.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 13.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 14.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 14.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 15.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 15.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 2.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 2.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 3.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 3.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 4.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 4.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 5.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 5.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 6.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 6.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 7.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 7.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 8.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 8.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 9.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 9.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 1.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 1.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 10.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 10.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 11.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 11.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 12.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 12.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 13.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 13.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 14.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 14.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 15.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 15.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 2.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 2.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 3.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 3.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 4.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 4.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 5.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 5.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 6.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 6.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 7.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 7.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 8.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 8.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 9.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 9.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 1 bullet.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 1 bullet.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 10 explode.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 10 explode.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 11 triangle.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 11 triangle.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 12 forest.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 12 forest.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 13 magic arrow.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 13 magic arrow.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 14 ice.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 14 ice.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 15 red.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 15 red.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 2 energy orb.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 2 energy orb.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 3 cube.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 3 cube.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 4 red star.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 4 red star.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 5 arrow.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 5 arrow.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 6 magic stone.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 6 magic stone.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 7 wind.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 7 wind.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 8 twist.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 8 twist.prefab.meta create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 9 cosmic.prefab create mode 100644 Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 9 cosmic.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/LightingData.asset create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/LightingData.asset.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_dir.png create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_light.exr create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_dir.png create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_light.exr create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_dir.png create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_dir.png.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_light.exr create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_light.exr.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Readme.txt create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Readme.txt.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/ReflectionProbe-0.exr create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/ReflectionProbe-0.exr.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Toon projectiles.unity create mode 100644 Assets/Hovl Studio/Toon projectiles/Demo scene/Toon projectiles.unity.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 1.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 1.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 10.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 10.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 11.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 11.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 12.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 12.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 13.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 13.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 14.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 14.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 15.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 15.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 2.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 2.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 3.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 3.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 4.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 4.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 5.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 5.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 6.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 6.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 7.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 7.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 8.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 8.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 9.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 9.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 1.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 1.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 10.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 10.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 11.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 11.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 12.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 12.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 13.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 13.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 14.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 14.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 15.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 15.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 2.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 2.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 3.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 3.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 4.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 4.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 5.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 5.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 6.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 6.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 7.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 7.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 8.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 8.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 9.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 9.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 1 magic.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 1 magic.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 10 green.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 10 green.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 11 bullets.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 11 bullets.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 12 blue.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 12 blue.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 13 star.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 13 star.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 14 huricara.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 14 huricara.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 15 arrow.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 15 arrow.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 2 acid.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 2 acid.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 3 torpedo.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 3 torpedo.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 4 water.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 4 water.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 5 star.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 5 star.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 6 black hole.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 6 black hole.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 7 fire.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 7 fire.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 8 triangle.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 8 triangle.prefab.meta create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 9 thunder.prefab create mode 100644 Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 9 thunder.prefab.meta diff --git a/Assets/01_Scenes/BossScene.unity b/Assets/01_Scenes/BossScene.unity index 7bb9b0d..1dc7282 100644 --- a/Assets/01_Scenes/BossScene.unity +++ b/Assets/01_Scenes/BossScene.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e28e3c8d020837524e6cddf567c57bf1a7879005a58f6db767a8838b76dbdcb -size 110810 +oid sha256:be06d224b08aa6cd0bb2fe8cba359aa85b902a678030614b36ed937b20808dd9 +size 114861 diff --git a/Assets/02_Scripts/Combat/HazardHitbox.cs b/Assets/02_Scripts/Combat/HazardHitbox.cs index 4c7e5e5..e27c01d 100644 --- a/Assets/02_Scripts/Combat/HazardHitbox.cs +++ b/Assets/02_Scripts/Combat/HazardHitbox.cs @@ -5,8 +5,8 @@ public class HazardHitbox : MonoBehaviour { [SerializeField] private LayerMask _targetLayer; - [SerializeField] private LayerMask _blockLayer; // 피해를 줄 레이어 (보통 Player) - private int _damage = 0; + [SerializeField] private LayerMask _blockLayer; + public int Damage = 0; private Collider2D _collider; private void Awake() { @@ -16,16 +16,34 @@ private void Awake() private void OnTriggerStay2D(Collider2D other) { - TryDamage(other); + if((_blockLayer.value & (1 << other.gameObject.layer)) > 0) + { + Debug.Log("aaaaaaa"); + + Destroy(gameObject); + } + + if ((_targetLayer.value & (1 << other.gameObject.layer)) > 0) + { + TryDamage(other); + _collider.enabled = false; + } + } + + private void OnTriggerExit2D(Collider2D other) + { + if ((_targetLayer.value & (1 << other.gameObject.layer)) > 0) + { + Destroy(gameObject); + } } private void TryDamage(Collider2D other) { - if ((_targetLayer.value & (1 << other.gameObject.layer)) == 0) return; if (!other.TryGetComponent(out var target)) target = other.GetComponentInParent(); if (target == null) return; - target.TakeDamage(_damage); + target.TakeDamage(Damage); } } diff --git a/Assets/02_Scripts/Enemy/Skills/HazardSkill.cs b/Assets/02_Scripts/Enemy/Skills/HazardSkill.cs index 532b0df..cbe5882 100644 --- a/Assets/02_Scripts/Enemy/Skills/HazardSkill.cs +++ b/Assets/02_Scripts/Enemy/Skills/HazardSkill.cs @@ -22,6 +22,8 @@ public class HazardSkill : BossSkill [SerializeField] private float _activeDuration = 1.5f; // 피해 판정 유지 시간 [SerializeField] private float _recovery = 0.6f; // 판정 OFF 후 후딜 [SerializeField] private GameObject _hazardHitboxOrigin; + [SerializeField] private int _hitBoxDamage = 15; + private SkillSupport support; private void Awake() @@ -52,6 +54,8 @@ protected override async Awaitable RunSkill(CancellationToken token) _animator.Play(_rightAnimationState); } + PredictHazards(dirChoice); + // 선딜 await Awaitable.WaitForSecondsAsync(_windup, token); @@ -66,20 +70,37 @@ protected override async Awaitable RunSkill(CancellationToken token) } } + private void PredictHazards(int dirChoice) + { + SkillPredict[] predicts = dirChoice switch { 0 => support.DownHazardPredicts, 1=> support.RightHazardPredicts, _=> null}; + + for (int i = 0; i < predicts.Length; i++) + { + if(predicts[i] != null) + predicts[i].PredictVFX.Play(); + } + } + private void FireHazards(int dirChoice) { - Transform[] _hazardPoss = dirChoice switch { 0 => support.DownHazardFirePos, 1=> support.RightHazardFirePos, _=> null}; + Transform[] hazardPoss = dirChoice switch { 0 => support.DownHazardFirePos, 1=> support.RightHazardFirePos, _=> null}; Vector2 attackDir = dirChoice switch {0 => Vector2.down,1=>Vector2.right,_=>Vector2.left}; - if (_hazardPoss == null) return; + if (hazardPoss == null) return; - for (int i = 0; i < _hazardPoss.Length; i++) + for (int i = 0; i < hazardPoss.Length; i++) { - GameObject hitbox = Instantiate(_hazardHitboxOrigin,_hazardPoss[i].transform); + GameObject hitbox = Instantiate(_hazardHitboxOrigin,hazardPoss[i].transform); + HazardHitbox hazardHitbox = hitbox.GetComponent(); + if(hazardHitbox != null) + { + hazardHitbox.Damage = _hitBoxDamage; + } + Rigidbody2D hitbox_rb = hitbox.GetComponent(); if(hitbox_rb != null) { - hitbox_rb.linearVelocity = attackDir*50.0f; + hitbox_rb.AddForce(attackDir*100.0f); } Destroy(hitbox,5f); diff --git a/Assets/02_Scripts/Enemy/Skills/SkillPredict.cs b/Assets/02_Scripts/Enemy/Skills/SkillPredict.cs new file mode 100644 index 0000000..6d1cbe6 --- /dev/null +++ b/Assets/02_Scripts/Enemy/Skills/SkillPredict.cs @@ -0,0 +1,6 @@ +using UnityEngine; + +public class SkillPredict : MonoBehaviour +{ + public ParticleSystem PredictVFX; +} diff --git a/Assets/02_Scripts/Enemy/Skills/SkillPredict.cs.meta b/Assets/02_Scripts/Enemy/Skills/SkillPredict.cs.meta new file mode 100644 index 0000000..2360e18 --- /dev/null +++ b/Assets/02_Scripts/Enemy/Skills/SkillPredict.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: d57b92bb01d0bbf4cb3c27892c5ea5dd \ No newline at end of file diff --git a/Assets/02_Scripts/Enemy/Skills/SkillSupport.cs b/Assets/02_Scripts/Enemy/Skills/SkillSupport.cs index 9755144..7c24648 100644 --- a/Assets/02_Scripts/Enemy/Skills/SkillSupport.cs +++ b/Assets/02_Scripts/Enemy/Skills/SkillSupport.cs @@ -5,19 +5,40 @@ public class SkillSupport : MonoBehaviour [HideInInspector] public Transform[] DownHazardFirePos; // 위에서 아래로 포격 [HideInInspector] public Transform[] RightHazardFirePos; // 왼쪽에서 오른쪽으로 포격 + [HideInInspector] public SkillPredict[] DownHazardPredicts; + [HideInInspector] public SkillPredict[] RightHazardPredicts; + void Start() { GameObject[] shineDownStartPoss = GameObject.FindGameObjectsWithTag("ShineDownStartPos"); GameObject[] shineRightStartPoss = GameObject.FindGameObjectsWithTag("ShineRightStartPos"); DownHazardFirePos = new Transform[shineDownStartPoss.Length]; + DownHazardPredicts = new SkillPredict[shineDownStartPoss.Length]; RightHazardFirePos = new Transform[shineRightStartPoss.Length]; + RightHazardPredicts = new SkillPredict[shineRightStartPoss.Length]; for(int i=0;i(); + if(skillPredict != null) + { + DownHazardPredicts[i] = skillPredict; + } + + } + for(int i=0;i(); + if(skillPredict != null) + { + RightHazardPredicts[i] = skillPredict; + } + } } } diff --git a/Assets/08_Objects/BossSkills/HazardSkill/HazardHitBox.prefab b/Assets/08_Objects/BossSkills/HazardSkill/HazardHitBox.prefab index ef64a31..834a1c6 100644 --- a/Assets/08_Objects/BossSkills/HazardSkill/HazardHitBox.prefab +++ b/Assets/08_Objects/BossSkills/HazardSkill/HazardHitBox.prefab @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7e49ffe6ee787f2a92c08ab5930ead5473c3c18d57952f463861803a3ec406a -size 5924 +oid sha256:a6d65c64d36c5035683db6c91e99ee2141a3cecc1ac7b44f8f9ad3fc2c23768b +size 6372 diff --git a/Assets/08_Objects/BossSkills/HazardSkill/HazardSkill.prefab b/Assets/08_Objects/BossSkills/HazardSkill/HazardSkill.prefab index 1ad3c9b..8c557d8 100644 --- a/Assets/08_Objects/BossSkills/HazardSkill/HazardSkill.prefab +++ b/Assets/08_Objects/BossSkills/HazardSkill/HazardSkill.prefab @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:327273452df1a4e3cba9da469026f767ba418f3a1b852dafda0cb4af5221629a -size 2881 +oid sha256:59c7a50bf2545f60efef2690d3c7ad86abb03d55d551bcf7ccfd8a16300dd2ab +size 2438 diff --git a/Assets/08_Objects/BossSkills/HazardSkill/VFX.meta b/Assets/08_Objects/BossSkills/HazardSkill/VFX.meta new file mode 100644 index 0000000..7b7c186 --- /dev/null +++ b/Assets/08_Objects/BossSkills/HazardSkill/VFX.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1365b85086c779f48a9f9f6e7bd7c5a7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Objects/BossSkills/HazardSkill/VFX/HitBoxVFX.prefab b/Assets/08_Objects/BossSkills/HazardSkill/VFX/HitBoxVFX.prefab new file mode 100644 index 0000000..f781f3f --- /dev/null +++ b/Assets/08_Objects/BossSkills/HazardSkill/VFX/HitBoxVFX.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93ba2e39948aaaba94949715fb47a936483367a7643a51f8f3e6417859eeab2 +size 472349 diff --git a/Assets/08_Objects/BossSkills/HazardSkill/VFX/HitBoxVFX.prefab.meta b/Assets/08_Objects/BossSkills/HazardSkill/VFX/HitBoxVFX.prefab.meta new file mode 100644 index 0000000..2ed9255 --- /dev/null +++ b/Assets/08_Objects/BossSkills/HazardSkill/VFX/HitBoxVFX.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9a39cd80f07a97e4893f5cbccd9a7ca8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Objects/BossSkills/HazardSkill/VFX/PredictVFX.prefab b/Assets/08_Objects/BossSkills/HazardSkill/VFX/PredictVFX.prefab new file mode 100644 index 0000000..f3a6648 --- /dev/null +++ b/Assets/08_Objects/BossSkills/HazardSkill/VFX/PredictVFX.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e24b394f71b9e9f787357c541219ace9b995f9d18db43aee087fd7b1db025e +size 238399 diff --git a/Assets/08_Objects/BossSkills/HazardSkill/VFX/PredictVFX.prefab.meta b/Assets/08_Objects/BossSkills/HazardSkill/VFX/PredictVFX.prefab.meta new file mode 100644 index 0000000..cdb163f --- /dev/null +++ b/Assets/08_Objects/BossSkills/HazardSkill/VFX/PredictVFX.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 65a6efd6d3b6b1b48a02659ec4407da8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio.meta b/Assets/Hovl Studio.meta new file mode 100644 index 0000000..86ce468 --- /dev/null +++ b/Assets/Hovl Studio.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1d081f5f40e505846a88e3fb578e2401 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1.meta new file mode 100644 index 0000000..bbed321 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c262a4075a2ef114dad9068b20acf5fb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes.meta new file mode 100644 index 0000000..13377c0 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c91658c11d664e34790852bb0af3d3e2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files.meta new file mode 100644 index 0000000..4900ce5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 50ccb9ddb39784c4aad13fc3898fbdb9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/2DSceneGround.png b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/2DSceneGround.png new file mode 100644 index 0000000..3bae04b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/2DSceneGround.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945b5356b775c9d870b63cff7bc4ddc1b322f1067f760348541051f6becb5309 +size 782103 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/2DSceneGround.png.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/2DSceneGround.png.meta new file mode 100644 index 0000000..2535c1e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/2DSceneGround.png.meta @@ -0,0 +1,139 @@ +fileFormatVersion: 2 +guid: 859e8a749e01ae7468b1b3ab458011ff +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/2DSceneGround.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/LightingData.asset b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/LightingData.asset new file mode 100644 index 0000000..012da4f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/LightingData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74cbc82b2ede1d6d456aded2a98f1a3f5500ec8e22b42d08ef4b3588445bbb5 +size 142304 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/LightingData.asset.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/LightingData.asset.meta new file mode 100644 index 0000000..b53e265 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/LightingData.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 50611382ffa50c54a944ab4b11b5f311 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 25800000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/LightingData.asset + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_dir.png b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_dir.png new file mode 100644 index 0000000..c395fa5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a5bfd23f3f189783368dfd09f0eaf28053dba9a90f576b526659d34b339ee5 +size 9556 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_dir.png.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_dir.png.meta new file mode 100644 index 0000000..241e765 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_dir.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: e620f791dd3aad0468c5433f169817c6 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_light.exr b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_light.exr new file mode 100644 index 0000000..fa6963e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac324321bb7e6c462b1c09a8db913d8995b08ae2ca2021e0f6fe9526e7e84b4 +size 96885 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_light.exr.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_light.exr.meta new file mode 100644 index 0000000..211b402 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_light.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: bedbfe6fe9ff7914aad490bf2e9e3283 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-0_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_dir.png b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_dir.png new file mode 100644 index 0000000..a067aaa --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c22f74cafe64c8a465e85640ffe246e9bb9adbcb9593f114ccae2f63f9b76c +size 8954 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_dir.png.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_dir.png.meta new file mode 100644 index 0000000..983f8bb --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_dir.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: fa6be30dfbe92314c8d176a8eec4257b +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_light.exr b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_light.exr new file mode 100644 index 0000000..483e54f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2150d84fd1e29c00cf74a7780e1c6ecbde42cb9cd70f137f2758ff6ff41734e +size 98855 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_light.exr.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_light.exr.meta new file mode 100644 index 0000000..78a37fa --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_light.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 231f20cb5603bff409380ec0b03baf96 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-1_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_dir.png b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_dir.png new file mode 100644 index 0000000..3bb6b6e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d364fc404686dd8e035cc0bbf52a683840f45c453624992a206f3c7686fcd35 +size 15272 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_dir.png.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_dir.png.meta new file mode 100644 index 0000000..9bcd8b6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_dir.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: ef821dfa7c9bf544aa760c25c610cb6b +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_light.exr b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_light.exr new file mode 100644 index 0000000..9b7d8a2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c07fcb89723c51f970b2f45dc5cf9bf7dc8f57c41f11b2b8fb41601312f43dd +size 87372 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_light.exr.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_light.exr.meta new file mode 100644 index 0000000..aa8c609 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_light.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 35c320ad9e9dc0d40bfa81b6cd7e2e8d +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/Lightmap-2_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/ReflectionProbe-0.exr b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/ReflectionProbe-0.exr new file mode 100644 index 0000000..6f5b715 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/ReflectionProbe-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d139403371428dd8657273d192db121dc1aff7b189818628ab4ce16f7ebc808d +size 130775 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/ReflectionProbe-0.exr.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/ReflectionProbe-0.exr.meta new file mode 100644 index 0000000..89c5e03 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/ReflectionProbe-0.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: eea823e4f8384c043ac514026f3ac126 +TextureImporter: + fileIDToRecycleName: + 8900000: generatedCubemap + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/ReflectionProbe-0.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/SceneSmoke.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/SceneSmoke.prefab new file mode 100644 index 0000000..41d38e1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/SceneSmoke.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27dbb3a7a62b92b4d9a379a3492f0e91cc1c004c0527961add826e675ed2f5e +size 116405 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/SceneSmoke.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/SceneSmoke.prefab.meta new file mode 100644 index 0000000..36f5305 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/SceneSmoke.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 353e4ca07ddad704b8539591387bee38 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo files/SceneSmoke.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles 2D.unity b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles 2D.unity new file mode 100644 index 0000000..d9f3c97 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles 2D.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d9badd4a50e8b03baf33919c5d67a4ca26ee90a46718ab6ed457322938fac5 +size 35958 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles 2D.unity.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles 2D.unity.meta new file mode 100644 index 0000000..96b6fc9 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles 2D.unity.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: d6851c279dc96cc469706280632c676c +timeCreated: 1536001560 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles + 2D.unity + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles simple spawning.unity b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles simple spawning.unity new file mode 100644 index 0000000..1414165 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles simple spawning.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787c69cac6ea06cba798d6c518c41524a49dc804c8536b92ebd1da43cfa91508 +size 46669 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles simple spawning.unity.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles simple spawning.unity.meta new file mode 100644 index 0000000..68e3e12 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles simple spawning.unity.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: fbaf00a0124cb34408e401d2c9e82d44 +timeCreated: 1536001560 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles + simple spawning.unity + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles(Full particles).unity b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles(Full particles).unity new file mode 100644 index 0000000..5728057 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles(Full particles).unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b06d737e2c95d58c90ccbd0b1a857a1a57219a44ada511d34ae87b21dc7cc2 +size 46584 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles(Full particles).unity.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles(Full particles).unity.meta new file mode 100644 index 0000000..7eacdf3 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles(Full particles).unity.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: d77992b5fd5ef82498c6286aa500bdd6 +timeCreated: 1536001560 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Demo projectiles(Full + particles).unity + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Readme.txt b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Readme.txt new file mode 100644 index 0000000..d734e57 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Readme.txt @@ -0,0 +1,145 @@ +Asset Creator - Vladyslav Horobets (Hovl). +All that is in the folder "AAA Projectiles" can be used in commerce, even demo scene files. +----------------------------------------------------- + +If you want to use post-effects like in the demo video: +https://youtu.be/hZSZ2Q8MF3k + +Using: + +1) Shaders +1.1)The "Use depth" on the material from the custom shaders is the Soft Particle Factor. +1.2)Use "Center glow"[MaterialToggle] only with particle system. This option is used to darken the main texture with a white texture (white is visible, black is invisible). + If you turn on this feature, you need to use "Custom vertex stream" (Uv0.Custom.xy) in tab "Render". And don't forget to use "Custom data" parameters in your PS. +1.3)The distortion shader only works with standard rendering. Delete (if exist) distortion particles from effects if you use LWRP or HDRP! +1.4)You can change the cutoff in all shaders (except Add_CenterGlow and Blend_CenterGlow ) using (Uv0.Custom.xy) in particle system. + +2)Light. +2.1)You can disable light in the main effect component (delete light and disable light in PS). + Light strongly loads the game if you don't use light probes or something else. + +3)Scripts +HS_ProjectileMover — Documentation + +Description +HS_ProjectileMover controls the movement, collision behavior, and visual effects of projectile objects. +It handles projectile speed, hit effects, particle systems, detached VFX elements, and supports both destruction and pooling workflows. + +The script is designed for VFX projectiles used in spells, bullets, energy blasts, or similar effects. + +Main Features: + +Moves projectile forward using Rigidbody velocity +Spawns hit effects on collision +Supports pooled projectiles (reuse instead of destroy) +Handles particle systems properly on impact +Allows detached particle effects to continue playing after collision +Automatically restores detached objects when projectile is reused + +Key Parameters: + +Speed - +Controls the forward velocity of the projectile. +Hit Offset - +Moves the hit effect slightly away from the surface normal to avoid clipping. +Use Fire Point Rotation - +If enabled, the hit effect rotation will match the fire point orientation. +Rotation Offset - +Optional rotation override applied to the hit effect. +Hit - +GameObject used as the hit effect container. +Hit PS - +Particle system played when the projectile collides. +Flash - +Optional muzzle flash object that detaches on spawn. +Projectile PS - +Main projectile particle system. +Detached - +Array of objects that contain particle systems (such as trails or smoke). +These objects detach on impact so their particles can finish playing naturally. + +Components: + +RB - +Rigidbody used for projectile movement. +Col - +Collider used for collision detection. +Light Source - +Optional light attached to the projectile. + +Lifetime Settings + +Not Destroy +If enabled, the projectile will be disabled instead of destroyed. +This allows it to be reused with an object pool. + +Life Time +Maximum lifetime of the projectile if it does not hit anything. + +Detached Life Time +How long detached particle objects remain alive after impact. + +Collision Behavior + +When the projectile collides: + +Rigidbody movement is stopped +Light and collider are disabled +Projectile particle emission stops +Hit effect is positioned and played +Detached objects are unparented +Detached particle systems stop emitting but existing particles finish their lifetime + +If Not Destroy is enabled: +The projectile will be disabled after the hit effect finishes +Detached objects will be restored when the projectile is reused + +If Not Destroy is disabled: +The projectile will be destroyed after the hit effect duration +Detached objects will be destroyed after Detached Life Time + +Detached Objects Logic: +Detached objects must be child objects of the projectile. +Each detached object can contain multiple particle systems. + +On collision: +The object is unparented +Emission stops +Existing particles finish their lifetime +If pooling is enabled, the objects are restored to their original parent when the projectile is reactivated. + +Typical Use Case: +Projectile Prefab Structure Example + +Projectile +├── Mesh +├── Collider +├── Rigidbody +├── Projectile_PS +├── Flash +└── Detached_Trail +├── Smoke +└── Sparks + +Pooling Support + +When using an object pool: + +Set: +Not Destroy = true +The projectile will be disabled instead of destroyed and can be reused safely. +Detached particle objects will automatically return to their original positions when the projectile is activated again. + +Notes: +Detached objects should only contain particle systems. +Ensure Rigidbody and Collider references are assigned. +Projectile should face forward in the Z direction for correct movement. + + +4)Quality +4.1) For better sparks quality enable "Anisotropic textures: Forced On" in quality settings. + +SUPPORT ASSET FOR BiRP, URP or HDRP is here --> Tools > RP changer for Hovl Studio Assets + +Contact me if you have any questions. +My email: hovlstudio1@gmail.com \ No newline at end of file diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Readme.txt.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Readme.txt.meta new file mode 100644 index 0000000..13cdbd9 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Readme.txt.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 9037c8e5bfd08444291e6100663e92b8 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Demo scenes/Readme.txt + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs.meta new file mode 100644 index 0000000..1580aa9 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 101b1b40990f0e2488f0ed1b0c84d92e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits.meta new file mode 100644 index 0000000..249d04e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1a3f2842eceda1d4db93e93468d2e1ec +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Dragon punch flash.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Dragon punch flash.prefab new file mode 100644 index 0000000..b06a276 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Dragon punch flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45d57d7374ac1dcb84470edd7a888b2f502d5968dc23bf43ea7e2f2446cda65 +size 714093 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Dragon punch flash.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Dragon punch flash.prefab.meta new file mode 100644 index 0000000..34b0b96 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Dragon punch flash.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ccc22a316744f104eb233bd6122a3ec3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Dragon + punch flash.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 1 nature arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 1 nature arrow.prefab new file mode 100644 index 0000000..8ed8396 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 1 nature arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41e021108f8e3104be61428e0ad1b471758c3229b815fda2a643fa92154736e +size 354986 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 1 nature arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 1 nature arrow.prefab.meta new file mode 100644 index 0000000..573e62f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 1 nature arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: a311f5de96916bf44bcb1dae61840939 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 1 nature arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 10 blue laser.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 10 blue laser.prefab new file mode 100644 index 0000000..c9c74eb --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 10 blue laser.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9246727025809a0af35c5afd7355438c021876e0428886081dbb284a8d60ed6f +size 355153 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 10 blue laser.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 10 blue laser.prefab.meta new file mode 100644 index 0000000..b4228c6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 10 blue laser.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 4f2f9845677ab3f49be1179d6bd15b78 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 10 blue laser.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 11 orange arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 11 orange arrow.prefab new file mode 100644 index 0000000..5e607b2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 11 orange arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22305de3f054309ed15058e2bc0e09115102ce1f7c5afe1c61df5fa6d567750 +size 236628 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 11 orange arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 11 orange arrow.prefab.meta new file mode 100644 index 0000000..097cf23 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 11 orange arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: d2bf40a98ef3560439f0badec6115db3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 11 orange arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 12 slime.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 12 slime.prefab new file mode 100644 index 0000000..542a7bd --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 12 slime.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa71257582bbb912ea1de2f7024aba73b11f7f08bc4627cc51a2d1cd72f5605 +size 236985 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 12 slime.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 12 slime.prefab.meta new file mode 100644 index 0000000..bb34630 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 12 slime.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 55b36a9461ee12b4b9ed1546b95e8ba4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 12 slime.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 13 red laser.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 13 red laser.prefab new file mode 100644 index 0000000..2a9ba09 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 13 red laser.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872800e3eccda67f2af1be6da3430cb1b0099b15395f44bf89fd1babe6580b3e +size 355145 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 13 red laser.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 13 red laser.prefab.meta new file mode 100644 index 0000000..7305b9c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 13 red laser.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 284aa8115675f03488377d544e50cbf5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 13 red laser.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 14 blue rapid.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 14 blue rapid.prefab new file mode 100644 index 0000000..2bbfdff --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 14 blue rapid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70f23ceefd7a16aec6a3022d5861b8fbb057a7cf4063bd0bd2b1571195d8fba +size 351517 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 14 blue rapid.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 14 blue rapid.prefab.meta new file mode 100644 index 0000000..163e000 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 14 blue rapid.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 058c6c6f7bee2fc45a91fbdb528a9035 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 14 blue rapid.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 15 pink crystal.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 15 pink crystal.prefab new file mode 100644 index 0000000..25ee6f5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 15 pink crystal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf7a9558602af45f54b21cc8963a0ce477e708f3b1581cc49c48bd15e3e0848 +size 352725 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 15 pink crystal.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 15 pink crystal.prefab.meta new file mode 100644 index 0000000..a321f58 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 15 pink crystal.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: dfb11343e1f738848a39590c5e36c883 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 15 pink crystal.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 16 fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 16 fire.prefab new file mode 100644 index 0000000..a7c22b5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 16 fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e429d828934f0bc784dd0f314578995a9f0bfa79853ff8948b85a62019052b39 +size 355041 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 16 fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 16 fire.prefab.meta new file mode 100644 index 0000000..7664dda --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 16 fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: f326479f7cef0794d95f29731f4bbdb3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 16 fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 17 nova violet.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 17 nova violet.prefab new file mode 100644 index 0000000..9bde5d0 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 17 nova violet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc528bb780a3b39b92f12081bdac1287a5fa2c41ed2a1bd20ac16e2541f65b2 +size 361415 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 17 nova violet.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 17 nova violet.prefab.meta new file mode 100644 index 0000000..ab656d2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 17 nova violet.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 6c45d61ea68f82b4eb2c7f1ff7fdcb81 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 17 nova violet.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 18 nova orange.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 18 nova orange.prefab new file mode 100644 index 0000000..d078ede --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 18 nova orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd76f5d6b606677496a9124d5658e28cb5a27d2a748ea81814fc0ef855ed72a +size 361414 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 18 nova orange.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 18 nova orange.prefab.meta new file mode 100644 index 0000000..5f0543f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 18 nova orange.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: df8bef245b1373047a1e1320f5ed6ac2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 18 nova orange.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 19 circle bomb.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 19 circle bomb.prefab new file mode 100644 index 0000000..af61f4b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 19 circle bomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8a661d0cd35f5f181f742898455da14a60121b61da7eb7043d49514a084d3f +size 363797 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 19 circle bomb.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 19 circle bomb.prefab.meta new file mode 100644 index 0000000..cd1331e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 19 circle bomb.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 2ad5c1a0f3dfb2a479c897ce5c0c6d82 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 19 circle bomb.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 2 electro.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 2 electro.prefab new file mode 100644 index 0000000..de5cc0e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 2 electro.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352389c690f44bad440c959538c1b4ef23b99e2ee37394152b8eca5053b9554c +size 236555 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 2 electro.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 2 electro.prefab.meta new file mode 100644 index 0000000..f0cd6a5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 2 electro.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 5b0ac738fb141244d96b28bbd07be221 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 2 electro.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 22 cute star.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 22 cute star.prefab new file mode 100644 index 0000000..bf92bbb --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 22 cute star.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5228c4254800191ace27586949616c157cfb7f60ee39229817b7f2a2e2121aa +size 354810 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 22 cute star.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 22 cute star.prefab.meta new file mode 100644 index 0000000..ef85e03 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 22 cute star.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 0254f8e683e300c4eb1b598011e9b7c8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 22 cute star.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 23 cube.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 23 cube.prefab new file mode 100644 index 0000000..1f14df6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 23 cube.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212407dc799bf046ca4be95f4a08adb6e1bfeb4b71536f9e9ea059777ad2e79a +size 354899 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 23 cube.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 23 cube.prefab.meta new file mode 100644 index 0000000..ef870c4 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 23 cube.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: d629efdae70f475409893aa79aeafd1e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 23 cube.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 24 green explosion.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 24 green explosion.prefab new file mode 100644 index 0000000..fcd18e7 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 24 green explosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d066a6b1aba96a1ec795c7a93f2a0cd31a8946afa230bd36a69aa617912f83 +size 236625 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 24 green explosion.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 24 green explosion.prefab.meta new file mode 100644 index 0000000..de99bdf --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 24 green explosion.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 918bed4b1a6905d4aaa25af94c2caa31 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 24 green explosion.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 25 orange explosion.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 25 orange explosion.prefab new file mode 100644 index 0000000..119f5fd --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 25 orange explosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3927143562d995ffc22b34b3cf776a08240856ec02815f5b578f1e7ff1819eca +size 236608 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 25 orange explosion.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 25 orange explosion.prefab.meta new file mode 100644 index 0000000..bed7d9b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 25 orange explosion.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: d6042f989cc140942a980eadd962e2db +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 25 orange explosion.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 26 blue crystal.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 26 blue crystal.prefab new file mode 100644 index 0000000..1d1276f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 26 blue crystal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53505b6f2cc561eaea71390b8b1ec653da660e20f3ae3fdeb6170e159487eb37 +size 473701 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 26 blue crystal.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 26 blue crystal.prefab.meta new file mode 100644 index 0000000..8b0a1a7 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 26 blue crystal.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 25f0a817a944f794d8af1e1ea326f16c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 26 blue crystal.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 27 heart.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 27 heart.prefab new file mode 100644 index 0000000..6d9b603 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 27 heart.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7183600cb1bd0f1249403aeed474404ca7a4cc5bea7b1d051cf702717fa3940f +size 236581 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 27 heart.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 27 heart.prefab.meta new file mode 100644 index 0000000..7641e9a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 27 heart.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 28538e5931854494fbe4d98d2d4cd548 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 27 heart.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 3 black fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 3 black fire.prefab new file mode 100644 index 0000000..f02d69f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 3 black fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72fc0ef19ff1f6d2fbe451ec248bd8698f37c578d5e6e584b1fc73636f30cc0 +size 354985 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 3 black fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 3 black fire.prefab.meta new file mode 100644 index 0000000..70418df --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 3 black fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: f82a1a892a042c1438f8f4704a37e11b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 3 black fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 4 yellow arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 4 yellow arrow.prefab new file mode 100644 index 0000000..6cab697 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 4 yellow arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f3cd8eb692daafcdb6f4972ee31f08a2c0d7735aeae20b12721b0b3f7e2bb4 +size 355005 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 4 yellow arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 4 yellow arrow.prefab.meta new file mode 100644 index 0000000..aa812a1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 4 yellow arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 1be2572052efd584296895036cceb277 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 4 yellow arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 5 red.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 5 red.prefab new file mode 100644 index 0000000..8fafdd5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 5 red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e68827950240055e70f92d83d27d0aa26c597fc890b11ae13a8733ab583b95f +size 473558 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 5 red.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 5 red.prefab.meta new file mode 100644 index 0000000..6b4399f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 5 red.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 7f11cfb7c95c8df45beb2209791430c4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 5 red.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 6 blue fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 6 blue fire.prefab new file mode 100644 index 0000000..a6d9425 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 6 blue fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54556b13456248d13cd7495123daf101acf69d14312a8090e9e0e37ce09b3384 +size 236996 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 6 blue fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 6 blue fire.prefab.meta new file mode 100644 index 0000000..d76063b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 6 blue fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: adca1c5f787b050449984aedac0cbdc5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 6 blue fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 7 pink.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 7 pink.prefab new file mode 100644 index 0000000..39357c7 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 7 pink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8cda0994e19832f5fff0bfcdcdc5b9ef545a6a9183010b74c5b7949de7d598 +size 354992 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 7 pink.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 7 pink.prefab.meta new file mode 100644 index 0000000..32137b7 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 7 pink.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: d9a16b144bb6373498d4374fb5d0d3b2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 7 pink.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 9 water.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 9 water.prefab new file mode 100644 index 0000000..d9f44ef --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 9 water.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016ef4078e1d53567dc8545f95bd098a3bc98a2c1afc1d13f93612e24559a2f7 +size 355000 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 9 water.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 9 water.prefab.meta new file mode 100644 index 0000000..1bf5cff --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash 9 water.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 40f5e004d2504a04db181f5453658776 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Flash + 9 water.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 1 nature arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 1 nature arrow.prefab new file mode 100644 index 0000000..f84a947 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 1 nature arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f83a7df9b9c7128304d36bf4eb245ac7860be0926f85a42bf32f5775e20b3a +size 590096 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 1 nature arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 1 nature arrow.prefab.meta new file mode 100644 index 0000000..86dc68d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 1 nature arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 21710859533a00746ad2bdd323061a2d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 1 nature arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 10 blue laser.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 10 blue laser.prefab new file mode 100644 index 0000000..af77a54 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 10 blue laser.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a644b9d9632444208f6d7b0b266e5993c7d3368be5c4cc12f735a6a073a2c0 +size 474185 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 10 blue laser.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 10 blue laser.prefab.meta new file mode 100644 index 0000000..c4ce8a2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 10 blue laser.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 890aba7398207db48978724168fac5a7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 10 blue laser.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 11 orange arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 11 orange arrow.prefab new file mode 100644 index 0000000..95770b8 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 11 orange arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea555cba9f6666c95ce86ebbf87d31b1d0f261b484e9a43d7d96fd7f1c746ae3 +size 708983 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 11 orange arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 11 orange arrow.prefab.meta new file mode 100644 index 0000000..1326418 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 11 orange arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 01638115f50284b4fb616d584a6fabff +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 11 orange arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 12 slime.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 12 slime.prefab new file mode 100644 index 0000000..cdbe5b8 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 12 slime.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750e358f8c2ace3f71d2cbe204968bb74e0ce8b55ee0418409519c3bf2098af4 +size 354437 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 12 slime.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 12 slime.prefab.meta new file mode 100644 index 0000000..93618a4 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 12 slime.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: ab764946428361d499eb0f88769e33b7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 12 slime.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 13 red laser.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 13 red laser.prefab new file mode 100644 index 0000000..2b1f5d9 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 13 red laser.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eac4f4c337439a9be671ab69e964f7c30fa1e004256c5bf6741c8c43102a224 +size 710415 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 13 red laser.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 13 red laser.prefab.meta new file mode 100644 index 0000000..6312cb8 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 13 red laser.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: cfe0c511fa8d1cf4abf31f2f48dfe4f9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 13 red laser.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 14 blue rapid.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 14 blue rapid.prefab new file mode 100644 index 0000000..9005f4d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 14 blue rapid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9185dc044e039b83cd5fa76d828d6198effa59f5481fb6610689dc77ac5e8332 +size 468208 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 14 blue rapid.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 14 blue rapid.prefab.meta new file mode 100644 index 0000000..4c59f0e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 14 blue rapid.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 3aa0fab185f378240b831342bde74b26 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 14 blue rapid.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 15 pink crystal.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 15 pink crystal.prefab new file mode 100644 index 0000000..21b65bd --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 15 pink crystal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ba8ce5f0bb39e15890d02621fb9c861e7c57a5f11d6d04e8139d5b539a1c05 +size 469027 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 15 pink crystal.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 15 pink crystal.prefab.meta new file mode 100644 index 0000000..cbeaed6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 15 pink crystal.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: b8fcbd19392966d45a5617d1f1e49a9a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 15 pink crystal.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 16 fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 16 fire.prefab new file mode 100644 index 0000000..36b58c7 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 16 fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2595878697fca482c1ffbdb96ed0230950f8ca8b9e580ab71fcec59678e42a2 +size 591080 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 16 fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 16 fire.prefab.meta new file mode 100644 index 0000000..8264acd --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 16 fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: cd5def2bb4f6b4e4ab15ba0b6f35b29d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 16 fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 17 nova violet.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 17 nova violet.prefab new file mode 100644 index 0000000..371d3d5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 17 nova violet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e3786a63656811d4d6d315728c22e9d0fee90162e40f9a66fdd7fffafcbbcb +size 1066735 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 17 nova violet.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 17 nova violet.prefab.meta new file mode 100644 index 0000000..b8830c6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 17 nova violet.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: d7d554880214e644bbbbfc89aa884b26 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 17 nova violet.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 18 nova orange.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 18 nova orange.prefab new file mode 100644 index 0000000..a633d70 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 18 nova orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79a7bbc7e1e99861a77474b593c5f4160c5c07b6f15682d2b0069f6e1aff7be +size 1066723 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 18 nova orange.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 18 nova orange.prefab.meta new file mode 100644 index 0000000..a05b528 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 18 nova orange.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 5740ae2e014a8b14886dad7e67951070 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 18 nova orange.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 19 circle bomb.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 19 circle bomb.prefab new file mode 100644 index 0000000..1558625 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 19 circle bomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6961340ac043dc43ae4521361f297993345a8a406faff6659c8f36e9739e770 +size 354734 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 19 circle bomb.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 19 circle bomb.prefab.meta new file mode 100644 index 0000000..be72247 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 19 circle bomb.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: bb82163de313d09469f964543a10922a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 19 circle bomb.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 2 electro.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 2 electro.prefab new file mode 100644 index 0000000..e8b8752 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 2 electro.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4588e25e8fe18a5947b3412029534513ad407f6693c6ec6dcb88c95fbf6e3498 +size 710265 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 2 electro.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 2 electro.prefab.meta new file mode 100644 index 0000000..dc57db3 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 2 electro.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 6f8068e2c99ffb04b932ec74e5773db5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 2 electro.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 20 pink arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 20 pink arrow.prefab new file mode 100644 index 0000000..6c99488 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 20 pink arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d8bedb4522b4134a7a2c015f8090e8c483376217ad0184278b608522915cfc +size 353295 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 20 pink arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 20 pink arrow.prefab.meta new file mode 100644 index 0000000..0bb1a3b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 20 pink arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 5b560e6b1f3f4494b8bf4b354497697e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 20 pink arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 21 red arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 21 red arrow.prefab new file mode 100644 index 0000000..aa77565 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 21 red arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c88285ef503ac9cd7bc5b9f1791ab35c23c97a570c0d949f7830a8d25af9fa +size 590522 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 21 red arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 21 red arrow.prefab.meta new file mode 100644 index 0000000..164ed9a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 21 red arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 2036e77062e38794c8337908e546c288 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 21 red arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 22 cute star.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 22 cute star.prefab new file mode 100644 index 0000000..f314e3b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 22 cute star.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c71058658c033550099118281d089408d567a07403f989a2e802aaefb6a1b7 +size 354351 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 22 cute star.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 22 cute star.prefab.meta new file mode 100644 index 0000000..dc0c19f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 22 cute star.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: a1c8123c6777d6f45948a5e4b821a569 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 22 cute star.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 23 cube.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 23 cube.prefab new file mode 100644 index 0000000..a586800 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 23 cube.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85901f1bd69c4e396654629ba2aeefb577a68b4f41a57a38b9c5fc9d599cbfdc +size 354403 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 23 cube.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 23 cube.prefab.meta new file mode 100644 index 0000000..69fa3f5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 23 cube.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 1ae2b1c728484264bbdc53ecaee73c6a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 23 cube.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 24 green explosion.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 24 green explosion.prefab new file mode 100644 index 0000000..ed8139e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 24 green explosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e74af2c040e3b478f63b7fe153e5ad52e7e936c884ff40e4049d5a9a94b4390 +size 845389 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 24 green explosion.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 24 green explosion.prefab.meta new file mode 100644 index 0000000..934d5bf --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 24 green explosion.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: b0035d79b41032446a5de0e41abe9823 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 24 green explosion.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 25 orange explosion.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 25 orange explosion.prefab new file mode 100644 index 0000000..56e7ed0 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 25 orange explosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a0c253bdfb41d0de63b292f2ec39c98d75cafccf1f366adddc68e83f2c68d9 +size 845365 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 25 orange explosion.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 25 orange explosion.prefab.meta new file mode 100644 index 0000000..aed686d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 25 orange explosion.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 2e33bbd89680b744a8f2b0727a31b0ca +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 25 orange explosion.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 26 blue crystal.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 26 blue crystal.prefab new file mode 100644 index 0000000..fc3efdf --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 26 blue crystal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825c1519017448040413cb2b8d5bbee39848bb7993ba46c0f6a84fe8593c2934 +size 591409 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 26 blue crystal.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 26 blue crystal.prefab.meta new file mode 100644 index 0000000..8df7d6c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 26 blue crystal.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 1977fc844cb969a44866c4dcd32996d1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 26 blue crystal.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 27 heart.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 27 heart.prefab new file mode 100644 index 0000000..56baea3 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 27 heart.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4968a1c925eef91898fa9c437b610c72e1f4e99b237ac1966b9b96d41b2f76 +size 473781 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 27 heart.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 27 heart.prefab.meta new file mode 100644 index 0000000..7effdff --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 27 heart.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 6220b0bbd4630c24a9d0fd570b53d326 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 27 heart.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 3 black fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 3 black fire.prefab new file mode 100644 index 0000000..2c504e1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 3 black fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a26965c9e91ccbcb828a19d09215935cfbce45e409bcde53f87f614e039032 +size 827368 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 3 black fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 3 black fire.prefab.meta new file mode 100644 index 0000000..4595407 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 3 black fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 800cddb992d3f5e4eb2348b90447f4a7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 3 black fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 4 yellow arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 4 yellow arrow.prefab new file mode 100644 index 0000000..1912d0f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 4 yellow arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba6d379dc8b056ef93bd8c255b1dd223db8bd67016eb30dcce9c4c71528f0cd +size 708979 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 4 yellow arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 4 yellow arrow.prefab.meta new file mode 100644 index 0000000..ba0641e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 4 yellow arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: f1aeeba2f9003904da5c0a24ba150198 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 4 yellow arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 5 red.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 5 red.prefab new file mode 100644 index 0000000..d3e7d65 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 5 red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89147e0b43325f20bc569916bff8184eab3429b4559a791466494a0e8e9fc78 +size 591320 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 5 red.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 5 red.prefab.meta new file mode 100644 index 0000000..ba4efea --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 5 red.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 33cfc2755a55b7e4c86c9d7018efbaaa +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 5 red.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 6 blue fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 6 blue fire.prefab new file mode 100644 index 0000000..b913db7 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 6 blue fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a4437045836e585e085678f228cc8a24d60ebbf0276d8e8d8cb25587cd1d82 +size 472575 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 6 blue fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 6 blue fire.prefab.meta new file mode 100644 index 0000000..46efe65 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 6 blue fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 8a1ac1dbe39224143972fa1a908b0abf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 6 blue fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 7 pink.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 7 pink.prefab new file mode 100644 index 0000000..844541b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 7 pink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a4281efc8766940a00939a061f10ff79697a8bd84cb1c4dce2f5b8042f6ae1 +size 1063272 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 7 pink.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 7 pink.prefab.meta new file mode 100644 index 0000000..c496d17 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 7 pink.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: aab2daf1fd2b23f4a9bdbbb38fc95704 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 7 pink.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 8 dagger.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 8 dagger.prefab new file mode 100644 index 0000000..3710b33 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 8 dagger.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84f6c01da770fae946863a2f4ed268ab9ec94906069997873829d52c9316ce6 +size 355525 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 8 dagger.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 8 dagger.prefab.meta new file mode 100644 index 0000000..3d64d0e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 8 dagger.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 4328596502e67c1468c5794bdd5067b4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 8 dagger.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 9 water.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 9 water.prefab new file mode 100644 index 0000000..81cabde --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 9 water.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242747b290043fdd84fae4899df9c266ca9ed3f96ce642f937408b0621219fe4 +size 589170 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 9 water.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 9 water.prefab.meta new file mode 100644 index 0000000..9070eef --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit 9 water.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: f0855940e22dbcd4aad5ca152a089348 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Flash and hits/Hit + 9 water.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D.meta new file mode 100644 index 0000000..99a1504 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 03786fa520d76b7429b2281d713ea696 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 1 nature arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 1 nature arrow.prefab new file mode 100644 index 0000000..352dcc2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 1 nature arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5fa6d319efd03eb8fab29d9530b5b88249fc5cf13a16cc1cfc70a7e47767f1 +size 473987 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 1 nature arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 1 nature arrow.prefab.meta new file mode 100644 index 0000000..e078681 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 1 nature arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: ca5824498d345274c9b259632f7755f0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 1 nature arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 10 blue laser.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 10 blue laser.prefab new file mode 100644 index 0000000..8451ad5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 10 blue laser.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fdd5204335f0bb0194e11fce29cb4d317a9b8b1ae8b646facf62c31146e211 +size 239538 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 10 blue laser.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 10 blue laser.prefab.meta new file mode 100644 index 0000000..1b55ec4 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 10 blue laser.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 335cf9a42559ef14c982ac04f69f21e0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 10 blue laser.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 11 orange arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 11 orange arrow.prefab new file mode 100644 index 0000000..5e3d3bf --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 11 orange arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fe27ec1f6b85fa7d4956822d4297204d84e7998a76954e2daf3e9f423f4d31 +size 121005 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 11 orange arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 11 orange arrow.prefab.meta new file mode 100644 index 0000000..de46655 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 11 orange arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 953f0eb2857c4524689b8c7220cf7933 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 11 orange arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 12 slime.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 12 slime.prefab new file mode 100644 index 0000000..5cc65b6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 12 slime.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d136c92dbc23dc6c9fe888e171b9447b6287d20f4cd3d5f740c2050ca23ac865 +size 355211 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 12 slime.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 12 slime.prefab.meta new file mode 100644 index 0000000..4c14de4 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 12 slime.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 8117d57a3a775a0448e37695a5bc832f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 12 slime.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 13 red laser.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 13 red laser.prefab new file mode 100644 index 0000000..902c84e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 13 red laser.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665c4c14eafd158dcff5f16d09fe54057cdbb3d64f5a5a7a58c134d67e162ce6 +size 120911 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 13 red laser.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 13 red laser.prefab.meta new file mode 100644 index 0000000..4cca038 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 13 red laser.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 9218cc77664e9974899dffd7fb026ade +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 13 red laser.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 14 blue rapid.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 14 blue rapid.prefab new file mode 100644 index 0000000..015b0bc --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 14 blue rapid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231bafc86acbe056d5f70f3879ae4ca8b073ab3e16c4354960b1ad002c911a4b +size 238893 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 14 blue rapid.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 14 blue rapid.prefab.meta new file mode 100644 index 0000000..028f3a5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 14 blue rapid.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 7a4531df8185dbb468525ab8cdfae099 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 14 blue rapid.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 15 pink crystal.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 15 pink crystal.prefab new file mode 100644 index 0000000..590bd3c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 15 pink crystal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a39d5ae1516d3edfe4eeb5acdf7c9e959c2e8f585090dafa00722fcd9f38477 +size 120989 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 15 pink crystal.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 15 pink crystal.prefab.meta new file mode 100644 index 0000000..c318020 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 15 pink crystal.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 8351db4ebc94ff340ba9b2e48f9504c8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 15 pink crystal.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 16 fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 16 fire.prefab new file mode 100644 index 0000000..38e9555 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 16 fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07aeb2d71456bc945a75f3517a8b5487e098b854ccf90447e1e74c08d042b379 +size 355234 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 16 fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 16 fire.prefab.meta new file mode 100644 index 0000000..e28d256 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 16 fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 88de54a6777a1cc44b5453ff3c8a075b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 16 fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 17 nova violet.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 17 nova violet.prefab new file mode 100644 index 0000000..23bcc4e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 17 nova violet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd53268b5153db8319e40d91e5b5b81077415bf7682ff479fed61ad8dd8b698 +size 598799 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 17 nova violet.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 17 nova violet.prefab.meta new file mode 100644 index 0000000..8d07920 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 17 nova violet.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 6a9f6dd49fc2acf409d12adb8fe3e3b1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 17 nova violet.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 18 nova orange.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 18 nova orange.prefab new file mode 100644 index 0000000..e7f8a5b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 18 nova orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6386dd4e4e06acbe0aa389ed0b370443e223b4d97802eb9f764e1e20cc7a8efe +size 598795 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 18 nova orange.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 18 nova orange.prefab.meta new file mode 100644 index 0000000..e702898 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 18 nova orange.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 0dc5d7207c20d6b4ab08f4ef524bdfc4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 18 nova orange.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 19 circle bomb.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 19 circle bomb.prefab new file mode 100644 index 0000000..544f48c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 19 circle bomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ee7b95700c585db33e476c49570b7f5a8b7fc3de7a6f1a9adbf6c4a5992b56 +size 479718 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 19 circle bomb.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 19 circle bomb.prefab.meta new file mode 100644 index 0000000..2af8a4d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 19 circle bomb.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 75df6968cc4572d4688a573414aa91e6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 19 circle bomb.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 2 electro.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 2 electro.prefab new file mode 100644 index 0000000..3cfd81a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 2 electro.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a6152aeaac45fb2a78a6d65df8832b5ff5989567142d8144c20c4316abebf5 +size 473824 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 2 electro.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 2 electro.prefab.meta new file mode 100644 index 0000000..8bfab4f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 2 electro.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: cee711f63aee1b74bbf4aa13af0f9d64 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 2 electro.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 20 pink arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 20 pink arrow.prefab new file mode 100644 index 0000000..701ab45 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 20 pink arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6daf9f19f164a4558d2050020671325cb8451c9642d0847e5f7ee74d4c859517 +size 120927 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 20 pink arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 20 pink arrow.prefab.meta new file mode 100644 index 0000000..acbe74c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 20 pink arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 61809825016d2464385a5703b4fe1d0b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 20 pink arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 21 red arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 21 red arrow.prefab new file mode 100644 index 0000000..da3398f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 21 red arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dffb28e688b665101c3740f43e7a1586a579d5f66c6a98827d04c61f1a0abb +size 238279 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 21 red arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 21 red arrow.prefab.meta new file mode 100644 index 0000000..80fe59b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 21 red arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: b5142b50d0087484da65aa5c35349656 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 21 red arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 22 cute star.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 22 cute star.prefab new file mode 100644 index 0000000..30105e8 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 22 cute star.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f7056bcb6c87d32f1158e23ef01c0055d343c7330dd27eb31e36c979955140 +size 355591 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 22 cute star.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 22 cute star.prefab.meta new file mode 100644 index 0000000..ffa2a83 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 22 cute star.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: b89d674e6490f674c9d9b4e34cdd3e7c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 22 cute star.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 23 cube.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 23 cube.prefab new file mode 100644 index 0000000..6caf00f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 23 cube.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d102e457f80361b7a42b66f25595e181f7f87b28cfc9a9b477130e8699370e +size 238390 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 23 cube.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 23 cube.prefab.meta new file mode 100644 index 0000000..15d752d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 23 cube.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: afecf7b07a75c184aa62893e5187cc88 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 23 cube.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 24 green explosion.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 24 green explosion.prefab new file mode 100644 index 0000000..50c99a6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 24 green explosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cb52996389b085bbd397a5d34a321a38aeea48562fd54a3e9f0551175f546e +size 238169 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 24 green explosion.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 24 green explosion.prefab.meta new file mode 100644 index 0000000..84d561b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 24 green explosion.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 5c90cac47c6d2574babbb1fb4621a467 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 24 green explosion.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 25 orange explosion.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 25 orange explosion.prefab new file mode 100644 index 0000000..ec57c48 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 25 orange explosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae65dbd7691e2d070070b6878faabed800b081d8cf2c4e2cc61520539d6d0c1 +size 238154 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 25 orange explosion.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 25 orange explosion.prefab.meta new file mode 100644 index 0000000..3b9c723 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 25 orange explosion.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 0a3674a698518694c809dd4c9c589796 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 25 orange explosion.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 26 blue crystal.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 26 blue crystal.prefab new file mode 100644 index 0000000..2c29daa --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 26 blue crystal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc87c389394a9ff96cc5b36fb72de24f3b0bcd2115565d716309b0f7e6f6eed +size 355674 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 26 blue crystal.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 26 blue crystal.prefab.meta new file mode 100644 index 0000000..0640fe8 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 26 blue crystal.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: ca71d60a782e6e34db2c8b0da865e680 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 26 blue crystal.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 27 heart.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 27 heart.prefab new file mode 100644 index 0000000..fc3a6ec --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 27 heart.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5721e15b9f864ae610ae0fef7303b49e92d70850668cf26cff6457771ea7579 +size 591470 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 27 heart.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 27 heart.prefab.meta new file mode 100644 index 0000000..652e865 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 27 heart.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 06ef3319fedce014f869119d73af0f5b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 27 heart.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 3 black fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 3 black fire.prefab new file mode 100644 index 0000000..b1f96ad --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 3 black fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d09fb79bdf46f7e8e093e89666728977da69e062327c6f2c18b4707e7a6953 +size 473378 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 3 black fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 3 black fire.prefab.meta new file mode 100644 index 0000000..579e3ce --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 3 black fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 707975e0a3ef9fc469a8b7293a8be358 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 3 black fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 4 yellow arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 4 yellow arrow.prefab new file mode 100644 index 0000000..68cb44d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 4 yellow arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8cc689c30ccf5ebcd5ea440e3aea0380dc3c0bb69a30a5796add10a9504504 +size 121020 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 4 yellow arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 4 yellow arrow.prefab.meta new file mode 100644 index 0000000..ac54fb1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 4 yellow arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 2f30ce685381cf141a1c05b1ee359db2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 4 yellow arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 5 red.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 5 red.prefab new file mode 100644 index 0000000..ad92126 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 5 red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32facaf659db0384ea96056b6e0a1c162d4f92f228bba61faea80440eb623a59 +size 590806 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 5 red.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 5 red.prefab.meta new file mode 100644 index 0000000..edae36c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 5 red.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: a72b0584d93ed0f4fa614a9e4d8346a1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 5 red.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 6 blue fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 6 blue fire.prefab new file mode 100644 index 0000000..87d1a8a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 6 blue fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794fbf86a3d1d3b8e278c2986cd57118cdc6c24b305e12f9630457adc78bca98 +size 355266 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 6 blue fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 6 blue fire.prefab.meta new file mode 100644 index 0000000..dddc9c1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 6 blue fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 45ee7d02677ca6240aa79cb47c29de0a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 6 blue fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 7 pink.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 7 pink.prefab new file mode 100644 index 0000000..286f2ef --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 7 pink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc402becf41824ea3af80d4ebfa96644fdc83c2e0fb82e3c7556651990275834 +size 476854 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 7 pink.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 7 pink.prefab.meta new file mode 100644 index 0000000..b253f0f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 7 pink.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 2056b5f1031df8044a22500b4631ddb7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 7 pink.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 8 dagger.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 8 dagger.prefab new file mode 100644 index 0000000..d7df996 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 8 dagger.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649d1a6d5512530c6f1f22e6ef8e05094156a89ed309f0366c9575c7ef6252b4 +size 120970 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 8 dagger.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 8 dagger.prefab.meta new file mode 100644 index 0000000..1b71c42 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 8 dagger.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 842e57861a7f0164fbd58b59d4e18719 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 8 dagger.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 9 water.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 9 water.prefab new file mode 100644 index 0000000..73c29e5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 9 water.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d981d5cd0d9aa45485f32a1808a7214a08f4d3b7799a33b579bb5ef295eb7c +size 357007 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 9 water.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 9 water.prefab.meta new file mode 100644 index 0000000..4646a68 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile 9 water.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: c0ddb623e2878c94190a0546149028c8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles 2D/2D Projectile + 9 water.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision).meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision).meta new file mode 100644 index 0000000..ee0c7a0 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision).meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2d8b9f0b68a16fe4ea14c6403e9b2ad3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 1 nature arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 1 nature arrow.prefab new file mode 100644 index 0000000..0fef71d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 1 nature arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57c05a5e906e8d585c96bfe878d4ab14a74ad0b95df61e7901364607ec74c93 +size 828561 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 1 nature arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 1 nature arrow.prefab.meta new file mode 100644 index 0000000..5f04c29 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 1 nature arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 70cd80e6e8517904da249485ffde005f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 1 nature arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 10 blue laser.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 10 blue laser.prefab new file mode 100644 index 0000000..c9f68ea --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 10 blue laser.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f32c62326dc5a1a35c5001541b5707f233eaa3b1bfccf223a79d751d8782536 +size 596905 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 10 blue laser.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 10 blue laser.prefab.meta new file mode 100644 index 0000000..68f4c8f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 10 blue laser.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 762dfe761f7d7274793acf4f6087a029 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 10 blue laser.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 11 orange arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 11 orange arrow.prefab new file mode 100644 index 0000000..50bd242 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 11 orange arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3175006f0a5ab1390c69345e0597459d076824b5455c70ca28b7259789e1dc +size 356571 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 11 orange arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 11 orange arrow.prefab.meta new file mode 100644 index 0000000..3f60ee5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 11 orange arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 1301d7e969ef5404f925a74e1d1093b8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 11 orange arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 12 slime.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 12 slime.prefab new file mode 100644 index 0000000..500abb7 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 12 slime.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea7cb051e2010b1d44ccae95231f2f6f6f08796381baa8c8bb5bcf6504d4249 +size 591290 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 12 slime.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 12 slime.prefab.meta new file mode 100644 index 0000000..47073d3 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 12 slime.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: c7abcdbfc011815408fe700b0f70bebe +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 12 slime.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 13 red laser.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 13 red laser.prefab new file mode 100644 index 0000000..9e71c3e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 13 red laser.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bde1249f4d721865d18144c412a5558f7b9241c1f704aea1e7144b1e1676f30 +size 475483 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 13 red laser.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 13 red laser.prefab.meta new file mode 100644 index 0000000..5abaa13 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 13 red laser.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 7d01073e4f2f6184bb4515ded3368307 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 13 red laser.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 14 blue rapid.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 14 blue rapid.prefab new file mode 100644 index 0000000..502c6b9 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 14 blue rapid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7165b15988a059f34c654993a7a6bc1e789a551876f05d7d156e6fe2235660 +size 592583 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 14 blue rapid.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 14 blue rapid.prefab.meta new file mode 100644 index 0000000..248f5c4 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 14 blue rapid.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: cfc911e7da8eb62499dff1c810e59571 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 14 blue rapid.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 15 pink crystal.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 15 pink crystal.prefab new file mode 100644 index 0000000..0513d8c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 15 pink crystal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353e925bebb09d6df46a0e90ff618f4be6d2a025af3439460cb4390adfaf9811 +size 475794 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 15 pink crystal.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 15 pink crystal.prefab.meta new file mode 100644 index 0000000..c95c494 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 15 pink crystal.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: f6851774d5c4f874a8898919daf26f9f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 15 pink crystal.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 16 fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 16 fire.prefab new file mode 100644 index 0000000..8f83ade --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 16 fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972b0f008d1b3b4d612f55882a64318f304aefd864dab2d52a00f2b1ed700ef7 +size 709864 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 16 fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 16 fire.prefab.meta new file mode 100644 index 0000000..c4fadc5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 16 fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 3c42b034bb8443e4fa9300af22f9fa12 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 16 fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 17 nova violet.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 17 nova violet.prefab new file mode 100644 index 0000000..c1cd31f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 17 nova violet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986429aadd59eab1f1ecb4990bff5e643a6fe4a68fe81aa627400db9d0b335fb +size 959651 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 17 nova violet.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 17 nova violet.prefab.meta new file mode 100644 index 0000000..ec6288e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 17 nova violet.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 4ece5ddd79579204f99eae242a0dbf9d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 17 nova violet.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 18 nova orange.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 18 nova orange.prefab new file mode 100644 index 0000000..14aaa9a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 18 nova orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716d84cf2a34aa7122b436fc89c4033b4850c99b166b243998326a0a67423123 +size 959644 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 18 nova orange.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 18 nova orange.prefab.meta new file mode 100644 index 0000000..59d82dd --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 18 nova orange.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 663161ea4a2607e43aaaf82d0af01055 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 18 nova orange.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 19 circle bomb.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 19 circle bomb.prefab new file mode 100644 index 0000000..75c4612 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 19 circle bomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f1cdc421f9bf9fad4a271f77f7f8e4c53b585097956aebfcc996d6d0b5f287 +size 842950 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 19 circle bomb.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 19 circle bomb.prefab.meta new file mode 100644 index 0000000..841e6ec --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 19 circle bomb.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 8bf3228519c0f604cb6e1ad847e5b153 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 19 circle bomb.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 2 electro.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 2 electro.prefab new file mode 100644 index 0000000..bd97fdf --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 2 electro.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6827c75f19b0fd5e76b9f0e21d28ba831e9b9dd7673f1b70bde8c1022cdc74 +size 712414 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 2 electro.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 2 electro.prefab.meta new file mode 100644 index 0000000..fea7c54 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 2 electro.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 6dc968b09945e3845bdbf41de444f21c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 2 electro.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 20 pink arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 20 pink arrow.prefab new file mode 100644 index 0000000..8b61460 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 20 pink arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86e083200331651e3b3fe1de849f1b11cd87530a98a3cfb0fb8384a9a06279c +size 121775 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 20 pink arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 20 pink arrow.prefab.meta new file mode 100644 index 0000000..5f5a465 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 20 pink arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 199ba2ead65221d4286d5b715b8aef0f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 20 pink arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 21 red arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 21 red arrow.prefab new file mode 100644 index 0000000..7394499 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 21 red arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c01a029f212fef691fefeb4938447ea0d9b535aedc3489c3c6779d40c692fa1 +size 238914 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 21 red arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 21 red arrow.prefab.meta new file mode 100644 index 0000000..b93e95d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 21 red arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 5c860473f6aec0742861a2be958fbc70 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 21 red arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 22 cute star.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 22 cute star.prefab new file mode 100644 index 0000000..7c1663a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 22 cute star.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b30d4a846e52ee4f6ea438504b72bca470fdb8590789c77cc5363c7f66ec97f +size 712081 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 22 cute star.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 22 cute star.prefab.meta new file mode 100644 index 0000000..d9acbb0 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 22 cute star.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: b0389c6e65001864996fae9b89a15c7b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 22 cute star.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 23 cube.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 23 cube.prefab new file mode 100644 index 0000000..a094063 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 23 cube.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a84278f91c0108202bd36307a0e29ada214ad937c0b24f5b9706a24bfcb14b6 +size 595629 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 23 cube.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 23 cube.prefab.meta new file mode 100644 index 0000000..2581de4 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 23 cube.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: df7af1a2f7d29504aaa8286f9ddf60dd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 23 cube.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 24 green explosion.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 24 green explosion.prefab new file mode 100644 index 0000000..4ffe2df --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 24 green explosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab19d712de738f9de760e2ee06dfcef80378dde32709050bd2e71ab58fbee66b +size 476400 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 24 green explosion.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 24 green explosion.prefab.meta new file mode 100644 index 0000000..f403246 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 24 green explosion.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 2c46ddebb254a1f47803be05e38476c4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 24 green explosion.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 25 orange explosion.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 25 orange explosion.prefab new file mode 100644 index 0000000..b9787ba --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 25 orange explosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cda3d4426c5bfe488fcfc3514e46fe23b89c6ee5232ec3becae43ba50995178 +size 476370 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 25 orange explosion.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 25 orange explosion.prefab.meta new file mode 100644 index 0000000..15d8805 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 25 orange explosion.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 8b89bf46dd9737547be9c8715eefed3d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 25 orange explosion.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 26 blue crystal.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 26 blue crystal.prefab new file mode 100644 index 0000000..7c6e666 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 26 blue crystal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f531b6e3336459b2b277008ba45674b9fec83a92303d8a17b90d165ab48d8e41 +size 832432 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 26 blue crystal.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 26 blue crystal.prefab.meta new file mode 100644 index 0000000..d7aa54d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 26 blue crystal.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 93554ed234c6755409dc2338cd008cfb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 26 blue crystal.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 27 hear.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 27 hear.prefab new file mode 100644 index 0000000..59960c8 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 27 hear.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b526505b46a296cd9b3b82a514ebdfd769a5f6fe6566fbce40edc7ca29143d1d +size 830287 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 27 hear.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 27 hear.prefab.meta new file mode 100644 index 0000000..27e4ae0 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 27 hear.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: da6ba3f426992ac4796bcaac2b95a0c9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 27 hear.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 3 black fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 3 black fire.prefab new file mode 100644 index 0000000..1989427 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 3 black fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94af75bc9b62132eecb18daf533381c2f2f50a4a829320f24c4daeb2acd89cd0 +size 831091 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 3 black fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 3 black fire.prefab.meta new file mode 100644 index 0000000..65887ad --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 3 black fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 4d46a88382f3c124c93b73ffeb016270 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 3 black fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 4 yellow arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 4 yellow arrow.prefab new file mode 100644 index 0000000..6673d6b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 4 yellow arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce539a569ea0fe0f656f9a5770590b640ad58b3d898de274b998292f85b09205 +size 475438 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 4 yellow arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 4 yellow arrow.prefab.meta new file mode 100644 index 0000000..2bc75a5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 4 yellow arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 90b685dd555e0c848806f1fb6209e1e9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 4 yellow arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 5 red.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 5 red.prefab new file mode 100644 index 0000000..2123c33 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 5 red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5860f54c0fe6a19ea52535c19b67ae9deb88763193514319387da694448d97b8 +size 1067994 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 5 red.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 5 red.prefab.meta new file mode 100644 index 0000000..c1ca404 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 5 red.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 14858837f53355d4da384553fc019a5c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 5 red.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 6 blue fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 6 blue fire.prefab new file mode 100644 index 0000000..2efff51 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 6 blue fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5d1790c1bde497b85d8ad7f00848bcc5adc631dddda4a7d63e7f611da34c9d +size 591374 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 6 blue fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 6 blue fire.prefab.meta new file mode 100644 index 0000000..9db5b31 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 6 blue fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: c970a13f2161f4a4ab26ff5009e6e0da +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 6 blue fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 7 pink.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 7 pink.prefab new file mode 100644 index 0000000..5d2fc69 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 7 pink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f71d20f1f1fb26e8b6b0409df5fed75dafa208d41230c07d085963c53db173 +size 834300 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 7 pink.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 7 pink.prefab.meta new file mode 100644 index 0000000..c7e5e44 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 7 pink.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 64665cf4e8e583742a3fa9772781d147 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 7 pink.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 8 dagger.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 8 dagger.prefab new file mode 100644 index 0000000..d342f27 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 8 dagger.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed542bbbf15082e176394e0fb27232c11170b2bbb70f2d5f81eaa3197d2eeb6 +size 119417 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 8 dagger.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 8 dagger.prefab.meta new file mode 100644 index 0000000..8f41e2f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 8 dagger.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 346ba3a1eaf376a4ca0795fa2bf70d7f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 8 dagger.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 9 water.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 9 water.prefab new file mode 100644 index 0000000..1b61e9a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 9 water.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea2769f248b27f21b48d805ae7f7da6ed1c24fb3c8ac8170e47ca282573bce3 +size 714337 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 9 water.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 9 water.prefab.meta new file mode 100644 index 0000000..dd0aff2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle collision)/Projectile 9 water.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 1c48df1cb0f3d824c8041c90c684038b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(Particle + collision)/Projectile 9 water.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform).meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform).meta new file mode 100644 index 0000000..1da0b4b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform).meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4ef071993e615c84bbdff0de060a30b8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Dragon punch projectile.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Dragon punch projectile.prefab new file mode 100644 index 0000000..5a9b657 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Dragon punch projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094ad96d1900399be7d3a3bff4ed9af4a9f84e2e5b2e434f695f855503b6fa8f +size 836629 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Dragon punch projectile.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Dragon punch projectile.prefab.meta new file mode 100644 index 0000000..b80cba5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Dragon punch projectile.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3ce09c40c1db244468aad5abd05c1943 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Dragon + punch projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 1 nature arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 1 nature arrow.prefab new file mode 100644 index 0000000..e967b3f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 1 nature arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7cd5296b71cf57d397e13995ee0ff5d549d66de6c473ae3a9673af289d7de5 +size 485055 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 1 nature arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 1 nature arrow.prefab.meta new file mode 100644 index 0000000..b29248b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 1 nature arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 24c86df1468884d499ca1d5cb865a6f7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 1 nature arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 10 blue laser.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 10 blue laser.prefab new file mode 100644 index 0000000..70fc2c6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 10 blue laser.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fe0e275e08388066bfa965e86f6cdf68d4277e4b1f68c6c786654f02f1b920 +size 371020 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 10 blue laser.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 10 blue laser.prefab.meta new file mode 100644 index 0000000..f8120c8 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 10 blue laser.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 9a95808365b5bbd418bb9630eeb1dae9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 10 blue laser.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 11 orange arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 11 orange arrow.prefab new file mode 100644 index 0000000..75a13cf --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 11 orange arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdca280f688c9d32a1c3836a6b5154134ec436cc93f2c0cb192064b9be05760 +size 131895 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 11 orange arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 11 orange arrow.prefab.meta new file mode 100644 index 0000000..2dc7adb --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 11 orange arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: f6846db2675565f4ca62620cf525d310 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 11 orange arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 12 slime.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 12 slime.prefab new file mode 100644 index 0000000..61111b8 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 12 slime.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ee3982e19416957ba64a45c119cd0a861c1c4ec518edddfb08670c0d15f9d1 +size 365216 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 12 slime.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 12 slime.prefab.meta new file mode 100644 index 0000000..112b37d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 12 slime.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 6b29274ac2e79904986a87aaee461137 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 12 slime.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 13 red laser.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 13 red laser.prefab new file mode 100644 index 0000000..80b8ab3 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 13 red laser.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edc0c6dbc16679495accbe36f101b4cbd33ae2d5241e35b070880b4b4f7b603 +size 250789 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 13 red laser.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 13 red laser.prefab.meta new file mode 100644 index 0000000..3f6398f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 13 red laser.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 4aae9ddc8b5e4a24da55b49fcc3022a4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 13 red laser.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 14 blue rapid.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 14 blue rapid.prefab new file mode 100644 index 0000000..d2c5199 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 14 blue rapid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5365a69c9a00917917acda3795c74083cf732810d63e983cc3d8f8ffc74f0b +size 251522 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 14 blue rapid.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 14 blue rapid.prefab.meta new file mode 100644 index 0000000..0a6b9e6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 14 blue rapid.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 30a2224334c85244595f52a7a83227d1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 14 blue rapid.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 15 pink crystal.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 15 pink crystal.prefab new file mode 100644 index 0000000..fca439f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 15 pink crystal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d341874c01f94e2f9a06434496cb26b1936ddd0df176b3363b55557cccff4a +size 133324 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 15 pink crystal.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 15 pink crystal.prefab.meta new file mode 100644 index 0000000..81c13b2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 15 pink crystal.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 831508efc40187645bc17e16b4f37501 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 15 pink crystal.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 16 fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 16 fire.prefab new file mode 100644 index 0000000..d7c453d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 16 fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7378e874b21531e0edc149016941def5eb699d951506531bf7277309aa009040 +size 366121 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 16 fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 16 fire.prefab.meta new file mode 100644 index 0000000..dd5a909 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 16 fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: c11f2c78c638c684390d0241fd08c339 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 16 fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 17 nova violet.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 17 nova violet.prefab new file mode 100644 index 0000000..7e3538b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 17 nova violet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43866ed88b5e354f7967762b7253dd7b55a3522502ea7bcf64d82876006e7097 +size 610819 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 17 nova violet.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 17 nova violet.prefab.meta new file mode 100644 index 0000000..9397329 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 17 nova violet.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 9b2879539c049394488bd7a2b3514b6c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 17 nova violet.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 18 nova orange.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 18 nova orange.prefab new file mode 100644 index 0000000..ff3febe --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 18 nova orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc96058020afdfe96fd1f436c6b8221b020fbf1a69cf5aa33a83a955879b00ed +size 610806 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 18 nova orange.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 18 nova orange.prefab.meta new file mode 100644 index 0000000..80c6f69 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 18 nova orange.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: bc1c406e8debe27419da2b3a80a1ef99 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 18 nova orange.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 19 circle bomb.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 19 circle bomb.prefab new file mode 100644 index 0000000..59a5f32 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 19 circle bomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269db384c8cec9116a3b8817471cebd1ae4ff5e43213de8db45218171ff4a215 +size 489858 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 19 circle bomb.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 19 circle bomb.prefab.meta new file mode 100644 index 0000000..2225c9f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 19 circle bomb.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 5578fde9c43584c42849389b758a2040 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 19 circle bomb.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 2 electro.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 2 electro.prefab new file mode 100644 index 0000000..2ac0118 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 2 electro.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcb689dcaec476a2f27ffdc0e86259121d7605ab1bd3f5a0106a47c873c93bc +size 486666 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 2 electro.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 2 electro.prefab.meta new file mode 100644 index 0000000..6cbffc4 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 2 electro.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 084af1218a1e0ee41a43bdf9d52aea29 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 2 electro.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 20 pink arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 20 pink arrow.prefab new file mode 100644 index 0000000..765a2a7 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 20 pink arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0ba8a96cccd617dffd75e5a678d26372b2e760593bab75cd5733177c2660a1 +size 129319 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 20 pink arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 20 pink arrow.prefab.meta new file mode 100644 index 0000000..76b3b19 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 20 pink arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 72740f29ee533844cba431f7d8095442 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 20 pink arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 21 red arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 21 red arrow.prefab new file mode 100644 index 0000000..7c9e061 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 21 red arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4f86fd711c14375a7f59c20ae703a7a0366d7673b3acbcb8cd8e8780760509 +size 247510 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 21 red arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 21 red arrow.prefab.meta new file mode 100644 index 0000000..9010e9f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 21 red arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 5e1827a221a4ada4699ff6b2ca031caa +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 21 red arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 22 cute star.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 22 cute star.prefab new file mode 100644 index 0000000..55261ff --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 22 cute star.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a439ecd778f1097cf5a2c755c14208cc864553fd59494fed706d1189362dc050 +size 367983 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 22 cute star.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 22 cute star.prefab.meta new file mode 100644 index 0000000..f66af58 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 22 cute star.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 84deea7f5a617b14d9c8dd288d1ceb94 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 22 cute star.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 23 cube.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 23 cube.prefab new file mode 100644 index 0000000..be782e3 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 23 cube.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b2b4a1b8b7319cfbad7bb491a2b9d338bdbaaef776808a1fbf38a8c901a41d +size 250474 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 23 cube.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 23 cube.prefab.meta new file mode 100644 index 0000000..2c26c0d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 23 cube.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 491de6b713e639847830438fc8d3fc28 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 23 cube.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 24 green explosion.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 24 green explosion.prefab new file mode 100644 index 0000000..95dc614 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 24 green explosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9c1e08cd7db8e7177bbe78ca2972204eaf0516f2c703bb2a9afe5cfd4c9752 +size 251708 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 24 green explosion.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 24 green explosion.prefab.meta new file mode 100644 index 0000000..7c09131 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 24 green explosion.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 11120fc2b8af002419bfb521d2962dac +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 24 green explosion.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 25 orange explosion.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 25 orange explosion.prefab new file mode 100644 index 0000000..31168d6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 25 orange explosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee46e68b93869032211793f3ef3366aeae19197fe2a194b3c4e65462a69067fe +size 251694 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 25 orange explosion.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 25 orange explosion.prefab.meta new file mode 100644 index 0000000..9cd4fc8 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 25 orange explosion.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 2e10c38d7d83154429c2fb51c652e1fb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 25 orange explosion.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 26 blue diamond.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 26 blue diamond.prefab new file mode 100644 index 0000000..082bc29 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 26 blue diamond.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a80c7c758073ca269394ab3a7e2d5067949af14538b9f0c4483b993e3358edd +size 368059 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 26 blue diamond.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 26 blue diamond.prefab.meta new file mode 100644 index 0000000..0605291 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 26 blue diamond.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 7762631b64af83148a4b7e9dc85be4ca +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 26 blue diamond.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 27 heart.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 27 heart.prefab new file mode 100644 index 0000000..1d3d320 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 27 heart.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4ee4e681265cbd727c6f27c3740021c0fa005364dbdbc30b09040c1df7c183 +size 603504 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 27 heart.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 27 heart.prefab.meta new file mode 100644 index 0000000..32dde30 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 27 heart.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: dabd0c1fb146a3f49a4f0e33fa27dba9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 27 heart.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 3 black fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 3 black fire.prefab new file mode 100644 index 0000000..373ed51 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 3 black fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144957c46d67aca75c6e09cd09582867a25f40c1bc8b4ccf661adacc6cca0b01 +size 487316 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 3 black fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 3 black fire.prefab.meta new file mode 100644 index 0000000..a6d0d28 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 3 black fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 9226726c851a790469d64d3093814ad4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 3 black fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 4 yellow arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 4 yellow arrow.prefab new file mode 100644 index 0000000..1715c4c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 4 yellow arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf624fbcefec4410e1bca8223b25057fb46255c6bbf6f517470079ea97614fe +size 132069 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 4 yellow arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 4 yellow arrow.prefab.meta new file mode 100644 index 0000000..06bf6bd --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 4 yellow arrow.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 7fa473b70378b654a84307886f90d064 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 4 yellow arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 5 red.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 5 red.prefab new file mode 100644 index 0000000..7a75b4c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 5 red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9f48045b7c8d6c01ed58664c5bf5082be58a48811c17ad597ad57f4ca0572b +size 604306 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 5 red.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 5 red.prefab.meta new file mode 100644 index 0000000..51fe245 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 5 red.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: cf0756612a842cb4ba09ad101dd6bcb3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 5 red.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 6 blue fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 6 blue fire.prefab new file mode 100644 index 0000000..e254997 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 6 blue fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63965982d9c6c6390700b2f30120d038defbb3f66532e154eaa81cf990c23811 +size 365620 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 6 blue fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 6 blue fire.prefab.meta new file mode 100644 index 0000000..7fa20df --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 6 blue fire.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: b7c66f2237d58964783255931ae2900e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 6 blue fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 7 pink.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 7 pink.prefab new file mode 100644 index 0000000..8912836 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 7 pink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c196538f5272005ffbaa19921a5f6dfdd096128ec5098f12323f9916c774429 +size 491495 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 7 pink.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 7 pink.prefab.meta new file mode 100644 index 0000000..f1b6305 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 7 pink.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 281aabf73dcc5844faf849b3dc30c1aa +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 7 pink.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 8 dagger.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 8 dagger.prefab new file mode 100644 index 0000000..4532c6d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 8 dagger.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c500328b3e14090cf3be1a31dc6e302cb1d331cf75e02b9f53c1b5f33d4b0a8f +size 127179 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 8 dagger.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 8 dagger.prefab.meta new file mode 100644 index 0000000..ea360cc --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 8 dagger.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 6d7cc81026e11b041a930c7840a41bda +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 8 dagger.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 9 water.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 9 water.prefab new file mode 100644 index 0000000..5b19e5e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 9 water.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556d9e82d172ae86e999c41fc66003a3ef8d3caec6995689075e9f1158286caa +size 370081 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 9 water.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 9 water.prefab.meta new file mode 100644 index 0000000..92fec94 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile 9 water.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 0f8db6274757dd4479c6d5db5b0d9e1a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 1/Prefabs/Projectiles(transform)/Projectile + 9 water.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2.meta new file mode 100644 index 0000000..f089464 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f9993432dee1c1a4f95cfab9c4495959 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene.meta new file mode 100644 index 0000000..078b5dd --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 55c58295d722b264fade932936aa8581 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2.unity b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2.unity new file mode 100644 index 0000000..4bac06c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d10bad7c77b552bd2f84ebc4d92f98d31fb5a0550222d7e1876f3e87f2c7df +size 47734 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2.unity.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2.unity.meta new file mode 100644 index 0000000..6ecdb2e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2.unity.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 31609b44760cd6645ab16f7869d7f6ad +timeCreated: 1536001560 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles + Vol 2.unity + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2Settings.lighting b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2Settings.lighting new file mode 100644 index 0000000..a18a21a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2Settings.lighting @@ -0,0 +1,64 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Demo projectiles Vol 2Settings + serializedVersion: 4 + m_GIWorkflowMode: 1 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 1 + m_BakeBackend: 0 + m_LightmapMaxSize: 512 + m_BakeResolution: 40 + m_Padding: 2 + m_LightmapCompression: 0 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 2 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 2 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 256 + m_FinalGatherFiltering: 1 + m_PVRCulling: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 2 + m_PVREnvironmentMIS: 0 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_PVRTiledBaking: 0 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2Settings.lighting.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2Settings.lighting.meta new file mode 100644 index 0000000..c55ffb9 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles Vol 2Settings.lighting.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 3c9ee5f012d77484d84cb25504167a82 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Demo projectiles + Vol 2Settings.lighting + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/LightingData.asset b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/LightingData.asset new file mode 100644 index 0000000..3b81932 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/LightingData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38375c91599eb5fe451496a77faedb9f16c3ee2bf12f8c0eba96bc4c58e78ca5 +size 142304 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/LightingData.asset.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/LightingData.asset.meta new file mode 100644 index 0000000..f03cf34 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/LightingData.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 967f1ee4795222f49906e6039c4c3b72 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 25800000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/LightingData.asset + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_dir.png b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_dir.png new file mode 100644 index 0000000..9d41ccc --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5598d7578ee1971f0067ba82bac27bc56963651e90b99765088b6d6fd6c6c07d +size 8760 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_dir.png.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_dir.png.meta new file mode 100644 index 0000000..e079878 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_dir.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: a30425d21e5ea094a90a7e2d96ae6063 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_light.exr b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_light.exr new file mode 100644 index 0000000..5d85cab --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e5bc3edb31e0450ee9f32800f6f997ad10faaeec866bd214c29983fe641fd7 +size 92940 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_light.exr.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_light.exr.meta new file mode 100644 index 0000000..8f42884 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_light.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 897225e87931f7149a570633f9bc26e1 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-0_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_dir.png b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_dir.png new file mode 100644 index 0000000..95cae7b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77577ba7aa291808c9659f2a9925a371f0696c6209dd649721731dfea6b85d3c +size 9466 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_dir.png.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_dir.png.meta new file mode 100644 index 0000000..bfe823e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_dir.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 665bb3b5e749f7b448ac612f448f95a2 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_light.exr b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_light.exr new file mode 100644 index 0000000..c843ef1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f058a3cf4be520162bdcaf426e196ac8f237c2065440868f8fcce61ed24f7d9 +size 99103 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_light.exr.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_light.exr.meta new file mode 100644 index 0000000..713b953 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_light.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 6c436db2de8efa64197da62f88f2d244 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-1_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_dir.png b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_dir.png new file mode 100644 index 0000000..6648d14 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b23c2e965a5d283096fbd78b87aaa223e53393e43b189926646c7b1e55be3c +size 9074 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_dir.png.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_dir.png.meta new file mode 100644 index 0000000..5517c27 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_dir.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 725712bbafce2b548a93bab62dc9f323 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_light.exr b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_light.exr new file mode 100644 index 0000000..3891690 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdeb622b2b3e019413a9cdc446c4ae3f289012f219ea95ee53893e7b3a9defda +size 97668 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_light.exr.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_light.exr.meta new file mode 100644 index 0000000..664dbdb --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_light.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: ce7092204001a0f40b5ce2452e51e1a0 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Lightmap-2_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Readme.txt b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Readme.txt new file mode 100644 index 0000000..b42ec16 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Readme.txt @@ -0,0 +1,155 @@ +Asset Creator - Vladyslav Horobets (Hovl). +All that is in the folder "AAA Projectiles" can be used in commerce, even demo scene files. +----------------------------------------------------- + +If you want to use post-effects like in the demo video: +https://youtu.be/hZSZ2Q8MF3k + +Using: + +1) Shaders +1.1)The "Use depth" on the material from the custom shaders is the Soft Particle Factor. +1.2)Use "Center glow"[MaterialToggle] only with particle system. This option is used to darken the main texture with a white texture (white is visible, black is invisible). + If you turn on this feature, you need to use "Custom vertex stream" (Uv0.Custom.xy) in tab "Render". And don't forget to use "Custom data" parameters in your PS. +1.3)The distortion shader only works with standard rendering. Delete (if exist) distortion particles from effects if you use LWRP or HDRP! +1.4)You can change the cutoff in all shaders (except Add_CenterGlow and Blend_CenterGlow ) using (Uv0.Custom.xy) in particle system. + +2)Light +2.1)You can disable light in the main effect component (delete light and disable light in PS). + Light strongly loads the game if you don't use light probes or something else. + +3)Scripts +HS_ProjectileMover — Documentation + +Description +HS_ProjectileMover controls the movement, collision behavior, and visual effects of projectile objects. +It handles projectile speed, hit effects, particle systems, detached VFX elements, and supports both destruction and pooling workflows. + +The script is designed for VFX projectiles used in spells, bullets, energy blasts, or similar effects. + +Main Features: + +Moves projectile forward using Rigidbody velocity +Spawns hit effects on collision +Supports pooled projectiles (reuse instead of destroy) +Handles particle systems properly on impact +Allows detached particle effects to continue playing after collision +Automatically restores detached objects when projectile is reused + +Key Parameters: + +Speed - +Controls the forward velocity of the projectile. +Hit Offset - +Moves the hit effect slightly away from the surface normal to avoid clipping. +Use Fire Point Rotation - +If enabled, the hit effect rotation will match the fire point orientation. +Rotation Offset - +Optional rotation override applied to the hit effect. +Hit - +GameObject used as the hit effect container. +Hit PS - +Particle system played when the projectile collides. +Flash - +Optional muzzle flash object that detaches on spawn. +Projectile PS - +Main projectile particle system. +Detached - +Array of objects that contain particle systems (such as trails or smoke). +These objects detach on impact so their particles can finish playing naturally. + +Components: + +RB - +Rigidbody used for projectile movement. +Col - +Collider used for collision detection. +Light Source - +Optional light attached to the projectile. + +Lifetime Settings + +Not Destroy +If enabled, the projectile will be disabled instead of destroyed. +This allows it to be reused with an object pool. + +Life Time +Maximum lifetime of the projectile if it does not hit anything. + +Detached Life Time +How long detached particle objects remain alive after impact. + +Collision Behavior + +When the projectile collides: + +Rigidbody movement is stopped +Light and collider are disabled +Projectile particle emission stops +Hit effect is positioned and played +Detached objects are unparented +Detached particle systems stop emitting but existing particles finish their lifetime + +If Not Destroy is enabled: +The projectile will be disabled after the hit effect finishes +Detached objects will be restored when the projectile is reused + +If Not Destroy is disabled: +The projectile will be destroyed after the hit effect duration +Detached objects will be destroyed after Detached Life Time + +Detached Objects Logic: +Detached objects must be child objects of the projectile. +Each detached object can contain multiple particle systems. + +On collision: +The object is unparented +Emission stops +Existing particles finish their lifetime +If pooling is enabled, the objects are restored to their original parent when the projectile is reactivated. + +Typical Use Case: +Projectile Prefab Structure Example + +Projectile +├── Mesh +├── Collider +├── Rigidbody +├── Projectile_PS +├── Flash +└── Detached_Trail +├── Smoke +└── Sparks + +Pooling Support + +When using an object pool: + +Set: +Not Destroy = true +The projectile will be disabled instead of destroyed and can be reused safely. +Detached particle objects will automatically return to their original positions when the projectile is activated again. + +Notes: +Detached objects should only contain particle systems. +Ensure Rigidbody and Collider references are assigned. +Projectile should face forward in the Z direction for correct movement. + + +4)How to modify the existing prefabs +4.1)If you reduce projectile speed, you also need to find the “Trail” tab in the particle system and increase the trail's lifetime. + You also need to increase the Duration and Lifetime in all components with a particle system. + When increasing speed, do the opposite. +4.2)When resizing projectiles, you need to change the value Emission> rate over distance if it exists in one of the components. + If you double the size, you need to halve the "rate over distance" value. + When reducing the size, do the opposite! +4.3)All Hits and Flashes can be resized using "transform" in the main component. +4.4)Tutorial how to make target projectile: https://www.youtube.com/watch?v=LJLWNnqAjQ4 + +5)Quality +5.1) For better sparks quality enable "Anisotropic textures: Forced On" in quality settings. + +BiRP, URP or HDRP support is here --> Tools > RP changer for Hovl Studio Assets + +Contact me if you have any questions. +My email: hovlstudio1@gmail.com \ No newline at end of file diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Readme.txt.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Readme.txt.meta new file mode 100644 index 0000000..7227f02 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Readme.txt.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: e1fe3eb9e3f52e14daa22a61a1c05bb2 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/Readme.txt + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/ReflectionProbe-0.exr b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/ReflectionProbe-0.exr new file mode 100644 index 0000000..6f5b715 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/ReflectionProbe-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d139403371428dd8657273d192db121dc1aff7b189818628ab4ce16f7ebc808d +size 130775 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/ReflectionProbe-0.exr.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/ReflectionProbe-0.exr.meta new file mode 100644 index 0000000..0cbf125 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/ReflectionProbe-0.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: ca9f1eee59f723f4d98887f21b70f173 +TextureImporter: + fileIDToRecycleName: + 8900000: generatedCubemap + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Demo scene/ReflectionProbe-0.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs.meta new file mode 100644 index 0000000..da213fd --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8810c8efdc95d8940acd9b19860f9999 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 1.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 1.prefab new file mode 100644 index 0000000..e23d955 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2dd9805afd4beae250bfe04f60bcb158f3d3e6fcd0280cb75f616e3c9cf7bf7 +size 832193 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 1.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 1.prefab.meta new file mode 100644 index 0000000..27e03d1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 1.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a18abcc036ab57445b15bc526991da46 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 1.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 10.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 10.prefab new file mode 100644 index 0000000..958b5e5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 10.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f26f696a12722f993c97356a613d6b4d704b5d5817e9e00dc571e6ca8f58151 +size 236967 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 10.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 10.prefab.meta new file mode 100644 index 0000000..a7afdf8 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 10.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 56bde4ce6c483884084a4ff8b76b3267 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 10.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 11.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 11.prefab new file mode 100644 index 0000000..5f364ea --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 11.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1de535779cebdad9bdd995ba8383d036133d8a87ff212be25ca87845a7d5d55 +size 237360 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 11.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 11.prefab.meta new file mode 100644 index 0000000..86b6df1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 11.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 17f4f94f2d680874d952069bcdbcd513 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 11.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 12.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 12.prefab new file mode 100644 index 0000000..55db1b3 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 12.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4afeac8e270db5df168c2945c3e628400a43a1588ed1b2c6fbc1ad5a5b3b685 +size 118778 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 12.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 12.prefab.meta new file mode 100644 index 0000000..da1e8f8 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 12.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 51a73670ac42b28429348012d7106c27 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 12.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 13.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 13.prefab new file mode 100644 index 0000000..5cf01b0 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 13.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe67537ac8f896379e027f2715a302e42646f71ab722fd54c3c2c6f564bb2f3e +size 592889 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 13.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 13.prefab.meta new file mode 100644 index 0000000..fb80429 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 13.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 87ad75dca7ceef44bafef0a49761f8fb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 13.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 14.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 14.prefab new file mode 100644 index 0000000..aae6f8e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 14.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e28209a0b7c9ac15a24385cd44f2b20d4f367b993d2d9bb27a2e389930e5bcd +size 354947 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 14.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 14.prefab.meta new file mode 100644 index 0000000..8671229 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 14.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c42932cbc55cdd94c992455a94bfd523 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 14.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 16.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 16.prefab new file mode 100644 index 0000000..e3bf765 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 16.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bcc9c83be19bdee1ba07f54a63a87b89ac7165487297c310b61d730d9b3a6d +size 355052 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 16.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 16.prefab.meta new file mode 100644 index 0000000..a0af5e6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 16.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 317b300dc45260745bc6df5b8d9b1f82 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 16.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 18.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 18.prefab new file mode 100644 index 0000000..63b2e03 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 18.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508794a04f7096c2f3c7053a61074aff284bddbcc924c72af004123610e5f935 +size 353735 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 18.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 18.prefab.meta new file mode 100644 index 0000000..7aec110 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 18.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 48e0fabf2b2853a41aea1b678a158ae5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 18.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 2.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 2.prefab new file mode 100644 index 0000000..2960a8a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1874d979ac066c86db002daec1705338ad47350a4a75c27d4c4f5737a9413f +size 236746 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 2.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 2.prefab.meta new file mode 100644 index 0000000..e3b4833 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 2.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 99649c5fed10ce848a575f679ff0e303 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 2.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 20.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 20.prefab new file mode 100644 index 0000000..2d9e2c1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 20.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1769bc3632dc557c91979ec4198e6768051e25a20ee709cfe4a4459116a73fe +size 591043 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 20.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 20.prefab.meta new file mode 100644 index 0000000..3923f8b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 20.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e9d1f52e709876143b75f93f52a48156 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 20.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 21.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 21.prefab new file mode 100644 index 0000000..ee1aa23 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 21.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b161caf09934b608042539d645b4f2dc1dd2cec079bdba58c9400e1884ca33 +size 591096 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 21.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 21.prefab.meta new file mode 100644 index 0000000..ae1ab02 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 21.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f68d36db88ab7d146b688c487aaace5c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 21.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 22.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 22.prefab new file mode 100644 index 0000000..7d6836b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 22.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1549b2902bff52ffb6a08292ed00097ee4cb58ab09b39cdfd184171107e31c9d +size 473423 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 22.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 22.prefab.meta new file mode 100644 index 0000000..6642c38 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 22.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 1702711b22bc3204d80c7f85a3de0c80 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 22.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 23.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 23.prefab new file mode 100644 index 0000000..a876b4a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 23.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad188cf3758d0757e5414d666216ac9677db2db8bf397e3b8c909262c00ee32 +size 473421 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 23.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 23.prefab.meta new file mode 100644 index 0000000..1c0c74c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 23.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ab6eff13475032b47b279510d5301eed +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 23.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 24.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 24.prefab new file mode 100644 index 0000000..eabeecc --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 24.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660d9411926aef3f2f7c5f714a18a739e881646cac70ff1317781f22f3fff8f2 +size 355057 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 24.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 24.prefab.meta new file mode 100644 index 0000000..09d805e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 24.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 155a6e65975c2834a85ca6e20ce89621 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 24.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 25.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 25.prefab new file mode 100644 index 0000000..2c14042 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 25.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55571361e5789f3fde23b414dae77c557e92211557e8b1db9e7bc1e849e0bee5 +size 355027 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 25.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 25.prefab.meta new file mode 100644 index 0000000..4b1beba --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 25.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 67796d7fb6bc3f4449f96e492958f20d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 25.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 3.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 3.prefab new file mode 100644 index 0000000..71a93d6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963af1ca1763733f52956aada3fcf09ed0d6fbcba12817ca5c49d4deb2434183 +size 592567 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 3.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 3.prefab.meta new file mode 100644 index 0000000..56e0ddc --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 3.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 29fec53fa5329e345981c83555fa131e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 3.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 4.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 4.prefab new file mode 100644 index 0000000..7706bc9 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 4.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88537ce715e9a2caea53c32209d9fbc0315b0f58b0ee880a895be839ccf019f7 +size 709732 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 4.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 4.prefab.meta new file mode 100644 index 0000000..4aef4f6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 4.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c9e6ddab55c69eb4b81803e860d80c55 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 4.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 5.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 5.prefab new file mode 100644 index 0000000..00c45a9 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 5.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d41de66c5df291c7d5bdbcf3357805a15a62b99612e025833b6a0a1e8f69a30 +size 473350 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 5.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 5.prefab.meta new file mode 100644 index 0000000..4895c4c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 5.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b60b851266323fb4b9becb9f63f748c9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 5.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 6.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 6.prefab new file mode 100644 index 0000000..5f063bc --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 6.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9994e1fcaea374cdbc66aa0075a76b5756fdfca1d309f52386871156f71bd3f4 +size 591003 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 6.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 6.prefab.meta new file mode 100644 index 0000000..94f7912 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 6.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8f3f932519e18564e81c0a4c89d87f11 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 6.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 7.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 7.prefab new file mode 100644 index 0000000..97a11dd --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 7.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c07f313d5aa5cdf40bc0c8ab740df4c6b14e0df7f9de1164cf68c24ef0ff49 +size 472809 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 7.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 7.prefab.meta new file mode 100644 index 0000000..2d3ce0a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 7.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 86443fa1d98b18345bce2157b9568cc4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 7.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 8.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 8.prefab new file mode 100644 index 0000000..df9d257 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 8.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1477787790b9879263ee600d039c1929b805302ed7b68c15853bfe646bc8ff50 +size 354752 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 8.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 8.prefab.meta new file mode 100644 index 0000000..45c9d5c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 8.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 51e88bfc3811dab48ac0c06617654e1a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 8.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 9.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 9.prefab new file mode 100644 index 0000000..7263baf --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 9.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fb34e3ad567275ee7dc2a3472bfc6956b5e93e0b53b7fd03819c07d2f22059 +size 472938 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 9.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 9.prefab.meta new file mode 100644 index 0000000..7f36ffc --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 9.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 291223895b5952f488a6f94886872e78 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Flash 9.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 1.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 1.prefab new file mode 100644 index 0000000..8c4a3a5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876f40b23223e399b906815a231f517dffee0048ae59f18efcf81e329bef47a8 +size 1182822 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 1.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 1.prefab.meta new file mode 100644 index 0000000..0197d9a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 1.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7e59152fc3be99d4aa2760fb61212ce2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 1.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 10.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 10.prefab new file mode 100644 index 0000000..79918e2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 10.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae723166246b89acc5e7785826a03b9ec2585a2551bc9d1117959f643509d4ae +size 710594 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 10.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 10.prefab.meta new file mode 100644 index 0000000..1ca6127 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 10.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: afa1163e40fd2904fbf38e4c00924127 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 10.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 11.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 11.prefab new file mode 100644 index 0000000..db4e42b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 11.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2009ee0720e2d5c796855a66c27f079874e1938d358385f31af0a07f6801a92 +size 713229 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 11.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 11.prefab.meta new file mode 100644 index 0000000..66be985 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 11.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 95e5d8f0b0f75e0438482597f6042816 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 11.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 12.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 12.prefab new file mode 100644 index 0000000..4f3051f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 12.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ac7103f299a5516271f0b340ead4ce644ea8b971e211a918b881584365d7b7 +size 475068 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 12.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 12.prefab.meta new file mode 100644 index 0000000..27ac704 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 12.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4857609a6c0625349a60bbb4b5fa5ec5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 12.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 13.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 13.prefab new file mode 100644 index 0000000..71c3f10 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 13.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d5524440531113183d4510e7e56bb2994a36f8a4eb2c9e0fa98649086db9bd +size 593779 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 13.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 13.prefab.meta new file mode 100644 index 0000000..72d649d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 13.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3a3ebdd477adb6444969752e68f9e55e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 13.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 14.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 14.prefab new file mode 100644 index 0000000..38c9864 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 14.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e60a159cdd15fd095fbbc5473425340ec8a9c96b2e40391f0a681865a0c506d +size 354509 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 14.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 14.prefab.meta new file mode 100644 index 0000000..8dc89b1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 14.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8f5e087c57b11ef4cbed619d26886292 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 14.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 15.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 15.prefab new file mode 100644 index 0000000..3129497 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 15.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a821fbf428d074874ddf1886bc52305a933c784d7bd46d2a0dcc4fa324b6713 +size 831677 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 15.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 15.prefab.meta new file mode 100644 index 0000000..ce3f431 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 15.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4776bca22f3b439449b75f5931a27440 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 15.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 16.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 16.prefab new file mode 100644 index 0000000..ab3124c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 16.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84ec9d8613c379dea0b65c6fce54d41cf86ef56348fe0bb65487d4970eaae5a +size 591010 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 16.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 16.prefab.meta new file mode 100644 index 0000000..a112974 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 16.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f95ef7e849953e2428a605bb742e8b9e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 16.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 17.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 17.prefab new file mode 100644 index 0000000..badf1bd --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 17.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49febf81c80f6d8a94ffd2986715c8eb8a9be3056f8e8c8d4f0848750b0147f +size 590688 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 17.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 17.prefab.meta new file mode 100644 index 0000000..f3b9dd4 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 17.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 953acd63f3feb604da8867d4f55f7351 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 17.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 18.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 18.prefab new file mode 100644 index 0000000..c14a583 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 18.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe851c1b324fa7384aabf4cbb4604c5f45b6399c8217801f287f43c82b4df23a +size 706141 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 18.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 18.prefab.meta new file mode 100644 index 0000000..c1c4880 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 18.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: fcb7ef11e81f7264990b58f26051651b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 18.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 19.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 19.prefab new file mode 100644 index 0000000..e409839 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 19.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3598e73f17a6c2e36980a5b0577be45e0744c8969ee2b22ccdb9169ae9d49291 +size 945002 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 19.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 19.prefab.meta new file mode 100644 index 0000000..e63256f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 19.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e90b0a20dc997ef4c9e67b1c8b6db6c9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 19.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 2.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 2.prefab new file mode 100644 index 0000000..ead0b39 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae4fcd98b1892c9249e4e60c78bb42af3ef43c9160495c5d343efa6acfa7e51 +size 593774 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 2.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 2.prefab.meta new file mode 100644 index 0000000..78172a5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 2.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 01afa85b461d4dc49ba4530e39b61739 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 2.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 20.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 20.prefab new file mode 100644 index 0000000..45aff81 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 20.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d23f9502d94b7facf924864c8f22c5b788503af36c748a0678dc0565638449 +size 1065218 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 20.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 20.prefab.meta new file mode 100644 index 0000000..a418d78 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 20.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7e33fe33aff4f49449f51ed88f138e9c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 20.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 21.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 21.prefab new file mode 100644 index 0000000..3a7028c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 21.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee40c00debcbe20837ba08e533cc7868ab82ecaabc7aae0c6768cc9d72a5243f +size 951468 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 21.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 21.prefab.meta new file mode 100644 index 0000000..78d88ab --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 21.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7ca99df88fbdb8d4180250684a943ef5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 21.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 22.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 22.prefab new file mode 100644 index 0000000..3770baa --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 22.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d3ca744c9620fb95e211b78fce389764e2e99fa22d07eba71984678c111e6d +size 591129 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 22.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 22.prefab.meta new file mode 100644 index 0000000..e5a60f0 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 22.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c5a11cdca0c02ec46af89a4f25515b5f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 22.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 23.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 23.prefab new file mode 100644 index 0000000..bcd4bc2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 23.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36aeccd27f75cdb4aca09edae1260817861eec4e9519d662eefee40fc61ac45 +size 591125 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 23.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 23.prefab.meta new file mode 100644 index 0000000..3bfe553 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 23.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b44a4dd7ccb8bc24fb1e8e941eee8eac +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 23.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 24.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 24.prefab new file mode 100644 index 0000000..bbf2834 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 24.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc89746f894d14713f4150661983d13edfda98fbfb31f55937e5d5df36eb4dd +size 594040 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 24.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 24.prefab.meta new file mode 100644 index 0000000..44526e8 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 24.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5f609255c5be93c4a8f34b880b754eac +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 24.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 25.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 25.prefab new file mode 100644 index 0000000..5d67dec --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 25.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace127190d244a79c90915c6caa26f5344e9c09913318335d70cee35713e6312 +size 472763 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 25.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 25.prefab.meta new file mode 100644 index 0000000..05faf5d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 25.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 266bfc3979b19d3478e92304dab844d6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 25.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 3.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 3.prefab new file mode 100644 index 0000000..d807fc5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c61ef45804588845538d25194c3ce3bfc294b43c495463acc91deba98af880 +size 713342 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 3.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 3.prefab.meta new file mode 100644 index 0000000..06a037a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 3.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: df365974c854a33438e5aea62ca4b975 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 3.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 4.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 4.prefab new file mode 100644 index 0000000..208ddcf --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 4.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3707c10d3d92d9d2bdeac773f03c98cb9a51dc2a7f829c91cd8a149e686acdb +size 946095 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 4.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 4.prefab.meta new file mode 100644 index 0000000..bf778bd --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 4.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 983ffc7b1f02f0d46a330ab4d104d17d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 4.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 5.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 5.prefab new file mode 100644 index 0000000..bee6215 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 5.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d32490ea5b1fd3b09c66f0d0798508c36872a21d7c633355cfe4afb2a29377e +size 828048 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 5.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 5.prefab.meta new file mode 100644 index 0000000..29ab51a --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 5.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cab6c62da7f9f2840be63f9dd3c34637 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 5.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 6.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 6.prefab new file mode 100644 index 0000000..4188cb2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 6.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef066b4a3a02d1c0dfa1208dd1ba700ace3e168ff036c1c86e5d526dc89ad82 +size 590632 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 6.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 6.prefab.meta new file mode 100644 index 0000000..ce8e549 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 6.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4754d1c93d0ffde46a4b52472f289725 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 6.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 7.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 7.prefab new file mode 100644 index 0000000..7d70ef2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 7.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c8f11ea99e546ed936840f53c534f374806923a61c7f46e56a3f48f0c90000 +size 590492 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 7.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 7.prefab.meta new file mode 100644 index 0000000..398da28 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 7.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c8c637b8f0130b84b8e2d623d873832d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 7.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 8.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 8.prefab new file mode 100644 index 0000000..37dba02 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 8.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3649c39b131191cd356700b530ee142be1ebb4cb5b2598f5faf6b0b98485ec50 +size 472498 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 8.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 8.prefab.meta new file mode 100644 index 0000000..e71f496 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 8.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 245bf6b0acdf9474ca212c5a4f28b2ce +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 8.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 9.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 9.prefab new file mode 100644 index 0000000..3e0ce4e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 9.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8537b3e013b6b2d137ef1d6e114535f890d30e50e7810634a10f8a9bfe69cec +size 593446 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 9.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 9.prefab.meta new file mode 100644 index 0000000..1b94c04 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 9.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7bb551564a4a9a1498e0624fd34ce7d3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Hit 9.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 1 nature.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 1 nature.prefab new file mode 100644 index 0000000..714ecd5 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 1 nature.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73f3cb93cf1754acd79ec523393a895be1c4d72b3fbec5ab266e7d287430e05 +size 135063 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 1 nature.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 1 nature.prefab.meta new file mode 100644 index 0000000..26bb257 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 1 nature.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cf263124cbe15f448b6a2ec0ef11bd54 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 1 nature.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 10 acid.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 10 acid.prefab new file mode 100644 index 0000000..0e408df --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 10 acid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9caecd4198953edd695282bd6f55761523553cd2744d9e02accab63ecd90a3b4 +size 369088 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 10 acid.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 10 acid.prefab.meta new file mode 100644 index 0000000..03455cd --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 10 acid.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a2bb707ff0894c84a9aaf13738750da7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 10 acid.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 11 bubbles.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 11 bubbles.prefab new file mode 100644 index 0000000..9b9d06e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 11 bubbles.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344ee7d844e4e40de67e324816f1f25529579ec9837775f1708ed5edc64a8844 +size 368937 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 11 bubbles.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 11 bubbles.prefab.meta new file mode 100644 index 0000000..ca1cb12 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 11 bubbles.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 38744f2ff7648a24bbbc33d4a822cedd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 11 bubbles.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 12 cuts.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 12 cuts.prefab new file mode 100644 index 0000000..d3f32ea --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 12 cuts.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97aeedec1a1f65d6fe76dc4e9961003d542167dec12ca9265996548ca799450 +size 133064 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 12 cuts.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 12 cuts.prefab.meta new file mode 100644 index 0000000..4dc3a48 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 12 cuts.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e865b065887ee5742b7282a5ea6554ee +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 12 cuts.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 13 lightning.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 13 lightning.prefab new file mode 100644 index 0000000..e86f7dc --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 13 lightning.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c168bdf47da9fe5d0bccc20bd57957620ae3edc7309765f83f6b2c29ecd2307d +size 131997 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 13 lightning.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 13 lightning.prefab.meta new file mode 100644 index 0000000..6afde9f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 13 lightning.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e169186eaec8f4f41936afd7475bf028 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 13 lightning.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 14 water.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 14 water.prefab new file mode 100644 index 0000000..b9590a6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 14 water.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a3803c4c489dbfffd17ff675873599980a8c036917c1bfc1c91911f5d40215 +size 367558 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 14 water.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 14 water.prefab.meta new file mode 100644 index 0000000..8fc5188 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 14 water.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2920ebe7e4dba5242a404fa0fa7ab0ea +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 14 water.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 15 shuriken.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 15 shuriken.prefab new file mode 100644 index 0000000..54f2e2b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 15 shuriken.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c0d76b5f3018de739f553bed011641ebc0ce7dae2da7e65377b6410241b42b +size 484438 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 15 shuriken.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 15 shuriken.prefab.meta new file mode 100644 index 0000000..d9e8fb3 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 15 shuriken.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b243715daaaf5734aa6c9a6b66f975ca +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 15 shuriken.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 16 star.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 16 star.prefab new file mode 100644 index 0000000..76d71c3 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 16 star.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba3597cf1e1c058b8d2511d2ad33e42544a057bb353f2ef6ac09013b577a47c +size 369522 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 16 star.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 16 star.prefab.meta new file mode 100644 index 0000000..777022c --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 16 star.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6d48df3604929774e9bf283bd8925383 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 16 star.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 17 heal.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 17 heal.prefab new file mode 100644 index 0000000..364daa6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 17 heal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477a3e7b038c05543087300f04e70e2945c7d1315ca9d1c77ff902db866ee103 +size 365038 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 17 heal.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 17 heal.prefab.meta new file mode 100644 index 0000000..05b2a74 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 17 heal.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0b7612119761c5a4eaa8ece1bc379650 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 17 heal.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 18 arrow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 18 arrow.prefab new file mode 100644 index 0000000..fc37998 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 18 arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdd160db61f0ba6ac7ebb383a551d08f180db7b9692f59de598fec2f2a16c2a +size 133642 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 18 arrow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 18 arrow.prefab.meta new file mode 100644 index 0000000..ef9b335 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 18 arrow.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 05cdc8789d85bd6438550e0bfdaaa6d0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 18 arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 19 sun.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 19 sun.prefab new file mode 100644 index 0000000..d9693a3 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 19 sun.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe7dc7d65209cb4db88b40af3f9e5eab5937d358bee39562290605c2dd91a79 +size 954997 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 19 sun.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 19 sun.prefab.meta new file mode 100644 index 0000000..4bd86a3 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 19 sun.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5c16c201ada1f4a43965ab102abb63a9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 19 sun.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 2 bloow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 2 bloow.prefab new file mode 100644 index 0000000..7199c1d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 2 bloow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1653a2016bf2f3dec7979725520304497f4061f436141beb265a3d566c46246e +size 133183 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 2 bloow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 2 bloow.prefab.meta new file mode 100644 index 0000000..d75a8af --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 2 bloow.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 03621f138d83762479aab581dbbfb1e0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 2 bloow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 20 black.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 20 black.prefab new file mode 100644 index 0000000..01ff7d2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 20 black.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cede7e1d93a2cd0ed81c5784ef1698744fcc8b2e0352c7f7f6cf8b406caee0e5 +size 960518 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 20 black.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 20 black.prefab.meta new file mode 100644 index 0000000..6dce646 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 20 black.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c98ce42aa8b5fb64fa955a3b0924a0e6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 20 black.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 21 green.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 21 green.prefab new file mode 100644 index 0000000..c66bc82 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 21 green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abf3e98d0f2ad0dbae0333ff71de2f3726d830ebd24caec799171adc58a569b +size 728090 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 21 green.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 21 green.prefab.meta new file mode 100644 index 0000000..cf28a6e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 21 green.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cb9749d31a33c734f94f33df4f9e0c43 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 21 green.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 22 star sky.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 22 star sky.prefab new file mode 100644 index 0000000..35e9f7d --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 22 star sky.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000003057bf7055808a21211673093a297ca5c5cbd5b8549d2de12252c373417 +size 369468 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 22 star sky.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 22 star sky.prefab.meta new file mode 100644 index 0000000..213d37e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 22 star sky.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: d897177194c6ab1458b9a394743f3281 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 22 star + sky.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 23 green.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 23 green.prefab new file mode 100644 index 0000000..3d477a1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 23 green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e22c959a54f27324c8b186d486825f1dfba1ada984a631cd701f456c365a4c6 +size 608225 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 23 green.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 23 green.prefab.meta new file mode 100644 index 0000000..8b052a9 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 23 green.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2ee79234bfa1b9d439b54471865229bd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 23 green.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 24 honey.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 24 honey.prefab new file mode 100644 index 0000000..668e4b1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 24 honey.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624c3aaecc6add034c1a9d68d2a2256cc5d003ca80c562fcd9ad66fe79dc8a55 +size 250729 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 24 honey.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 24 honey.prefab.meta new file mode 100644 index 0000000..e7d81f1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 24 honey.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4f2c211b3d32c5f4fa7eb7687e824ca7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 24 honey.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 25 yellow.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 25 yellow.prefab new file mode 100644 index 0000000..b63e915 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 25 yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c44cc1a01d45397283a23463b4a680b1556b7914bcf64a9340256b54c3ee3c +size 130479 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 25 yellow.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 25 yellow.prefab.meta new file mode 100644 index 0000000..bbf861b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 25 yellow.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 59642d7f004183544a7459b8e63dcde9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 25 yellow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 3 electro.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 3 electro.prefab new file mode 100644 index 0000000..1950f59 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 3 electro.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee68f2fc30b67e510af955e1e87353cd075e8868229c5fc929340b941ee26d61 +size 133221 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 3 electro.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 3 electro.prefab.meta new file mode 100644 index 0000000..ccbcfd1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 3 electro.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: be48c8f83bb52bd46b29bca4d5ff7e60 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 3 electro.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 4 fire.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 4 fire.prefab new file mode 100644 index 0000000..7438f68 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 4 fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c97ef334f593ee3dcc02c3b012c024fb133b008e1adacab2d1890b023f0a2b4 +size 607682 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 4 fire.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 4 fire.prefab.meta new file mode 100644 index 0000000..813f7af --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 4 fire.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ea471fb16b008d44886490483edd9cee +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 4 fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 5 ice.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 5 ice.prefab new file mode 100644 index 0000000..bda90fa --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 5 ice.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea96e2495feb85e1c17ccf81b9a1cbdd458c06e90f7437e2f735c97ad6c1319c +size 604585 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 5 ice.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 5 ice.prefab.meta new file mode 100644 index 0000000..24c3e6e --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 5 ice.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f013a7465c9b4274bbd66d2ff9761187 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 5 ice.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 6 magic.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 6 magic.prefab new file mode 100644 index 0000000..e9b8b08 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 6 magic.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1d00c09ce52b56867dbf44ce881b2f67a25455cd9275bd4d7a7c69a7e6513c +size 251347 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 6 magic.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 6 magic.prefab.meta new file mode 100644 index 0000000..641b37f --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 6 magic.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2ad01737a079ffa4dba46f20712e5807 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 6 magic.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 7 wind.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 7 wind.prefab new file mode 100644 index 0000000..525075b --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 7 wind.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45994984d985953d5449c67a30cb71c7587c0f3bfde7010b969b02cfe8522d53 +size 369474 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 7 wind.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 7 wind.prefab.meta new file mode 100644 index 0000000..ca753cc --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 7 wind.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: fa331b8213914f44cab65156c1ba366e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 7 wind.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 8 energy.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 8 energy.prefab new file mode 100644 index 0000000..d6af4c1 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 8 energy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729bf89d59c071eaac93e2f2923fdbcf60387645c8782705cce8558945779252 +size 720887 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 8 energy.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 8 energy.prefab.meta new file mode 100644 index 0000000..017f5f2 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 8 energy.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 086dc56574de59f4986ce0d9344b1c91 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 8 energy.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 9 trails.prefab b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 9 trails.prefab new file mode 100644 index 0000000..757dd10 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 9 trails.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548a562c521c906c776d1a7314e5980e4b13224776692518b47ff1655cfdc525 +size 368524 diff --git a/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 9 trails.prefab.meta b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 9 trails.prefab.meta new file mode 100644 index 0000000..88c23c6 --- /dev/null +++ b/Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 9 trails.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: de79adfa69af17a4a8392603753976a1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/AAA Projectiles Vol 2/Prefabs/Projectile 9 trails.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles.meta b/Assets/Hovl Studio/HSFiles.meta new file mode 100644 index 0000000..bcf892a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8ab6279974137e14882ff83a7b60083b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/HSFiles/Animations.meta b/Assets/Hovl Studio/HSFiles/Animations.meta new file mode 100644 index 0000000..c23ee15 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9029c102e90b45545aeda7f9edf24bf0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/HSFiles/Animations/Shake.anim b/Assets/Hovl Studio/HSFiles/Animations/Shake.anim new file mode 100644 index 0000000..b69b876 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Animations/Shake.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eec53ec0b92fdf3f42eae2626eb14e5c6406ca1b1df659d952b1502e4a22071 +size 5048 diff --git a/Assets/Hovl Studio/HSFiles/Animations/Shake.anim.meta b/Assets/Hovl Studio/HSFiles/Animations/Shake.anim.meta new file mode 100644 index 0000000..2189f46 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Animations/Shake.anim.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c5667a58aeddeb64b92537173886fc86 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Animations/Shake.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Animations/Shake2.anim b/Assets/Hovl Studio/HSFiles/Animations/Shake2.anim new file mode 100644 index 0000000..004c795 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Animations/Shake2.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987e6d6dc59928e2f9730af5d8e7b3ac16614d45f093b0b1b0a0cce4ad4ea2e4 +size 5183 diff --git a/Assets/Hovl Studio/HSFiles/Animations/Shake2.anim.meta b/Assets/Hovl Studio/HSFiles/Animations/Shake2.anim.meta new file mode 100644 index 0000000..8b098f0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Animations/Shake2.anim.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 59d1e2183d75399418e25dd53904cf7a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Animations/Shake2.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials.meta b/Assets/Hovl Studio/HSFiles/Materials.meta new file mode 100644 index 0000000..9b2e845 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0f30d4d8a3e0dea478d1c9b6da8a946a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Additive.mat b/Assets/Hovl Studio/HSFiles/Materials/Additive.mat new file mode 100644 index 0000000..321dbb0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Additive.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6821526261662804756 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-2324414918811318106 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Additive + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 0.4 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5449384119443776951 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Additive.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Additive.mat.meta new file mode 100644 index 0000000..417924d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Additive.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 8f7260ae490a6f64e97398d880b66e55 +timeCreated: 1516381276 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Additive.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Arrow12bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Arrow12bcg.mat new file mode 100644 index 0000000..ca7bccb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Arrow12bcg.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Arrow12bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1b95337f9b698eb43b0d172be2f2b089, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2048391633832764141 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &3470046544279978462 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &3876846226367633925 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Arrow12bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Arrow12bcg.mat.meta new file mode 100644 index 0000000..542f236 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Arrow12bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0b29a2aa818672646999bdb3d5ff33d0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Arrow12bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Arrow3bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Arrow3bcg.mat new file mode 100644 index 0000000..9598d8c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Arrow3bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7128829851403415682 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-3955444610398417328 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1164518386970125093 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Arrow3bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3ac26915899365748b83c209f8c34e4e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 1.5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Arrow3bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Arrow3bcg.mat.meta new file mode 100644 index 0000000..e105c27 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Arrow3bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6e3575b5e481bdb459b64fc1c0f445be +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Arrow3bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Arrow5bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Arrow5bcg.mat new file mode 100644 index 0000000..74a138b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Arrow5bcg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Arrow5bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b6e024007817605439aba175cc8b3c1d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4200733597169299658 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &4859562137792540585 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &8812816844101794990 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Arrow5bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Arrow5bcg.mat.meta new file mode 100644 index 0000000..fc58412 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Arrow5bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 387b0f96f65ecca408bd6a3d87aa10f8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Arrow5bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Arrow6bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Arrow6bcg.mat new file mode 100644 index 0000000..cf7f402 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Arrow6bcg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4494024602528900863 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-4068830299731335699 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Arrow6bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b795ce77a23ce3a4e9af98d525b1b6b2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &249131632317391590 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Arrow6bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Arrow6bcg.mat.meta new file mode 100644 index 0000000..44c8f24 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Arrow6bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ed60593b91fad7941812dc8476fa8d7a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Arrow6bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Arrow7bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Arrow7bcg.mat new file mode 100644 index 0000000..a9d97dc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Arrow7bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7454010622944257316 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Arrow7bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1bc48ee228b847441b05919e71fa76ee, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3545106213561021927 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &5489052448002985811 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Arrow7bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Arrow7bcg.mat.meta new file mode 100644 index 0000000..d3e47f7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Arrow7bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9f786ae76c9c9754d927483cb4a005c9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Arrow7bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Arrow9.mat b/Assets/Hovl Studio/HSFiles/Materials/Arrow9.mat new file mode 100644 index 0000000..327b4dc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Arrow9.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7165549399648337781 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Arrow9 + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 66560b14690bf074a851d2160b57de07, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2858680024667632850 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &3421282590257701993 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Arrow9.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Arrow9.mat.meta new file mode 100644 index 0000000..dbf1c19 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Arrow9.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e4fc11a7fd6be5340b14c4f35c450dbb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Arrow9.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Aura16bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Aura16bcg.mat new file mode 100644 index 0000000..c5f8db9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Aura16bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-780320378453476687 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Aura16bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4cdecdfbc6f2fa34689b6691b5d55879, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2135639802261576278 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &8094297204883926064 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Aura16bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Aura16bcg.mat.meta new file mode 100644 index 0000000..7e5751c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Aura16bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2691ffe7852dfa44da20d9e0651e7327 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Aura16bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Aura1bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Aura1bcg.mat new file mode 100644 index 0000000..6a6d97c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Aura1bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3361146404111005773 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-604536441698880380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Aura1bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e86bc2e0c5e01014e852efc18115c1c9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &9040003247896771273 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Aura1bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Aura1bcg.mat.meta new file mode 100644 index 0000000..4ef146e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Aura1bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3baffbc67743eb948bc7c456ef0c618e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Aura1bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Aura2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Aura2bcg.mat new file mode 100644 index 0000000..d2d2b0e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Aura2bcg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9160155487311659404 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-2762615013198872700 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Aura2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 635ee845f398f1d41914db412e1c7c5a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5356865501536436052 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Aura2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Aura2bcg.mat.meta new file mode 100644 index 0000000..7b18bcc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Aura2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e89fb2c1c05f54e43880cdec12803d2e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Aura2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Aura3bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Aura3bcg.mat new file mode 100644 index 0000000..0de65a3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Aura3bcg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6750175321229577994 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-4041507579836386044 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-3247527838354547130 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Aura3bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 81d88dfb9ab714b44aa94f5b560ee3a6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Aura3bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Aura3bcg.mat.meta new file mode 100644 index 0000000..1560bf8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Aura3bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6527cb22ac047e141897b4ac1466e356 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Aura3bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Aura8bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Aura8bcg.mat new file mode 100644 index 0000000..1a6c07e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Aura8bcg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1336046206141575640 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-567130393671209160 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Aura8bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 9d0fd49146b46da4384d4bea925090f6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5848464004604003199 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Aura8bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Aura8bcg.mat.meta new file mode 100644 index 0000000..5de5be5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Aura8bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9fb4cbf2b460eb9429750f9a52ac15db +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Aura8bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Blend1dn.mat b/Assets/Hovl Studio/HSFiles/Materials/Blend1dn.mat new file mode 100644 index 0000000..1aea1b1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Blend1dn.mat @@ -0,0 +1,59 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Blend1dn + m_Shader: {fileID: 4800000, guid: 145bae762d8de8f4c8fb1b284128fae7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USETEXTURECOLOR_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Dissolvenoise: + m_Texture: {fileID: 2800000, guid: 04a40b50e9e63ed43af8af28f2ba4f86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureNoise: + m_Texture: {fileID: 2800000, guid: 04a40b50e9e63ed43af8af28f2ba4f86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Dissolve: 1 + - _InvFade: 3 + - _Opacity: 1 + - _ToggleSwitch0: 1 + - _Usedepth: 0 + - _Usetexturecolor: 1 + - _Usetexturedissolve: 0 + m_Colors: + - _Dissolvecolor: {r: 1, g: 1, b: 1, a: 1} + - _DissolvespeedXY: {r: 0, g: 0, b: 0, a: 0} + - _Maincolor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 1} + - _Noisecolor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 1} + - _NoisespeedXYEmissonZPowerW: {r: 0.1, g: 0.03, b: 8, a: 1} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/Blend1dn.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Blend1dn.mat.meta new file mode 100644 index 0000000..dfc1d56 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Blend1dn.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 60acdf83d01b5834aad4a40f939ba2e0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Blend1dn.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/BloodAnim2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/BloodAnim2bcg.mat new file mode 100644 index 0000000..1ceb49c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/BloodAnim2bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7840581766483618601 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: BloodAnim2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 5a21007430c9f004892bb490afeae44e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1889313571324666083 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &2683150403128545887 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/BloodAnim2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/BloodAnim2bcg.mat.meta new file mode 100644 index 0000000..039e624 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/BloodAnim2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 68fc11ebc80f16d4f8c9dd262d4d09f0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/BloodAnim2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Butterlfly1dn.mat b/Assets/Hovl Studio/HSFiles/Materials/Butterlfly1dn.mat new file mode 100644 index 0000000..fcb2ece --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Butterlfly1dn.mat @@ -0,0 +1,59 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Butterlfly1dn + m_Shader: {fileID: 4800000, guid: 145bae762d8de8f4c8fb1b284128fae7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USETEXTURECOLOR_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Dissolvenoise: + m_Texture: {fileID: 2800000, guid: 4726b69655d28bd42a240448b857959b, type: 3} + m_Scale: {x: 2, y: 2} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 2b91de72c54870a408f29aaed3395288, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureNoise: + m_Texture: {fileID: 2800000, guid: 2b91de72c54870a408f29aaed3395288, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Dissolve: 1 + - _InvFade: 3 + - _Opacity: 1 + - _ToggleSwitch0: 1 + - _Usedepth: 0 + - _Usetexturecolor: 1 + - _Usetexturedissolve: 0 + m_Colors: + - _Dissolvecolor: {r: 1, g: 1, b: 1, a: 1} + - _DissolvespeedXY: {r: 0, g: 0, b: 0, a: 0} + - _Maincolor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 1} + - _Noisecolor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 1} + - _NoisespeedXYEmissonZPowerW: {r: 0.1, g: 0.03, b: 8, a: 1} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/Butterlfly1dn.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Butterlfly1dn.mat.meta new file mode 100644 index 0000000..a8aa4d3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Butterlfly1dn.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9ce507835e7d6ca48b03711f59bfca54 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Butterlfly1dn.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle116cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Circle116cg.mat new file mode 100644 index 0000000..5319085 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle116cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5729512462149568013 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-2630486899548172295 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Circle116cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 2, y: 2} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e7061965d8dab6c4cb3d8b1e3a15784e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: e7061965d8dab6c4cb3d8b1e3a15784e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 1, g: 0, b: 0.02, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5789181255276349578 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle116cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Circle116cg.mat.meta new file mode 100644 index 0000000..ff9073e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle116cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0e1abc933455e0247ad2cd6ac9ba5da6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Circle116cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle17bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Circle17bcg.mat new file mode 100644 index 0000000..da0016f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle17bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1606193610915933902 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Circle17bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 6ab6673ffc36e0543bd310e5677e9031, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2308200379441358608 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &5910270762812986765 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle17bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Circle17bcg.mat.meta new file mode 100644 index 0000000..3a2cbee --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle17bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b7add115e5a6aae40bd59ed2ec669500 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Circle17bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle17cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Circle17cg.mat new file mode 100644 index 0000000..f96d3b3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle17cg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6229834861050048489 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Circle17cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 6ab6673ffc36e0543bd310e5677e9031, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1817224162181697705 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &4609974743349407184 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle17cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Circle17cg.mat.meta new file mode 100644 index 0000000..1fe3e84 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle17cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f75fa4eaa4fda8c4d91ab4fefcdb3d0c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Circle17cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle18cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Circle18cg.mat new file mode 100644 index 0000000..a33ccb5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle18cg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Circle18cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: aaab2c059dc876441ab6a1b07f6f8d21, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3676602203241736942 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &3680744061231766868 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &6617434103503969892 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle18cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Circle18cg.mat.meta new file mode 100644 index 0000000..2050e8c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle18cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: ca370df8d8c80334e91ddb011e79085a +timeCreated: 1515853027 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Circle18cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle38cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Circle38cg.mat new file mode 100644 index 0000000..1055d2c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle38cg.mat @@ -0,0 +1,247 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3091266309873680750 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-1852454839573562899 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Circle38cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4d41495f05e1e7a46b981c43293cb751, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _Distortionpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 0 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 2 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _Usedistortion: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6337334888220034416 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle38cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Circle38cg.mat.meta new file mode 100644 index 0000000..c7dd469 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle38cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4f7dde5d02427b947bd2d9aeff846594 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Circle38cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle41cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Circle41cg.mat new file mode 100644 index 0000000..b07c3e9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle41cg.mat @@ -0,0 +1,239 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8380090326600830609 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-2872781864104644936 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-1485323528560684965 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Circle41cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4e1d7245ae7321c4ba834b915eef99e0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 1eae6143ce30e2849b37136524e197f0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0.3, a: 0.5} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0.3, a: 0.5} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle41cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Circle41cg.mat.meta new file mode 100644 index 0000000..017966e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle41cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 54a6c1f6ac7494944a32a1d6fd599997 +timeCreated: 1513956464 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Circle41cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle8cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Circle8cg.mat new file mode 100644 index 0000000..ecba65b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle8cg.mat @@ -0,0 +1,242 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Circle8cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 7dcb8a9c3f171064387b66c3e553ab24, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2150203695890201952 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &4816882854094417817 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &5507033644354944907 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle8cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Circle8cg.mat.meta new file mode 100644 index 0000000..2316fcb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle8cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 2e554b9a8a972ba4fb64c5ce512230f7 +timeCreated: 1513956464 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Circle8cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle93bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Circle93bcg.mat new file mode 100644 index 0000000..eec5101 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle93bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6844997925591989235 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Circle93bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: c14031e1f141c0843974aaa329430627, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &715784542912481775 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &2149769021255990159 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle93bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Circle93bcg.mat.meta new file mode 100644 index 0000000..db979f6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle93bcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: c35849b19a7d3784eacccf927acdb67f +timeCreated: 1516211342 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Circle93bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle96cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Circle96cc.mat new file mode 100644 index 0000000..7fe6c8a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle96cc.mat @@ -0,0 +1,254 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6293592586693608803 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-2036578486249222088 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Circle96cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: 497f35906e684b0459b62e395f9be765, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 74ed93858b3298e4f93e6146b3ef490c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 3 + - _Fresnelscale: 3 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _Multiply_texture: 1 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureopacity: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _Use_fresnel: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 0 + - _Useonlycolor: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6777408035763438056 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle96cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Circle96cc.mat.meta new file mode 100644 index 0000000..5b2b1f2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle96cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ca93a53cd7329bf49b7145beee8e22a9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Circle96cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle98bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Circle98bcg.mat new file mode 100644 index 0000000..3eaf48e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle98bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2632846971964315270 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1177208042118580604 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Circle98bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: f4bc3932a71889641963036b884a1b12, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3227572697761790704 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Circle98bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Circle98bcg.mat.meta new file mode 100644 index 0000000..881bbb8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Circle98bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7116dbb1ed4d1124c8fd292aa0155c93 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Circle98bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow10cg.mat b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow10cg.mat new file mode 100644 index 0000000..44ca3e9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow10cg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6935693634076867084 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-2084320617708661940 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: CircleRainbow10cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 68be60b9f51e6b447a28cdb9af6a52cf, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &553003369493849818 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow10cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow10cg.mat.meta new file mode 100644 index 0000000..3e18c98 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow10cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f4205f7c8c8f91244b7d43f68308744a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/CircleRainbow10cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow11cg.mat b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow11cg.mat new file mode 100644 index 0000000..5e6a97b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow11cg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6242588455659113393 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: CircleRainbow11cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 247d486af215d2941851952d0eba53f0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4373871371319995681 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &4983192161865621935 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow11cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow11cg.mat.meta new file mode 100644 index 0000000..b91c884 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow11cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8cb3458e2f63df54dafcc544ba5527ab +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/CircleRainbow11cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow12cg.mat b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow12cg.mat new file mode 100644 index 0000000..900cbf8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow12cg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7105784282952596611 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-5055604372570256164 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-4466105242553464904 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: CircleRainbow12cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 56bb8caca77a67747a816c89c829c525, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow12cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow12cg.mat.meta new file mode 100644 index 0000000..2cb5ed9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow12cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 39b2c3c5402a2214dad68a8921e94e88 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/CircleRainbow12cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow15cg.mat b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow15cg.mat new file mode 100644 index 0000000..708cb20 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow15cg.mat @@ -0,0 +1,242 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2133847101289845354 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: CircleRainbow15cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 75a658e5f1bedfb43a2d73794c48f717, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2234057124315233419 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &2656324298229632646 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow15cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow15cg.mat.meta new file mode 100644 index 0000000..e0deb88 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow15cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ed1e93ed518d1ab43adb85e56c08f85b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/CircleRainbow15cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow17cg.mat b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow17cg.mat new file mode 100644 index 0000000..5240751 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow17cg.mat @@ -0,0 +1,252 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8883007263336156803 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: CircleRainbow17cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - SHADOWCASTER + - DepthOnly + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a1e504bdcaa805145b630c3ecbceeb74, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 1 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _EnvironmentReflections: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 4 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5469253535619966171 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6912420690294795721 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow17cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow17cg.mat.meta new file mode 100644 index 0000000..f986f2d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/CircleRainbow17cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cce55076227f0e44dbca59f18183a0e7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/CircleRainbow17cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Crater13bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Crater13bcg.mat new file mode 100644 index 0000000..7b7f37d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Crater13bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8920593716562536169 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-890573724919513795 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Crater13bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USECENTERGLOW_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 148e77af2f76b5d41a86eca8a24f38d0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 60d224affeaecf84ead5a8b24c6c9995, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 1 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5732658238518258209 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Crater13bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Crater13bcg.mat.meta new file mode 100644 index 0000000..54eca7c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Crater13bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6ef7edb52bed76543a4e879227a2e460 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Crater13bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Crater14bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Crater14bcg.mat new file mode 100644 index 0000000..ed78440 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Crater14bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5681876253164157055 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Crater14bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 2d9fddb91add42c41b130c8d6eabbec8, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1206022458466617889 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &5206408198691956886 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Crater14bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Crater14bcg.mat.meta new file mode 100644 index 0000000..74311c8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Crater14bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0b3b87181748ffc4f9b80c25a3b18d91 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Crater14bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Crater70bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Crater70bcg.mat new file mode 100644 index 0000000..7f85b25 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Crater70bcg.mat @@ -0,0 +1,191 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4434176080289935415 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Crater70bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 82fd9f665a1034a448a3fc35346e257f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3394436339031343314 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &5346453679132355323 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Crater70bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Crater70bcg.mat.meta new file mode 100644 index 0000000..defcc77 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Crater70bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: dd0d06dc94e2a5d459b973868633ea93 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Crater70bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Crater71bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Crater71bcg.mat new file mode 100644 index 0000000..6803612 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Crater71bcg.mat @@ -0,0 +1,191 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4434176080289935415 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Crater71bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 36d4c7d56a132284bb9afbb6897227de, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3394436339031343314 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &5346453679132355323 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Crater71bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Crater71bcg.mat.meta new file mode 100644 index 0000000..3fa35a6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Crater71bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 1c133c9be4778284c95414e4fab46bf8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Crater71bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Crater72bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Crater72bcg.mat new file mode 100644 index 0000000..3a68700 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Crater72bcg.mat @@ -0,0 +1,191 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4434176080289935415 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Crater72bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 98f64a90640ae1d4c85cafd757249bb6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3394436339031343314 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &5346453679132355323 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Crater72bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Crater72bcg.mat.meta new file mode 100644 index 0000000..d489099 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Crater72bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 937a4ebd3a08f3d46ba34526bc503aa7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Crater72bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Dagger2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Dagger2bcg.mat new file mode 100644 index 0000000..8e71954 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Dagger2bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2025245847728698120 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Dagger2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 577f7d7386a228f489ca3443dc8f3182, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 1.5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4494268912120109248 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &4719252331984885806 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Dagger2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Dagger2bcg.mat.meta new file mode 100644 index 0000000..49ceaa9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Dagger2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5f6167e3c98e43549b91f961beaab14c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Dagger2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Dagger4bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Dagger4bcg.mat new file mode 100644 index 0000000..5d1d000 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Dagger4bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6894967543955492971 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Dagger4bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 279536011dd80944b9543321b6bfdb8e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &191974620536136441 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &7776940362810422915 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Dagger4bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Dagger4bcg.mat.meta new file mode 100644 index 0000000..2e0a7c5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Dagger4bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 52b8f3bed01e81948bc4d449d98bc93b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Dagger4bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Debris2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Debris2bcg.mat new file mode 100644 index 0000000..cd66f54 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Debris2bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5672562694242519606 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-2731890299049528728 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Debris2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: c6fbbfdbb4d88e4458046eec6645c0d8, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1003178245126388946 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Debris2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Debris2bcg.mat.meta new file mode 100644 index 0000000..42a5389 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Debris2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f70cc5513449bfb4cb538cf5118a4189 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Debris2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Debris5bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Debris5bcg.mat new file mode 100644 index 0000000..64a1119 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Debris5bcg.mat @@ -0,0 +1,192 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Debris5bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: cd47eeac0bdeecb419fe23b47255372b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Debris5bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Debris5bcg.mat.meta new file mode 100644 index 0000000..55e3cd1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Debris5bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7e9654cf73442df4eb5cf8c26280c063 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Debris5bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/DirtBcg.mat b/Assets/Hovl Studio/HSFiles/Materials/DirtBcg.mat new file mode 100644 index 0000000..faafbf8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/DirtBcg.mat @@ -0,0 +1,263 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1887114216352274713 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: DirtBcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _EMISSION + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 6ec7de1e2d58baf45ac3071983c20993, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendOp: 0 + - _BumpScale: 1 + - _CameraFadingEnabled: 0 + - _CameraFarFadeDistance: 2 + - _CameraNearFadeDistance: 1 + - _CastShadows: 0 + - _ColorMode: 4 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 2 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DistortionBlend: 0 + - _DistortionEnabled: 0 + - _DistortionStrength: 1 + - _DistortionStrengthScaled: 0.1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EmissionEnabled: 0 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _FlipbookMode: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _LightingEnabled: 0 + - _MainTexUspeed: 0 + - _MainTexVspeed: 0 + - _Metallic: 0 + - _Mode: 6 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SoftParticlesEnabled: 1 + - _SoftParticlesFarFadeDistance: 0.2 + - _SoftParticlesNearFadeDistance: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _ColorAddSubDiff: {r: -1, g: 1, b: 0, a: 0} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SoftParticleFadeParams: {r: 0, g: 5, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &291243638403696194 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &6098009597749281417 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/DirtBcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/DirtBcg.mat.meta new file mode 100644 index 0000000..cf1b9ea --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/DirtBcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 07660251047e8e54ea928f013ff7799e +timeCreated: 1521296728 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/DirtBcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/DistortionCircle19.mat b/Assets/Hovl Studio/HSFiles/Materials/DistortionCircle19.mat new file mode 100644 index 0000000..e62d223 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/DistortionCircle19.mat @@ -0,0 +1,165 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8586791743622873596 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: DistortionCircle19 + m_Shader: {fileID: -6465566751694194690, guid: df628dd226338d7419358b8bff74bea2, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 2750 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _NormalMap: + m_Texture: {fileID: 2800000, guid: 35b32e8a0b24a3b4cb0ae232c4e6b17e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SampleTexture2D_22c872289a13451e9c4e27c4c4982fda_Texture_1_Texture2D: + m_Texture: {fileID: 2800000, guid: 7605196420d204945843c4c794c58361, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_QueueControl: 1 + - _BUILTIN_QueueOffset: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Distortionpower: 1000 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _Enablesimpleopacity: 0 + - _ExcludeFromTUAndAA: 0 + - _InvFade: 3 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &991120339097999144 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &3677809111802883127 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/DistortionCircle19.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/DistortionCircle19.mat.meta new file mode 100644 index 0000000..f07036e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/DistortionCircle19.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9cd104bba46bb4240b2f1eb5a9387c0d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/DistortionCircle19.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/DistortionSmoke18.mat b/Assets/Hovl Studio/HSFiles/Materials/DistortionSmoke18.mat new file mode 100644 index 0000000..ce79e3d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/DistortionSmoke18.mat @@ -0,0 +1,166 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4916447323458492084 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: DistortionSmoke18 + m_Shader: {fileID: -6465566751694194690, guid: df628dd226338d7419358b8bff74bea2, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 2750 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 2800000, guid: d41987c58aeb75e4997316f01db82a38, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_QueueControl: 1 + - _BUILTIN_QueueOffset: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Distortionpower: 50 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _Enablesimpleopacity: 0 + - _ExcludeFromTUAndAA: 0 + - _InvFade: 3 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8832033350953071023 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &8869470206811309220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/DistortionSmoke18.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/DistortionSmoke18.mat.meta new file mode 100644 index 0000000..a50476a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/DistortionSmoke18.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cdc183a9c59e5fc4787fab317e0d3297 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/DistortionSmoke18.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/DistortionTriangle.mat b/Assets/Hovl Studio/HSFiles/Materials/DistortionTriangle.mat new file mode 100644 index 0000000..43a4fff --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/DistortionTriangle.mat @@ -0,0 +1,159 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6713434226586656600 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: DistortionTriangle + m_Shader: {fileID: -6465566751694194690, guid: df628dd226338d7419358b8bff74bea2, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 2750 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _NormalMap: + m_Texture: {fileID: 2800000, guid: c79a3ad90ab09a344bdbea00ed78fe75, type: 3} + m_Scale: {x: 0.2, y: 0.2} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_QueueControl: 1 + - _BUILTIN_QueueOffset: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Distortionpower: 1000 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _Enablesimpleopacity: 0 + - _ExcludeFromTUAndAA: 0 + - _InvFade: 3 + - _OpaqueCullMode: 2 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1309311579229063616 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &8731722221960592959 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/DistortionTriangle.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/DistortionTriangle.mat.meta new file mode 100644 index 0000000..bf6bd5c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/DistortionTriangle.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0279a8df90cf691478b60d8abcd98ac1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/DistortionTriangle.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/DragonHead1ts.mat b/Assets/Hovl Studio/HSFiles/Materials/DragonHead1ts.mat new file mode 100644 index 0000000..3c2a575 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/DragonHead1ts.mat @@ -0,0 +1,251 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3866364249281360708 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: DragonHead1ts + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + - _USEFRESNEL_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 81a573845f9c862459bae3187d3c7388, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: e42e96085de5f264b9d2c18443664cc1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 74ed93858b3298e4f93e6146b3ef490c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2.2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 1 + - _FresnelEmission: 2 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 1 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 1 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 0.8396226, g: 0.52777416, b: 0.33664113, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 0.636628, b: 0.41037738, a: 1} + - _FrontFacesColor: {r: 0.8584906, g: 0.3164632, b: 0, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4255063652211206486 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6241053096163675177 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/DragonHead1ts.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/DragonHead1ts.mat.meta new file mode 100644 index 0000000..a704563 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/DragonHead1ts.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: dd19e1cff6a8f1a448924a373d58c797 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/DragonHead1ts.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Dust2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Dust2bcg.mat new file mode 100644 index 0000000..fd30f56 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Dust2bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6373488930311415637 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-4191126714018208336 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Dust2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ed88f036f462da241899fa39a14637ac, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4728632438995800482 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Dust2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Dust2bcg.mat.meta new file mode 100644 index 0000000..b4aea68 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Dust2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4c9e0f7f89fdae149a44924c687eb7f7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Dust2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Dust2cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Dust2cg.mat new file mode 100644 index 0000000..47c322f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Dust2cg.mat @@ -0,0 +1,239 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Dust2cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ed88f036f462da241899fa39a14637ac, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2435479762296689672 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &2792578963036676175 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &3531035306166483002 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Dust2cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Dust2cg.mat.meta new file mode 100644 index 0000000..b30b51f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Dust2cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9d1a74b637073964d95ae68e61ecc88a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Dust2cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Electricity1be.mat b/Assets/Hovl Studio/HSFiles/Materials/Electricity1be.mat new file mode 100644 index 0000000..6074a52 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Electricity1be.mat @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Electricity1be + m_Shader: {fileID: 4800000, guid: 86b3f0465bcb0c941893722f46ef6eeb, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USEDEPTH_ON + m_LightmapFlags: 1 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 28c7aad1372ff114b90d330f8a2dd938, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: e199ee8112362864f831425463b09fda, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 9837737d0a9fbec4bb2dcfc7ad0d6e9a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _node_1096: + m_Texture: {fileID: 2800000, guid: 59d64a7b8ef69994a902cc816532ca47, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _node_6645: + m_Texture: {fileID: 2800000, guid: 28c7aad1372ff114b90d330f8a2dd938, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _2Uspeed: -0.2 + - _2Vspeed: -0.05 + - _BumpScale: 1 + - _CullMode: 2 + - _Cutoff: 0.5 + - _Cutted: 0 + - _Cutvalue: 0.8 + - _Depth: 0.15 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Dissolveamount: 0.407 + - _DstBlend: 0 + - _Emission: 3 + - _Fresnel: 0.3 + - _Fresnelpower: 2 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Lightninigstrench: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _Parallax: 0.02 + - _Posterize: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Steps: 3 + - _UVSec: 0 + - _Usedepth: 1 + - _Uspeed: 0.189 + - _Vspeed: 0.225 + - _fgsg: 1 + - _node_7089: 0.6 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _MainColor: {r: 0.4852941, g: 0.5101419, b: 1, a: 1} + - _RemapXYFresnelZ: {r: -6, g: 6, b: 0.4, a: 0} + - _RemapXYFresnelZW: {r: -10, g: 10, b: 1, a: 3} + - _Speed: {r: 0.189, g: 0.225, b: 0.2, a: -0.05} + - _node_5068: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/Electricity1be.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Electricity1be.mat.meta new file mode 100644 index 0000000..d394af8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Electricity1be.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c82c529f088cef640b1944f91e09ca72 +timeCreated: 1503330524 +licenseType: Store +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Electricity1be.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Electricity2be.mat b/Assets/Hovl Studio/HSFiles/Materials/Electricity2be.mat new file mode 100644 index 0000000..3621099 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Electricity2be.mat @@ -0,0 +1,73 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Electricity2be + m_Shader: {fileID: 4800000, guid: 86b3f0465bcb0c941893722f46ef6eeb, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USEDEPTH_ON + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 2800000, guid: 28c7aad1372ff114b90d330f8a2dd938, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: e199ee8112362864f831425463b09fda, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 9837737d0a9fbec4bb2dcfc7ad0d6e9a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _node_1096: + m_Texture: {fileID: 2800000, guid: 59d64a7b8ef69994a902cc816532ca47, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _node_6645: + m_Texture: {fileID: 2800000, guid: 28c7aad1372ff114b90d330f8a2dd938, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _2Uspeed: -0.2 + - _2Vspeed: -0.05 + - _CullMode: 2 + - _Cutoff: 0.5 + - _Cutted: 1 + - _Cutvalue: 0.5 + - _Depth: 0.2 + - _Depthpower: 1 + - _Dissolveamount: 0.57 + - _Emission: 2 + - _Fresnel: 0.41 + - _Lightninigstrench: 1 + - _Opacity: 1 + - _Posterize: 0 + - _Steps: 2 + - _Usedepth: 1 + - _Uspeed: 0.189 + - _Vspeed: 0.225 + - _fgsg: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _MainColor: {r: 0.3897059, g: 0.4191683, b: 1, a: 1} + - _RemapXYFresnelZW: {r: -0.5, g: 2, b: 0, a: 1} + - _Speed: {r: 0.189, g: 0.225, b: -0.2, a: -0.05} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/Electricity2be.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Electricity2be.mat.meta new file mode 100644 index 0000000..9d98543 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Electricity2be.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c5c586ae260ffaf4aad3e21714c0ae01 +timeCreated: 1510058208 +licenseType: Store +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Electricity2be.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/EmberExpl2a.mat b/Assets/Hovl Studio/HSFiles/Materials/EmberExpl2a.mat new file mode 100644 index 0000000..2329f62 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/EmberExpl2a.mat @@ -0,0 +1,218 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8498917323082695072 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-6397668030857053941 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: EmberExpl2a + m_Shader: {fileID: -6465566751694194690, guid: 94156f61f72b54f408d7f9bfb9547503, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _56: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 98de86e3b1f14e548834e885caf558f5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MotionVector: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 6c30e7fd3707abd46b699f0cdaf6086d, type: 3} + m_Scale: {x: 8, y: 8} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureSample1: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _FinalEmission: 2 + - _InvFade: 1 + - _MotionAmount: 0.001 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _GlowColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedXYNoisepowerZGlowpowerW: {r: 0.314, g: 0.427, b: 0.002, a: 4} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TilingXY: {r: 8, g: 8, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2608732292857186006 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/EmberExpl2a.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/EmberExpl2a.mat.meta new file mode 100644 index 0000000..c1cedf1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/EmberExpl2a.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a160ecee5e7c7c046a6cccb9f8000ea3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/EmberExpl2a.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Explosion2bBcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Explosion2bBcg.mat new file mode 100644 index 0000000..ba8afbc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Explosion2bBcg.mat @@ -0,0 +1,212 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Explosion2bBcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 8569d156bb6f7184cab803d4366421a3, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1432608032760092240 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &6364840228553468032 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6560729190125591330 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Explosion2bBcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Explosion2bBcg.mat.meta new file mode 100644 index 0000000..519e6dd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Explosion2bBcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 099e04e133e543b4fbc3366983ee58e6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Explosion2bBcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fire17cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Fire17cc.mat new file mode 100644 index 0000000..2d323ce --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fire17cc.mat @@ -0,0 +1,190 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-4790939073081297420 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Fire17cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: c5a00bc0b3d9f4c469715743e69e6a5c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4726b69655d28bd42a240448b857959b, type: 3} + m_Scale: {x: 0.7, y: 0.7} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 1 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0.9, a: 0.5} + - _Speed_Main_XY_Color_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fire17cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Fire17cc.mat.meta new file mode 100644 index 0000000..0fdba05 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fire17cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9261f070b78f1904d95bfa6fc9680f3c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Fire17cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fire3bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Fire3bcg.mat new file mode 100644 index 0000000..ce4bd0f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fire3bcg.mat @@ -0,0 +1,243 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6977964322894286138 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-2171373718460337211 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Fire3bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b11d12906f2ce394e9f3eb695a5bf37a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 8 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 1 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0.22, a: 0.34} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0.22, a: 0.34} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3576428338368494741 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fire3bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Fire3bcg.mat.meta new file mode 100644 index 0000000..ca66d4a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fire3bcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: e4621b6df0d1a5640b9d48cd87e8f050 +timeCreated: 1519560674 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Fire3bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/FireExpl5bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/FireExpl5bcg.mat new file mode 100644 index 0000000..cef9e27 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/FireExpl5bcg.mat @@ -0,0 +1,192 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5455248162117792539 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-272210447321270412 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: FireExpl5bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: 24d73a0978aa8264d8d2eafb48f370bb, type: 3} + m_Scale: {x: 8, y: 8} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: f9359232bd77923418c386a04a4759a5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 8, y: 8} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0.1, g: 0.07, b: 0.01, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0.1, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3369201805767186474 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/FireExpl5bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/FireExpl5bcg.mat.meta new file mode 100644 index 0000000..940bf25 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/FireExpl5bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f0b7ec3eb31fac74293da095743cfa9f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/FireExpl5bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fireball1bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Fireball1bcg.mat new file mode 100644 index 0000000..d789212 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fireball1bcg.mat @@ -0,0 +1,192 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7252412785764383887 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-721603662621907581 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Fireball1bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 5ac8617986f6cd74cbb65d61d656595c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8829065163597639767 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fireball1bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Fireball1bcg.mat.meta new file mode 100644 index 0000000..d5a277a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fireball1bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 83254e9be0a07454e9acfa12dbe4e9ba +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Fireball1bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare10cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare10cg.mat new file mode 100644 index 0000000..02dd84a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare10cg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1042183455187888626 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare10cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 5f4ddc499b4cc394aa27fb95c37b1ff5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &7027965596442124611 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &8755283340798250441 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare10cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare10cg.mat.meta new file mode 100644 index 0000000..9230980 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare10cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0bb7355b2f5f8bd4c9d15d147091415e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare10cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare14bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare14bcg.mat new file mode 100644 index 0000000..9f556bc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare14bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5094315281295126498 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare14bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 62f42cf95c5d20e43aed2ee326e4871b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5858693831280300732 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &7617951482774227685 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare14bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare14bcg.mat.meta new file mode 100644 index 0000000..8871bd9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare14bcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 34c5239a4f90eca449aff00cd7ef6372 +timeCreated: 1519163785 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare14bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare14cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare14cg.mat new file mode 100644 index 0000000..9c97f5d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare14cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4756481869445530015 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare14cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 62f42cf95c5d20e43aed2ee326e4871b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5357164412580223453 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &6650141897056899463 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare14cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare14cg.mat.meta new file mode 100644 index 0000000..be86c14 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare14cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: d89326cbc425f694dafcf57a0caf2da6 +timeCreated: 1519163785 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare14cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare15bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare15bcg.mat new file mode 100644 index 0000000..adf738b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare15bcg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9014056627453183021 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-2146076256594238456 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare15bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 8701afd3c077c224aaed7725edcddc6e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3642061622189309775 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare15bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare15bcg.mat.meta new file mode 100644 index 0000000..0f19b28 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare15bcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 02ce3341d84a63a4b9d21491b120dd84 +timeCreated: 1519163785 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare15bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare17bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare17bcg.mat new file mode 100644 index 0000000..ee06879 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare17bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6689148953398882123 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-2321934355834186561 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare17bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a22f92ef9cb68074587b7fb6111a2856, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3239593307342439927 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare17bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare17bcg.mat.meta new file mode 100644 index 0000000..ae459fd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare17bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c95a4f2f3beafef4a8cd1750c8a53e43 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare17bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare19bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare19bcg.mat new file mode 100644 index 0000000..022fb94 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare19bcg.mat @@ -0,0 +1,234 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6510545755920599645 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-2256242705081679696 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare19bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 2eb05d7d03baa634c9d38dfbb3a6fa81, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2668559281306131247 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare19bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare19bcg.mat.meta new file mode 100644 index 0000000..66af074 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare19bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ac5c393669e303c4585ff5a1e917fac2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare19bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare20cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare20cg.mat new file mode 100644 index 0000000..f076246 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare20cg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5705148798897786097 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare20cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: af51dcf70c519b54fb56660a819fb1c3, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6036967094876405249 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &6709929130112761057 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare20cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare20cg.mat.meta new file mode 100644 index 0000000..2aac7b3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare20cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a0be072ef4b3b424d8c3681767cb617d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare20cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare21bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare21bcg.mat new file mode 100644 index 0000000..21ad605 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare21bcg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1243512632289341697 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare21bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 947fe6f544d82394db98003a81460397, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _DstMode: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2647489189294369196 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &5727571780294815825 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare21bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare21bcg.mat.meta new file mode 100644 index 0000000..a806331 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare21bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0847e1137284fba48a169ca162e08038 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare21bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare21cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare21cg.mat new file mode 100644 index 0000000..9fc06f2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare21cg.mat @@ -0,0 +1,246 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7474585123589342750 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-4099056404408473463 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1130574751529592274 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare21cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 947fe6f544d82394db98003a81460397, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 3 + - _Fresnelscale: 3 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _Multiply_texture: 1 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureopacity: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _Useonlycolor: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare21cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare21cg.mat.meta new file mode 100644 index 0000000..99ca822 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare21cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ac39884ca65698c46ab28cb5f1445d69 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare21cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare23cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare23cg.mat new file mode 100644 index 0000000..2b47b47 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare23cg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8298910123742560520 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-3455945820902237032 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare23cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 46894fcb257dfd0429be473345b4a6c5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1801792031506221349 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare23cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare23cg.mat.meta new file mode 100644 index 0000000..705e85f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare23cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5c1cf2dbdb638664bb74459f28170f62 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare23cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare2cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare2cg.mat new file mode 100644 index 0000000..6664b87 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare2cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-559980419253358471 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-403753574023899477 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-347979341070914888 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare2cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 377f73880c6a5044aa97ceeeedb8ad2d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: e199ee8112362864f831425463b09fda, type: 3} + m_Scale: {x: 2, y: 2} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 7 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 2, a: 3} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 2, a: 3} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare2cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare2cg.mat.meta new file mode 100644 index 0000000..b77a7ec --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare2cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 72da916cf60fb554c9ca50a281f0494b +timeCreated: 1518100810 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare2cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare32cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare32cg.mat new file mode 100644 index 0000000..f5da051 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare32cg.mat @@ -0,0 +1,192 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7747484620681284455 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare32cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e76e831c32ce9504f9d2004558d12ff7, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5649353226114448094 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &8876970636787790639 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare32cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare32cg.mat.meta new file mode 100644 index 0000000..45c2326 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare32cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e2d6d3f59006ecf45b9377d98a604a17 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare32cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare34bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare34bcg.mat new file mode 100644 index 0000000..9cf889c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare34bcg.mat @@ -0,0 +1,192 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare34bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 5bdcef27c0b448441b1a5a35603d44b2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare34bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare34bcg.mat.meta new file mode 100644 index 0000000..bb41c1e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare34bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: aff09c6cc191f0743806a520d20f421a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare34bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare35cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare35cc.mat new file mode 100644 index 0000000..d719c36 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare35cc.mat @@ -0,0 +1,188 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare35cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: 0165af80307bc824182c21eb3d98343b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4e3951c538fc8a647a4a10a99b480987, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &9171392539306175472 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare35cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare35cc.mat.meta new file mode 100644 index 0000000..54fb231 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare35cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 20f3a26842ac1714f804282e4d78b4a3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare35cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare36bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare36bcg.mat new file mode 100644 index 0000000..c8f8e42 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare36bcg.mat @@ -0,0 +1,193 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare36bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e513ac9b221d07643854e18d678bef75, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _Boolean: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare36bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare36bcg.mat.meta new file mode 100644 index 0000000..3eb521c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare36bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 483c72a44419a414283911006ec7bdf3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare36bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare3cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare3cg.mat new file mode 100644 index 0000000..8ee94df --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare3cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2496531983965363949 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare3cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 078c04d2e791c3c4191403a4cbf7bc22, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &659425504739156769 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &3344080154636567755 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare3cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare3cg.mat.meta new file mode 100644 index 0000000..00093cc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare3cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: a5058d915be7b8c4b874a6d45c51d72b +timeCreated: 1518098687 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare3cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare4cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare4cg.mat new file mode 100644 index 0000000..8f0a1f0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare4cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare4cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: fe05455264c0eda4dabeb02e41d98557, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2127822613592251255 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &2431014243053960379 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &7949666292864734705 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare4cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare4cg.mat.meta new file mode 100644 index 0000000..1f762d8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare4cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 8a6e728ea97b2bf4399f7190a57a3735 +timeCreated: 1518101835 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare4cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare6cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flare6cg.mat new file mode 100644 index 0000000..4150671 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare6cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7131123556943293410 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flare6cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: fb60f4826d03c644c80d10aace44bfcb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &552950456916016907 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &8527911189894360243 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flare6cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flare6cg.mat.meta new file mode 100644 index 0000000..b9be267 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flare6cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 82f16bfe1d124c54e877ead985da0dc0 +timeCreated: 1516211342 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flare6cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/FlareFX1.mat b/Assets/Hovl Studio/HSFiles/Materials/FlareFX1.mat new file mode 100644 index 0000000..ddb768a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/FlareFX1.mat @@ -0,0 +1,149 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4919048120887075896 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-4842484815847236751 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1494428252074490951 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: FlareFX1 + m_Shader: {fileID: -6465566751694194690, guid: db2a156f3569986498c4f882924e97d7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Noise: + m_Texture: {fileID: 2800000, guid: 153336efa67e7624a829dc79fe7f336e, type: 3} + m_Scale: {x: 1, y: 1.5} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BlendMode: 0 + - _ConservativeDepthOffsetEnable: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _Emission: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Multiply: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Power: 1 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usedepth: 1 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Noise_speed_XY: {r: 0.1, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/FlareFX1.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/FlareFX1.mat.meta new file mode 100644 index 0000000..0cdbbb0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/FlareFX1.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6a4da5a0dc725034c9192bb311e55f3b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/FlareFX1.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash18cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash18cg.mat new file mode 100644 index 0000000..8c66f70 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash18cg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6495883087842513861 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-2222338762119983388 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash18cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 81916edcbeb08d545ac57cd728c871a7, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1743670134481414908 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash18cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash18cg.mat.meta new file mode 100644 index 0000000..b410a63 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash18cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a365f93e2a7c5884c8445913051f42d0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash18cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash1cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash1cg.mat new file mode 100644 index 0000000..38d9ced --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash1cg.mat @@ -0,0 +1,239 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3736496050025450551 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash1cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: c3f81953d6f8f3644a53caa6bc38b630, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1543109885214075535 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &3840215727279174644 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash1cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash1cg.mat.meta new file mode 100644 index 0000000..5a70e11 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash1cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 49e8fa54d8b5d394d98a037964663ce5 +timeCreated: 1515856580 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash1cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash21bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash21bcg.mat new file mode 100644 index 0000000..a1391cd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash21bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3794207670794811626 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-3499834977497308384 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash21bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 6c6076316faf3ec48b1600130510cc09, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8352863379925410461 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash21bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash21bcg.mat.meta new file mode 100644 index 0000000..5f22724 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash21bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7dad299f9caed054ea10097fd11f0a54 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash21bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash21cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash21cg.mat new file mode 100644 index 0000000..1b3d4db --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash21cg.mat @@ -0,0 +1,239 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7018898402123355084 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-6222334807546258357 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash21cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 6c6076316faf3ec48b1600130510cc09, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3508339788682196648 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash21cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash21cg.mat.meta new file mode 100644 index 0000000..aff38fd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash21cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 14b26389eb7f9f64e91d096f23c8ad2c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash21cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash23cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash23cg.mat new file mode 100644 index 0000000..c876b6b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash23cg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8496228493636470190 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-645163768915366617 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash23cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e8e7032ad5b1f6a429eb2632a11b0d5e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1012749676182528630 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash23cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash23cg.mat.meta new file mode 100644 index 0000000..fa75a86 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash23cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 128b44053f53b27459185963220cecd7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash23cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash30bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash30bcg.mat new file mode 100644 index 0000000..e4301a0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash30bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8450347977161238351 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-3971115185274433275 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-2172768692876275544 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash30bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1308c9c52517e324bade2e62e31ac124, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash30bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash30bcg.mat.meta new file mode 100644 index 0000000..4e248d8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash30bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 58caa2f7da28dac4a8fb1d16d377313a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash30bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash31bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash31bcg.mat new file mode 100644 index 0000000..18d5cbd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash31bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5993731935609645596 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-4419484819342442267 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-2623534803538544707 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash31bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 5bbdafca0dc4e1e43aed87a64e12484e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash31bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash31bcg.mat.meta new file mode 100644 index 0000000..de2b075 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash31bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b2bcced4c3bf44b4387e9681e8e9dce0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash31bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash33cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash33cg.mat new file mode 100644 index 0000000..2b31844 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash33cg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5166941056189988726 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-759119877871838667 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash33cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: bba5a7bfbd1ea614d96edf1addc11ee4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &129879168387344652 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash33cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash33cg.mat.meta new file mode 100644 index 0000000..9bb14de --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash33cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 11390ab8a8dd6024497b9ff5ba722ce2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash33cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash34bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash34bcg.mat new file mode 100644 index 0000000..1b5e04e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash34bcg.mat @@ -0,0 +1,234 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7533177750448102560 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-126739430288273037 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash34bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 8086ba3c1fd0f4040af60d27c82edbb5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3676857769711149967 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash34bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash34bcg.mat.meta new file mode 100644 index 0000000..447e8ab --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash34bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7ff6ed2afc2559d4486ef213bc5fbe65 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash34bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash35bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash35bcg.mat new file mode 100644 index 0000000..617771f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash35bcg.mat @@ -0,0 +1,190 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9215026648083657342 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-2788914761720541540 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash35bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1b58656efa534c14fb89747b0629d213, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2541936486845075956 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash35bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash35bcg.mat.meta new file mode 100644 index 0000000..b70655c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash35bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ebb5d97da5169794fbe642ddb7036362 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash35bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash36cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash36cg.mat new file mode 100644 index 0000000..69352fb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash36cg.mat @@ -0,0 +1,191 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5305352296354239230 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash36cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1cee761e0c1bb424ebd4139d265a1032, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &961631289003298018 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &8527785799783651697 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash36cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash36cg.mat.meta new file mode 100644 index 0000000..48aec70 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash36cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 914620f41788cf349884f9cee0807896 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash36cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash38cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash38cc.mat new file mode 100644 index 0000000..5ed1ab3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash38cc.mat @@ -0,0 +1,180 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9158909232020881147 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash38cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b49687c3cb7b9634398cc5dfaf1e14aa, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &7840952851675720163 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash38cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash38cc.mat.meta new file mode 100644 index 0000000..93283b4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash38cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f4151dba43ec3df41928e061abfb73f5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash38cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash39cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash39cc.mat new file mode 100644 index 0000000..2a5e2d8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash39cc.mat @@ -0,0 +1,180 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-6114784036941830657 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash39cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 0d0044b0b4deb4f40829355229dd2499, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &387558356112726852 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash39cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash39cc.mat.meta new file mode 100644 index 0000000..fefb9fb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash39cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 60d059acbbac35b4e9d71c712b4aff02 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash39cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash3cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash3cg.mat new file mode 100644 index 0000000..dc72e51 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash3cg.mat @@ -0,0 +1,239 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8356755036378133084 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash3cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 0ce86839734cb09488155f80acfb8eee, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &443150393387522593 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &477759788581355035 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash3cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash3cg.mat.meta new file mode 100644 index 0000000..a641294 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash3cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 2f061e69d76c79748883dd593a7e74c8 +timeCreated: 1518099442 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash3cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash40cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash40cc.mat new file mode 100644 index 0000000..c70b335 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash40cc.mat @@ -0,0 +1,180 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-5662818866597326414 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-4379660734934961367 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash40cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 986fe2d1a872c4948bf719974d9d861d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash40cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash40cc.mat.meta new file mode 100644 index 0000000..35593e8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash40cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 68cd39d1d5c32eb4ab00f5f1a3f53d76 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash40cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash41cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash41cc.mat new file mode 100644 index 0000000..288117f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash41cc.mat @@ -0,0 +1,180 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash41cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4449161b0649e2e4182cc80b495a2b80, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2626789349636540515 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &3895549718362535746 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash41cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash41cc.mat.meta new file mode 100644 index 0000000..f69f98a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash41cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8a5cd916a44affc43b5591b43edaa725 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash41cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash42cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash42cc.mat new file mode 100644 index 0000000..4d4b194 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash42cc.mat @@ -0,0 +1,181 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-6983736307707641753 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-5662818866597326414 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash42cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _RECEIVE_SHADOWS_OFF + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ca765d99e6475244d9dac050944a2248, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash42cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash42cc.mat.meta new file mode 100644 index 0000000..0d7e566 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash42cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b40857fa8534b1045b434c370f38b387 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash42cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash43cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash43cc.mat new file mode 100644 index 0000000..18f556f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash43cc.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-5383199588639883156 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash43cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: fca3a6791bef3c04ebdf664504cea413, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3584f2bf4afb5284d91edb6a29126e62, type: 3} + m_Scale: {x: 0.5, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash43cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash43cc.mat.meta new file mode 100644 index 0000000..8cad0fd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash43cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c42ce61461b0ade41b234fcb62350406 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash43cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash44cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash44cc.mat new file mode 100644 index 0000000..71ce69a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash44cc.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash44cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: f7ef31c04b058234094d440bf95b4711, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4e3951c538fc8a647a4a10a99b480987, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3032802212088073336 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash44cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash44cc.mat.meta new file mode 100644 index 0000000..2c1d949 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash44cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: edfa3925e61676e4c99e5cc3974a585b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash44cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash45cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash45cc.mat new file mode 100644 index 0000000..ab22413 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash45cc.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash45cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: 0ffc9214542d33744b70e91c979c66fe, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3584f2bf4afb5284d91edb6a29126e62, type: 3} + m_Scale: {x: 0.7, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3501791676357989121 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash45cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash45cc.mat.meta new file mode 100644 index 0000000..3a63860 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash45cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f7731c56f3feb494db22d2b54c49f3be +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash45cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash5cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash5cg.mat new file mode 100644 index 0000000..e0583aa --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash5cg.mat @@ -0,0 +1,239 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-402880890387260186 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash5cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4923584ea5d520e488b2e00a9b337928, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 2.5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5900327991758842198 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &8619637865140399061 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash5cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash5cg.mat.meta new file mode 100644 index 0000000..826173a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash5cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b06a8413ee6144f4a86d2863fe55ea4a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash5cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash7bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Flash7bcg.mat new file mode 100644 index 0000000..8e56ece --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash7bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4876373916015246818 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1210542644515770143 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Flash7bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: bec5c7c44540e99458f061f069c981a8, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &9021517050656913517 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Flash7bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Flash7bcg.mat.meta new file mode 100644 index 0000000..e79cd23 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Flash7bcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 72e41a54155def64eaed7ce14a43d450 +timeCreated: 1515852635 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Flash7bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/FlashGroundCG.mat b/Assets/Hovl Studio/HSFiles/Materials/FlashGroundCG.mat new file mode 100644 index 0000000..81e5a21 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/FlashGroundCG.mat @@ -0,0 +1,247 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2252116656831775792 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: FlashGroundCG + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 60d224affeaecf84ead5a8b24c6c9995, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.7 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 0 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TilingMainTexUVNoiseZW: {r: 1, g: 1, b: 1, a: 1} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &896521823390385307 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &1556440580306998281 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/FlashGroundCG.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/FlashGroundCG.mat.meta new file mode 100644 index 0000000..30711af --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/FlashGroundCG.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: d5dfb7b499f5de840871d37b9f54d073 +timeCreated: 1523528882 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/FlashGroundCG.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Floor1lf.mat b/Assets/Hovl Studio/HSFiles/Materials/Floor1lf.mat new file mode 100644 index 0000000..9705a8b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Floor1lf.mat @@ -0,0 +1,206 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7720529830996880317 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-7480980264468385884 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Floor1lf + m_Shader: {fileID: -6465566751694194690, guid: 04a157cda4db57f45a293a0d2991b21d, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Opaque + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - RayTracingPrepass + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Albedo: + m_Texture: {fileID: 2800000, guid: 1b13dc101cf2ac7418019fd776161658, type: 3} + m_Scale: {x: 4, y: 4} + m_Offset: {x: 0, y: 0} + - _AmbientOcclusion: + m_Texture: {fileID: 0} + m_Scale: {x: 4, y: 4} + m_Offset: {x: 0, y: 0} + - _Emission: + m_Texture: {fileID: 0} + m_Scale: {x: 4, y: 4} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 2800000, guid: a685c8f461a651a46a2631ea3decafae, type: 3} + m_Scale: {x: 4, y: 4} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 2800000, guid: 3a0dde7201a17f646865e8deeac56596, type: 3} + m_Scale: {x: 4, y: 4} + m_Offset: {x: 0, y: 0} + - _Opacity: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 2 + - _BUILTIN_DstBlend: 0 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 1 + - _BUILTIN_Surface: 0 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 2 + - _CullMode: 2 + - _CullModeForward: 2 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 0 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 0 + - _DstBlend2: 0 + - _DstBlendAlpha: 0 + - _Emission_power: 1 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _MaterialID: 1 + - _MaterialTypeMask: 2 + - _Metallic_value: 1 + - _Occlusion: 0.1 + - _Opacity_value: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RayTracing: 0 + - _ReceiveShadows: 1 + - _ReceivesSSR: 1 + - _ReceivesSSRTransparent: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _Smoothness: 0.5 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 15 + - _StencilWriteMaskMV: 41 + - _SupportDecals: 1 + - _Surface: 0 + - _SurfaceType: 0 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 4 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _Albedo_Color: {r: 0.110991, g: 0.110991, b: 0.14666668, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission_color: {r: 1, g: 1, b: 1, a: 0} + - _FlowSpeedXYPowerZHeightW: {r: 0.2, g: 0.2, b: 1, a: 0} + - _SpeedXYFresnelEmission: {r: 0, g: 0, b: 2, a: 2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3922195310900622273 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Floor1lf.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Floor1lf.mat.meta new file mode 100644 index 0000000..4757ab9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Floor1lf.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4587a2c62ccefa343b22b4d5fc9035c9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Floor1lf.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Floor2HSlit.mat b/Assets/Hovl Studio/HSFiles/Materials/Floor2HSlit.mat new file mode 100644 index 0000000..9c45c24 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Floor2HSlit.mat @@ -0,0 +1,206 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7720529830996880317 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-7480980264468385884 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Floor2HSlit + m_Shader: {fileID: -6465566751694194690, guid: 04a157cda4db57f45a293a0d2991b21d, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Opaque + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - RayTracingPrepass + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Albedo: + m_Texture: {fileID: 2800000, guid: 1b13dc101cf2ac7418019fd776161658, type: 3} + m_Scale: {x: 80, y: 80} + m_Offset: {x: 0, y: 0} + - _AmbientOcclusion: + m_Texture: {fileID: 0} + m_Scale: {x: 80, y: 80} + m_Offset: {x: 0, y: 0} + - _Emission: + m_Texture: {fileID: 0} + m_Scale: {x: 80, y: 80} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 2800000, guid: a685c8f461a651a46a2631ea3decafae, type: 3} + m_Scale: {x: 80, y: 80} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 2800000, guid: 3a0dde7201a17f646865e8deeac56596, type: 3} + m_Scale: {x: 80, y: 80} + m_Offset: {x: 0, y: 0} + - _Opacity: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 2 + - _BUILTIN_DstBlend: 0 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 1 + - _BUILTIN_Surface: 0 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 2 + - _CullMode: 2 + - _CullModeForward: 2 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 0 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 0 + - _DstBlend2: 0 + - _DstBlendAlpha: 0 + - _Emission_power: 1 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _MaterialID: 1 + - _MaterialTypeMask: 2 + - _Metallic_value: 1 + - _Occlusion: 0.1 + - _Opacity_value: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RayTracing: 0 + - _ReceiveShadows: 1 + - _ReceivesSSR: 1 + - _ReceivesSSRTransparent: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _Smoothness: 0.5 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 15 + - _StencilWriteMaskMV: 41 + - _SupportDecals: 1 + - _Surface: 0 + - _SurfaceType: 0 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 4 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _Albedo_Color: {r: 0.15154256, g: 0.15154256, b: 0.185, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission_color: {r: 1, g: 1, b: 1, a: 0} + - _FlowSpeedXYPowerZHeightW: {r: 0.2, g: 0.2, b: 1, a: 0} + - _SpeedXYFresnelEmission: {r: 0, g: 0, b: 2, a: 2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3922195310900622273 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Floor2HSlit.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Floor2HSlit.mat.meta new file mode 100644 index 0000000..639e6b1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Floor2HSlit.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c5a8edabcf55e6d4ab0302531bb9bfb2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Floor2HSlit.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel10bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Fresnel10bcg.mat new file mode 100644 index 0000000..d08a98c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel10bcg.mat @@ -0,0 +1,246 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Fresnel10bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: ff6d0479db5058f42878d15454bd3fc9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 7c992497cebfcef40a70c65df471ac45, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _Addnoise: 1 + - _Addnoise1: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.01 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 3 + - _Fresnelscale: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _Multiply_texture: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureemission: 1 + - _Textureopacity: 1 + - _Texturesopacity: 0.5 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Useonlycolor: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2822491126639664420 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &6405347840618504555 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &7124089034989096142 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel10bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Fresnel10bcg.mat.meta new file mode 100644 index 0000000..d6a8992 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel10bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 67a59776f0ce82f408d129f6be4acbac +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Fresnel10bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel1bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Fresnel1bcg.mat new file mode 100644 index 0000000..f7f90b4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel1bcg.mat @@ -0,0 +1,206 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2220794083116808786 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Fresnel1bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 3, y: 3} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1eae6143ce30e2849b37136524e197f0, type: 3} + m_Scale: {x: 1, y: 3} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: a119dc3bf61a5f74a92c2083a429bfdd, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _Addnoise: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _Distortionpower: 0.05 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 1 + - _Fresnelscale: 2 + - _InvFade: 1 + - _Multiply_texture: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureopacity: 0 + - _Texturesopacity: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _Triplanar_blend: 1 + - _Triplanar_tiling: 1 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _Use_triplanar: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Useonlycolor: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: -0.17, b: 0.05, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0.33, g: 0, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2786003043221087892 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &5324306573633192343 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel1bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Fresnel1bcg.mat.meta new file mode 100644 index 0000000..2bbead8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel1bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b64c4c4260b370243be38bde4993aa9a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Fresnel1bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Fresnel2bcg.mat new file mode 100644 index 0000000..2dba52d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel2bcg.mat @@ -0,0 +1,203 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4766979216388583209 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-252401629827821943 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Fresnel2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 3, y: 3} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 3} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _Addnoise: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0 + - _Distortionpower: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 1 + - _Fresnelscale: 1 + - _InvFade: 1 + - _Multiply_texture: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureopacity: 0 + - _Texturesopacity: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Useonlycolor: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5114831625080294291 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Fresnel2bcg.mat.meta new file mode 100644 index 0000000..29455dd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8c9662d7d6c0c7e419c70d32bdea3fba +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Fresnel2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel3bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Fresnel3bcg.mat new file mode 100644 index 0000000..29fe370 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel3bcg.mat @@ -0,0 +1,203 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Fresnel3bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 3, y: 3} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 2, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: a119dc3bf61a5f74a92c2083a429bfdd, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _Addnoise: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _Distortionpower: 0.05 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 1 + - _Fresnelscale: 1 + - _InvFade: 3 + - _Multiply_texture: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureopacity: 0 + - _Texturesopacity: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Useonlycolor: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: -0.1666667, b: 0.05, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 0, g: 0, b: 0, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1106979170541474013 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &5539774797882461557 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &8163132456291379056 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel3bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Fresnel3bcg.mat.meta new file mode 100644 index 0000000..993af51 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel3bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 1d079146d3322f64da9bdfabff49e0d0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Fresnel3bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel4bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Fresnel4bcg.mat new file mode 100644 index 0000000..a65025a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel4bcg.mat @@ -0,0 +1,242 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1519794706969834871 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Fresnel4bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _Addnoise: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.03 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 1 + - _Fresnelscale: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _Multiply_texture: 1 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureopacity: 0 + - _Texturesopacity: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Useonlycolor: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2296278824186825281 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &5966913308742500013 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel4bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Fresnel4bcg.mat.meta new file mode 100644 index 0000000..e4ebdaf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel4bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: db0eda4c763c64d45a721c795ca1f355 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Fresnel4bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel7bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Fresnel7bcg.mat new file mode 100644 index 0000000..f461683 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel7bcg.mat @@ -0,0 +1,249 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Fresnel7bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: ff6d0479db5058f42878d15454bd3fc9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ff6d0479db5058f42878d15454bd3fc9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 951dec6467ac08244b806b6a40ae5a53, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _Addnoise: 1 + - _Addnoise1: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 3 + - _Fresnelscale: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _Multiply_texture: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureemission: 1 + - _Textureopacity: 1 + - _Texturesopacity: 0.5 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _Triplanar_blend: 1 + - _Triplanar_tiling: 1 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _Use_triplanar: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Useonlycolor: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0.15, b: -0.1, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: -0.1, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2822491126639664420 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &6405347840618504555 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &7124089034989096142 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel7bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Fresnel7bcg.mat.meta new file mode 100644 index 0000000..e077ddc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel7bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d2ef5af8aa099e0429e6c1db0d845313 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Fresnel7bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel8bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Fresnel8bcg.mat new file mode 100644 index 0000000..4b29958 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel8bcg.mat @@ -0,0 +1,246 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Fresnel8bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: d113b1a332c9c6d41a7548303f317b48, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: fecbc2dbf76d9ab4089330c3e5ee2423, type: 3} + m_Scale: {x: 2, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 5c03bc4b80b50384a9904843f3769487, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _Addnoise: 1 + - _Addnoise1: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _Distortionpower: -0.1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 3 + - _Fresnelscale: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _Multiply_texture: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureemission: 1 + - _Textureopacity: 0.4 + - _Texturesopacity: 0.4 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Useonlycolor: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0.03, g: 0.15, b: -0.1, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: -0.1, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4302016843741546408 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &8119067331957626618 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &8662791781766875165 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel8bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Fresnel8bcg.mat.meta new file mode 100644 index 0000000..427bcf4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel8bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 36ca9429689f5594ca560fb4165b5b6a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Fresnel8bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel9bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Fresnel9bcg.mat new file mode 100644 index 0000000..99d84ad --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel9bcg.mat @@ -0,0 +1,193 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9093715390488853452 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Fresnel9bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: d113b1a332c9c6d41a7548303f317b48, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: fecbc2dbf76d9ab4089330c3e5ee2423, type: 3} + m_Scale: {x: 2, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 5c03bc4b80b50384a9904843f3769487, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _Distortion_power: -0.1 + - _Distortionpower: -0.1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 2 + - _Fresnelscale: 1 + - _Multiply_texture: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Texture_opacity: 0.4 + - _Textureopacity: 0.4 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Useonlycolor: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0.03, g: 0.15, b: -0.1, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: -0.1, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4054917021504350770 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6702946267123327987 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Fresnel9bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Fresnel9bcg.mat.meta new file mode 100644 index 0000000..a61b1e6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Fresnel9bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 609602d63be3ef24aa25cd4d67b98f28 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Fresnel9bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Glow1bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Glow1bcg.mat new file mode 100644 index 0000000..02b1b75 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Glow1bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3089079235926967764 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Glow1bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 7605196420d204945843c4c794c58361, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1024412140050857138 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &3842797169548774827 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Glow1bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Glow1bcg.mat.meta new file mode 100644 index 0000000..486d7b5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Glow1bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 45de8f4006edc6948b033431b5a29e56 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Glow1bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Glow1cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Glow1cg.mat new file mode 100644 index 0000000..00b6fa0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Glow1cg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5795013663259939734 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-2484074199447777472 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-980961129086671283 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Glow1cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 7605196420d204945843c4c794c58361, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Glow1cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Glow1cg.mat.meta new file mode 100644 index 0000000..9d7ce45 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Glow1cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 12fb1d84a82a2de4f8b3e8b1f2747b43 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Glow1cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Glow2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Glow2bcg.mat new file mode 100644 index 0000000..94de054 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Glow2bcg.mat @@ -0,0 +1,191 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4489137825547294396 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-4482851236623757535 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Glow2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1a81e58b548772f47ae600c8c4b14255, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: -0.15, y: -0.15} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0.3, g: 0.52, b: -0.3, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &7442694502898032616 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Glow2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Glow2bcg.mat.meta new file mode 100644 index 0000000..e68f33d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Glow2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c2de1047f148a2843bd3f7d16853d66d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Glow2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Gold1bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Gold1bcg.mat new file mode 100644 index 0000000..70d4d3a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Gold1bcg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1498627359994914710 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Gold1bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a73d7799882c40946a37359a732c0d45, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1643290863808169529 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &7429103386577976814 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Gold1bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Gold1bcg.mat.meta new file mode 100644 index 0000000..337a8a6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Gold1bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: fca6a9a5ce41a6a4daa377cf184bce8e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Gold1bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Gradient17bcg2.mat b/Assets/Hovl Studio/HSFiles/Materials/Gradient17bcg2.mat new file mode 100644 index 0000000..7c4c4e1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Gradient17bcg2.mat @@ -0,0 +1,254 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Gradient17bcg2 + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: dbec9039c70e09e47b8ff15d508f39ac, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 61e68320eb0a34646ae9e7855bba9d92, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: ed3a5efebe958ba429d350e04f14d1ab, type: 3} + m_Scale: {x: 1, y: 1.1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: dbec9039c70e09e47b8ff15d508f39ac, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex3coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.05 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _DstMode: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 3 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 1, b: -1, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0.1, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 1.5} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &339824462816409493 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &2420656504311327952 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &6581260054244455877 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Gradient17bcg2.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Gradient17bcg2.mat.meta new file mode 100644 index 0000000..d96ee90 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Gradient17bcg2.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7fd9e6ef398f823478184555c017779a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Gradient17bcg2.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/GrayDemoHSlit.mat b/Assets/Hovl Studio/HSFiles/Materials/GrayDemoHSlit.mat new file mode 100644 index 0000000..e8baa66 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/GrayDemoHSlit.mat @@ -0,0 +1,205 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: GrayDemoHSlit + m_Shader: {fileID: -6465566751694194690, guid: 04a157cda4db57f45a293a0d2991b21d, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Opaque + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - RayTracingPrepass + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Albedo: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AmbientOcclusion: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Emission: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Opacity: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 2 + - _BUILTIN_DstBlend: 0 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 1 + - _BUILTIN_Surface: 0 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 2 + - _CullMode: 2 + - _CullModeForward: 2 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 0 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 0 + - _DstBlend2: 0 + - _DstBlendAlpha: 0 + - _Emission_power: 1 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _MaterialID: 1 + - _MaterialTypeMask: 2 + - _Metallic_value: 0.5 + - _Occlusion: 0.1 + - _Opacity_value: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RayTracing: 0 + - _ReceiveShadows: 1 + - _ReceivesSSR: 1 + - _ReceivesSSRTransparent: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _Smoothness: 0.5 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 15 + - _StencilWriteMaskMV: 41 + - _SupportDecals: 1 + - _Surface: 0 + - _SurfaceType: 0 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 4 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _Albedo_Color: {r: 0.02, g: 0.02, b: 0.02, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission_color: {r: 1, g: 1, b: 1, a: 0} + - _SpeedXYFresnelEmission: {r: 0, g: 0, b: 2, a: 2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &436089603915050402 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &3943107666852764730 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6437255360803268665 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/GrayDemoHSlit.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/GrayDemoHSlit.mat.meta new file mode 100644 index 0000000..47b0729 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/GrayDemoHSlit.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2dbdca6c5d7859d4392752db1b3b0b2c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/GrayDemoHSlit.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/HPL2cg.mat b/Assets/Hovl Studio/HSFiles/Materials/HPL2cg.mat new file mode 100644 index 0000000..56be19f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/HPL2cg.mat @@ -0,0 +1,244 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7104642988948337097 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-6166571117348165326 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: HPL2cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e1f5daa4611af4844a03ec5a45012456, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 0 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4289024965934078376 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/HPL2cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/HPL2cg.mat.meta new file mode 100644 index 0000000..6259922 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/HPL2cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 1b5f613319e0f324c9637cfac64149e4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/HPL2cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/HPWater2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/HPWater2bcg.mat new file mode 100644 index 0000000..72ff8b4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/HPWater2bcg.mat @@ -0,0 +1,212 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6733032536435383704 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-5294329573182464742 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1370696236193213816 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: HPWater2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: da451e98bc9edb741970c6e5de9d68e1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex3coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 1.08 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 1 + - _FresnelEmission: 1 + - _OnlyNoise: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Usegradient: 1 + - _Vertexpower: 0.2 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVRemapZW: {r: -0.5, g: -4, b: -0.2, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/HPWater2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/HPWater2bcg.mat.meta new file mode 100644 index 0000000..030cade --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/HPWater2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 65c36ec3a6dcb3d45a08a26d456a07f9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/HPWater2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/HPwater3bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/HPwater3bcg.mat new file mode 100644 index 0000000..ea5a823 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/HPwater3bcg.mat @@ -0,0 +1,234 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1836508191001870809 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1743699382316031461 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: HPwater3bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a739f31abb2aa0a43a78d4aabfe78bd1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8034169022401003481 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/HPwater3bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/HPwater3bcg.mat.meta new file mode 100644 index 0000000..a3ac2d1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/HPwater3bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f8aa13d5ed966cf44b850c6de57ac5b9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/HPwater3bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/HPwater4bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/HPwater4bcg.mat new file mode 100644 index 0000000..b8db98e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/HPwater4bcg.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3684406192523283532 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-2544155246233322105 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: HPwater4bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1448aa1b2adb6f84bba55ad7b55b4d04, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 04a40b50e9e63ed43af8af28f2ba4f86, type: 3} + m_Scale: {x: 1, y: 8} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 8 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: -6, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1071070577462039378 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/HPwater4bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/HPwater4bcg.mat.meta new file mode 100644 index 0000000..626b4bc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/HPwater4bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 34d35b4aa51943148bfdb1457363a473 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/HPwater4bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Heart3bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Heart3bcg.mat new file mode 100644 index 0000000..f3fe7dd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Heart3bcg.mat @@ -0,0 +1,198 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8573778336201998708 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Heart3bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a6dea954fdcd12549a7238623e605ec1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 3 + - _Fresnelscale: 3 + - _Multiply_texture: 1 + - _Opacity: 3 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureopacity: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _Useonlycolor: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6466342837529846313 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &7014690810914671281 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Heart3bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Heart3bcg.mat.meta new file mode 100644 index 0000000..fb1f0b0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Heart3bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e27b1a20acd55c5498257a9c56259be2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Heart3bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Hexagons1cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Hexagons1cg.mat new file mode 100644 index 0000000..bb3b53b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Hexagons1cg.mat @@ -0,0 +1,251 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8883007263336156803 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Hexagons1cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - SHADOWCASTER + - DepthOnly + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: dc4cdfd7130f84c44b21fb3c00d9f809, type: 3} + m_Scale: {x: 3, y: 3} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 60d224affeaecf84ead5a8b24c6c9995, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 1 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 30 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _EnvironmentReflections: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Opacity: 3 + - _OpaqueCullMode: 2 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 4 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0.1, g: -0.5, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5469253535619966171 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6912420690294795721 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Hexagons1cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Hexagons1cg.mat.meta new file mode 100644 index 0000000..c77f7d9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Hexagons1cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d6814b9575546a2438790a5021279193 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Hexagons1cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Ice2llf.mat b/Assets/Hovl Studio/HSFiles/Materials/Ice2llf.mat new file mode 100644 index 0000000..dcf598e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Ice2llf.mat @@ -0,0 +1,271 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6315291194971509403 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Ice2llf + m_Shader: {fileID: -6465566751694194690, guid: 04a157cda4db57f45a293a0d2991b21d, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2450 + stringTagMap: + MotionVector: User + RenderType: TransparentCutout + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - RayTracingPrepass + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Albedo: + m_Texture: {fileID: 2800000, guid: 934f5516540bbbb43a84081a0be15aad, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AmbientOcclusion: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Emission: + m_Texture: {fileID: 2800000, guid: 934f5516540bbbb43a84081a0be15aad, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 2800000, guid: 95cf36a87803d0f4695b05dd5e66389f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Opacity: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 2 + - _CullModeForward: 2 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 0 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 0 + - _DstBlend2: 0 + - _DstBlendAlpha: 0 + - _Emission: 0.7 + - _Emission_power: 1 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _MaterialID: 1 + - _MaterialTypeMask: 2 + - _Metallic: 0.1 + - _Metallic_value: 1 + - _Mode: 0 + - _NormalScale: 1 + - _Occlusion: 0.1 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _Opacity_value: 0 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RayTracing: 0 + - _ReceiveShadows: 1 + - _ReceivesSSR: 1 + - _ReceivesSSRTransparent: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _Smoothness: 0.3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 15 + - _StencilWriteMaskMV: 41 + - _SupportDecals: 1 + - _Surface: 0 + - _SurfaceType: 0 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Albedo_Color: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission_color: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _SpeedXYFresnelEmission: {r: 0, g: 0, b: 0, a: 2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2325383837543146394 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &7720306442475918997 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Ice2llf.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Ice2llf.mat.meta new file mode 100644 index 0000000..92031d7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Ice2llf.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0c43f2f5b344f1f46a77fa73c7c0b78d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Ice2llf.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Impact1dn.mat b/Assets/Hovl Studio/HSFiles/Materials/Impact1dn.mat new file mode 100644 index 0000000..974c20f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Impact1dn.mat @@ -0,0 +1,93 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Impact1dn + m_Shader: {fileID: 4800000, guid: 145bae762d8de8f4c8fb1b284128fae7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Dissolvenoise: + m_Texture: {fileID: 2800000, guid: faad867e2fb44644daa723d607f5b3ac, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ce1df00fc0684d5409762ed3d5e619bb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureNoise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _CullMode: 0 + - _Cutoff: 0.5 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Emission: 2 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Usetexturecolor: 0 + - _Usetexturedissolve: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Dissolvecolor: {r: 0.4575472, g: 0.7192009, b: 1, a: 1} + - _DissolvespeedXY: {r: 0, g: 0, b: 0, a: 0} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Maincolor: {r: 0, g: 0.30645156, b: 1, a: 1} + - _Noisecolor: {r: 0.25, g: 0.5155659, b: 1, a: 1} + - _NoisespeedXYEmissonZPowerW: {r: 0.5, g: 0, b: 6, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/Impact1dn.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Impact1dn.mat.meta new file mode 100644 index 0000000..3d24a4c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Impact1dn.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: dbf2bacd37a303e4fa539e47abe9b51f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Impact1dn.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Leaf11bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Leaf11bcg.mat new file mode 100644 index 0000000..26b5679 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Leaf11bcg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5630026908091856968 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-2083536566950976929 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Leaf11bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a45acfdf2ce6fbb4ea2bf46b9a4b83d1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3808948466579659739 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Leaf11bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Leaf11bcg.mat.meta new file mode 100644 index 0000000..8d52ffe --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Leaf11bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b182838e5f35b7e478aff33d07ec4d05 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Leaf11bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Leaf2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Leaf2bcg.mat new file mode 100644 index 0000000..fef9dc3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Leaf2bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8645461019315743883 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-7252295769374420806 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-4527616209934523082 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Leaf2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 079858874eafa2249866eb49a9d1a58d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.05 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Leaf2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Leaf2bcg.mat.meta new file mode 100644 index 0000000..827f654 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Leaf2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: fb8968d635192de48b0093a90853adfc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Leaf2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Lightning11cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Lightning11cg.mat new file mode 100644 index 0000000..de083eb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Lightning11cg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7803352973372012727 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-5616556213905553170 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-3865350146526398521 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Lightning11cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 04a40b50e9e63ed43af8af28f2ba4f86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a3ac268ca3cacba4fbd39fdbef21ff67, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 2, b: 0.1, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Lightning11cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Lightning11cg.mat.meta new file mode 100644 index 0000000..a490337 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Lightning11cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2ac0fd9fa7d384047a598dbfb7c2f044 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Lightning11cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Lightning17bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Lightning17bcg.mat new file mode 100644 index 0000000..4cbdcdf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Lightning17bcg.mat @@ -0,0 +1,193 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Lightning17bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 386e34c574a9db146a23947b797d9b19, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _Blend2: 1 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2.3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &7040209992894518401 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &7492459838487261119 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &8020256713428992312 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Lightning17bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Lightning17bcg.mat.meta new file mode 100644 index 0000000..3067735 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Lightning17bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3e1e31b7fc687b0469ee680c65f3ffa3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Lightning17bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/LineDistort2cg.mat b/Assets/Hovl Studio/HSFiles/Materials/LineDistort2cg.mat new file mode 100644 index 0000000..72ede89 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/LineDistort2cg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7046739991390742345 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: LineDistort2cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 6701bfb8e762cd54e96d8dc1a763d942, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: c815ff65f7d115d49b3768f7647db1c1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: e535306ab7c05d54294264b1d2c16fd5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 2, b: 0.86, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3012411395438696783 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &5362527807210506823 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/LineDistort2cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/LineDistort2cg.mat.meta new file mode 100644 index 0000000..53ad271 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/LineDistort2cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a801b32c2d0369642a89cabc3a652eb1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/LineDistort2cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/MagicCircle50bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/MagicCircle50bcg.mat new file mode 100644 index 0000000..ee4e5a7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/MagicCircle50bcg.mat @@ -0,0 +1,234 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7381638478896286404 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1842394577854404065 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: MagicCircle50bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b398cc573a63c7249af829f7f8de0c33, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &7969694230595788903 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/MagicCircle50bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/MagicCircle50bcg.mat.meta new file mode 100644 index 0000000..f251fd9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/MagicCircle50bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 30c424462325f0f4fa38fcc7ddc6798d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/MagicCircle50bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/MagicCircle62dn.mat b/Assets/Hovl Studio/HSFiles/Materials/MagicCircle62dn.mat new file mode 100644 index 0000000..1963d2d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/MagicCircle62dn.mat @@ -0,0 +1,67 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: MagicCircle62dn + m_Shader: {fileID: 4800000, guid: 145bae762d8de8f4c8fb1b284128fae7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USETEXTURECOLOR_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Dissolvenoise: + m_Texture: {fileID: 2800000, guid: 04a40b50e9e63ed43af8af28f2ba4f86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3627f73926c6a824197ab150ff33672f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureNoise: + m_Texture: {fileID: 2800000, guid: 7d68a918c0765ff46bd6aa7513519399, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _dshf: + m_Texture: {fileID: 2800000, guid: 7d68a918c0765ff46bd6aa7513519399, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Dissolve: 1 + - _InvFade: 3 + - _Opacity: 1 + - _ToggleSwitch0: 1 + - _Usedepth: 0 + - _Usetexturecolor: 1 + - _Usetexturedissolve: 0 + m_Colors: + - _Dissolvecolor: {r: 0.9150943, g: 0.9150943, b: 0.9150943, a: 1} + - _DissolvespeedXY: {r: 0, g: 0, b: 0, a: 0} + - _Maincolor: {r: 1, g: 1, b: 1, a: 1} + - _Noisecolor: {r: 0.1509434, g: 0.1509434, b: 0.1509434, a: 1} + - _NoisespeedXYEmissonZPowerW: {r: 0.1, g: 0.03, b: 8, a: 1} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/MagicCircle62dn.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/MagicCircle62dn.mat.meta new file mode 100644 index 0000000..d98b7d1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/MagicCircle62dn.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 00ea7adf058ab22418b23bbc22c96aa6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/MagicCircle62dn.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask23bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Mask23bcg.mat new file mode 100644 index 0000000..7762125 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask23bcg.mat @@ -0,0 +1,244 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5276777569293791972 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mask23bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: fbf437916e36d824a8cce436ab5d55d2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 0 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _Usedistortion: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + - _UVDistortionOpacity: {r: -1, g: 0, b: 1, a: 0.4} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8846956988706444459 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &9078792624124739459 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask23bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Mask23bcg.mat.meta new file mode 100644 index 0000000..486fdfb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask23bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a484cb598da6cc742932762ef3dbff13 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Mask23bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask23cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Mask23cg.mat new file mode 100644 index 0000000..c250e38 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask23cg.mat @@ -0,0 +1,244 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5445121333100036114 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-5334264101615034704 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-2542735958883569578 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mask23cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: fbf437916e36d824a8cce436ab5d55d2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 0 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 0 + - _Usedistortion: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + - _UVDistortionOpacity: {r: -1, g: 0, b: 1, a: 0.4} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask23cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Mask23cg.mat.meta new file mode 100644 index 0000000..92111b8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask23cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6df1fc7e055a3a449a00125fb6ff7325 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Mask23cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask27bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Mask27bcg.mat new file mode 100644 index 0000000..0def754 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask27bcg.mat @@ -0,0 +1,190 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mask27bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: deb3a20dfe298274f826c00f582dcca2, type: 3} + m_Scale: {x: 0.3, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 1.5, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask27bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Mask27bcg.mat.meta new file mode 100644 index 0000000..3e8fc05 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask27bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f731d9a4cad03fc4599c3845604186ba +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Mask27bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask33bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Mask33bcg.mat new file mode 100644 index 0000000..dddae63 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask33bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-921584522612765830 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mask33bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 17784056104067443abd4a30f329b1a1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3347620279819588075 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &7269397355484485330 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask33bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Mask33bcg.mat.meta new file mode 100644 index 0000000..af6a023 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask33bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 53619e81bdf418140ac9398f8097a089 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Mask33bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask46bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Mask46bcg.mat new file mode 100644 index 0000000..3e2d6db --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask46bcg.mat @@ -0,0 +1,244 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3164625395630020492 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mask46bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 2140f1b8678b1a847ab0c137987c632e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 396f38a210576e54e859be3bfc253e2d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 5b66e25d75ad8bc47a270f48df3ae17d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.2 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 1 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0.2, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 1, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1558263549497476889 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &4123037525288977333 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask46bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Mask46bcg.mat.meta new file mode 100644 index 0000000..68cd9f9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask46bcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 1a115f0df0516a14e9c6cd43c9be296f +timeCreated: 1519560674 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Mask46bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask61cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Mask61cc.mat new file mode 100644 index 0000000..72c1ffe --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask61cc.mat @@ -0,0 +1,180 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-7571684867533625364 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mask61cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a353921b85138144bb85659bba1f3151, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4941382650597940729 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask61cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Mask61cc.mat.meta new file mode 100644 index 0000000..ecb4d01 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask61cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b9735653abe38a144b6fbbea80bf576d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Mask61cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask62bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Mask62bcg.mat new file mode 100644 index 0000000..ff400d7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask62bcg.mat @@ -0,0 +1,247 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2252116656831775792 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mask62bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 28c456a2716715146b47263d03aeb89d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 56f26a8479bfec14393f49be0c968d13, type: 3} + m_Scale: {x: 1.2, y: 1.2} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.7 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 0 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TilingMainTexUVNoiseZW: {r: 1, g: 1, b: 1, a: 1} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &896521823390385307 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &1556440580306998281 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask62bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Mask62bcg.mat.meta new file mode 100644 index 0000000..2f32283 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask62bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 27a3b0a3a80f03d47b39e927e89160cc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Mask62bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask64cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Mask64cc.mat new file mode 100644 index 0000000..a983712 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask64cc.mat @@ -0,0 +1,180 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mask64cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: 0e5c3626e7a3c0045a969bb7180debd9, type: 3} + m_Scale: {x: 3, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4726b69655d28bd42a240448b857959b, type: 3} + m_Scale: {x: 1, y: 0.3} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4941382650597940729 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &5372111840875437336 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask64cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Mask64cc.mat.meta new file mode 100644 index 0000000..efffe1d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask64cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a0668eaf1a9f08b46bc5c64accbecc8a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Mask64cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask65cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Mask65cc.mat new file mode 100644 index 0000000..eccdfe9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask65cc.mat @@ -0,0 +1,180 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-8048324751988264168 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mask65cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: afb264136c41c54468f71d3326028603, type: 3} + m_Scale: {x: 3, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4726b69655d28bd42a240448b857959b, type: 3} + m_Scale: {x: 1, y: 0.3} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4941382650597940729 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask65cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Mask65cc.mat.meta new file mode 100644 index 0000000..26ed83d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask65cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 147c767b87d706942b80346ffc862284 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Mask65cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask66cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Mask66cc.mat new file mode 100644 index 0000000..d766284 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask66cc.mat @@ -0,0 +1,188 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-5017807412311019581 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mask66cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 0e23965b00021e84bb128e5b4c040f94, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask66cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Mask66cc.mat.meta new file mode 100644 index 0000000..e62161e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask66cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 1b3f2c7f74604864b8c1a74de52c3809 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Mask66cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask9bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Mask9bcg.mat new file mode 100644 index 0000000..b59d069 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask9bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8311084270557944178 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mask9bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4f52c7f1d1950c048a218f314911f3ef, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2504474635781910154 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &3837297605508710547 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Mask9bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Mask9bcg.mat.meta new file mode 100644 index 0000000..d0e62c8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Mask9bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 916e45ed79d82594e91da8cdcda1a2f7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Mask9bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Moon4bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Moon4bcg.mat new file mode 100644 index 0000000..85810c8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Moon4bcg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6904034842091914769 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-5216450649453664496 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Moon4bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 65a93ed0af94d2649a111afe1275c0e0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6337485997451562925 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Moon4bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Moon4bcg.mat.meta new file mode 100644 index 0000000..e3454c4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Moon4bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2d447d5917e8eb344b11b65bdee301c9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Moon4bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2bcg.mat new file mode 100644 index 0000000..dbca970 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4919079351094297531 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: MuzzleFlash2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e8ca94d9ed7859e4685246ec93292fba, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2405250241861877089 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6316409515344972337 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2bcg.mat.meta new file mode 100644 index 0000000..1053581 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: dec45a67c4f21f642b99f0aa0f9ad488 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2cg.mat b/Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2cg.mat new file mode 100644 index 0000000..5edc1e7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2cg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5474416044082518559 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1804532981384377880 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-514893152899487547 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: MuzzleFlash2cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e8ca94d9ed7859e4685246ec93292fba, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2cg.mat.meta new file mode 100644 index 0000000..867a46d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 503813d282098fb46936710f053bb835 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/MuzzleFlash2cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise34cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Noise34cg.mat new file mode 100644 index 0000000..5dfdeff --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise34cg.mat @@ -0,0 +1,239 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2604788774234457556 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Noise34cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e505e649e0a8d5045985b89a5176bdc5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 2, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _Distortionpower: 4 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 4} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5452990840194238495 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6855021254756430270 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise34cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Noise34cg.mat.meta new file mode 100644 index 0000000..6acd6c3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise34cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6f0dbf05a167b4c41996065a21a27e92 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Noise34cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise35tbcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Noise35tbcg.mat new file mode 100644 index 0000000..506efb6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise35tbcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8273988591180184832 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-8245442633657698421 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Noise35tbcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 4e3951c538fc8a647a4a10a99b480987, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 60d224affeaecf84ead5a8b24c6c9995, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.05 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0.314, g: 0.732, b: 0.07, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: -0.3, g: -0.1, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4187962466370443458 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise35tbcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Noise35tbcg.mat.meta new file mode 100644 index 0000000..f3f580e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise35tbcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 42e74a328c6f88d4ab2fbcf602c59f02 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Noise35tbcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise35tcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Noise35tcg.mat new file mode 100644 index 0000000..357e5c1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise35tcg.mat @@ -0,0 +1,247 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7187716457086251303 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-6963673126240738901 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-6833630960857832545 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Noise35tcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 2, y: 0.2} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 5b66e25d75ad8bc47a270f48df3ae17d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _Boolean: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 1 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 2, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 6, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise35tcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Noise35tcg.mat.meta new file mode 100644 index 0000000..383aece --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise35tcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 9b4decd1097506446b5d6e0bc0e4717c +timeCreated: 1519560674 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Noise35tcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise69bts.mat b/Assets/Hovl Studio/HSFiles/Materials/Noise69bts.mat new file mode 100644 index 0000000..d9abbb2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise69bts.mat @@ -0,0 +1,249 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7088847234007279050 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Noise69bts + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USECUSTOMDATA_ON + - _USEFRESNEL_ON + - _USESMOOTHCORNERS_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 60292be8dd1c5c44f8f9a547ba705dd6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3584f2bf4afb5284d91edb6a29126e62, type: 3} + m_Scale: {x: 3, y: 2} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -2 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 1 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 3 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 0 + - _UseCustomData: 1 + - _UseFresnel: 1 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 0.9056604, g: 0.9056604, b: 0.9056604, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1411326371413842828 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &4846901221525578622 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise69bts.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Noise69bts.mat.meta new file mode 100644 index 0000000..ddf8886 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise69bts.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6c019e79ff184b7478b37f8ffbdf9666 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Noise69bts.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise71bts.mat b/Assets/Hovl Studio/HSFiles/Materials/Noise71bts.mat new file mode 100644 index 0000000..554bf5e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise71bts.mat @@ -0,0 +1,249 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Noise71bts + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USECUSTOMDATA_ON + - _USEFRESNEL_ON + - _USESMOOTHCORNERS_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e9124c4ee87148f4091208658b3233e2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 60292be8dd1c5c44f8f9a547ba705dd6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3584f2bf4afb5284d91edb6a29126e62, type: 3} + m_Scale: {x: 3, y: 2} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _BackFresnel: -2 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 1 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 4 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 0 + - _UseCustomData: 1 + - _UseFresnel: 1 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &572937837321138272 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &4721676131217892728 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &7667820861359187253 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise71bts.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Noise71bts.mat.meta new file mode 100644 index 0000000..75851a3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise71bts.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c30b3f21a3aaf89459b6ab49fc33eef6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Noise71bts.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise82bts.mat b/Assets/Hovl Studio/HSFiles/Materials/Noise82bts.mat new file mode 100644 index 0000000..d4e094a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise82bts.mat @@ -0,0 +1,249 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7088847234007279050 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Noise82bts + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USECUSTOMDATA_ON + - _USEFRESNEL_ON + - _USESMOOTHCORNERS_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1b023024874e6694dbaada51155dd6b7, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 8241e9480ffed5d4bacb8fc63768a352, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 4726b69655d28bd42a240448b857959b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -2 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 3 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 0 + - _UseCustomData: 1 + - _UseFresnel: 1 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 0.9056604, g: 0.85866857, b: 0.85866857, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1411326371413842828 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &4846901221525578622 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise82bts.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Noise82bts.mat.meta new file mode 100644 index 0000000..efe4e61 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise82bts.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4b45cd74a3422a346830f0b0c5fb0031 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Noise82bts.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise89bts.mat b/Assets/Hovl Studio/HSFiles/Materials/Noise89bts.mat new file mode 100644 index 0000000..86ad671 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise89bts.mat @@ -0,0 +1,249 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7088847234007279050 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Noise89bts + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USECUSTOMDATA_ON + - _USEFRESNEL_ON + - _USESMOOTHCORNERS_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 9a8c64b031a671840b4849046251156e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 60292be8dd1c5c44f8f9a547ba705dd6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3584f2bf4afb5284d91edb6a29126e62, type: 3} + m_Scale: {x: 3, y: 2} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -2 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 1 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 3 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 0 + - _UseCustomData: 1 + - _UseFresnel: 1 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 0.9056604, g: 0.85866857, b: 0.85866857, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1411326371413842828 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &4846901221525578622 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Noise89bts.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Noise89bts.mat.meta new file mode 100644 index 0000000..b0e3875 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Noise89bts.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 265a19109cfd91044ac27094bd36df2e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Noise89bts.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object11dn.mat b/Assets/Hovl Studio/HSFiles/Materials/Object11dn.mat new file mode 100644 index 0000000..faff1c1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object11dn.mat @@ -0,0 +1,59 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object11dn + m_Shader: {fileID: 4800000, guid: 145bae762d8de8f4c8fb1b284128fae7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USETEXTURECOLOR_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Dissolvenoise: + m_Texture: {fileID: 2800000, guid: 04a40b50e9e63ed43af8af28f2ba4f86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3c7235c15c329904886175e8e8d1f461, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureNoise: + m_Texture: {fileID: 2800000, guid: 3c7235c15c329904886175e8e8d1f461, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Dissolve: 1 + - _InvFade: 3 + - _Opacity: 1 + - _ToggleSwitch0: 1 + - _Usedepth: 0 + - _Usetexturecolor: 1 + - _Usetexturedissolve: 0 + m_Colors: + - _Dissolvecolor: {r: 1, g: 1, b: 1, a: 1} + - _DissolvespeedXY: {r: 0, g: 0, b: 0, a: 0} + - _Maincolor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 1} + - _Noisecolor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 1} + - _NoisespeedXYEmissonZPowerW: {r: 0.1, g: 0.03, b: 8, a: 1} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object11dn.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object11dn.mat.meta new file mode 100644 index 0000000..a8b16d3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object11dn.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: edd48ae091a17c8449a07bd93d9a061d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object11dn.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object12dn.mat b/Assets/Hovl Studio/HSFiles/Materials/Object12dn.mat new file mode 100644 index 0000000..1dbf26b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object12dn.mat @@ -0,0 +1,59 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object12dn + m_Shader: {fileID: 4800000, guid: 145bae762d8de8f4c8fb1b284128fae7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USETEXTURECOLOR_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Dissolvenoise: + m_Texture: {fileID: 2800000, guid: 04a40b50e9e63ed43af8af28f2ba4f86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 99c77685cff391f48b5b3bd6a12f315a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureNoise: + m_Texture: {fileID: 2800000, guid: 99c77685cff391f48b5b3bd6a12f315a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Dissolve: 1 + - _InvFade: 3 + - _Opacity: 1 + - _ToggleSwitch0: 1 + - _Usedepth: 0 + - _Usetexturecolor: 1 + - _Usetexturedissolve: 0 + m_Colors: + - _Dissolvecolor: {r: 1, g: 1, b: 1, a: 1} + - _DissolvespeedXY: {r: 0, g: 0, b: 0, a: 0} + - _Maincolor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 1} + - _Noisecolor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 1} + - _NoisespeedXYEmissonZPowerW: {r: 0.1, g: 0.03, b: 8, a: 1} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object12dn.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object12dn.mat.meta new file mode 100644 index 0000000..1903b01 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object12dn.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 91db7601f2ba9014bba2c7c317f7e901 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object12dn.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object1bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Object1bcg.mat new file mode 100644 index 0000000..ff2452f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object1bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8834214037045555457 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-4545503098456759090 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object1bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 77915be38e4ee2a48b695d046d8bf19e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 52b767eecc2845a429e0e9e2155a8ea5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0.5, g: 0.5, b: 0.05, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5178064371647957534 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object1bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object1bcg.mat.meta new file mode 100644 index 0000000..e84adb8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object1bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 991ce8ab7d217524583108593e2ac2da +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object1bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object25cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Object25cg.mat new file mode 100644 index 0000000..dfb08ba --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object25cg.mat @@ -0,0 +1,197 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6780893784497174674 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-6257098807069899084 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-2011772601876983281 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object25cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: f9ebec18fc7015047b675b98be9764a4, type: 3} + m_Scale: {x: 1, y: 0.25} + m_Offset: {x: 0, y: 0.75} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 3 + - _Fresnelscale: 3 + - _Multiply_texture: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureopacity: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Useonlycolor: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: -3.5, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object25cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object25cg.mat.meta new file mode 100644 index 0000000..a6d6a65 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object25cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f29f33384d4a09e418099ba29e0e3cc1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object25cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object25dn.mat b/Assets/Hovl Studio/HSFiles/Materials/Object25dn.mat new file mode 100644 index 0000000..6eb8cf5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object25dn.mat @@ -0,0 +1,67 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object25dn + m_Shader: {fileID: 4800000, guid: 145bae762d8de8f4c8fb1b284128fae7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USETEXTURECOLOR_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Dissolvenoise: + m_Texture: {fileID: 2800000, guid: 04a40b50e9e63ed43af8af28f2ba4f86, type: 3} + m_Scale: {x: 2, y: 2} + m_Offset: {x: 0, y: 0} + - _Main: + m_Texture: {fileID: 2800000, guid: 066524a80e5b29a42817d8249e80eed5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: f9ebec18fc7015047b675b98be9764a4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureNoise: + m_Texture: {fileID: 2800000, guid: 74ed93858b3298e4f93e6146b3ef490c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _dshf: + m_Texture: {fileID: 2800000, guid: 7d68a918c0765ff46bd6aa7513519399, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Dissolve: 1 + - _InvFade: 3 + - _Opacity: 1 + - _ToggleSwitch0: 1 + - _Usedepth: 0 + - _Usetexturecolor: 1 + - _Usetexturedissolve: 0 + m_Colors: + - _Dissolvecolor: {r: 1, g: 1, b: 1, a: 1} + - _DissolvespeedXY: {r: 0, g: 0, b: 0, a: 0} + - _Maincolor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 1} + - _Noisecolor: {r: 0.6320754, g: 0.6320754, b: 0.6320754, a: 1} + - _NoisespeedXYEmissonZPowerW: {r: 0.1, g: 0.03, b: 20, a: 1} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object25dn.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object25dn.mat.meta new file mode 100644 index 0000000..a7b0773 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object25dn.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7b7978e28b9698f4394fccc4720ac58c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object25dn.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object30dn.mat b/Assets/Hovl Studio/HSFiles/Materials/Object30dn.mat new file mode 100644 index 0000000..81df4eb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object30dn.mat @@ -0,0 +1,59 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object30dn + m_Shader: {fileID: 4800000, guid: 145bae762d8de8f4c8fb1b284128fae7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USETEXTURECOLOR_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Dissolvenoise: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a9346b90fd735d34cb4aa137170b0db2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureNoise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Dissolve: 1 + - _InvFade: 3 + - _Opacity: 1 + - _ToggleSwitch0: 1 + - _Usedepth: 0 + - _Usetexturecolor: 1 + - _Usetexturedissolve: 0 + m_Colors: + - _Dissolvecolor: {r: 1, g: 1, b: 1, a: 1} + - _DissolvespeedXY: {r: 0, g: 0, b: 0, a: 0} + - _Maincolor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _Noisecolor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _NoisespeedXYEmissonZPowerW: {r: 0.1, g: 0.03, b: 20, a: 1} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object30dn.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object30dn.mat.meta new file mode 100644 index 0000000..a453da1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object30dn.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2bd3f0fdf29c18e418bc1576bfdd1211 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object30dn.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object31bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Object31bcg.mat new file mode 100644 index 0000000..17e33a3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object31bcg.mat @@ -0,0 +1,190 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object31bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 25ffb2a3b0da2714f8a80ba49155c7ba, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object31bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object31bcg.mat.meta new file mode 100644 index 0000000..4edadde --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object31bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3b7c2bab16867854e9d525b60b93bdaf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object31bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object33bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Object33bcg.mat new file mode 100644 index 0000000..33432ff --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object33bcg.mat @@ -0,0 +1,192 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object33bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b85ca5876d25b1c4f90b32a3db1dacf6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object33bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object33bcg.mat.meta new file mode 100644 index 0000000..b138913 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object33bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 988e6fba52f710a4d940abf78eb3d646 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object33bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object34cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Object34cc.mat new file mode 100644 index 0000000..5d10717 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object34cc.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-6975162151734777474 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object34cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: 7f5362bb689ec8e4a8d828dff7470210, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 3, y: 0.5} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object34cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object34cc.mat.meta new file mode 100644 index 0000000..f163d5f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object34cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 77101235c908a98409776a84272b0121 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object34cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object35cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Object35cc.mat new file mode 100644 index 0000000..a2cc0cd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object35cc.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object35cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: 41460c09fda696f449b0434005204b31, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3584f2bf4afb5284d91edb6a29126e62, type: 3} + m_Scale: {x: 0.7, y: 0.7} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1312531046286477690 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object35cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object35cc.mat.meta new file mode 100644 index 0000000..704aed2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object35cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 50b80d2800776e346b76d80ddc1d8496 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object35cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object36cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Object36cc.mat new file mode 100644 index 0000000..3a31364 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object36cc.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-5217209098532250520 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object36cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: 470f72b14a09e24458ccc8e4037f7867, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4e3951c538fc8a647a4a10a99b480987, type: 3} + m_Scale: {x: 0.5, y: 0.5} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object36cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object36cc.mat.meta new file mode 100644 index 0000000..ffdce2d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object36cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f2a8cf14fa828d947b5be55364e48079 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object36cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object37bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Object37bcg.mat new file mode 100644 index 0000000..831affd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object37bcg.mat @@ -0,0 +1,191 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object37bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 46fb0862befcba148a11abe1b155846a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _Boolean: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object37bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object37bcg.mat.meta new file mode 100644 index 0000000..e0b8124 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object37bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: aa75663394f259e4487c3b9753bac77b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object37bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object38bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Object38bcg.mat new file mode 100644 index 0000000..c0a064e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object38bcg.mat @@ -0,0 +1,191 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object38bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: c33bc1b8343257a4e8b71af71453e3dc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _Boolean: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object38bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object38bcg.mat.meta new file mode 100644 index 0000000..845f477 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object38bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a77cfa5fe6bb6e646b04e8fe2af98c80 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object38bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object7bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Object7bcg.mat new file mode 100644 index 0000000..2abce3e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object7bcg.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5504559151188045463 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object7bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: c3546555ac7a8d14aafb998b757508df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5292821011945029835 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &8786985332871670299 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object7bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object7bcg.mat.meta new file mode 100644 index 0000000..a3059e8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object7bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a3605fa591b353943a41e2597eb862a1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object7bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object8ts.mat b/Assets/Hovl Studio/HSFiles/Materials/Object8ts.mat new file mode 100644 index 0000000..fc5ad92 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object8ts.mat @@ -0,0 +1,205 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7659204718636898250 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1612492926129657642 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Object8ts + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3e2f50091237e2f48811f26321769c28, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 7a062e08b89efbb4e9393909027813d9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 1 + - _FresnelEmission: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 1 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4369033436337331789 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Object8ts.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Object8ts.mat.meta new file mode 100644 index 0000000..f2927ab --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Object8ts.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: dc73c47cc07a237489807265543a8910 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Object8ts.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Paint3ss.mat b/Assets/Hovl Studio/HSFiles/Materials/Paint3ss.mat new file mode 100644 index 0000000..5c0ddcc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Paint3ss.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6872442993248287632 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-4939478790457121687 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Paint3ss + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: f47f2f2df1486e64f934e10f13c62125, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 04a40b50e9e63ed43af8af28f2ba4f86, type: 3} + m_Scale: {x: 2, y: 2} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 1 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _Useblack: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &151641027694479404 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Paint3ss.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Paint3ss.mat.meta new file mode 100644 index 0000000..c5c72c5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Paint3ss.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ff1c14f6d2a232b48936505448c30f00 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Paint3ss.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Particles8bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Particles8bcg.mat new file mode 100644 index 0000000..ed3b77a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Particles8bcg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4047205563002423027 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-3526147317817035957 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1975168993818466875 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Particles8bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 15f3a3a7ebbc668418f09c273127ce29, type: 3} + m_Scale: {x: 0.6, y: 0.6} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 66a5fc4d31c008848a794cbc181f83b4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 100 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0.12, a: 0.1} + - _SpeedMainTexUVNoiseZW: {r: 0.5, g: 0.01, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + - _UVDistortionOpacity: {r: -1, g: 0, b: 1, a: 0.4} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Particles8bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Particles8bcg.mat.meta new file mode 100644 index 0000000..bbb3dde --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Particles8bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cb1f0c043f368174a8c01617e5272094 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Particles8bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point11bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Point11bcg.mat new file mode 100644 index 0000000..690c5d2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point11bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Point11bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 16c09c008bc4ddc4695f67e0c74a6ab1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1773076653627321377 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &7331967457505252950 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &7720900578622404281 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point11bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Point11bcg.mat.meta new file mode 100644 index 0000000..3e6c96b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point11bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 34c25d62753eeb24da80689a47b67735 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Point11bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point11cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Point11cg.mat new file mode 100644 index 0000000..64f92fd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point11cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-384937598828273941 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-204248309652328072 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-127651966782925117 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Point11cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 16c09c008bc4ddc4695f67e0c74a6ab1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point11cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Point11cg.mat.meta new file mode 100644 index 0000000..c532a3a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point11cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c90a3c23b0fc60244a9f3588ff9e721f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Point11cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point12cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Point12cg.mat new file mode 100644 index 0000000..655fce5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point12cg.mat @@ -0,0 +1,243 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Point12cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: c8ada4fdced7c07409542d983b96835e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 8 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &858069531102113994 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &2091921273667135523 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &6347848161170929445 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point12cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Point12cg.mat.meta new file mode 100644 index 0000000..b660ab8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point12cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 9aaa13d175bcf1c4b8acc4d930ee06ee +timeCreated: 1516901551 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Point12cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point19bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Point19bcg.mat new file mode 100644 index 0000000..3e773f4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point19bcg.mat @@ -0,0 +1,244 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7785541775919842121 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-6937609922852170360 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-2644529460281489481 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Point19bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4b0225a5290cbe540bc56e26a8682db2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 1 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point19bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Point19bcg.mat.meta new file mode 100644 index 0000000..10f0661 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point19bcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 0711ea139cbfdb04aa3f8bbbb67bca98 +timeCreated: 1519560674 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Point19bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point19bcg2.mat b/Assets/Hovl Studio/HSFiles/Materials/Point19bcg2.mat new file mode 100644 index 0000000..7dc052a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point19bcg2.mat @@ -0,0 +1,245 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7402901201644858057 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1688047734459346623 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Point19bcg2 + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4b0225a5290cbe540bc56e26a8682db2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 1 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8556821729516900393 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point19bcg2.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Point19bcg2.mat.meta new file mode 100644 index 0000000..c95a5d4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point19bcg2.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 1827c6f1d27f4f843b3f093269f914d3 +timeCreated: 1519560674 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Point19bcg2.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point20bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Point20bcg.mat new file mode 100644 index 0000000..06af9d3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point20bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2690841590848725636 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Point20bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 83f21c9be4ebd1349b5baf6f73c7d8d2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5707328089475650 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &2417075935096176890 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point20bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Point20bcg.mat.meta new file mode 100644 index 0000000..61aea9f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point20bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 540c41a60cf49424091b0262d3b77fd2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Point20bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point5cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Point5cg.mat new file mode 100644 index 0000000..d46daeb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point5cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7144598602553130368 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-2312684846255047321 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-53307000008183422 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Point5cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 02b9b18c4238f2345b649081568ea51f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.05 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Point5cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Point5cg.mat.meta new file mode 100644 index 0000000..9b1d630 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Point5cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 85455188b71fea741bd0b80cbe893384 +timeCreated: 1516382001 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Point5cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Projectile1cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Projectile1cc.mat new file mode 100644 index 0000000..73ee6a8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Projectile1cc.mat @@ -0,0 +1,180 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-8726114320048825336 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-1343349168949171613 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Projectile1cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3218f64b780eb684db62fb3418e507d6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 8 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Projectile1cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Projectile1cc.mat.meta new file mode 100644 index 0000000..1941588 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Projectile1cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ba4e48d698090a148947a2d657ae0383 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Projectile1cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Quad2ts.mat b/Assets/Hovl Studio/HSFiles/Materials/Quad2ts.mat new file mode 100644 index 0000000..d51f637 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Quad2ts.mat @@ -0,0 +1,253 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Quad2ts + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + - _USEFRESNEL_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 2cc8635fef1a40342a52a4512068cd6f, type: 3} + m_Scale: {x: 0.93, y: 0.93} + m_Offset: {x: 0.035, y: 0.035} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 9837737d0a9fbec4bb2dcfc7ad0d6e9a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2.5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 1 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 1 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1051703127895747741 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &1341733448665848915 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6607807497411422376 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Quad2ts.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Quad2ts.mat.meta new file mode 100644 index 0000000..482572f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Quad2ts.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ba95222b84765c548804ee1775205e29 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Quad2ts.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Quad3bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Quad3bcg.mat new file mode 100644 index 0000000..0cdc4d3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Quad3bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9184323881863871346 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Quad3bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 9ab4d6bf69afd8744aa347717203d529, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4985152910366317851 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &8029184816621393420 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Quad3bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Quad3bcg.mat.meta new file mode 100644 index 0000000..c0cb44f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Quad3bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 422becf709662484d98786f17babab22 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Quad3bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Quad3ts.mat b/Assets/Hovl Studio/HSFiles/Materials/Quad3ts.mat new file mode 100644 index 0000000..47f7c1d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Quad3ts.mat @@ -0,0 +1,253 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3242687949808337115 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Quad3ts + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + - _USEFRESNEL_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 2cc8635fef1a40342a52a4512068cd6f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 0, y: 0} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: e199ee8112362864f831425463b09fda, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2.5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 1 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 1 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3669260595214586843 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &7933267521846098329 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Quad3ts.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Quad3ts.mat.meta new file mode 100644 index 0000000..64100ee --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Quad3ts.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 56ab5dfa1dcace74ab7f4623b9b865f9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Quad3ts.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Quad5bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Quad5bcg.mat new file mode 100644 index 0000000..22260ca --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Quad5bcg.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6379688103304703886 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Quad5bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 24bd044990d3fa34ca0c33a190bbf678, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &789285741359877825 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &8072931825910434682 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Quad5bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Quad5bcg.mat.meta new file mode 100644 index 0000000..1a0d06f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Quad5bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5901bc44fde9bcf4182faf1a3b412200 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Quad5bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Quad6cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Quad6cg.mat new file mode 100644 index 0000000..e7cf6c5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Quad6cg.mat @@ -0,0 +1,262 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8883007263336156803 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Quad6cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - SHADOWCASTER + - DepthOnly + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 9d41d86b88868d348bf08f7778abfad9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 1 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _EnvironmentReflections: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 3 + - _Fresnelscale: 3 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _Multiply_texture: 1 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.005 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 4 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureopacity: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _Triplanar_blend: 1 + - _Triplanar_tiling: 1 + - _UseShadowThreshold: 0 + - _Use_fresnel: 0 + - _Use_triplanar: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 0 + - _Useonlycolor: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5469253535619966171 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6912420690294795721 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Quad6cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Quad6cg.mat.meta new file mode 100644 index 0000000..1893827 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Quad6cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3c956a919dc269f4b9a760c78a04cbb1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Quad6cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Rays10bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Rays10bcg.mat new file mode 100644 index 0000000..025e06e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Rays10bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2958619792443192218 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1111308059139467555 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Rays10bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 03164742c2f69c94d851faae4282102a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3706506987419777906 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Rays10bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Rays10bcg.mat.meta new file mode 100644 index 0000000..6402c06 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Rays10bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e358409423386ff4ebbd0cb2548961dc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Rays10bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Rays11dn.mat b/Assets/Hovl Studio/HSFiles/Materials/Rays11dn.mat new file mode 100644 index 0000000..4163444 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Rays11dn.mat @@ -0,0 +1,101 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Rays11dn + m_Shader: {fileID: 4800000, guid: 145bae762d8de8f4c8fb1b284128fae7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USETEXTUREDISSOLVE_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Dissolvenoise: + m_Texture: {fileID: 2800000, guid: 7d68a918c0765ff46bd6aa7513519399, type: 3} + m_Scale: {x: 0.25, y: 0.35} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: dec3ddadf6185ed4fbe226c3b9678541, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureNoise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _CullMode: 0 + - _Cutoff: 0.5 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Emission: 2 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _ToggleSwitch0: 0 + - _UVSec: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _Usetexturecolor: 0 + - _Usetexturedissolve: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Dissolvecolor: {r: 1, g: 1, b: 1, a: 1} + - _DissolvespeedXY: {r: 0.1, g: 0, b: 0, a: 0} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Maincolor: {r: 0, g: 0, b: 0, a: 1} + - _Noisecolor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedXYEmissonZPowerW: {r: 0.1, g: 0, b: 6, a: 2} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/Rays11dn.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Rays11dn.mat.meta new file mode 100644 index 0000000..79a8fb9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Rays11dn.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 1968832aa2477ae4ab6f4c8056914cc8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Rays11dn.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Rays3bts.mat b/Assets/Hovl Studio/HSFiles/Materials/Rays3bts.mat new file mode 100644 index 0000000..b8799a6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Rays3bts.mat @@ -0,0 +1,265 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2979055208766626222 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-2868932444776536525 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Rays3bts + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + - _USEFRESNEL_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 3, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: 54f1f0934c5544a44916f2e0ec6cc81c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 909aff61c0fb9c145a89933eb8fe22f8, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 6f39b8311bcda2c49ba60a3572c45826, type: 3} + m_Scale: {x: 0.5, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _Colorpower: 1 + - _Colorrange: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: -0.7 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 1 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 1 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usedark: 0 + - _Usedepth: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _EndColor: {r: 1, g: 1, b: 0, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0.5, a: -0.1} + - _StartColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8087734622898973449 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Rays3bts.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Rays3bts.mat.meta new file mode 100644 index 0000000..4bd8247 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Rays3bts.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3172eb90df6a43749a44a461cdf930fd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Rays3bts.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Romb3bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Romb3bcg.mat new file mode 100644 index 0000000..f6ba877 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Romb3bcg.mat @@ -0,0 +1,243 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6067946766691454420 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-4902177346770735338 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-4469966973735375092 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Romb3bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 3, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3727a5cb4c22e5c45b1c8a876894f10e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: 54f1f0934c5544a44916f2e0ec6cc81c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: a4ba2bd4b0bb17e4fab41ceaec17b81e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: -3, g: -0.5, b: -1, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _EndColor: {r: 1, g: 1, b: 0, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: -0.5} + - _StartColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Romb3bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Romb3bcg.mat.meta new file mode 100644 index 0000000..e32738d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Romb3bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: aae0aea18cf7dd740b7d0f9a390ed1b2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Romb3bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Romb3cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Romb3cg.mat new file mode 100644 index 0000000..7f9af57 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Romb3cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Romb3cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3727a5cb4c22e5c45b1c8a876894f10e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4293423147733940798 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &5379519224098723165 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &7864669378946952977 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Romb3cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Romb3cg.mat.meta new file mode 100644 index 0000000..8269e4b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Romb3cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: c10ff1214bc1c924182ac2e22d4f5cda +timeCreated: 1518099002 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Romb3cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SS1bbcg.mat b/Assets/Hovl Studio/HSFiles/Materials/SS1bbcg.mat new file mode 100644 index 0000000..11148e2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SS1bbcg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8580524717864638028 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-5199304583252988490 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1892576871905373503 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SS1bbcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: c526082408b9bc04f9e351300c18dc27, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SS1bbcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SS1bbcg.mat.meta new file mode 100644 index 0000000..8660b32 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SS1bbcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 161852a92f31b914b8f1affca6c04673 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SS1bbcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SS1bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/SS1bcg.mat new file mode 100644 index 0000000..fd141bc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SS1bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6969948145346448284 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-3826197394907897711 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SS1bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a4c474a92ebc13940b7e2415fc6033f1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6579737878909331060 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/SS1bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SS1bcg.mat.meta new file mode 100644 index 0000000..44ef9f1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SS1bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 13652c21ac9e0c0419a23ddb06f683fc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SS1bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SS1cbcg.mat b/Assets/Hovl Studio/HSFiles/Materials/SS1cbcg.mat new file mode 100644 index 0000000..15fbec7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SS1cbcg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3604898458333658337 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SS1cbcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 881a4a6e0c98cee4aa64fe4d7833e9f4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &679335878505908127 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &8176531096743070851 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SS1cbcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SS1cbcg.mat.meta new file mode 100644 index 0000000..2d0fdda --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SS1cbcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 18ca33340b350194a96892d92e5f8948 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SS1cbcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SS2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/SS2bcg.mat new file mode 100644 index 0000000..dd366b4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SS2bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2235868652565296620 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-739789159203617980 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SS2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 5a0839b9bd7f84c418768540b7be9c1e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8078802789356961552 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SS2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SS2bcg.mat.meta new file mode 100644 index 0000000..c9d8049 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SS2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4cf1ea0b08d689245942a3788a4267f4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SS2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Sand4bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Sand4bcg.mat new file mode 100644 index 0000000..006ce76 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Sand4bcg.mat @@ -0,0 +1,192 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8667951422005558925 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Sand4bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 9dce18ab8483e7b4eb466266ed2af575, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2635180665902423556 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &4986710908707338661 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Sand4bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Sand4bcg.mat.meta new file mode 100644 index 0000000..1f1c574 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Sand4bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 19069140140915c4bb6b8deee2f6bb85 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Sand4bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Semicircle6bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Semicircle6bcg.mat new file mode 100644 index 0000000..cad6672 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Semicircle6bcg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6868035482937097563 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-2264649993391849506 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Semicircle6bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 77c34709cf851d94d811f77a97e6ecb3, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5236055576812656385 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Semicircle6bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Semicircle6bcg.mat.meta new file mode 100644 index 0000000..fe28d16 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Semicircle6bcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: e10acc4b68a4e7b4eaa75206eacf0d19 +timeCreated: 1524850181 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Semicircle6bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Semicircle7bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Semicircle7bcg.mat new file mode 100644 index 0000000..9bbc3ca --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Semicircle7bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7344077521054728241 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-4180313233484000070 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Semicircle7bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 11c2f5dd0ef11d44fbb08d43f6d56476, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2350864388664413663 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Semicircle7bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Semicircle7bcg.mat.meta new file mode 100644 index 0000000..b92ac06 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Semicircle7bcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 097681739006eda4daeda8c905e63cff +timeCreated: 1524850181 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Semicircle7bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/ShockWave.mat b/Assets/Hovl Studio/HSFiles/Materials/ShockWave.mat new file mode 100644 index 0000000..64195be --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/ShockWave.mat @@ -0,0 +1,172 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8932764824690447907 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-3878676858630836253 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: ShockWave + m_Shader: {fileID: -6465566751694194690, guid: c54b5097403c7204dab66c94ca8f2252, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: ff6d0479db5058f42878d15454bd3fc9, type: 3} + m_Scale: {x: 1, y: 0.8} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: c815ff65f7d115d49b3768f7647db1c1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 680ed321f94f60744a581c7a50bf07ba, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BlendMode: 0 + - _ConservativeDepthOffsetEnable: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _InvFade: 3 + - _NoiseOpacityLerp: 0 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UV2Tswitch: 0 + - _UseShadowThreshold: 0 + - _Usedepth: 1 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + m_Colors: + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: -0.44, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoiseSpeedXYPowerZ: {r: 0, g: 0, b: 1, a: 0} + - _TextureMove: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5394590124331585530 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/ShockWave.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/ShockWave.mat.meta new file mode 100644 index 0000000..db77d7c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/ShockWave.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: fd19e00116041854f96c3e691c06ec3c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/ShockWave.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/ShockWave13.mat b/Assets/Hovl Studio/HSFiles/Materials/ShockWave13.mat new file mode 100644 index 0000000..7549d12 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/ShockWave13.mat @@ -0,0 +1,171 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8385526630926307496 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: ShockWave13 + m_Shader: {fileID: -6465566751694194690, guid: c54b5097403c7204dab66c94ca8f2252, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: 4c66a60e1284aa34199758ca16976171, type: 3} + m_Scale: {x: 1, y: 0.2} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: 6bfcf4e90d569ce4484888b0aee7d89d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 680ed321f94f60744a581c7a50bf07ba, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 7d68a918c0765ff46bd6aa7513519399, type: 3} + m_Scale: {x: 2, y: 0.5} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BlendMode: 0 + - _ConservativeDepthOffsetEnable: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _InvFade: 3 + - _NoiseOpacityLerp: 0 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UV2Tswitch: 0 + - _UseShadowThreshold: 0 + - _Usedepth: 0 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + m_Colors: + - _DistortionSpeedXYPowerZ: {r: 0, g: 0.2, b: -0.5, a: 0.01} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoiseSpeedXYPowerZ: {r: 0.02, g: 0.5, b: 1, a: 0} + - _TextureMove: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1398193690395942571 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &8577248959296134648 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/ShockWave13.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/ShockWave13.mat.meta new file mode 100644 index 0000000..f21db13 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/ShockWave13.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a2dd201928401f1428c0777de0a4211c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/ShockWave13.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/ShockWave4.mat b/Assets/Hovl Studio/HSFiles/Materials/ShockWave4.mat new file mode 100644 index 0000000..3fe680f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/ShockWave4.mat @@ -0,0 +1,171 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-862964349101739145 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: ShockWave4 + m_Shader: {fileID: -6465566751694194690, guid: c54b5097403c7204dab66c94ca8f2252, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: ff6d0479db5058f42878d15454bd3fc9, type: 3} + m_Scale: {x: 1, y: 0.8} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: c815ff65f7d115d49b3768f7647db1c1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 680ed321f94f60744a581c7a50bf07ba, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BlendMode: 0 + - _ConservativeDepthOffsetEnable: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _InvFade: 3 + - _NoiseOpacityLerp: 0 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UV2Tswitch: 0 + - _UseShadowThreshold: 0 + - _Usedepth: 0 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + m_Colors: + - _DistortionSpeedXYPowerZ: {r: 0, g: 0.01, b: -0.44, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoiseSpeedXYPowerZ: {r: 0, g: 0, b: 1, a: 0} + - _TextureMove: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4495556209804230328 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &7942289488001107241 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/ShockWave4.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/ShockWave4.mat.meta new file mode 100644 index 0000000..03a4665 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/ShockWave4.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 603b364c8c9be2249bd78e8b20bdf76a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/ShockWave4.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/ShockWave5.mat b/Assets/Hovl Studio/HSFiles/Materials/ShockWave5.mat new file mode 100644 index 0000000..fef1fe7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/ShockWave5.mat @@ -0,0 +1,173 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6776206458963835109 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: ShockWave5 + m_Shader: {fileID: -6465566751694194690, guid: c54b5097403c7204dab66c94ca8f2252, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: fecbc2dbf76d9ab4089330c3e5ee2423, type: 3} + m_Scale: {x: 3, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: c815ff65f7d115d49b3768f7647db1c1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 680ed321f94f60744a581c7a50bf07ba, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BlendMode: 0 + - _ConservativeDepthOffsetEnable: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _InvFade: 3 + - _NoiseOpacityLerp: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UV2Tswitch: 0 + - _UseShadowThreshold: 0 + - _Usedepth: 0 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + m_Colors: + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: -0.3, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoiseSpeedXYPowerZ: {r: 0, g: 0, b: 1, a: 0} + - _TextureMove: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5634116933356116553 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &9160619785583336135 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/ShockWave5.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/ShockWave5.mat.meta new file mode 100644 index 0000000..38dd391 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/ShockWave5.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9d2ff0467cadbd7439acb4d33ae49b08 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/ShockWave5.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/ShockWave6.mat b/Assets/Hovl Studio/HSFiles/Materials/ShockWave6.mat new file mode 100644 index 0000000..a5868df --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/ShockWave6.mat @@ -0,0 +1,172 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8271353748856797114 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: ShockWave6 + m_Shader: {fileID: -6465566751694194690, guid: c54b5097403c7204dab66c94ca8f2252, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: dbec9039c70e09e47b8ff15d508f39ac, type: 3} + m_Scale: {x: 1, y: 1.2} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: 6bfcf4e90d569ce4484888b0aee7d89d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 680ed321f94f60744a581c7a50bf07ba, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3584f2bf4afb5284d91edb6a29126e62, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BlendMode: 0 + - _ConservativeDepthOffsetEnable: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _Emission: 8 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _InvFade: 1 + - _NoiseOpacityLerp: 0 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UV2Tswitch: 0 + - _UseShadowThreshold: 0 + - _Usedepth: 1 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + m_Colors: + - _DistortionSpeedXYPowerZ: {r: 0, g: 0.6, b: -0.6, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoiseSpeedXYPowerZ: {r: 0, g: 1, b: 1, a: 0} + - _TextureMove: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6961562309119195601 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &8904540156658666033 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/ShockWave6.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/ShockWave6.mat.meta new file mode 100644 index 0000000..9b529be --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/ShockWave6.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d68deacefb5460647bbcf2b3ea71c613 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/ShockWave6.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Shockwave17.mat b/Assets/Hovl Studio/HSFiles/Materials/Shockwave17.mat new file mode 100644 index 0000000..9d730fc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Shockwave17.mat @@ -0,0 +1,170 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Shockwave17 + m_Shader: {fileID: -6465566751694194690, guid: c54b5097403c7204dab66c94ca8f2252, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: dbec9039c70e09e47b8ff15d508f39ac, type: 3} + m_Scale: {x: 3, y: 2} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: 3be166a6e61ffd648ad40df0fbd03647, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 680ed321f94f60744a581c7a50bf07ba, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: dc6f0d63157418d4bafa47460840901a, type: 3} + m_Scale: {x: 5, y: 0.5} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BlendMode: 0 + - _ConservativeDepthOffsetEnable: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _Emission: 5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _InvFade: 3 + - _NoiseOpacityLerp: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UV2Tswitch: 0 + - _UseShadowThreshold: 0 + - _Usedepth: 0 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + m_Colors: + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0.1, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoiseSpeedXYPowerZ: {r: 0, g: 0, b: 1, a: 0} + - _TextureMove: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1407744604590280759 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &5661433153962825601 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &7078349212608773570 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Shockwave17.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Shockwave17.mat.meta new file mode 100644 index 0000000..81a06ee --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Shockwave17.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9578cafd0b6bda04d8f3a028ee7bbf8f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Shockwave17.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Shuriken10bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Shuriken10bcg.mat new file mode 100644 index 0000000..984552a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Shuriken10bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9035865634380520475 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1964028094380259202 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Shuriken10bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 8f1cde432f623374782d904a4f8f015b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6471038752486892269 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Shuriken10bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Shuriken10bcg.mat.meta new file mode 100644 index 0000000..81b3a51 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Shuriken10bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6ba0e06c5fb9a8249929b097d5906366 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Shuriken10bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke12cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke12cg.mat new file mode 100644 index 0000000..29ed923 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke12cg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6691709314431662580 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke12cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: d2d212ea9b69a8345bd6b7debdf07fcd, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.2 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0.3, g: 0, b: 0.07, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0.3, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0.5, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3272016760374534857 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &7425006869022972647 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke12cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke12cg.mat.meta new file mode 100644 index 0000000..b8777e0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke12cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 702a250bb24700c4fb4a74b638bf5f2f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke12cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke21bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke21bcg.mat new file mode 100644 index 0000000..6a7374a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke21bcg.mat @@ -0,0 +1,259 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2751551153363576121 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke21bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _EMISSION + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 8, y: 8} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: d06e9498a00104344b97f8294ba40c6c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendOp: 0 + - _BumpScale: 1 + - _CameraFadingEnabled: 0 + - _CameraFarFadeDistance: 2 + - _CameraNearFadeDistance: 1 + - _CastShadows: 0 + - _ColorMode: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DistortionBlend: 0.5 + - _DistortionEnabled: 0 + - _DistortionStrength: 1 + - _DistortionStrengthScaled: 0 + - _Distortionpower: 0.005 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EmissionEnabled: 0 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _FlipbookMode: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _LightingEnabled: 0 + - _Metallic: 0 + - _Mode: 2 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SoftParticlesEnabled: 1 + - _SoftParticlesFarFadeDistance: 1 + - _SoftParticlesNearFadeDistance: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _ColorAddSubDiff: {r: 1, g: 0, b: 0, a: 0} + - _DistortionSpeedXYPowerZ: {r: 0.314, g: 0.0856, b: 0.005, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SoftParticleFadeParams: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3598682122100074959 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &4789533511714649502 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke21bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke21bcg.mat.meta new file mode 100644 index 0000000..4215813 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke21bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: fe8c49d5a83a44048b6e34bca63b8121 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke21bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke23bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke23bcg.mat new file mode 100644 index 0000000..332f9b0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke23bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9171015346634798137 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-2322058142433315426 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke23bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: abdedbc386bd4a14abc5e28b60325c7c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &7589740766229380885 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke23bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke23bcg.mat.meta new file mode 100644 index 0000000..93ed9f3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke23bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 91f205291be17fa4bac0b0017b7bce71 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke23bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke24bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke24bcg.mat new file mode 100644 index 0000000..a9d0a5e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke24bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1272326591627381972 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke24bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4de1419ac14d16d44b9c82b76ea6d884, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &450252113196349383 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &5072056588781131899 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke24bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke24bcg.mat.meta new file mode 100644 index 0000000..cc731b2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke24bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4b963661ff30bb44cb43409db4141e79 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke24bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke24cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke24cg.mat new file mode 100644 index 0000000..23a6131 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke24cg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke24cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4de1419ac14d16d44b9c82b76ea6d884, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 6 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &309520936924025698 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &1304203576208737523 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &6814080060427873232 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke24cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke24cg.mat.meta new file mode 100644 index 0000000..b56acd0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke24cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7a7752c726c9aa6428c0da0af778f0c7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke24cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke27bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke27bcg.mat new file mode 100644 index 0000000..e3fada3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke27bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1382012775619700292 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke27bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 807b66e23ff88474db79f678aec746fd, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &130151416191934101 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &1391663737871971703 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke27bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke27bcg.mat.meta new file mode 100644 index 0000000..356adfb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke27bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5dfed3dd686054146a53842d5f100ec2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke27bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke32bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke32bcg.mat new file mode 100644 index 0000000..ec41a5a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke32bcg.mat @@ -0,0 +1,259 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5382193641761524492 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke32bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _EMISSION + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 8, y: 8} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: cf3e3119ad6254c4fae0fe38c98835da, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendOp: 0 + - _BumpScale: 1 + - _CameraFadingEnabled: 0 + - _CameraFarFadeDistance: 2 + - _CameraNearFadeDistance: 1 + - _CastShadows: 0 + - _ColorMode: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DistortionBlend: 0.5 + - _DistortionEnabled: 0 + - _DistortionStrength: 1 + - _DistortionStrengthScaled: 0 + - _Distortionpower: 0.005 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EmissionEnabled: 0 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _FlipbookMode: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _LightingEnabled: 0 + - _Metallic: 0 + - _Mode: 2 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SoftParticlesEnabled: 1 + - _SoftParticlesFarFadeDistance: 1 + - _SoftParticlesNearFadeDistance: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0} + - _Color: {r: 5.992157, g: 5.992157, b: 5.992157, a: 1} + - _ColorAddSubDiff: {r: 1, g: 0, b: 0, a: 0} + - _DistortionSpeedXYPowerZ: {r: 0.314, g: 0.0856, b: 0.005, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SoftParticleFadeParams: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5524295506817089579 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &8047556267990328639 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke32bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke32bcg.mat.meta new file mode 100644 index 0000000..34c081c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke32bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0adda91cb44a83949adb973749051fed +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke32bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke34bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke34bcg.mat new file mode 100644 index 0000000..148ede4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke34bcg.mat @@ -0,0 +1,192 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke34bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ba24692a6d37a38488ce24bcba6cf207, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1330378009512893273 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &5777600234603471624 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &9176850145363143536 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke34bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke34bcg.mat.meta new file mode 100644 index 0000000..a12c94a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke34bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3a1b1fccea0192945afb7438167238f8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke34bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke36cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke36cc.mat new file mode 100644 index 0000000..924fe4d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke36cc.mat @@ -0,0 +1,188 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-4139213021593988083 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke36cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 6a898e867a38bfa46abec2c9133cb4e5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3023805883380776146 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke36cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke36cc.mat.meta new file mode 100644 index 0000000..a00c12a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke36cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e5847e50e73d6c74799ab60b35a9e3d8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke36cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke38cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke38cc.mat new file mode 100644 index 0000000..2e8d030 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke38cc.mat @@ -0,0 +1,180 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-4361397269524910380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke38cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: de79722bf6f95d8489790b35de622965, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 1 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8502080156912943293 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke38cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke38cc.mat.meta new file mode 100644 index 0000000..45b08b2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke38cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 16e1a65773bfe914da5c93ba5dfc0dd6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke38cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke39cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke39cc.mat new file mode 100644 index 0000000..eb18a75 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke39cc.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke39cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 7a642b0495735f24fb696ffe28e2f87b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5850971779690210466 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke39cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke39cc.mat.meta new file mode 100644 index 0000000..d8857d4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke39cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f8da6b8eba7f6ee44bbc85f2e6667640 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke39cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke3bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke3bcg.mat new file mode 100644 index 0000000..d80f9b2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke3bcg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8575238010981822571 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-2761019313352176123 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke3bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 52b767eecc2845a429e0e9e2155a8ea5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3092170587232534836 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke3bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke3bcg.mat.meta new file mode 100644 index 0000000..11af6f9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke3bcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 4ab4d8a07632c5046b006df23dc00374 +timeCreated: 1513956464 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke3bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke3cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke3cg.mat new file mode 100644 index 0000000..3d5b591 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke3cg.mat @@ -0,0 +1,243 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1794584816779906102 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke3cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 52b767eecc2845a429e0e9e2155a8ea5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &520224694732499165 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &2073856501896860900 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke3cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke3cg.mat.meta new file mode 100644 index 0000000..cf35fe3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke3cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: fe3fbcea8e93fec468be670c547e0aa1 +timeCreated: 1513956464 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke3cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke40cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke40cc.mat new file mode 100644 index 0000000..e4a218a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke40cc.mat @@ -0,0 +1,188 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke40cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: d0bfb168daf7c0a4bb6d0b1f037e8a7f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4e3951c538fc8a647a4a10a99b480987, type: 3} + m_Scale: {x: 0.4, y: 0.4} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1073514048445905867 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke40cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke40cc.mat.meta new file mode 100644 index 0000000..1394d5d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke40cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e696d8aace1254d4eae49dd5a1aba050 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke40cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke5bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Smoke5bcg.mat new file mode 100644 index 0000000..2f48dda --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke5bcg.mat @@ -0,0 +1,239 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-422885889408045974 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Smoke5bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 2494a85b69df1924eb32d9237a97d055, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.2 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0.3, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3575981659135176508 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &4504606884613472087 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Smoke5bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Smoke5bcg.mat.meta new file mode 100644 index 0000000..e468f3b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Smoke5bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 906522bf32691f9408c7e24cc0ee30a3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Smoke5bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SmokeAnim2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/SmokeAnim2bcg.mat new file mode 100644 index 0000000..4536954 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SmokeAnim2bcg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7920769473421852445 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SmokeAnim2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: c46ae826be1a0f84db11c2b747fd1a6e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 8, y: 8} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5053581772026616974 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &5860576991382125433 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SmokeAnim2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SmokeAnim2bcg.mat.meta new file mode 100644 index 0000000..16c0dfc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SmokeAnim2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0777b310bf3c3714b90d5166da01f666 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SmokeAnim2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SmokeBCG.mat b/Assets/Hovl Studio/HSFiles/Materials/SmokeBCG.mat new file mode 100644 index 0000000..b082832 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SmokeBCG.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SmokeBCG + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 190f03e800924ac45966dff7ad924828, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6047747928373832666 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &7121418404304822150 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &8579216210239322726 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SmokeBCG.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SmokeBCG.mat.meta new file mode 100644 index 0000000..52fc145 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SmokeBCG.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: ad117d9f7f62bb94690a823d11b394ad +timeCreated: 1518184737 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SmokeBCG.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SmokeBCG2.mat b/Assets/Hovl Studio/HSFiles/Materials/SmokeBCG2.mat new file mode 100644 index 0000000..fb47393 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SmokeBCG2.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4933364034529519802 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SmokeBCG2 + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 190f03e800924ac45966dff7ad924828, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3550782620990211029 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &5393818311252716198 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SmokeBCG2.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SmokeBCG2.mat.meta new file mode 100644 index 0000000..f77dc7e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SmokeBCG2.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 1b66e22bcee135c45b22ba1f3cbd815d +timeCreated: 1518184737 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SmokeBCG2.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SmoothHeart1ts.mat b/Assets/Hovl Studio/HSFiles/Materials/SmoothHeart1ts.mat new file mode 100644 index 0000000..c4849d2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SmoothHeart1ts.mat @@ -0,0 +1,250 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6529437868864500748 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-2030973473114512990 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-96203335617626996 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SmoothHeart1ts + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USEFRESNEL_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 74ed93858b3298e4f93e6146b3ef490c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 1 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 1 + - _FresnelEmission: 1.5 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 0 + - _UseFresnel: 1 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 1 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 0.02745098, b: 0, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 0.02745098, b: 0, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SmoothHeart1ts.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SmoothHeart1ts.mat.meta new file mode 100644 index 0000000..23706a5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SmoothHeart1ts.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 51dd9aa2c01ab7343acd136670979cd2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SmoothHeart1ts.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SmoothStar1ts.mat b/Assets/Hovl Studio/HSFiles/Materials/SmoothStar1ts.mat new file mode 100644 index 0000000..21253bd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SmoothStar1ts.mat @@ -0,0 +1,250 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2498198236449760834 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1586017543552870057 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SmoothStar1ts + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USEFRESNEL_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 74ed93858b3298e4f93e6146b3ef490c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 1 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 1 + - _FresnelEmission: 1.5 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 0 + - _UseFresnel: 1 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 1 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 0.80092657, b: 0, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &7716254908194282521 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SmoothStar1ts.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SmoothStar1ts.mat.meta new file mode 100644 index 0000000..fb3d562 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SmoothStar1ts.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6036a0e4ee6ca6a4caaab7af93026c21 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SmoothStar1ts.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SmoothStar2ts.mat b/Assets/Hovl Studio/HSFiles/Materials/SmoothStar2ts.mat new file mode 100644 index 0000000..091932c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SmoothStar2ts.mat @@ -0,0 +1,250 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4770935979833623835 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1217198628774728975 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SmoothStar2ts + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USEFRESNEL_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3584f2bf4afb5284d91edb6a29126e62, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 1 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 1 + - _FresnelEmission: 1.5 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 0 + - _UseFresnel: 1 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 1 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 0.80092657, b: 0, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3753464123870719370 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/SmoothStar2ts.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SmoothStar2ts.mat.meta new file mode 100644 index 0000000..1f9ddb2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SmoothStar2ts.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a2d1ea95c786c8b46ace62dde914acac +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SmoothStar2ts.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Snow3cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Snow3cg.mat new file mode 100644 index 0000000..a492655 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Snow3cg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3296330041553105816 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Snow3cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 2792b4343ac6e7344a1af366bce0de12, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6163515866747767096 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &8371328284786221032 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Snow3cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Snow3cg.mat.meta new file mode 100644 index 0000000..d1f1aee --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Snow3cg.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 6c52f6b90f45ea449821c292a1153fa0 +timeCreated: 1516978837 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Snow3cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Snow4bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Snow4bcg.mat new file mode 100644 index 0000000..3c76b4c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Snow4bcg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4219115991887301262 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Snow4bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 2dbe75cf06e0c6842b4eae60ddda63ef, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2214162749969092957 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &5141942449713348201 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Snow4bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Snow4bcg.mat.meta new file mode 100644 index 0000000..20989c1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Snow4bcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 35f5e6dc715494f44b17248eee5426bd +timeCreated: 1521664674 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Snow4bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Snow4cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Snow4cg.mat new file mode 100644 index 0000000..0030926 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Snow4cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5021276427124882916 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-4803337645835195678 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Snow4cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 2dbe75cf06e0c6842b4eae60ddda63ef, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &980754391028027900 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Snow4cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Snow4cg.mat.meta new file mode 100644 index 0000000..94e787b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Snow4cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 14d86213d7eb66d488a487dc38bc79d1 +timeCreated: 1521664674 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Snow4cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Snow5cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Snow5cg.mat new file mode 100644 index 0000000..95db0a4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Snow5cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-53304420470863840 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Snow5cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 36699d5f609e9ee4db33063ed634778f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2199973799896861138 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &7754832924588562510 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Snow5cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Snow5cg.mat.meta new file mode 100644 index 0000000..aaa6b00 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Snow5cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cc3a4b86baeeb7846a5830b7f09fb9bf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Snow5cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Snow6bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Snow6bcg.mat new file mode 100644 index 0000000..a749ed5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Snow6bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Snow6bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 756e68ad7f25ef740b2d6ee85ce3042e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &477467591520807294 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &5845897114270962989 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &6119893335829013787 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Snow6bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Snow6bcg.mat.meta new file mode 100644 index 0000000..6cec741 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Snow6bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7ed616d83125ce145a68a1ae8e308126 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Snow6bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SoftNoise69bd.mat b/Assets/Hovl Studio/HSFiles/Materials/SoftNoise69bd.mat new file mode 100644 index 0000000..b93e930 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SoftNoise69bd.mat @@ -0,0 +1,250 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5484665822913164318 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SoftNoise69bd + m_Shader: {fileID: -6465566751694194690, guid: 60d9a794523917043ab4a5a06a2f98c0, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _SOFTEDGES_ON + - _USEDEPTH_ON + - _USEFRESNEL_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 04a40b50e9e63ed43af8af28f2ba4f86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3584f2bf4afb5284d91edb6a29126e62, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: e505e649e0a8d5045985b89a5176bdc5, type: 3} + m_Scale: {x: 1, y: 2} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 2800000, guid: 9d5139686547cd24983e1c90ad7e4c33, type: 3} + m_Scale: {x: 0.5, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex3coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.02 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelclamp: 5 + - _Fresnelpower: 5 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 2 + - _Opacitysaturate: 0 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _Sideopacitymult: 5 + - _SmoothnessTextureChannel: 0 + - _Softedges: 1 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseNoiseRandomUV: 1 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _Usefresnel: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0.1, g: 0.2, b: -0.2, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0.1, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 1.5, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1466841427858274577 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &8347406702113610566 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SoftNoise69bd.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SoftNoise69bd.mat.meta new file mode 100644 index 0000000..3745d22 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SoftNoise69bd.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cf2d5b6f125768848a68a196a2546747 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SoftNoise69bd.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Spark5bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Spark5bcg.mat new file mode 100644 index 0000000..48c3f30 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Spark5bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7656490812800709120 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Spark5bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 70b9567df5bcc93419b5be3a43f10a8d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1400899250219986186 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &5768302006820176160 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Spark5bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Spark5bcg.mat.meta new file mode 100644 index 0000000..e50a9ad --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Spark5bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7db36d08f5482f24cb7034bb3d1353de +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Spark5bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Spark6cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Spark6cc.mat new file mode 100644 index 0000000..6bd1320 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Spark6cc.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-3252596979708977161 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Spark6cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 778ee27dbe49e8949a3cb0cca048dbab, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 1 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6409627846213400527 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Spark6cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Spark6cc.mat.meta new file mode 100644 index 0000000..9a1fafb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Spark6cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 02525666dda2c5248aaf724337441cb2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Spark6cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SparkExolosion1bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/SparkExolosion1bcg.mat new file mode 100644 index 0000000..2f7975d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SparkExolosion1bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7801695241983012540 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-5790823858870848915 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SparkExolosion1bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 18ead67d9373c0e4c94569200a88a6cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5695636255145696748 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/SparkExolosion1bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SparkExolosion1bcg.mat.meta new file mode 100644 index 0000000..7983e52 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SparkExolosion1bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3cdb7774cf6350d4f9b279edce3d08be +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SparkExolosion1bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SpideWeb1cc.mat b/Assets/Hovl Studio/HSFiles/Materials/SpideWeb1cc.mat new file mode 100644 index 0000000..edb792c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SpideWeb1cc.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-7329609142382194214 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SpideWeb1cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: 32bfe60e26a98f0419f7c7468d7eb7b3, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 1 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SpideWeb1cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SpideWeb1cc.mat.meta new file mode 100644 index 0000000..ac3d626 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SpideWeb1cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c37f49dd27d38f549a21b1c829f41b8d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SpideWeb1cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SpideWeb2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/SpideWeb2bcg.mat new file mode 100644 index 0000000..ac45b47 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SpideWeb2bcg.mat @@ -0,0 +1,190 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2121916899942045080 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1650007920104019929 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SpideWeb2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 2, y: 0.3} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 740cd61825ab8984d8c831b1c1a6179c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 1 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0.01, g: 0.03, b: 0.03, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5833593016253075656 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/SpideWeb2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SpideWeb2bcg.mat.meta new file mode 100644 index 0000000..2a538e6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SpideWeb2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 501dcf4986040e44ba5d9f12ec8ea2ed +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SpideWeb2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/SpideWeb3cc.mat b/Assets/Hovl Studio/HSFiles/Materials/SpideWeb3cc.mat new file mode 100644 index 0000000..59dd17b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SpideWeb3cc.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1642465954384893380 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SpideWeb3cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 2800000, guid: a1ec53290747a3847998597fe786cca3, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise_mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cut_tiling_value_1: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 1 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &400270792413805505 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/SpideWeb3cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/SpideWeb3cc.mat.meta new file mode 100644 index 0000000..98008db --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/SpideWeb3cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 729c544343e5ae946864e272e18825ef +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/SpideWeb3cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Splat4bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Splat4bcg.mat new file mode 100644 index 0000000..0a3afdb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Splat4bcg.mat @@ -0,0 +1,234 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Splat4bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3f4f38008a4e02e4f93d4d9f15db9b31, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5602843673251048839 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &6995098931061329865 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &7954523162481505695 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Splat4bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Splat4bcg.mat.meta new file mode 100644 index 0000000..575ba98 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Splat4bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0c6d6fc74f699e4418e913fa2ede1899 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Splat4bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Splat4dn.mat b/Assets/Hovl Studio/HSFiles/Materials/Splat4dn.mat new file mode 100644 index 0000000..e03c640 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Splat4dn.mat @@ -0,0 +1,59 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Splat4dn + m_Shader: {fileID: 4800000, guid: 145bae762d8de8f4c8fb1b284128fae7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USETEXTURECOLOR_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Dissolvenoise: + m_Texture: {fileID: 2800000, guid: 74ed93858b3298e4f93e6146b3ef490c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3f4f38008a4e02e4f93d4d9f15db9b31, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureNoise: + m_Texture: {fileID: 2800000, guid: fb6c79072be94f24b95bdaea18ff8abd, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Dissolve: 1 + - _InvFade: 3 + - _Opacity: 1 + - _ToggleSwitch0: 1 + - _Usedepth: 0 + - _Usetexturecolor: 1 + - _Usetexturedissolve: 0 + m_Colors: + - _Dissolvecolor: {r: 1, g: 1, b: 1, a: 1} + - _DissolvespeedXY: {r: 0, g: 0, b: 0, a: 0} + - _Maincolor: {r: 0.5738881, g: 0.1830188, b: 1, a: 1} + - _Noisecolor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedXYEmissonZPowerW: {r: 0.01, g: 0.03, b: 3, a: 1.5} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/Splat4dn.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Splat4dn.mat.meta new file mode 100644 index 0000000..3b6dbe2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Splat4dn.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b7e6c6ccb05ac534c99941f1e791169a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Splat4dn.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Star12bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Star12bcg.mat new file mode 100644 index 0000000..9fbc435 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Star12bcg.mat @@ -0,0 +1,234 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7376147689708670366 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Star12bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 7dd4064cbfdcb6b4ca3e568cf69119f8, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3383013867586182671 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &8870751712419858219 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Star12bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Star12bcg.mat.meta new file mode 100644 index 0000000..e023489 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Star12bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ab7dfa34caaca3d429942ce90c556297 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Star12bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Star2bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Star2bcg.mat new file mode 100644 index 0000000..a83fe7d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Star2bcg.mat @@ -0,0 +1,235 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5578745580457090053 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Star2bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e87c344a04759da4bbf8e2bcb8786bc4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6020013155554326755 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &7867194867804598602 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Star2bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Star2bcg.mat.meta new file mode 100644 index 0000000..afa787d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Star2bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 09b4ce3140709214d891c32fdea6004c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Star2bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Star3bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Star3bcg.mat new file mode 100644 index 0000000..94e0795 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Star3bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6680380273965135397 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Star3bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 7fe8652775163b941806d13bd9fb659f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2620677635983910276 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &7851199971931704976 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Star3bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Star3bcg.mat.meta new file mode 100644 index 0000000..d3fb7de --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Star3bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9509d65f44bec55498ba99d0a564e28b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Star3bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Star4bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Star4bcg.mat new file mode 100644 index 0000000..5ecd8d0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Star4bcg.mat @@ -0,0 +1,234 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6452546675144126463 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Star4bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 252098364966e4644865ab36e1e0dc15, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4577334722273196314 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &6996096747345585988 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Star4bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Star4bcg.mat.meta new file mode 100644 index 0000000..0410af8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Star4bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8d696f0c5df835648b794f5bdc07c46b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Star4bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Stone3bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Stone3bcg.mat new file mode 100644 index 0000000..235742a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Stone3bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5387041347472191849 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1481266003913055084 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Stone3bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 66a3f4188e734d947a4c6a47225252f9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5444462711359288165 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Stone3bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Stone3bcg.mat.meta new file mode 100644 index 0000000..2979c62 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Stone3bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2687a30d68920d9418667b64d76a5fab +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Stone3bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Stone4bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Stone4bcg.mat new file mode 100644 index 0000000..93c5f0f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Stone4bcg.mat @@ -0,0 +1,234 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4916323793621445405 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-3106644153428690559 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Stone4bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: db4489b3535ca6c4ca645108239b1e43, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8812245617999489236 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Stone4bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Stone4bcg.mat.meta new file mode 100644 index 0000000..975c22e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Stone4bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2d06587808bedb845b2884c0c374bf48 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Stone4bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Stone5bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Stone5bcg.mat new file mode 100644 index 0000000..164d9b9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Stone5bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5387041347472191849 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1481266003913055084 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Stone5bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 6fdc0708dbbf5fc44ba251c20912e4f0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5444462711359288165 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Stone5bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Stone5bcg.mat.meta new file mode 100644 index 0000000..5d9025e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Stone5bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7a7671b6a59f57e4fa62b3e4668517f3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Stone5bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail100bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail100bcg.mat new file mode 100644 index 0000000..a8dba9a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail100bcg.mat @@ -0,0 +1,194 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail100bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 2800000, guid: 504af480bf390244c9d668ffc7a78f18, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 7d291e60f205ca54aab85c20ce742d5c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: a4ba2bd4b0bb17e4fab41ceaec17b81e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _InvFade: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: -3, g: 0, b: -0.5, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1355140886401116947 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &2417494336755912673 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6496920389659597535 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail100bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail100bcg.mat.meta new file mode 100644 index 0000000..199b91b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail100bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8ccb7101de8130a4a8017d8e6f2784d3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail100bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail101cc.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail101cc.mat new file mode 100644 index 0000000..7668d27 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail101cc.mat @@ -0,0 +1,180 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8784468876756069104 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail101cc + m_Shader: {fileID: -6465566751694194690, guid: 5914e2992cf113d4e9e7eb0578a1520f, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: 3000 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - MOTIONVECTORS + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Color_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 78330717a5eca2e429ea9aeb7c5a69bc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _Polar_coordinates: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_Color_texture: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Speed_Color_XY_Main_ZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1728013794253219054 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &7688497546451180233 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail101cc.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail101cc.mat.meta new file mode 100644 index 0000000..db61746 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail101cc.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6713283bdc2bde04bb4448c3c1242a15 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail101cc.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail102cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail102cg.mat new file mode 100644 index 0000000..f2b78f8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail102cg.mat @@ -0,0 +1,252 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8883007263336156803 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail102cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - SHADOWCASTER + - DepthOnly + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 23c755ae711aa614f8c34a455f9f0b94, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 1 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _EnvironmentReflections: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _RenderQueueType: 4 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5469253535619966171 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6912420690294795721 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail102cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail102cg.mat.meta new file mode 100644 index 0000000..ce0ce39 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail102cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: babba62a760958e4aa7f164a81e4721f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail102cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail104cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail104cg.mat new file mode 100644 index 0000000..6d5c1fc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail104cg.mat @@ -0,0 +1,191 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail104cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 5a3c58769ec04114f834a157f7382dc5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0.5, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail104cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail104cg.mat.meta new file mode 100644 index 0000000..cbbbe18 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail104cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e50156fd64d1e3345b839b284bd26fd6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail104cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail105bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail105bcg.mat new file mode 100644 index 0000000..84a6e9e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail105bcg.mat @@ -0,0 +1,190 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail105bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a3c0847e5c5768f4297bb24b7a5a78dd, type: 3} + m_Scale: {x: 0.8, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 1, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail105bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail105bcg.mat.meta new file mode 100644 index 0000000..e4a6730 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail105bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7cd5ed6a59081bc439b6df1f30f20295 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail105bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail106bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail106bcg.mat new file mode 100644 index 0000000..3878317 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail106bcg.mat @@ -0,0 +1,190 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail106bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1240caf76a8ebaa4bb6528e92c5007e2, type: 3} + m_Scale: {x: 1.5, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: f7f9d0eccf5f76a4db7fc1591cadcf34, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 8 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0.8, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail106bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail106bcg.mat.meta new file mode 100644 index 0000000..a9aebf7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail106bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6723b9b93e6f87e4bb94ea3cabc3f4d8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail106bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail106bcg2.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail106bcg2.mat new file mode 100644 index 0000000..b8b63ae --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail106bcg2.mat @@ -0,0 +1,190 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail106bcg2 + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1240caf76a8ebaa4bb6528e92c5007e2, type: 3} + m_Scale: {x: 0.5, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 8 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 2, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail106bcg2.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail106bcg2.mat.meta new file mode 100644 index 0000000..3e6795c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail106bcg2.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ddbe3c7bd5798bc43a0e21ed621d1c36 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail106bcg2.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail21Path.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail21Path.mat new file mode 100644 index 0000000..a6b4f61 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail21Path.mat @@ -0,0 +1,56 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail21Path + m_Shader: {fileID: 4800000, guid: a94def2acffda4e4bb6a001369871457, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _MOVENOISE_ON + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 2800000, guid: 0d1fb353c40bd6345af42a3b4f0bdb1a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 0.4, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Depthpower: 1 + - _Emission: 6 + - _InvFade: 1 + - _Lenght: 0 + - _LenghtSet1ifyouuseinPS: 1 + - _Movenoise: 1 + - _Opacity: 1 + - _Path: 0 + - _PathSet0ifyouuseinPS: 0 + - _Usedepth: 1 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail21Path.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail21Path.mat.meta new file mode 100644 index 0000000..d056eeb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail21Path.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ef0834f4c85d3eb429de370cf2a87b84 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail21Path.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail21bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail21bcg.mat new file mode 100644 index 0000000..06cbde3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail21bcg.mat @@ -0,0 +1,252 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4507141320946539007 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1366909608139308063 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail21bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 0d1fb353c40bd6345af42a3b4f0bdb1a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex3coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.05 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 3 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0.1, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3668388163688908020 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail21bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail21bcg.mat.meta new file mode 100644 index 0000000..8c3f788 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail21bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ec194b84f7a17fd419c28602be23444f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail21bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail21cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail21cg.mat new file mode 100644 index 0000000..b457c94 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail21cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9221791843021728956 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-4267093098911706476 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-2211103498847771121 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail21cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 0d1fb353c40bd6345af42a3b4f0bdb1a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail21cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail21cg.mat.meta new file mode 100644 index 0000000..516aee3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail21cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 60c4f99d55be7ee44a8521d1da5a59c6 +timeCreated: 1516211342 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail21cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail21cg2.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail21cg2.mat new file mode 100644 index 0000000..b90ce18 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail21cg2.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6082818791359826355 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-1616262411357914628 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail21cg2 + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: e199ee8112362864f831425463b09fda, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 0d1fb353c40bd6345af42a3b4f0bdb1a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: c7976d7d8409bde40a0bec99e7bd289f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.5 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: -1, g: 0, b: -0.9, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: -1, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &861612150170126461 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail21cg2.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail21cg2.mat.meta new file mode 100644 index 0000000..45b9ec3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail21cg2.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 205b00b67e6f0f040a51d0b763dd2bae +timeCreated: 1516211342 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail21cg2.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail22cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail22cg.mat new file mode 100644 index 0000000..af5a158 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail22cg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4675231160252857096 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail22cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 54f1f0934c5544a44916f2e0ec6cc81c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: -3, a: 0.2} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: -3, a: 0.2} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2405726985805501644 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &9002028817145787609 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail22cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail22cg.mat.meta new file mode 100644 index 0000000..78d7594 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail22cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7154a27ca4f209047bbd02657bbbc16c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail22cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail26bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail26bcg.mat new file mode 100644 index 0000000..9444fc0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail26bcg.mat @@ -0,0 +1,247 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5778725180487663501 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail26bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 63e298374ab0c384ebe243e627781d4c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 0 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _Usedistortion: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: -1, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: -1, a: 0} + - _TilingMainTexUVNoiseZW: {r: 1, g: 1, b: 1, a: 1} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + - _UVDistortionOpacity: {r: -1, g: 0, b: 1, a: 0.4} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5429555607603677833 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &6450873885941622807 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail26bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail26bcg.mat.meta new file mode 100644 index 0000000..a7f8dc7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail26bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 564274271c0dac34e96edb9a9aa5aff1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail26bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail29.2cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail29.2cg.mat new file mode 100644 index 0000000..7e87800 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail29.2cg.mat @@ -0,0 +1,245 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2392838712326064129 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-1996471264394135121 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail29.2cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b1f8d78a5fe9ad94cb9f2eaa2f795e1e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: e199ee8112362864f831425463b09fda, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 7 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 0 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 2 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _Usedistortion: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: -1, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: -1, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &7457227968761359388 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail29.2cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail29.2cg.mat.meta new file mode 100644 index 0000000..4128c9b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail29.2cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 464385e721d14ff458adeff2b5f605b4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail29.2cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail37bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail37bcg.mat new file mode 100644 index 0000000..b5fa935 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail37bcg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8215879449979816766 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-3082028304988786299 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail37bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 019457e10461e4440a3f580da176651b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b66af181bcb0e034da96b388eca6fffd, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: a4ba2bd4b0bb17e4fab41ceaec17b81e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 958819898bd75f3458a6901fc77b4082, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.5 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: -1, g: 0, b: 0.5, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: -1, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: -3, a: 0.2} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8517169869072021599 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail37bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail37bcg.mat.meta new file mode 100644 index 0000000..7610aaa --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail37bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 22747fc32db5efa40ae404c98e4ebe78 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail37bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail39bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail39bcg.mat new file mode 100644 index 0000000..26b361a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail39bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail39bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: edc4055b7b77c7948a01b5f9076b2932, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1231318444192880083 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &1932834452609358305 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &2369755696643825079 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail39bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail39bcg.mat.meta new file mode 100644 index 0000000..645fd99 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail39bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5af75f7d9a57db547990e8cbd7dfc462 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail39bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail42bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail42bcg.mat new file mode 100644 index 0000000..7dc9919 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail42bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-395182295932054477 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail42bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 03560c8b050664d4c8d41740612aa6a2, type: 3} + m_Scale: {x: 1.5, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2.5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: -4, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: -4, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &7198164421848291116 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &8079439887055498907 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail42bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail42bcg.mat.meta new file mode 100644 index 0000000..1f0d2e1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail42bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2e2ec68e64e5126489ef901ef2719fe8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail42bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail48cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail48cg.mat new file mode 100644 index 0000000..c38d603 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail48cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail48cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 711c9cc74686637428be1cb2473edb84, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.2 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1635838686382724805 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &5260798927814433860 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &8012821041380626657 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail48cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail48cg.mat.meta new file mode 100644 index 0000000..c449ea9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail48cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 515ee2a7ec124f646842afffa89838d2 +timeCreated: 1516211342 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail48cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail52bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail52bcg.mat new file mode 100644 index 0000000..89d25e9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail52bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail52bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e3c6d3e494f6e2d41bb90b86b133deb2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &977273302517148809 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &4252679175527272348 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &6659903869422280841 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail52bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail52bcg.mat.meta new file mode 100644 index 0000000..16279c8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail52bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 887467d7c5b6766489b8018992c8d656 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail52bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail54bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail54bcg.mat new file mode 100644 index 0000000..23bda2f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail54bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6540885833931611017 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail54bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 179c9072992055e46885aa095ecb47f8, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1155458373434457320 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &7302589743481579150 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail54bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail54bcg.mat.meta new file mode 100644 index 0000000..6f4aa09 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail54bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d2018a8d174b19a459390c54366c209a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail54bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail55bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail55bcg.mat new file mode 100644 index 0000000..a5d8fb3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail55bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2612732321656825740 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail55bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a772904a505c9c641a85e035de08397f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3223744826213974897 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &8809864465326008162 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail55bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail55bcg.mat.meta new file mode 100644 index 0000000..0724aea --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail55bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2d797bf69a09aa84fa0eea32fbf3b7d0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail55bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail59bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail59bcg.mat new file mode 100644 index 0000000..94603fa --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail59bcg.mat @@ -0,0 +1,245 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3012842149178188131 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-147126334086572192 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail59bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 72e292b3d21f6594d94249f77ac26ecf, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: 54f1f0934c5544a44916f2e0ec6cc81c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: e841d5ab4e2f31945b79eee62b51064a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _Colorpower: 1 + - _Colorrange: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: -0.5 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedark: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: -2, g: -0.5, b: -0.5, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _EndColor: {r: 1, g: 1, b: 0, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _StartColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3549948770891618908 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail59bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail59bcg.mat.meta new file mode 100644 index 0000000..e46498a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail59bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0e476671b6453164e9446e3f9f0a7fa0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail59bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail5cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail5cg.mat new file mode 100644 index 0000000..a31a176 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail5cg.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6308564871316575033 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-4231051693263657385 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-320241976354159563 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail5cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 83846a180913c7241b6e6fee8ecd9dc5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 1 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 1 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _DstMode: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _SrcMode: 5 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail5cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail5cg.mat.meta new file mode 100644 index 0000000..1a1b2c0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail5cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: ddd740a226795f745aa95910d90d15ab +timeCreated: 1516211342 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail5cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail60bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail60bcg.mat new file mode 100644 index 0000000..e6921d0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail60bcg.mat @@ -0,0 +1,245 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8479717207453459739 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-6644288507053357989 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail60bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: cf17ffffb60f17643afa4937c61ceb02, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: 54f1f0934c5544a44916f2e0ec6cc81c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: e841d5ab4e2f31945b79eee62b51064a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _Colorpower: 1 + - _Colorrange: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: -0.5 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedark: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: -2, g: -0.5, b: -0.4, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _EndColor: {r: 1, g: 1, b: 0, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _StartColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2772151215167195025 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail60bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail60bcg.mat.meta new file mode 100644 index 0000000..8a1772f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail60bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b8ec4de64f77fdc429abf7abb17bc82b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail60bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail61.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail61.mat new file mode 100644 index 0000000..7a6972e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail61.mat @@ -0,0 +1,239 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7638405927178923913 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-1009855840170058208 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail61 + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 47b57cb35cd7272478618c8dc9220404, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4628557341569646620 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail61.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail61.mat.meta new file mode 100644 index 0000000..4557d89 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail61.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: bb36bd1e5783c4f45ba6f46669081d70 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail61.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail65cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail65cg.mat new file mode 100644 index 0000000..67dab70 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail65cg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail65cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ddd2497da944b0842baca3f78a1f51f2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1592456318535682435 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &2217901486884336075 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &5450966894211672130 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail65cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail65cg.mat.meta new file mode 100644 index 0000000..850505a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail65cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3c2dcb5247f38264da76c3f821f809fb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail65cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail66cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail66cg.mat new file mode 100644 index 0000000..51f8fd0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail66cg.mat @@ -0,0 +1,244 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8488637886493552678 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-3990333394107821034 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail66cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _ENABLE_FOG_ON_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3372dfca043bf3445832b4a37461bbf8, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnelpower: 3 + - _Fresnelscale: 3 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _Multiply_texture: 1 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _Textureopacity: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _Useonlycolor: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3970540475180845971 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail66cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail66cg.mat.meta new file mode 100644 index 0000000..219775e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail66cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cc312dfb05f20164eacc14fd327913d6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail66cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail68bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail68bcg.mat new file mode 100644 index 0000000..38e047f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail68bcg.mat @@ -0,0 +1,247 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6489053169701038420 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-902808436236160517 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail68bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: f59181de20b1a28428b39f6c20f6ec73, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: 54f1f0934c5544a44916f2e0ec6cc81c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _Colorpower: 1 + - _Colorrange: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: -0.5 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedark: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _EndColor: {r: 1, g: 1, b: 0, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _StartColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8206673085949066058 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail68bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail68bcg.mat.meta new file mode 100644 index 0000000..0f0e72b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail68bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: bf114b674e9a60448b25215d940ed2f4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail68bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail71bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail71bcg.mat new file mode 100644 index 0000000..d0de4e2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail71bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7794006016585239538 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail71bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b3c5280e694544c4d9f81c8bdca77068, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4614312890527500418 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &8931858141897933768 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail71bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail71bcg.mat.meta new file mode 100644 index 0000000..e006f5e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail71bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cff118267d34be348b63b991e6f9990b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail71bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail75bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail75bcg.mat new file mode 100644 index 0000000..f6daba0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail75bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8289839758493132940 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail75bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3f670eabb2a5b264fa623fa4752322a4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1136149452295298598 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &4090072974399401960 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail75bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail75bcg.mat.meta new file mode 100644 index 0000000..15945d4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail75bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f1b23a4dd34122b4084cf47d208e55f9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail75bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail79bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail79bcg.mat new file mode 100644 index 0000000..2a8e46a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail79bcg.mat @@ -0,0 +1,234 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2793755343013222452 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail79bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a48cee095eb0e094ab6e3c1dabd1bf1f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3078064474561982870 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &9147449699790107513 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail79bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail79bcg.mat.meta new file mode 100644 index 0000000..e764f29 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail79bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 38b6c7a68ed0ba0448c26d98225e2278 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail79bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail80bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail80bcg.mat new file mode 100644 index 0000000..941b488 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail80bcg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8020224646110058482 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1300035757654529744 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail80bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 5bd84a21853d21a4db66110c6bfa9a23, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 0.12, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 6 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2505425289447732125 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail80bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail80bcg.mat.meta new file mode 100644 index 0000000..61870f6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail80bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cdbe31c2273ad0248ba80281794b8800 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail80bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail81bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail81bcg.mat new file mode 100644 index 0000000..0fa5c4d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail81bcg.mat @@ -0,0 +1,201 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6963083812936910945 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-6374605578860834683 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-1249324600207924866 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail81bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: f45e4e3acd4972943ab2018b47967ee3, type: 3} + m_Scale: {x: 0.5, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 0.5, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 50c4a6456461a2e4f9c41755e6002738, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _Colorpower: 3 + - _Colorrange: 2 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Mask: 0 + - _Maskpower: 10 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedark: 1 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _EndColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: -2, g: 0, b: 0, a: 0} + - _StartColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail81bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail81bcg.mat.meta new file mode 100644 index 0000000..6e244ab --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail81bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b1f56073b8a59f144b3573e66f655ad9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail81bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail82bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail82bcg.mat new file mode 100644 index 0000000..64defbc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail82bcg.mat @@ -0,0 +1,192 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7236764645898530345 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-4159674290327025039 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail82bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b08d8de6d11b928449829770afac2738, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4608995033483772845 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail82bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail82bcg.mat.meta new file mode 100644 index 0000000..5f0babb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail82bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c1030e42a6c269249a80ab0a80bb5cf5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail82bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail85bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail85bcg.mat new file mode 100644 index 0000000..3ba55f9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail85bcg.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7896400409555240029 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-2658493919804347186 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail85bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: cb45705abc734bb48a8dd8453185ff69, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2.5 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8349383072897022133 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail85bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail85bcg.mat.meta new file mode 100644 index 0000000..26ba291 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail85bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8b89e0fb9020950468aac45a5a555e3f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail85bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail94bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail94bcg.mat new file mode 100644 index 0000000..2b9a155 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail94bcg.mat @@ -0,0 +1,190 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8258870720143416762 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1678633042390296541 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail94bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 59f90156398a5e34896ea7119da19df5, type: 3} + m_Scale: {x: 0.3, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0.8, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3495371992204361220 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail94bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail94bcg.mat.meta new file mode 100644 index 0000000..1e1f388 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail94bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0263475653414b743ab84676a3599728 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail94bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail98bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trail98bcg.mat new file mode 100644 index 0000000..7831f6a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail98bcg.mat @@ -0,0 +1,189 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5992882479715378463 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-296663661690901518 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail98bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3fe5a05947d4e6146920727f36a2d066, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: -3.5, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8301457093364859561 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trail98bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trail98bcg.mat.meta new file mode 100644 index 0000000..c8f726b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trail98bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4b3c22af871dd144faeee06c932ea03a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trail98bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailMask64bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/TrailMask64bcg.mat new file mode 100644 index 0000000..528c452 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailMask64bcg.mat @@ -0,0 +1,190 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-448341979263402832 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TrailMask64bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 0e5c3626e7a3c0045a969bb7180debd9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 10 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5952357648601370083 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &7814200446067729171 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailMask64bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TrailMask64bcg.mat.meta new file mode 100644 index 0000000..7babdda --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailMask64bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 44de3fef187e4464fad17d161fb4fdb4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TrailMask64bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailMask65bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/TrailMask65bcg.mat new file mode 100644 index 0000000..6bf2b5d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailMask65bcg.mat @@ -0,0 +1,190 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-448341979263402832 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TrailMask65bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: afb264136c41c54468f71d3326028603, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 4 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5952357648601370083 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &7814200446067729171 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailMask65bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TrailMask65bcg.mat.meta new file mode 100644 index 0000000..b455b13 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailMask65bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3ba42eb8723e16f41ae040dd99ab8d96 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TrailMask65bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailPart4cg.mat b/Assets/Hovl Studio/HSFiles/Materials/TrailPart4cg.mat new file mode 100644 index 0000000..56f7b70 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailPart4cg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7866395990062679477 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-6062821233644483710 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-44175596556450985 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TrailPart4cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 434ed0593dbfa5249868ea6562816d45, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailPart4cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TrailPart4cg.mat.meta new file mode 100644 index 0000000..cb8883d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailPart4cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 72740154f0e4b624e8801ab500a91a5b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TrailPart4cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader1.mat b/Assets/Hovl Studio/HSFiles/Materials/TrailShader1.mat new file mode 100644 index 0000000..5ebc984 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader1.mat @@ -0,0 +1,47 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: TrailShader1 + m_Shader: {fileID: 4800000, guid: 1bc9b14ff230e2242b248daff64546f6, type: 3} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTexture: + m_Texture: {fileID: 2800000, guid: 54f1f0934c5544a44916f2e0ec6cc81c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Colorpower: 0.5 + - _Colorrange: 1 + - _CullMode: 2 + - _Depthpower: 1 + - _Emission: 2 + - _Mask: 0 + - _Maskpower: 10 + - _Usedark: 0 + - _Usedepth: 0 + - __dirty: 1 + m_Colors: + - _EndColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: -4, a: 0} + - _StartColor: {r: 1, g: 0, b: 0.8153982, a: 1} diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader1.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TrailShader1.mat.meta new file mode 100644 index 0000000..4e3a807 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader1.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2dd8a639827350048888d7fa9b67c432 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TrailShader1.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader12.mat b/Assets/Hovl Studio/HSFiles/Materials/TrailShader12.mat new file mode 100644 index 0000000..96590a9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader12.mat @@ -0,0 +1,49 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TrailShader12 + m_Shader: {fileID: 4800000, guid: 1bc9b14ff230e2242b248daff64546f6, type: 3} + m_ShaderKeywords: _USEDARK_ON _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3be166a6e61ffd648ad40df0fbd03647, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Colorpower: 1 + - _Colorrange: 4 + - _CullMode: 0 + - _Depthpower: 0.1 + - _Emission: 4 + - _Mask: 0 + - _Maskpower: 20 + - _Usedark: 1 + - _Usedepth: 1 + - __dirty: 1 + m_Colors: + - _EndColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: -3, a: 0} + - _StartColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader12.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TrailShader12.mat.meta new file mode 100644 index 0000000..1c035a7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader12.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3f71bf1d784a6c345bd8782a5b822d7b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TrailShader12.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader13.mat b/Assets/Hovl Studio/HSFiles/Materials/TrailShader13.mat new file mode 100644 index 0000000..8bb60c6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader13.mat @@ -0,0 +1,203 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TrailShader13 + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDARK_ON + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: e3a3dcf3d1c7bb5419ffd22a4163a49e, type: 3} + m_Scale: {x: 2, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _CastShadows: 0 + - _Colorpower: 1 + - _Colorrange: 4 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Mask: 0 + - _Maskpower: 20 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedark: 1 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _EndColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: -10.2, g: 0, b: -3, a: 0} + - _StartColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2528272351109919093 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &5162954152250553322 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &5267697506145668238 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader13.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TrailShader13.mat.meta new file mode 100644 index 0000000..802daff --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader13.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a1ea7fedc8663e14587c8e93829122d0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TrailShader13.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader15.mat b/Assets/Hovl Studio/HSFiles/Materials/TrailShader15.mat new file mode 100644 index 0000000..3698986 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader15.mat @@ -0,0 +1,56 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TrailShader15 + m_Shader: {fileID: 4800000, guid: 1bc9b14ff230e2242b248daff64546f6, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USEDARK_ON + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 66a5fc4d31c008848a794cbc181f83b4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Colorpower: 1 + - _Colorrange: 4 + - _CullMode: 0 + - _Depthpower: 0.1 + - _Emission: 3 + - _Mask: 0 + - _Maskpower: 20 + - _Usedark: 1 + - _Usedepth: 1 + - __dirty: 1 + m_Colors: + - _EndColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: -2.4, a: 0} + - _StartColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader15.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TrailShader15.mat.meta new file mode 100644 index 0000000..e53fdf6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader15.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 31f583ab4e424e04a820d6040feeea78 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TrailShader15.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader16.mat b/Assets/Hovl Studio/HSFiles/Materials/TrailShader16.mat new file mode 100644 index 0000000..5e988fd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader16.mat @@ -0,0 +1,56 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TrailShader16 + m_Shader: {fileID: 4800000, guid: 1bc9b14ff230e2242b248daff64546f6, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: + - _USEDARK_ON + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 59f90156398a5e34896ea7119da19df5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Colorpower: 1 + - _Colorrange: 4 + - _CullMode: 0 + - _Depthpower: 0.1 + - _Emission: 3 + - _Mask: 0 + - _Maskpower: 20 + - _Usedark: 1 + - _Usedepth: 1 + - __dirty: 1 + m_Colors: + - _EndColor: {r: 0.5801887, g: 0.69013923, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: -3, a: 0} + - _StartColor: {r: 0.6839622, g: 0.79431957, b: 1, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader16.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TrailShader16.mat.meta new file mode 100644 index 0000000..fb805f5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader16.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0898221c0621dba48a5b0ce0d212c852 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TrailShader16.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader2.mat b/Assets/Hovl Studio/HSFiles/Materials/TrailShader2.mat new file mode 100644 index 0000000..2aebe22 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader2.mat @@ -0,0 +1,47 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: TrailShader2 + m_Shader: {fileID: 4800000, guid: 1bc9b14ff230e2242b248daff64546f6, type: 3} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTexture: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 0.8, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 1eae6143ce30e2849b37136524e197f0, type: 3} + m_Scale: {x: 2, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Colorpower: 0.8 + - _Colorrange: 2 + - _CullMode: 2 + - _Depthpower: 1 + - _Emission: 15 + - _Mask: 0 + - _Maskpower: 10 + - _Usedark: 1 + - _Usedepth: 0 + - __dirty: 1 + m_Colors: + - _EndColor: {r: 0.61209154, g: 0, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: -2, g: 0, b: -2, a: 0} + - _StartColor: {r: 0, g: 0.73947906, b: 1, a: 1} diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader2.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TrailShader2.mat.meta new file mode 100644 index 0000000..e1d4fbc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader2.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: be550ac7871705e49a994e8101b4c33f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TrailShader2.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader3.mat b/Assets/Hovl Studio/HSFiles/Materials/TrailShader3.mat new file mode 100644 index 0000000..95fe88e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader3.mat @@ -0,0 +1,47 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: TrailShader3 + m_Shader: {fileID: 4800000, guid: 1bc9b14ff230e2242b248daff64546f6, type: 3} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTexture: + m_Texture: {fileID: 2800000, guid: 1f4a0a8d81984c94e92c9bb247a9015b, type: 3} + m_Scale: {x: 0.5, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 6701bfb8e762cd54e96d8dc1a763d942, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Colorpower: 3 + - _Colorrange: 2 + - _CullMode: 2 + - _Depthpower: 1 + - _Emission: 4 + - _Mask: 0 + - _Maskpower: 10 + - _Usedark: 1 + - _Usedepth: 0 + - __dirty: 1 + m_Colors: + - _EndColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: -2, g: 0, b: -3, a: 0} + - _StartColor: {r: 1, g: 1, b: 1, a: 1} diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader3.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TrailShader3.mat.meta new file mode 100644 index 0000000..8eb6c69 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader3.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 867f4d679b3630e4bb5516b09bbe5bbc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TrailShader3.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader4.mat b/Assets/Hovl Studio/HSFiles/Materials/TrailShader4.mat new file mode 100644 index 0000000..4459f05 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader4.mat @@ -0,0 +1,54 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: TrailShader4 + m_Shader: {fileID: 4800000, guid: 1bc9b14ff230e2242b248daff64546f6, type: 3} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: 93aaf95761be6c54aa05873a6ae0bee1, type: 3} + m_Scale: {x: 0.5, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 7ae741e4c5226834db440bb3f58952b7, type: 3} + m_Scale: {x: 0.5, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Colorpower: 2 + - _Colorrange: 2 + - _CullMode: 2 + - _Depthpower: 1 + - _Emission: 4 + - _InvFade: 1 + - _Mask: 1 + - _Maskpower: 8 + - _Usedark: 1 + - _Usedepth: 0 + - __dirty: 1 + m_Colors: + - _EndColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: -2, g: 0, b: -1.5, a: 0} + - _StartColor: {r: 1, g: 1, b: 1, a: 1} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + - _Vector0: {r: 0, g: 0, b: 0, a: 0} diff --git a/Assets/Hovl Studio/HSFiles/Materials/TrailShader4.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TrailShader4.mat.meta new file mode 100644 index 0000000..d597b8b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TrailShader4.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8c09dd34b88312b4eac937b08d8971b5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TrailShader4.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trails65bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trails65bcg.mat new file mode 100644 index 0000000..bdc7f99 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trails65bcg.mat @@ -0,0 +1,254 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9105914760004096030 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-2057456720139014998 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-104224941173227352 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trails65bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 0.4, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ff6d0479db5058f42878d15454bd3fc9, type: 3} + m_Scale: {x: 0.4, y: 0.4} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3f670eabb2a5b264fa623fa4752322a4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 0.5, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex3coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _Blend2: 6 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.02 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 3 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: -1, g: 0, b: 0.1, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0.1, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: -1.5, g: 0.1, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trails65bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trails65bcg.mat.meta new file mode 100644 index 0000000..c666a0f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trails65bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 382c669ecd42e5447b7db067ebfe0b47 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trails65bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trails76bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trails76bcg.mat new file mode 100644 index 0000000..b461d1d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trails76bcg.mat @@ -0,0 +1,253 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8088223006230942080 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-1228013819753560413 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trails76bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 114a25aa9c17e9146bf30a76e159d007, type: 3} + m_Scale: {x: 2, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 5c03bc4b80b50384a9904843f3769487, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 0.5, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex3coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.02 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 3 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: -0.3, b: -0.2, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0.1, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: -0.6, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &958281207113449065 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trails76bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trails76bcg.mat.meta new file mode 100644 index 0000000..cbb0ba5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trails76bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a99004aab03e1634ba549f9f9b710278 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trails76bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trails85bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Trails85bcg.mat new file mode 100644 index 0000000..b67638c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trails85bcg.mat @@ -0,0 +1,252 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1865308501483065629 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-606643303571332274 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trails85bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: afe9a7c2164775645b204ecf97b2a09b, type: 3} + m_Scale: {x: 0.4, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a8b6acf6f29d492478215f0ebbaf4760, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3f670eabb2a5b264fa623fa4752322a4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 0.5, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex3coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _Blend2: 6 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 1 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.02 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 3 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: -1, g: 0, b: 0.3, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0.1, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: -4, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &381584345231168771 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Trails85bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Trails85bcg.mat.meta new file mode 100644 index 0000000..9d86700 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Trails85bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9f22640a06398944298b773c7a93dcdf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Trails85bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Triangle1bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Triangle1bcg.mat new file mode 100644 index 0000000..897763e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Triangle1bcg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4275983189823010670 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-3893463123784412441 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Triangle1bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4513f29c824bc47489e8d8e3614826f0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.3 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8418474096904147109 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Triangle1bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Triangle1bcg.mat.meta new file mode 100644 index 0000000..5a6ad37 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Triangle1bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: df3cdebd9d538e345a09d02147d30656 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Triangle1bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides10.mat b/Assets/Hovl Studio/HSFiles/Materials/TwoSides10.mat new file mode 100644 index 0000000..a145dcf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides10.mat @@ -0,0 +1,248 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1152747610896275617 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TwoSides10 + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 49ac7b1a8d5f80b43a940ab835c429a0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: e199ee8112362864f831425463b09fda, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 1 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 0.7169812, g: 0.7169812, b: 0.7169812, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6303724574079962979 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &8586701556886161453 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides10.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TwoSides10.mat.meta new file mode 100644 index 0000000..0bbeab5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides10.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: bb68310753c7ddb4a926fae68e0dd343 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TwoSides10.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides11.mat b/Assets/Hovl Studio/HSFiles/Materials/TwoSides11.mat new file mode 100644 index 0000000..f8321ee --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides11.mat @@ -0,0 +1,248 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8977393439543445038 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-4977203262515472748 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TwoSides11 + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 802ddd854a81b044d8ded8591dc2ae8d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 2} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 1 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: -3, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2628898883098691084 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides11.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TwoSides11.mat.meta new file mode 100644 index 0000000..f26da93 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides11.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9d7aa987bb067e6439cf2be2b2250818 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TwoSides11.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides12.mat b/Assets/Hovl Studio/HSFiles/Materials/TwoSides12.mat new file mode 100644 index 0000000..ca95bf4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides12.mat @@ -0,0 +1,248 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7296319207742293493 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-5952384929446785833 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-4992858937974608748 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TwoSides12 + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 396f38a210576e54e859be3bfc253e2d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 4e3951c538fc8a647a4a10a99b480987, type: 3} + m_Scale: {x: 1, y: 3} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: -1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides12.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TwoSides12.mat.meta new file mode 100644 index 0000000..57f4214 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides12.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 72363959d11d2ba4584265a16271148e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TwoSides12.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides14.mat b/Assets/Hovl Studio/HSFiles/Materials/TwoSides14.mat new file mode 100644 index 0000000..7b9a077 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides14.mat @@ -0,0 +1,248 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7438981866514030238 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TwoSides14 + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 32a2a0fff0c45634fb83d8d541ab67a1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 4e3951c538fc8a647a4a10a99b480987, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -2 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 0.3568628, g: 0.08627451, b: 0.08627451, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3271686790889820469 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &3487072571411504876 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides14.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TwoSides14.mat.meta new file mode 100644 index 0000000..dfc9593 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides14.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9925c80f1269ec7458d9963472dd6b1a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TwoSides14.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides18.mat b/Assets/Hovl Studio/HSFiles/Materials/TwoSides18.mat new file mode 100644 index 0000000..289c3b1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides18.mat @@ -0,0 +1,248 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6647196802637166976 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-6104162391515406848 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TwoSides18 + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 60d224affeaecf84ead5a8b24c6c9995, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 1 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: -0.3, a: -0.2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1531694898518153117 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides18.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TwoSides18.mat.meta new file mode 100644 index 0000000..5e68141 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides18.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 892ed97ed1391f74094b6fd404aab7ab +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TwoSides18.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides19.mat b/Assets/Hovl Studio/HSFiles/Materials/TwoSides19.mat new file mode 100644 index 0000000..a0ec301 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides19.mat @@ -0,0 +1,248 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8131474379149499458 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-2272428414023081941 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TwoSides19 + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: e535306ab7c05d54294264b1d2c16fd5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: e793730e1790ae2408948cf883bcac1a, type: 3} + m_Scale: {x: 1, y: 0.35} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 1 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5860297841507268822 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides19.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TwoSides19.mat.meta new file mode 100644 index 0000000..b853e38 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides19.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 253697e4c104e18448b4e6aa05e6007e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TwoSides19.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides21.mat b/Assets/Hovl Studio/HSFiles/Materials/TwoSides21.mat new file mode 100644 index 0000000..d78da56 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides21.mat @@ -0,0 +1,251 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6888625845133419560 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-5797182767150020072 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-1031708870298209512 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TwoSides21 + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + - _USEFRESNEL_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: e199ee8112362864f831425463b09fda, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 1 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 1 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 0.3285422, g: 0.5004895, b: 0.6509434, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 0.32941177, g: 0.5019608, b: 0.6509804, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides21.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TwoSides21.mat.meta new file mode 100644 index 0000000..caec836 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides21.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 237ad81c3eb001c4ea282a6292645251 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TwoSides21.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides23.mat b/Assets/Hovl Studio/HSFiles/Materials/TwoSides23.mat new file mode 100644 index 0000000..38c7139 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides23.mat @@ -0,0 +1,250 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8072835777522198830 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &-4955167555603656439 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TwoSides23 + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 32a2a0fff0c45634fb83d8d541ab67a1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 4e3951c538fc8a647a4a10a99b480987, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 1 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0.5, g: 0, b: 0.3, a: -2.5} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8155329491929118249 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides23.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TwoSides23.mat.meta new file mode 100644 index 0000000..34f9d83 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides23.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 58d48fa284731b34aa8ebc9ec45f2a6c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TwoSides23.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides29.mat b/Assets/Hovl Studio/HSFiles/Materials/TwoSides29.mat new file mode 100644 index 0000000..aec3d73 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides29.mat @@ -0,0 +1,250 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7098269113425095003 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TwoSides29 + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: e535306ab7c05d54294264b1d2c16fd5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 24d73a0978aa8264d8d2eafb48f370bb, type: 3} + m_Scale: {x: 1, y: 0.5} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _BackFresnel: -2 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 0.3568628, g: 0.08627451, b: 0.08627451, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 0.4716981, g: 0.4716981, b: 0.4716981, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 2, g: 0, b: 1, a: 0.2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &913028903743469137 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &3666041419600538316 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides29.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TwoSides29.mat.meta new file mode 100644 index 0000000..6dcbe00 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides29.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: df73f51e6f495884aa75c395e89c4753 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TwoSides29.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides30.mat b/Assets/Hovl Studio/HSFiles/Materials/TwoSides30.mat new file mode 100644 index 0000000..05e7dd9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides30.mat @@ -0,0 +1,248 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3248534092279689641 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TwoSides30 + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 10be3eb66d4b7aa4aa6eaf6c64a7f0dc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 1eae6143ce30e2849b37136524e197f0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 1 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1350151596638514171 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &8833316213110913255 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides30.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TwoSides30.mat.meta new file mode 100644 index 0000000..01ef504 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides30.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: bbbc91c8725bb1841961d41555465902 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TwoSides30.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides38.mat b/Assets/Hovl Studio/HSFiles/Materials/TwoSides38.mat new file mode 100644 index 0000000..f0d247f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides38.mat @@ -0,0 +1,250 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7449278073983172540 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TwoSides38 + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_ALPHATEST_ON + - _BUILTIN_AlphaClip + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: e535306ab7c05d54294264b1d2c16fd5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3584f2bf4afb5284d91edb6a29126e62, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 1 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 1 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 0.21698111, g: 0.21665451, b: 0.19548771, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4456453654126107851 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &8825458085854614829 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides38.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TwoSides38.mat.meta new file mode 100644 index 0000000..15807c2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides38.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: fa1994be172398446bbf52bf3905b163 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TwoSides38.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides9.mat b/Assets/Hovl Studio/HSFiles/Materials/TwoSides9.mat new file mode 100644 index 0000000..4312bf6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides9.mat @@ -0,0 +1,248 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TwoSides9 + m_Shader: {fileID: -6465566751694194690, guid: 23b841a5164f097488432f6f3df2e185, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _USEBACKFRESNEL_ON + - _USECUSTOMDATA_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 63e298374ab0c384ebe243e627781d4c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 3f1d4fadb37c37e4488860109d7dce4b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex4coord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _BackFresnel: -4 + - _BackFresnelEmission: 1 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlend2: 0 + - _DstBlendAlpha: 10 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel: 2 + - _FresnelEmission: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 1 + - _SeparateEmission: 2 + - _SeparateFresnel: 0 + - _Sideopacity: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 0 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseBackFresnel: 1 + - _UseCustomData: 1 + - _UseFresnel: 0 + - _UseShadowThreshold: 0 + - _Use_ScreenSpace: 0 + - _Usesmoothcorners: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + - __dirty: 1 + m_Colors: + - _BackFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _BackFresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _FresnelColor: {r: 1, g: 1, b: 1, a: 1} + - _FrontFacesColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: -3, a: 0} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5197677478670499322 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &8669076518404275031 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &9133953015448468861 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/TwoSides9.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/TwoSides9.mat.meta new file mode 100644 index 0000000..510dff1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/TwoSides9.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2502ef35cb004fc42919b2fa6523106f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/TwoSides9.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/WallHSlit.mat b/Assets/Hovl Studio/HSFiles/Materials/WallHSlit.mat new file mode 100644 index 0000000..a7b58f9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/WallHSlit.mat @@ -0,0 +1,206 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7720529830996880317 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-7480980264468385884 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: WallHSlit + m_Shader: {fileID: -6465566751694194690, guid: 04a157cda4db57f45a293a0d2991b21d, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Opaque + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - RayTracingPrepass + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Albedo: + m_Texture: {fileID: 2800000, guid: 1b13dc101cf2ac7418019fd776161658, type: 3} + m_Scale: {x: 3, y: 4} + m_Offset: {x: 0, y: 0} + - _AmbientOcclusion: + m_Texture: {fileID: 0} + m_Scale: {x: 3, y: 4} + m_Offset: {x: 0, y: 0} + - _Emission: + m_Texture: {fileID: 0} + m_Scale: {x: 3, y: 4} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 2800000, guid: a685c8f461a651a46a2631ea3decafae, type: 3} + m_Scale: {x: 3, y: 4} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 2800000, guid: 3a0dde7201a17f646865e8deeac56596, type: 3} + m_Scale: {x: 3, y: 4} + m_Offset: {x: 0, y: 0} + - _Opacity: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 2 + - _BUILTIN_DstBlend: 0 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 1 + - _BUILTIN_Surface: 0 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 2 + - _CullMode: 2 + - _CullModeForward: 2 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 0 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 0 + - _DstBlend2: 0 + - _DstBlendAlpha: 0 + - _Emission_power: 1 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _MaterialID: 1 + - _MaterialTypeMask: 2 + - _Metallic_value: 1 + - _Occlusion: 0.1 + - _Opacity_value: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RayTracing: 0 + - _ReceiveShadows: 1 + - _ReceivesSSR: 1 + - _ReceivesSSRTransparent: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _Smoothness: 0.5 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 15 + - _StencilWriteMaskMV: 41 + - _SupportDecals: 1 + - _Surface: 0 + - _SurfaceType: 0 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 4 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _Albedo_Color: {r: 0.15218937, g: 0.15218937, b: 0.18867922, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission_color: {r: 1, g: 1, b: 1, a: 0} + - _FlowSpeedXYPowerZHeightW: {r: 0.2, g: 0.2, b: 1, a: 0} + - _SpeedXYFresnelEmission: {r: 0, g: 0, b: 2, a: 2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3922195310900622273 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/WallHSlit.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/WallHSlit.mat.meta new file mode 100644 index 0000000..e019489 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/WallHSlit.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8c9d6c294aba33c46b817b2408954165 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/WallHSlit.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Water13bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Water13bcg.mat new file mode 100644 index 0000000..b917fcb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Water13bcg.mat @@ -0,0 +1,236 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3426013390836407432 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Water13bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: fe0f6ac9d22f8c64c8ad7e4ab814f298, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 7 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2441343800043851081 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &4044326634487128735 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Water13bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Water13bcg.mat.meta new file mode 100644 index 0000000..3a09d8a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Water13bcg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b70eff0ce6fd9ff4e8ba1650fdfb5f31 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Water13bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Water2cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Water2cg.mat new file mode 100644 index 0000000..af73653 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Water2cg.mat @@ -0,0 +1,237 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1744097878597808295 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &-1293007705973102891 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Water2cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1101c2e798d5dbb4dbe52b6b9a67fd76, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 3 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &6908374276819347297 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Water2cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Water2cg.mat.meta new file mode 100644 index 0000000..93825e1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Water2cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: eddc9e9c8acea5443a7f2140d39c256f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Water2cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/WaterSplash2cg.mat b/Assets/Hovl Studio/HSFiles/Materials/WaterSplash2cg.mat new file mode 100644 index 0000000..3f0d94e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/WaterSplash2cg.mat @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6555706455937419518 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: WaterSplash2cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 83e7e28af5ce6e447971585469a133fe, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &1396963563057172646 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &8748774395665210564 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/WaterSplash2cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/WaterSplash2cg.mat.meta new file mode 100644 index 0000000..d53dad2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/WaterSplash2cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0dbf04791027e924fac9ee9345b294a7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/WaterSplash2cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Waves17cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Waves17cg.mat new file mode 100644 index 0000000..dc573a1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Waves17cg.mat @@ -0,0 +1,244 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7638002734296819388 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-6658358537579110548 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Waves17cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1ca3282f66739a8429f64b24736c6e6a, type: 3} + m_Scale: {x: 2, y: 0.2} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 5c03bc4b80b50384a9904843f3769487, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 3 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 1 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 2, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0.4, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &126274596201923500 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Waves17cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Waves17cg.mat.meta new file mode 100644 index 0000000..fdd3088 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Waves17cg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 9047e616b5b02b745a5ae38f15567adc +timeCreated: 1519560674 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Waves17cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Waves21bcg.mat b/Assets/Hovl Studio/HSFiles/Materials/Waves21bcg.mat new file mode 100644 index 0000000..c3eff9f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Waves21bcg.mat @@ -0,0 +1,244 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1350583984719271940 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Waves21bcg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 593a84d3537a8d94a8db032cf167ea36, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 396f38a210576e54e859be3bfc253e2d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 5b66e25d75ad8bc47a270f48df3ae17d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 10 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.5 + - _DetailNormalMapScale: 1 + - _Distortionpower: 0.2 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _Emission: 4 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 1 + - _MainTexUspeed: 0 + - _MainTexVspeed: 1 + - _Metallic: 0 + - _Mode: 0 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usealphacenterglow: 0 + - _Usecenterglow: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 0, b: 0.2, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 1, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &2532042810987329706 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &6310888044461148679 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Waves21bcg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Waves21bcg.mat.meta new file mode 100644 index 0000000..c9b316d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Waves21bcg.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 67dfef1fc4735f345afb3c87c395a4d6 +timeCreated: 1519560674 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Waves21bcg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Waves21cg2.mat b/Assets/Hovl Studio/HSFiles/Materials/Waves21cg2.mat new file mode 100644 index 0000000..f93974f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Waves21cg2.mat @@ -0,0 +1,241 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5990584171365276243 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-382168872477136445 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Waves21cg2 + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 593a84d3537a8d94a8db032cf167ea36, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: fb6ed9f6221d0244f89fd5c8467e8624, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 396f38a210576e54e859be3bfc253e2d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _Distortionpower: -1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlend2: 0 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _PerPixelSorting: 0 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 0 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: -0.5, b: 0.5, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0, g: 0, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0.1, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &394400243864442853 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Waves21cg2.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Waves21cg2.mat.meta new file mode 100644 index 0000000..c7b536f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Waves21cg2.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8a2d576b47babc843a00f97e63d4ef51 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Waves21cg2.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/Waves22cg.mat b/Assets/Hovl Studio/HSFiles/Materials/Waves22cg.mat new file mode 100644 index 0000000..80b5cce --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Waves22cg.mat @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4284754506451262456 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Waves22cg + m_Shader: {fileID: -6465566751694194690, guid: 00191177e5fd5c4468ad546ce87ef329, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _BUILTIN_SURFACE_TYPE_TRANSPARENT + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: + - _DOUBLESIDED_ON + - _ENABLE_FOG_ON_TRANSPARENT + - _USEDEPTH_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 1 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Transparent + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Flow: + m_Texture: {fileID: 2800000, guid: 593a84d3537a8d94a8db032cf167ea36, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ed3a5efebe958ba429d350e04f14d1ab, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Mask: + m_Texture: {fileID: 2800000, guid: 680ed321f94f60744a581c7a50bf07ba, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 10 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 2 + - _BUILTIN_CullMode: 0 + - _BUILTIN_DstBlend: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 5 + - _BUILTIN_Surface: 1 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 0 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 2 + - _Blend2: 1 + - _BlendMode: 0 + - _BumpScale: 1 + - _CastShadows: 0 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 0 + - _CullMode: 0 + - _CullModeForward: 0 + - _Cutoff: 0.5 + - _DepthOffsetEnable: 0 + - _Depthpower: 0.15 + - _DetailNormalMapScale: 1 + - _Distortionpower: 1 + - _DoubleSidedEnable: 1 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 1 + - _DstBlendAlpha: 1 + - _Emission: 2 + - _EnableBlendModePreserveSpecularLighting: 0 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _OpaqueCullMode: 2 + - _Parallax: 0.02 + - _QueueControl: 0 + - _QueueOffset: 0 + - _RenderQueueType: 3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 1 + - _StencilRefDistortionVec: 4 + - _StencilRefMV: 33 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskMV: 43 + - _Surface: 1 + - _SurfaceType: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UVSec: 0 + - _UseShadowThreshold: 0 + - _Usecenterglow: 0 + - _Usecustomrandom: 0 + - _Usedepth: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 4 + - _ZTestTransparent: 4 + - _ZWrite: 0 + - _ZWriteControl: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DistortionSpeedXYPowerZ: {r: 0, g: 1, b: -0.5, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _NoisespeedUV: {r: 0, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseUV: {r: 0.1, g: 1, b: 0, a: 0} + - _SpeedMainTexUVNoiseZW: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3655601094245930996 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!114 &8641913257602530390 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: diff --git a/Assets/Hovl Studio/HSFiles/Materials/Waves22cg.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/Waves22cg.mat.meta new file mode 100644 index 0000000..148d948 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/Waves22cg.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 99d404cd1f3c08949850068fe920e052 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/Waves22cg.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Materials/WhiteHSlit.mat b/Assets/Hovl Studio/HSFiles/Materials/WhiteHSlit.mat new file mode 100644 index 0000000..382d680 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/WhiteHSlit.mat @@ -0,0 +1,205 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: WhiteHSlit + m_Shader: {fileID: -6465566751694194690, guid: 04a157cda4db57f45a293a0d2991b21d, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: Opaque + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - RayTracingPrepass + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Albedo: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AmbientOcclusion: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Emission: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Opacity: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaCutoffEnable: 0 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 0 + - _BUILTIN_AlphaClip: 0 + - _BUILTIN_Blend: 0 + - _BUILTIN_CullMode: 2 + - _BUILTIN_DstBlend: 0 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _BUILTIN_SrcBlend: 1 + - _BUILTIN_Surface: 0 + - _BUILTIN_ZTest: 4 + - _BUILTIN_ZWrite: 1 + - _BUILTIN_ZWriteControl: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 2 + - _CullMode: 2 + - _CullModeForward: 2 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 0 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 0 + - _DstBlend2: 0 + - _DstBlendAlpha: 0 + - _Emission_power: 1 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _MaterialID: 1 + - _MaterialTypeMask: 2 + - _Metallic_value: 0 + - _Occlusion: 0.1 + - _Opacity_value: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RayTracing: 0 + - _ReceiveShadows: 1 + - _ReceivesSSR: 1 + - _ReceivesSSRTransparent: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _Smoothness: 0 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 15 + - _StencilWriteMaskMV: 41 + - _SupportDecals: 1 + - _Surface: 0 + - _SurfaceType: 0 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 0 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 4 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _Albedo_Color: {r: 1, g: 1, b: 1, a: 0} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission_color: {r: 1, g: 1, b: 1, a: 0} + - _SpeedXYFresnelEmission: {r: 0, g: 0, b: 2, a: 2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &550548350861683202 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &1790645057990648841 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 +--- !u!114 &2313315882009091497 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 diff --git a/Assets/Hovl Studio/HSFiles/Materials/WhiteHSlit.mat.meta b/Assets/Hovl Studio/HSFiles/Materials/WhiteHSlit.mat.meta new file mode 100644 index 0000000..2b2b1c8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Materials/WhiteHSlit.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 59d7d33d221dc7343a2f5482dbed5c87 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Materials/WhiteHSlit.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models.meta b/Assets/Hovl Studio/HSFiles/Models.meta new file mode 100644 index 0000000..e86dfe9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3ff5b8822acc8634db1256ec464080bb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/HSFiles/Models/BeamMesh.fbx b/Assets/Hovl Studio/HSFiles/Models/BeamMesh.fbx new file mode 100644 index 0000000..0c7ac67 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/BeamMesh.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0cd0d948b345885d9790970ff9c0dabe27e5b16d9b81c285d9509f409c8cd0 +size 11468 diff --git a/Assets/Hovl Studio/HSFiles/Models/BeamMesh.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/BeamMesh.fbx.meta new file mode 100644 index 0000000..8fc50af --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/BeamMesh.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: be6a3d2471646a348914698de60b3306 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: BeamPlane + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 1 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/BeamMesh.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Bullet.fbx b/Assets/Hovl Studio/HSFiles/Models/Bullet.fbx new file mode 100644 index 0000000..23d1fa0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Bullet.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37877d255f692f01c1ba26ee22c42771c2d4f771956f3926c2246774afd7f402 +size 11788 diff --git a/Assets/Hovl Studio/HSFiles/Models/Bullet.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Bullet.fbx.meta new file mode 100644 index 0000000..c6113a3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Bullet.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 964199ec649ef9c4b81c0d63a1fa19e7 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Bullet + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Bullet.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Cell.fbx b/Assets/Hovl Studio/HSFiles/Models/Cell.fbx new file mode 100644 index 0000000..e9ce269 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Cell.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9786ecaf6c4e52c234baa52f2d64a9ea401831546a61717bb0e63151987db14 +size 11964 diff --git a/Assets/Hovl Studio/HSFiles/Models/Cell.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Cell.fbx.meta new file mode 100644 index 0000000..d19cf4a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Cell.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 71ed97187ac84c94ab903c47a50d507b +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Cell + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Cell.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Cone10.fbx b/Assets/Hovl Studio/HSFiles/Models/Cone10.fbx new file mode 100644 index 0000000..53fe535 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Cone10.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67c5c811faf812503265082cde51c5348b6aadb4dc3bf9cc7622d7a80085e02 +size 27548 diff --git a/Assets/Hovl Studio/HSFiles/Models/Cone10.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Cone10.fbx.meta new file mode 100644 index 0000000..a774d19 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Cone10.fbx.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: 3890f5b84bc3a884fb64d275b6086ebb +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Cone10.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Cone12.fbx b/Assets/Hovl Studio/HSFiles/Models/Cone12.fbx new file mode 100644 index 0000000..791c63f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Cone12.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004d242ba4c1f382e29ed583cda831a5d6a4c40880316711ca2eb596aa63392c +size 29836 diff --git a/Assets/Hovl Studio/HSFiles/Models/Cone12.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Cone12.fbx.meta new file mode 100644 index 0000000..6afb36d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Cone12.fbx.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: e5ab73777acee8c479a26f0a906bca33 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Cone12.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Constellation1.fbx b/Assets/Hovl Studio/HSFiles/Models/Constellation1.fbx new file mode 100644 index 0000000..603fa0c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Constellation1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067b580efe059627cdd00bee6b63f79ebfc71fabda6861e8327d49aad339ca10 +size 13068 diff --git a/Assets/Hovl Studio/HSFiles/Models/Constellation1.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Constellation1.fbx.meta new file mode 100644 index 0000000..7b3c681 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Constellation1.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 36ac8e6e67fa5c34fbdd1258dd87c721 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Constellation1.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Conus.fbx b/Assets/Hovl Studio/HSFiles/Models/Conus.fbx new file mode 100644 index 0000000..cf6d8f5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Conus.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984f14ca38fc4d5919c5a089016fe7b7fb71d416b71a86976a0f5f025ba297eb +size 11948 diff --git a/Assets/Hovl Studio/HSFiles/Models/Conus.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Conus.fbx.meta new file mode 100644 index 0000000..70cd916 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Conus.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 25ce058c1e3d07645ad3c004b15c262c +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Conus + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Conus.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Crystal.fbx b/Assets/Hovl Studio/HSFiles/Models/Crystal.fbx new file mode 100644 index 0000000..96ee732 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Crystal.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07131d887ec1c1fb0134738828e517106eced6c1f26a4666d8dc42dd679eb91f +size 11676 diff --git a/Assets/Hovl Studio/HSFiles/Models/Crystal.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Crystal.fbx.meta new file mode 100644 index 0000000..d12c5f5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Crystal.fbx.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: fe225f728e773284db6f65b3e6e6ae99 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Plane + 4300002: Crystal + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Crystal.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Cylinder1.fbx b/Assets/Hovl Studio/HSFiles/Models/Cylinder1.fbx new file mode 100644 index 0000000..a03cc2c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Cylinder1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8056c0dc9d422e8ad81b5355efa3fa5cc15a54416ce26e6e2446444ae17431 +size 17548 diff --git a/Assets/Hovl Studio/HSFiles/Models/Cylinder1.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Cylinder1.fbx.meta new file mode 100644 index 0000000..39a5455 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Cylinder1.fbx.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: 66e2f1ddf0c0f704f9eeaad8716a1327 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Cylinder1.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/CylinderFromCenter2.fbx b/Assets/Hovl Studio/HSFiles/Models/CylinderFromCenter2.fbx new file mode 100644 index 0000000..83117b1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/CylinderFromCenter2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94245223c8f3204da54c9007b1f41ffbb5e3a1c3b0673c54f0f598cb7b4ef018 +size 13836 diff --git a/Assets/Hovl Studio/HSFiles/Models/CylinderFromCenter2.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/CylinderFromCenter2.fbx.meta new file mode 100644 index 0000000..0f32774 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/CylinderFromCenter2.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 9f383b802545bff40a5639b09dee9d6c +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: CylinderFromCenter2 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/CylinderFromCenter2.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/CylinderFromGround.fbx b/Assets/Hovl Studio/HSFiles/Models/CylinderFromGround.fbx new file mode 100644 index 0000000..142d957 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/CylinderFromGround.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca59cfa1f274828fe130dac53ebbf9fa7984e1b056fdc28dbc036c648de0254 +size 13612 diff --git a/Assets/Hovl Studio/HSFiles/Models/CylinderFromGround.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/CylinderFromGround.fbx.meta new file mode 100644 index 0000000..fb9f66f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/CylinderFromGround.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 82dbd8e3418cba140afc86fa4b355d35 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: Cylinder + 4300002: CylinderFromGround + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/CylinderFromGround.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/CylindricalCone.fbx b/Assets/Hovl Studio/HSFiles/Models/CylindricalCone.fbx new file mode 100644 index 0000000..0f61bbc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/CylindricalCone.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bf4ed0d5a0cc36253086aee7de243a08f07da2041b816f2a078231aca942e4 +size 14972 diff --git a/Assets/Hovl Studio/HSFiles/Models/CylindricalCone.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/CylindricalCone.fbx.meta new file mode 100644 index 0000000..fb112b3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/CylindricalCone.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 8a32b27e8f16c3143b5895f52bccd93d +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/CylindricalCone.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/DragonHead.fbx b/Assets/Hovl Studio/HSFiles/Models/DragonHead.fbx new file mode 100644 index 0000000..054e1c7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/DragonHead.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e3f7cc8a025258e94923bd37091ca33c1f3edf12cfbce6923a045b5c701e25 +size 209996 diff --git a/Assets/Hovl Studio/HSFiles/Models/DragonHead.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/DragonHead.fbx.meta new file mode 100644 index 0000000..0306ce0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/DragonHead.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: d0e60f75aa9e18549b79838be3057645 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: DragonHead + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/DragonHead.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/GlassCells.fbx b/Assets/Hovl Studio/HSFiles/Models/GlassCells.fbx new file mode 100644 index 0000000..6757ed6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/GlassCells.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06ddf1b3c6c907b055f276951f66a82c9a85eb2a69999aec658801f8241490f +size 17724 diff --git a/Assets/Hovl Studio/HSFiles/Models/GlassCells.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/GlassCells.fbx.meta new file mode 100644 index 0000000..f1a62fb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/GlassCells.fbx.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: 361257cee62e70b4ca1948ef106c7531 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/GlassCells.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/HOVLCrystalPiese.fbx b/Assets/Hovl Studio/HSFiles/Models/HOVLCrystalPiese.fbx new file mode 100644 index 0000000..9f0f792 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/HOVLCrystalPiese.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197444dd57646ca1434d2ccf8a21ef73d0bb4cba3073c39dc6fb08e94c129a81 +size 11964 diff --git a/Assets/Hovl Studio/HSFiles/Models/HOVLCrystalPiese.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/HOVLCrystalPiese.fbx.meta new file mode 100644 index 0000000..4417155 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/HOVLCrystalPiese.fbx.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 3e7e92633d750d440b9551f9f4bf95aa +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: EGACrystalPiese + 2186277476908879412: ImportLogs + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/HOVLCrystalPiese.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/HalfSphere4.fbx b/Assets/Hovl Studio/HSFiles/Models/HalfSphere4.fbx new file mode 100644 index 0000000..facdd97 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/HalfSphere4.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae549f9040a34ca2190882da885d3015463b33afb53a9decf68b203868530dd +size 29820 diff --git a/Assets/Hovl Studio/HSFiles/Models/HalfSphere4.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/HalfSphere4.fbx.meta new file mode 100644 index 0000000..f749a57 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/HalfSphere4.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 11c5056a85d608341b03a48d6ce12cf2 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: HalfSphere4 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/HalfSphere4.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Heart.fbx b/Assets/Hovl Studio/HSFiles/Models/Heart.fbx new file mode 100644 index 0000000..0e188fa --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Heart.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bac0879c64632dd75c902c2b4fb679c3aae0fc15bbfa4175c6e5353cf77935d +size 17804 diff --git a/Assets/Hovl Studio/HSFiles/Models/Heart.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Heart.fbx.meta new file mode 100644 index 0000000..edd373c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Heart.fbx.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 3d285da7eee7c5f4b8541b72175fa4a7 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Plane + 4300002: Heart + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Heart.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Jellyfish.fbx b/Assets/Hovl Studio/HSFiles/Models/Jellyfish.fbx new file mode 100644 index 0000000..bd68592 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Jellyfish.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c6a967297903b9e18f670237a742e76ea757f324f471057c9f3a736c9fafd2 +size 37468 diff --git a/Assets/Hovl Studio/HSFiles/Models/Jellyfish.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Jellyfish.fbx.meta new file mode 100644 index 0000000..4641687 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Jellyfish.fbx.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: 3d9b328cf645e584fbbb34e292df2d3e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Jellyfish.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/JellyfishTail.fbx b/Assets/Hovl Studio/HSFiles/Models/JellyfishTail.fbx new file mode 100644 index 0000000..8bf957d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/JellyfishTail.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8054ffe061fbde4b0d9881d441c746cce5b2356bd7a3d736164a8578fc0e678a +size 19132 diff --git a/Assets/Hovl Studio/HSFiles/Models/JellyfishTail.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/JellyfishTail.fbx.meta new file mode 100644 index 0000000..bb56ec3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/JellyfishTail.fbx.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: e8afa0c5bc47ed445a617b0037f44c9f +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/JellyfishTail.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/NoiseSphere1.fbx b/Assets/Hovl Studio/HSFiles/Models/NoiseSphere1.fbx new file mode 100644 index 0000000..c572e24 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/NoiseSphere1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd99ddf8a8c469b009796ad9e4e7567122f6282a5cf556e408db35e634b6842 +size 21932 diff --git a/Assets/Hovl Studio/HSFiles/Models/NoiseSphere1.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/NoiseSphere1.fbx.meta new file mode 100644 index 0000000..d95859c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/NoiseSphere1.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 5092f302208764745b75b62a0560aa64 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: NoiseSphere1 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/NoiseSphere1.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Path11.fbx b/Assets/Hovl Studio/HSFiles/Models/Path11.fbx new file mode 100644 index 0000000..a52e27c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Path11.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2e9a2735310114d1b2229b17aa7643fb3f48f2199c05cf98e6058c359e3279 +size 13484 diff --git a/Assets/Hovl Studio/HSFiles/Models/Path11.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Path11.fbx.meta new file mode 100644 index 0000000..7d7351e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Path11.fbx.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: f0bac8de6dbbb1d45a8d6c27b26ecf52 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Path11.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Path12.fbx b/Assets/Hovl Studio/HSFiles/Models/Path12.fbx new file mode 100644 index 0000000..22ddb29 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Path12.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c267ddbaef6f8ea359f34a125366c6a46f894826aaafb0072a8fab3d05ee351 +size 15452 diff --git a/Assets/Hovl Studio/HSFiles/Models/Path12.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Path12.fbx.meta new file mode 100644 index 0000000..167aac4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Path12.fbx.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: 4adeeb20042744546870a5fdcd900e2d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Path12.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Path2.fbx b/Assets/Hovl Studio/HSFiles/Models/Path2.fbx new file mode 100644 index 0000000..d045d04 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Path2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adea6c220411cb9d8f9493e11321bb59efc74d6201fc305349f641363c9b54b5 +size 17804 diff --git a/Assets/Hovl Studio/HSFiles/Models/Path2.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Path2.fbx.meta new file mode 100644 index 0000000..0280f8d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Path2.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 0a94a0b66b67a9544812f95be85f3952 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Path2 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Path2.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Path6.fbx b/Assets/Hovl Studio/HSFiles/Models/Path6.fbx new file mode 100644 index 0000000..ad3db1b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Path6.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbca661590cc7bfd58d98c639243a5fa18f2e1de15718e98744aafc20d5a69bd +size 25084 diff --git a/Assets/Hovl Studio/HSFiles/Models/Path6.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Path6.fbx.meta new file mode 100644 index 0000000..811313e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Path6.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: fd5d3621bb45e944d9921d10d00fe43e +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Path6 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Path6.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Path9.fbx b/Assets/Hovl Studio/HSFiles/Models/Path9.fbx new file mode 100644 index 0000000..3382def --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Path9.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9675723b88eacd0a23fce001f91240c4194f14e840466d3570e1119b670ec891 +size 12588 diff --git a/Assets/Hovl Studio/HSFiles/Models/Path9.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Path9.fbx.meta new file mode 100644 index 0000000..873d49d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Path9.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 00fb12b02717e7942964152e64e826d2 +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Path9.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Plate1.fbx b/Assets/Hovl Studio/HSFiles/Models/Plate1.fbx new file mode 100644 index 0000000..f867aa8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Plate1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908a3ccedfbf19a69230d2ab5c9279e9a0813c25ea499b91b8af52c9c84fc2e6 +size 21132 diff --git a/Assets/Hovl Studio/HSFiles/Models/Plate1.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Plate1.fbx.meta new file mode 100644 index 0000000..024528a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Plate1.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: a3711c1d98f158a46bd65ee7f772a15c +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Plate1 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Plate1.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Projectile1.fbx b/Assets/Hovl Studio/HSFiles/Models/Projectile1.fbx new file mode 100644 index 0000000..4237110 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Projectile1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b62d6631f331617854ba32647747312c6e1c5582772c112dbdc7b5abb0fcfe +size 13148 diff --git a/Assets/Hovl Studio/HSFiles/Models/Projectile1.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Projectile1.fbx.meta new file mode 100644 index 0000000..60cd74e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Projectile1.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 3f3b999904f1f4b4ba6a043c3152f93b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Projectile1.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/QuadToCircle.fbx b/Assets/Hovl Studio/HSFiles/Models/QuadToCircle.fbx new file mode 100644 index 0000000..e539a99 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/QuadToCircle.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c776cae844a6916168c7a8f475d1ee024fa9a1617c4c18225f8bafaadca8e7a +size 18700 diff --git a/Assets/Hovl Studio/HSFiles/Models/QuadToCircle.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/QuadToCircle.fbx.meta new file mode 100644 index 0000000..c314c39 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/QuadToCircle.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: c9b3eaae0aa575c4db6feb3ae6fea5a7 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: QuadToCircle + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/QuadToCircle.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/QuadToCircle2.fbx b/Assets/Hovl Studio/HSFiles/Models/QuadToCircle2.fbx new file mode 100644 index 0000000..38b9de1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/QuadToCircle2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88a4b6d4f5dc9b35ae93ce4b60a91cbdbf9f0522515f65a7fac79f28b7ec85b +size 21628 diff --git a/Assets/Hovl Studio/HSFiles/Models/QuadToCircle2.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/QuadToCircle2.fbx.meta new file mode 100644 index 0000000..85cadfd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/QuadToCircle2.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: f9896acea3a0a684cb936e4f008edaae +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: QuadToCircle2 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/QuadToCircle2.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Rays2.fbx b/Assets/Hovl Studio/HSFiles/Models/Rays2.fbx new file mode 100644 index 0000000..22b4a29 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Rays2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3777523b781c234e73b6545ecb9a942a69f8dbc2240b8c4f796650a46e52b169 +size 11468 diff --git a/Assets/Hovl Studio/HSFiles/Models/Rays2.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Rays2.fbx.meta new file mode 100644 index 0000000..ae79323 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Rays2.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3d9faf44a668bf242b4405c9ab747494 +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Rays2.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/RoundHeart.fbx b/Assets/Hovl Studio/HSFiles/Models/RoundHeart.fbx new file mode 100644 index 0000000..2f9a422 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/RoundHeart.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf17e451d324736244ab9ca7b5ef6f0a338672fc1feeb666f676e52ac668008a +size 21724 diff --git a/Assets/Hovl Studio/HSFiles/Models/RoundHeart.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/RoundHeart.fbx.meta new file mode 100644 index 0000000..978c3c3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/RoundHeart.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 3a93d857af0c74048a7c5be1110cd3bd +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: RoundHeart + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/RoundHeart.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/ShellCircle.fbx b/Assets/Hovl Studio/HSFiles/Models/ShellCircle.fbx new file mode 100644 index 0000000..fd8c222 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/ShellCircle.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43c12bf694ef14c18d83e514ace37571832f7bc32d0ec95c8e5fdcccf32d202 +size 24076 diff --git a/Assets/Hovl Studio/HSFiles/Models/ShellCircle.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/ShellCircle.fbx.meta new file mode 100644 index 0000000..2f1fb1c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/ShellCircle.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: ad10f620168bbb24ab0bcfcdcb0eaaec +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: ShellCircle + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/ShellCircle.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/ShellQuad.fbx b/Assets/Hovl Studio/HSFiles/Models/ShellQuad.fbx new file mode 100644 index 0000000..5b5193a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/ShellQuad.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ab25f6255f632b92ac6b825c2098d3659a21e67cba663a2c1f6bf2e9be28b0 +size 23340 diff --git a/Assets/Hovl Studio/HSFiles/Models/ShellQuad.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/ShellQuad.fbx.meta new file mode 100644 index 0000000..6ee1707 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/ShellQuad.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 6cd76237b8422824b95cded50cbec3fc +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: ShellQuad + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/ShellQuad.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/ShellQuad2.fbx b/Assets/Hovl Studio/HSFiles/Models/ShellQuad2.fbx new file mode 100644 index 0000000..9d83f13 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/ShellQuad2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41fdf174c3b789e0b9ffee79d00e002ebe548fb303340e1ee442ba8495219d3 +size 23932 diff --git a/Assets/Hovl Studio/HSFiles/Models/ShellQuad2.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/ShellQuad2.fbx.meta new file mode 100644 index 0000000..11ccb03 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/ShellQuad2.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 881a7882ad5336d4d96df4142fdd694b +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: ShellQuad2 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/ShellQuad2.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/ShellQuad3.fbx b/Assets/Hovl Studio/HSFiles/Models/ShellQuad3.fbx new file mode 100644 index 0000000..331cde2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/ShellQuad3.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4e45c5094e3fe2d1ec3a721dd9a6fcc0d2ed23a7d071641958c9674007a344 +size 23916 diff --git a/Assets/Hovl Studio/HSFiles/Models/ShellQuad3.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/ShellQuad3.fbx.meta new file mode 100644 index 0000000..816d98d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/ShellQuad3.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 942a9e0b20218b84299dd00da453de69 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: ShellQuad2 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/ShellQuad3.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/ShellQuad4.fbx b/Assets/Hovl Studio/HSFiles/Models/ShellQuad4.fbx new file mode 100644 index 0000000..e3b9642 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/ShellQuad4.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d519b4c5418135db3fd1088cf400c5e775938d88a9cbedd3e5a982ed4ed3431 +size 25356 diff --git a/Assets/Hovl Studio/HSFiles/Models/ShellQuad4.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/ShellQuad4.fbx.meta new file mode 100644 index 0000000..4c75e65 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/ShellQuad4.fbx.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: ce68185e34378c849b1d512f2cb72681 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/ShellQuad4.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/SmoothStar.fbx b/Assets/Hovl Studio/HSFiles/Models/SmoothStar.fbx new file mode 100644 index 0000000..735564c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/SmoothStar.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d52edbe9d6c1bf788ca68d336f5a78cb07c909e2977b2f6b8838bd51a448e3 +size 37740 diff --git a/Assets/Hovl Studio/HSFiles/Models/SmoothStar.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/SmoothStar.fbx.meta new file mode 100644 index 0000000..560283e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/SmoothStar.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: b6f26fc5458f7f04e81c6c0b2bb12caa +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: SmoothStar + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/SmoothStar.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Snowflake1.fbx b/Assets/Hovl Studio/HSFiles/Models/Snowflake1.fbx new file mode 100644 index 0000000..6028b36 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Snowflake1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c258d0a2cbb4378e84bfa8d62916627faf7b5e416de4cbf8a47b0d80b3ca9627 +size 36716 diff --git a/Assets/Hovl Studio/HSFiles/Models/Snowflake1.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Snowflake1.fbx.meta new file mode 100644 index 0000000..41d6f92 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Snowflake1.fbx.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: 0510e19ef4a5adf4b8f9b6cdc82c6183 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Snowflake1.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Spiral3.fbx b/Assets/Hovl Studio/HSFiles/Models/Spiral3.fbx new file mode 100644 index 0000000..d57c850 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Spiral3.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532babe0ca5e537b5e81e160e0d5e452087ea6f3d0ed60f2b75cea4d03622bee +size 33788 diff --git a/Assets/Hovl Studio/HSFiles/Models/Spiral3.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Spiral3.fbx.meta new file mode 100644 index 0000000..802fd37 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Spiral3.fbx.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: 968a424ee02d136429a4a526a1f05c91 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Spiral3.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Star1.fbx b/Assets/Hovl Studio/HSFiles/Models/Star1.fbx new file mode 100644 index 0000000..0d09b4f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Star1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23316bbf28ae1595d6805c9591971783c43984a622c3b9b642f7457bc667d5da +size 11996 diff --git a/Assets/Hovl Studio/HSFiles/Models/Star1.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Star1.fbx.meta new file mode 100644 index 0000000..d63e942 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Star1.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 980188024e4c0b240bdec03f01afd724 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Star1 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Star1.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Torpeda1.fbx b/Assets/Hovl Studio/HSFiles/Models/Torpeda1.fbx new file mode 100644 index 0000000..cf04c97 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Torpeda1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675bc57107ad949d5fd162f5938e098cce7d80f4704856d75d2a7749658aa055 +size 21580 diff --git a/Assets/Hovl Studio/HSFiles/Models/Torpeda1.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Torpeda1.fbx.meta new file mode 100644 index 0000000..b180d87 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Torpeda1.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 87129aba76f9d4b4aada4d294b4d5303 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Torpeda1 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Torpeda1.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/TriPoints.fbx b/Assets/Hovl Studio/HSFiles/Models/TriPoints.fbx new file mode 100644 index 0000000..1240f86 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/TriPoints.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bdd941e55b0a4e8f0c9b2dbe45adb8435a6ed8e4d9d8a841a4cfcccdaad91d +size 11372 diff --git a/Assets/Hovl Studio/HSFiles/Models/TriPoints.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/TriPoints.fbx.meta new file mode 100644 index 0000000..e6906f7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/TriPoints.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 618053bc61fce534ab4aac8d50dcbe7d +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/TriPoints.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Twist.fbx b/Assets/Hovl Studio/HSFiles/Models/Twist.fbx new file mode 100644 index 0000000..64599fc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Twist.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4eac6ad7f220affd812c57fa760b75fa13f48f51046fed7766b7101f06d2069 +size 15580 diff --git a/Assets/Hovl Studio/HSFiles/Models/Twist.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Twist.fbx.meta new file mode 100644 index 0000000..bd4ca95 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Twist.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: da6b59c708f896348b885c31f2d1b07f +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Twist + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Twist.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Twist2.fbx b/Assets/Hovl Studio/HSFiles/Models/Twist2.fbx new file mode 100644 index 0000000..87bd119 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Twist2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8c48a5ffa966b53efecc9672dd92630145e33e12291bd80267b9eab5e679f3 +size 14300 diff --git a/Assets/Hovl Studio/HSFiles/Models/Twist2.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Twist2.fbx.meta new file mode 100644 index 0000000..bb7eeb8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Twist2.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 01fe053cd9d4a194c978de14eb10c2b8 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Twist2 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Twist2.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/Vortex2.fbx b/Assets/Hovl Studio/HSFiles/Models/Vortex2.fbx new file mode 100644 index 0000000..c28bdd2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Vortex2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5220e1a39da00146ebcd7e1eccd646bcd9d76e5a75ce08b9c3bd304578d4ae8e +size 32492 diff --git a/Assets/Hovl Studio/HSFiles/Models/Vortex2.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/Vortex2.fbx.meta new file mode 100644 index 0000000..d54876e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/Vortex2.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: d9cfe6b31b0e73d46b82320079a987e3 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: Vortex2 + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/Vortex2.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Models/WaterSphere.fbx b/Assets/Hovl Studio/HSFiles/Models/WaterSphere.fbx new file mode 100644 index 0000000..326ea89 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/WaterSphere.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc81b862bc25810c825d75f85649b67a003545dbe9d93aad7fb57e894c2cc13 +size 54444 diff --git a/Assets/Hovl Studio/HSFiles/Models/WaterSphere.fbx.meta b/Assets/Hovl Studio/HSFiles/Models/WaterSphere.fbx.meta new file mode 100644 index 0000000..f6b2712 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Models/WaterSphere.fbx.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: a32c7f0bfe2bba346a6424f074f81d2f +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: WaterSphere + externalObjects: {} + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Models/WaterSphere.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Scripts.meta b/Assets/Hovl Studio/HSFiles/Scripts.meta new file mode 100644 index 0000000..d548deb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e5e5a53b393dc9b4f8c5c613ad5180f1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/HSFiles/Scripts/Editor.meta b/Assets/Hovl Studio/HSFiles/Scripts/Editor.meta new file mode 100644 index 0000000..ae5f750 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a05cbdbbac4e2da44a2bee7f73de12db +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/HSFiles/Scripts/Editor/ShaderChanger.cs b/Assets/Hovl Studio/HSFiles/Scripts/Editor/ShaderChanger.cs new file mode 100644 index 0000000..042db51 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/Editor/ShaderChanger.cs @@ -0,0 +1,392 @@ +#if UNITY_EDITOR +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEditor; +using System.IO; + +namespace HovlStudio +{ + [InitializeOnLoad] + public class RPChanger : EditorWindow + { + [InitializeOnLoadMethod] + private static void LoadWindow() + { + string[] checkAsset = AssetDatabase.FindAssets("HSstartupCheck"); + foreach (var guid in checkAsset) + { + ShowWindow(); + AssetDatabase.DeleteAsset(AssetDatabase.GUIDToAssetPath(guid)); + } + } + + static private int pipeline; + [MenuItem("Tools/RP changer for Hovl Studio assets")] + + public static void ShowWindow() + { + RPChanger window = (RPChanger)EditorWindow.GetWindow(typeof(RPChanger)); + window.minSize = new Vector2(250, 140); + window.maxSize = new Vector2(250, 140); + } + + public void OnGUI() + { + GUILayout.Label("Change VFX shaders to:"); + if (GUILayout.Button("URP/HDRP")) + { + FindShaders(); + ChangeToSG(); + } + if (GUILayout.Button("Built-in RP")) + { + FindShaders(); + ChangeToBiRP(); + } + GUILayout.Label("Don't forget to enable Depth and Opaque\ncheck-buttons in your URP asset seeting.", GUILayout.ExpandWidth(true)); + } + + static Shader Add_CG, Blend_CG, LightGlow, Lit_CenterGlow, Blend_TwoSides, Blend_Normals, Ice, Distortion, ParallaxIce, BlendDistort, VolumeLaser, Explosion, SwordSlash, ShockWave, SoftNoise; + static Shader Blend_CG_SG, LightGlow_SG, Lit_CenterGlow_SG, Blend_TwoSides_SG, Blend_Normals_SG, Ice_SG, Distortion_SG, ParallaxIce_SG, + BlendDistort_SG, VolumeLaser_SG, Explosion_SG, SwordSlash_SG, ShockWave_SG, SoftNoise_SG; + static Material[] shaderMaterials; + + private static void FindShaders() + { + if (Shader.Find("Hovl/Particles/Add_CenterGlow") != null) Add_CG = Shader.Find("Hovl/Particles/Add_CenterGlow"); + if (Shader.Find("Hovl/Particles/Blend_CenterGlow") != null) Blend_CG = Shader.Find("Hovl/Particles/Blend_CenterGlow"); + if (Shader.Find("Hovl/Particles/LightGlow") != null) LightGlow = Shader.Find("Hovl/Particles/LightGlow"); + if (Shader.Find("Hovl/Particles/Lit_CenterGlow") != null) Lit_CenterGlow = Shader.Find("Hovl/Particles/Lit_CenterGlow"); + if (Shader.Find("Hovl/Particles/Blend_TwoSides") != null) Blend_TwoSides = Shader.Find("Hovl/Particles/Blend_TwoSides"); + if (Shader.Find("Hovl/Particles/Blend_Normals") != null) Blend_Normals = Shader.Find("Hovl/Particles/Blend_Normals"); + if (Shader.Find("Hovl/Particles/Ice") != null) Ice = Shader.Find("Hovl/Particles/Ice"); + if (Shader.Find("Hovl/Particles/Distortion") != null) Distortion = Shader.Find("Hovl/Particles/Distortion"); + if (Shader.Find("Hovl/Opaque/ParallaxIce") != null) ParallaxIce = Shader.Find("Hovl/Opaque/ParallaxIce"); + if (Shader.Find("Hovl/Particles/BlendDistort") != null) BlendDistort = Shader.Find("Hovl/Particles/BlendDistort"); + if (Shader.Find("Hovl/Particles/VolumeLaser") != null) VolumeLaser = Shader.Find("Hovl/Particles/VolumeLaser"); + if (Shader.Find("Hovl/Particles/Explosion") != null) Explosion = Shader.Find("Hovl/Particles/Explosion"); + if (Shader.Find("Hovl/Particles/SwordSlash") != null) SwordSlash = Shader.Find("Hovl/Particles/SwordSlash"); + if (Shader.Find("Hovl/Particles/ShockWave") != null) ShockWave = Shader.Find("Hovl/Particles/ShockWave"); + if (Shader.Find("Hovl/Particles/SoftNoise") != null) SoftNoise = Shader.Find("Hovl/Particles/SoftNoise"); + + if (Shader.Find("Shader Graphs/HS_LightGlow") != null) LightGlow_SG = Shader.Find("Shader Graphs/HS_LightGlow"); + if (Shader.Find("Shader Graphs/HS_Lit_CenterGlow") != null) Lit_CenterGlow_SG = Shader.Find("Shader Graphs/HS_Lit_CenterGlow"); + if (Shader.Find("Shader Graphs/HS_Blend_TwoSides") != null) Blend_TwoSides_SG = Shader.Find("Shader Graphs/HS_Blend_TwoSides"); + if (Shader.Find("Shader Graphs/HS_Blend_Normals") != null) Blend_Normals_SG = Shader.Find("Shader Graphs/HS_Blend_Normals"); + if (Shader.Find("Shader Graphs/HS_Ice") != null) Ice_SG = Shader.Find("Shader Graphs/HS_Ice"); + if (Shader.Find("Shader Graphs/HS_Distortion") != null) Distortion_SG = Shader.Find("Shader Graphs/HS_Distortion"); + if (Shader.Find("Shader Graphs/HS_ParallaxIce") != null) ParallaxIce_SG = Shader.Find("Shader Graphs/HS_ParallaxIce"); + if (Shader.Find("Shader Graphs/HS_Blend_CG") != null) Blend_CG_SG = Shader.Find("Shader Graphs/HS_Blend_CG"); + if (Shader.Find("Shader Graphs/HS_BlendDistort") != null) BlendDistort_SG = Shader.Find("Shader Graphs/HS_BlendDistort"); + if (Shader.Find("Shader Graphs/HS_VolumeLaser") != null) VolumeLaser_SG = Shader.Find("Shader Graphs/HS_VolumeLaser"); + if (Shader.Find("Shader Graphs/HS_Explosion") != null) Explosion_SG = Shader.Find("Shader Graphs/HS_Explosion"); + if (Shader.Find("Shader Graphs/HS_SwordSlash") != null) SwordSlash_SG = Shader.Find("Shader Graphs/HS_SwordSlash"); + if (Shader.Find("Shader Graphs/HS_ShockWave") != null) ShockWave_SG = Shader.Find("Shader Graphs/HS_ShockWave"); + if (Shader.Find("Shader Graphs/HS_SoftNoise") != null) SoftNoise_SG = Shader.Find("Shader Graphs/HS_SoftNoise"); + + string[] folderMat = AssetDatabase.FindAssets("t:Material", new[] { "Assets" }); + shaderMaterials = new Material[folderMat.Length]; + + for (int i = 0; i < folderMat.Length; i++) + { + var patch = AssetDatabase.GUIDToAssetPath(folderMat[i]); + shaderMaterials[i] = (Material)AssetDatabase.LoadAssetAtPath(patch, typeof(Material)); + } + } + + static private void ChangeToSG() + { + foreach (var material in shaderMaterials) + { + + if (Shader.Find("Shader Graphs/HS_LightGlow") != null) + { + if (material.shader == LightGlow) + { + material.shader = LightGlow_SG; + } + } + + if (Shader.Find("Shader Graphs/HS_Lit_CenterGlow") != null) + { + if (material.shader == Lit_CenterGlow) + { + material.shader = Lit_CenterGlow_SG; + } + } + + if (Shader.Find("Shader Graphs/HS_Blend_TwoSides") != null) + { + if (material.shader == Blend_TwoSides) + { + material.shader = Blend_TwoSides_SG; + } + } + + if (Shader.Find("Shader Graphs/HS_Blend_Normals") != null) + { + if (material.shader == Blend_Normals) + { + material.shader = Blend_Normals_SG; + } + } + + if (Shader.Find("Shader Graphs/HS_Ice") != null) + { + if (material.shader == Ice) + { + material.shader = Ice_SG; + } + } + + if (Shader.Find("Shader Graphs/HS_ParallaxIce") != null) + { + if (material.shader == ParallaxIce) + { + material.shader = ParallaxIce_SG; + } + } + + if (Shader.Find("Shader Graphs/HS_Distortion") != null) + { + if (material.shader == Distortion) + { + material.SetFloat("_ZWrite", 0); + material.shader = Distortion_SG; + material.SetFloat("_QueueControl", 1); + material.SetFloat("_BUILTIN_QueueControl", 1); + material.renderQueue = 2750; + } + } + + if (Shader.Find("Shader Graphs/HS_Blend_CG") != null) + { + if (material.shader == Add_CG) + { + if (material.HasProperty("_ZWrite")) material.SetFloat("_ZWrite", 0); + var cull = material.GetFloat("_CullMode"); + material.shader = Blend_CG_SG; + material.SetFloat("_Cull", cull); + material.SetFloat("_Blend", 2); + material.SetFloat("_DstBlend", 1); + material.SetFloat("_SrcBlend", 5); + material.SetFloat("_BUILTIN_CullMode", cull); + material.SetFloat("_BUILTIN_Blend", 2); + material.SetFloat("_BUILTIN_DstBlend", 1); + material.SetFloat("_BUILTIN_SrcBlend", 5); + Debug.Log("Shaders changed successfully"); + } + if (material.shader == Blend_CG) + { + if (material.HasProperty("_ZWrite")) material.SetFloat("_ZWrite", 0); + material.shader = Blend_CG_SG; + + } + } + else Debug.Log("First import shaders!"); + + if (Shader.Find("Shader Graphs/HS_BlendDistort") != null) + { + if (material.shader == BlendDistort) + { + if (material.HasProperty("_ZWrite")) material.SetFloat("_ZWrite", 0); + material.shader = BlendDistort_SG; + } + } + + if (Shader.Find("Shader Graphs/HS_VolumeLaser") != null) + { + if (material.shader == VolumeLaser) + { + material.shader = VolumeLaser_SG; + } + } + + if (Shader.Find("Shader Graphs/HS_Explosion") != null) + { + if (material.shader == Explosion) + { + material.shader = Explosion_SG; + } + } + + if (Shader.Find("Shader Graphs/HS_SwordSlash") != null) + { + if (material.shader == SwordSlash) + { + if (material.HasProperty("_ZWrite")) material.SetFloat("_ZWrite", 0); + material.shader = SwordSlash_SG; + } + } + + if (Shader.Find("Shader Graphs/HS_ShockWave") != null) + { + if (material.shader == ShockWave) + { + if (material.HasProperty("_ZWrite")) material.SetFloat("_ZWrite", 0); + material.shader = ShockWave_SG; + } + } + + if (Shader.Find("Shader Graphs/HS_SoftNoise") != null) + { + if (material.shader == SoftNoise) + { + if (material.HasProperty("_ZWrite")) material.SetFloat("_ZWrite", 0); + material.shader = SoftNoise_SG; + } + } + } + } + static private void ChangeToBiRP() + { + foreach (var material in shaderMaterials) + { + if (Shader.Find("Hovl/Particles/LightGlow") != null) + { + if (material.shader == LightGlow_SG) + { + material.shader = LightGlow; + } + } + if (Shader.Find("Hovl/Particles/Lit_CenterGlow") != null) + { + if (material.shader == Lit_CenterGlow_SG) + { + material.shader = Lit_CenterGlow; + } + } + if (Shader.Find("Hovl/Particles/Blend_TwoSides") != null) + { + if (material.shader == Blend_TwoSides_SG) + { + material.shader = Blend_TwoSides; + } + } + if (Shader.Find("Hovl/Particles/Blend_Normals") != null) + { + if (material.shader == Blend_Normals_SG) + { + material.shader = Blend_Normals; + } + } + if (Shader.Find("Hovl/Particles/Ice") != null) + { + if (material.shader == Ice_SG) + { + material.shader = Ice; + } + } + if (Shader.Find("Hovl/Opaque/ParallaxIce") != null) + { + if (material.shader == ParallaxIce_SG) + { + material.shader = ParallaxIce; + } + } + if (Shader.Find("Hovl/Particles/Distortion") != null) + { + if (material.shader == Distortion_SG) + { + material.shader = Distortion; + material.renderQueue = 2750; + } + } + if (Shader.Find("Hovl/Particles/Add_CenterGlow") != null) + { + if (material.shader == Blend_CG_SG) + { + if (material.HasProperty("_Blend")) + { + float blend = material.GetFloat("_Blend"); + if (blend == 2) + { + material.shader = Add_CG; + Debug.Log("Shaders changed successfully"); + } + } + if (material.HasProperty("_BUILTIN_Blend")) + { + float blend = material.GetFloat("_BUILTIN_Blend"); + if (blend == 2) + { + material.shader = Add_CG; + Debug.Log("Shaders changed successfully"); + } + } + } + } + if (Shader.Find("Hovl/Particles/Blend_CenterGlow") != null) + { + if (material.shader == Blend_CG_SG) + { + if (material.HasProperty("_Blend")) + { + float blend = material.GetFloat("_Blend"); + if (blend == 0) + { + material.shader = Blend_CG; + Debug.Log("Shaders changed successfully"); + } + } + if (material.HasProperty("_BUILTIN_Blend")) + { + float blend = material.GetFloat("_BUILTIN_Blend"); + if (blend == 0) + { + material.shader = Blend_CG; + Debug.Log("Shaders changed successfully"); + } + } + } + } + if (Shader.Find("Hovl/Particles/BlendDistort") != null) + { + if (material.shader == BlendDistort_SG) + { + material.shader = BlendDistort; + } + } + if (Shader.Find("Hovl/Particles/VolumeLaser") != null) + { + if (material.shader == VolumeLaser_SG) + { + material.shader = VolumeLaser; + } + } + if (Shader.Find("Hovl/Particles/Explosion") != null) + { + if (material.shader == Explosion_SG) + { + material.shader = Explosion; + } + } + if (Shader.Find("Hovl/Particles/SwordSlash") != null) + { + if (material.shader == SwordSlash_SG) + { + material.shader = SwordSlash; + } + } + + if (Shader.Find("Hovl/Particles/ShockWave") != null) + { + if (material.shader == ShockWave_SG) + { + material.shader = ShockWave; + } + } + if (Shader.Find("Hovl/Particles/SoftNoise") != null) + { + if (material.shader == SoftNoise_SG) + { + material.shader = SoftNoise; + } + } + } + } + + } +} +#endif \ No newline at end of file diff --git a/Assets/Hovl Studio/HSFiles/Scripts/Editor/ShaderChanger.cs.meta b/Assets/Hovl Studio/HSFiles/Scripts/Editor/ShaderChanger.cs.meta new file mode 100644 index 0000000..061af72 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/Editor/ShaderChanger.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: f76f4e3a0234d194da27af11ef7f4bdf +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Scripts/Editor/ShaderChanger.cs + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes.meta b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes.meta new file mode 100644 index 0000000..6288486 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7ad4059f21de6304198b890b5cbaf58d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraController.cs b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraController.cs new file mode 100644 index 0000000..1db8c57 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraController.cs @@ -0,0 +1,103 @@ +using System.Collections; +using System.Collections.Generic; +using System.Runtime.Serialization.Formatters; +using System; +using UnityEngine; + +public class HS_CameraController : MonoBehaviour +{ + //camera holder + public Transform Holder; + public Vector3 cameraPos = new Vector3(0, 0, 0); + public float currDistance = 5.0f; + public float xRotate = 250.0f; + public float yRotate = 120.0f; + public float yMinLimit = -20f; + public float yMaxLimit = 80f; + public float prevDistance; + private float x = 0.0f; + private float y = 0.0f; + + //For camera colliding + RaycastHit hit; + public LayerMask collidingLayers = ~0; //Target marker can only collide with scene layer + private float distanceHit; + + void Start() + { + var angles = transform.eulerAngles; + x = angles.y; + y = angles.x; + } + + void LateUpdate() + { + if (currDistance < 2) + { + currDistance = 2; + } + + // (currDistance - 2) / 3.5f - constant for far camera position + var targetPos = Holder.position + new Vector3(0, (distanceHit - 2) / 3f + cameraPos[1], 0); + + currDistance -= Input.GetAxis("Mouse ScrollWheel") * 2; + if (Holder) + { + var pos = Input.mousePosition; + float dpiScale = 1; + if (Screen.dpi < 1) dpiScale = 1; + if (Screen.dpi < 200) dpiScale = 1; + else dpiScale = Screen.dpi / 200f; + if (pos.x < 380 * dpiScale && Screen.height - pos.y < 250 * dpiScale) return; + Cursor.visible = false; + Cursor.lockState = CursorLockMode.Locked; + x += (float)(Input.GetAxis("Mouse X") * xRotate * 0.02); + y -= (float)(Input.GetAxis("Mouse Y") * yRotate * 0.02); + y = ClampAngle(y, yMinLimit, yMaxLimit); + var rotation = Quaternion.Euler(y, x, 0); + var position = rotation * new Vector3(cameraPos[2], 0, -currDistance) + targetPos; + //If camera collide with collidingLayers move it to this point. + if (Physics.Raycast(targetPos, position - targetPos, out hit, (position - targetPos).magnitude, collidingLayers)) + { + transform.position = hit.point; + //Min(4) distance from ground for camera target point + distanceHit = Mathf.Clamp(Vector3.Distance(targetPos, hit.point), 4, 600); + + } + else + { + transform.position = position; + distanceHit = currDistance; + } + transform.rotation = rotation; + } + else + { + Cursor.visible = true; + Cursor.lockState = CursorLockMode.None; + } + + if (prevDistance != currDistance) + { + prevDistance = currDistance; + var rot = Quaternion.Euler(y, x, 0); + // (currDistance - 2) / 3.5f - constant for far camera position + var po = rot * new Vector3(cameraPos[2], 0, -currDistance) + targetPos; + transform.rotation = rot; + transform.position = po; + } + } + + static float ClampAngle(float angle, float min, float max) + { + if (angle < -360) + { + angle += 360; + } + if (angle > 360) + { + angle -= 360; + } + return Mathf.Clamp(angle, min, max); + } +} \ No newline at end of file diff --git a/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraController.cs.meta b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraController.cs.meta new file mode 100644 index 0000000..d2967ed --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraController.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: a4ca5efb641d8634a9ec2fdc65f1f7d2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraController.cs + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraShaker.cs b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraShaker.cs new file mode 100644 index 0000000..0471ca1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraShaker.cs @@ -0,0 +1,76 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class HS_CameraShaker : MonoBehaviour +{ + public Transform cameraObject; + public float amplitude; + public float frequency; + public float duration; + public float timeRemaining; + private Vector3 noiseOffset; + private Vector3 noise; + private AnimationCurve smoothCurve = new AnimationCurve(new Keyframe(0.0f, 0.0f, Mathf.Deg2Rad * 0.0f, Mathf.Deg2Rad * 720.0f), new Keyframe(0.2f, 1.0f), new Keyframe(1.0f, 0.0f)); + + void Start() + { + float rand = 32.0f; + noiseOffset.x = Random.Range(0.0f, rand); + noiseOffset.y = Random.Range(0.0f, rand); + noiseOffset.z = Random.Range(0.0f, rand); + } + + public IEnumerator Shake(float amp, float freq, float dur, float wait) + { + yield return new WaitForSeconds(wait); + float rand = 32.0f; + noiseOffset.x = Random.Range(0.0f, rand); + noiseOffset.y = Random.Range(0.0f, rand); + noiseOffset.z = Random.Range(0.0f, rand); + amplitude = amp; + frequency = freq; + duration = dur; + timeRemaining += dur; + if (timeRemaining > dur) + { + timeRemaining = dur; + } + } + + void Update() + { + if (timeRemaining <= 0) + return; + + float deltaTime = Time.deltaTime; + timeRemaining -= deltaTime; + float noiseOffsetDelta = deltaTime * frequency; + + noiseOffset.x += noiseOffsetDelta; + noiseOffset.y += noiseOffsetDelta; + noiseOffset.z += noiseOffsetDelta; + + noise.x = Mathf.PerlinNoise(noiseOffset.x, 0.0f); + noise.y = Mathf.PerlinNoise(noiseOffset.y, 1.0f); + noise.z = Mathf.PerlinNoise(noiseOffset.z, 2.0f); + + noise -= Vector3.one * 0.5f; + noise *= amplitude; + + float agePercent = 1.0f - (timeRemaining / duration); + noise *= smoothCurve.Evaluate(agePercent); + } + + void LateUpdate() + { + if (timeRemaining <= 0) + return; + Vector3 positionOffset = Vector3.zero; + Vector3 rotationOffset = Vector3.zero; + positionOffset += noise; + rotationOffset += noise; + cameraObject.transform.localPosition = positionOffset; + cameraObject.transform.localEulerAngles = rotationOffset; + } +} diff --git a/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraShaker.cs.meta b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraShaker.cs.meta new file mode 100644 index 0000000..009e899 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraShaker.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: c9da73e1bfedb57418eb344344877d2f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_CameraShaker.cs + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting.cs b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting.cs new file mode 100644 index 0000000..046a748 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting.cs @@ -0,0 +1,355 @@ +using System.Collections.Generic; +using UnityEngine; +#if ENABLE_INPUT_SYSTEM +using UnityEngine.InputSystem; +#endif + +namespace Hovl +{ + public class HS_DemoShooting : MonoBehaviour + { + [Header("Fire rate")] + [Range(0.01f, 1f)] + public float fireRate = 0.1f; + float fireCountdown; + + [Header("References")] + [SerializeField] Transform firePoint; + [SerializeField] Camera cam; + [SerializeField] Animation camAnim; + + [Header("Projectile settings")] + [SerializeField] float maxLength = 100f; + [SerializeField] GameObject[] prefabs; + + [Header("Pooling")] + [SerializeField] int maxPoolSizePerPrefab = 40; + + [Header("Projectile switching")] + [SerializeField] float switchDelay = 0.4f; + + int currentPrefabIndex; + float buttonSaver; + + static Transform globalPoolRoot; + + // key = prefab instance id, value = pool list + static readonly Dictionary> pools = new Dictionary>(); + static readonly Dictionary poolParents = new Dictionary(); + + void Awake() + { + EnsureGlobalPool(); + + if (cam == null) + cam = Camera.main; + } + + void Start() + { + Counter(0); + } + + void Update() + { + HandleShooting(); + HandleProjectileSwitch(); + HandleRotation(); + + if (fireCountdown > 0f) + fireCountdown -= Time.deltaTime; + + buttonSaver += Time.deltaTime; + } + + void HandleShooting() + { + if (IsFirePressedThisFrame()) + { + Shoot(); + } + + if (IsFastFireHeld() && fireCountdown <= 0f) + { + Shoot(); + fireCountdown = fireRate; + } + } + + void HandleProjectileSwitch() + { + float horizontal = GetHorizontalInput(); + + if (horizontal < 0f && buttonSaver >= switchDelay) + { + buttonSaver = 0f; + Counter(-1); + } + else if (horizontal > 0f && buttonSaver >= switchDelay) + { + buttonSaver = 0f; + Counter(1); + } + } + + void HandleRotation() + { + if (cam == null) + return; + + Vector2 pointerPosition = GetPointerScreenPosition(); + Ray ray = cam.ScreenPointToRay(pointerPosition); + + if (Physics.Raycast(ray, out RaycastHit hit, maxLength)) + { + RotateToMouseDirection(hit.point); + } + } + + void Shoot() + { + if (prefabs == null || prefabs.Length == 0) + return; + + if (firePoint == null) + { + Debug.LogWarning("HS_DemoShooting: FirePoint is not assigned."); + return; + } + + GameObject prefab = prefabs[currentPrefabIndex]; + if (prefab == null) + return; + + GameObject projectile = GetProjectile(prefab); + if (projectile == null) + return; + + if (camAnim != null && camAnim.clip != null) + camAnim.Play(camAnim.clip.name); + + Transform projectileTransform = projectile.transform; + projectileTransform.SetParent(null, false); + projectileTransform.SetPositionAndRotation(firePoint.position, firePoint.rotation); + + Rigidbody rb = projectile.GetComponent(); + if (rb != null) + { +#if UNITY_6000_0_OR_NEWER + rb.linearVelocity = Vector3.zero; +#else + rb.velocity = Vector3.zero; +#endif + rb.angularVelocity = Vector3.zero; + } + + projectile.SetActive(true); + + IPooledProjectile pooledProjectile = projectile.GetComponent(); + if (pooledProjectile != null) + pooledProjectile.OnSpawnedFromPool(); + } + + GameObject GetProjectile(GameObject prefab) + { + if (prefab == null) + return null; + + int prefabId = prefab.GetInstanceID(); + + if (!pools.TryGetValue(prefabId, out List pool)) + { + pool = new List(); + pools[prefabId] = pool; + } + + CleanupDestroyedObjects(pool); + + for (int i = 0; i < pool.Count; i++) + { + GameObject pooledObject = pool[i]; + + if (pooledObject == null) + continue; + + if (!pooledObject.activeInHierarchy) + return pooledObject; + } + + if (GetValidObjectCount(pool) >= maxPoolSizePerPrefab) + return null; + + GameObject newProjectile = CreateProjectile(prefab, prefabId); + if (newProjectile != null) + pool.Add(newProjectile); + + return newProjectile; + } + + void CleanupDestroyedObjects(List pool) + { + for (int i = pool.Count - 1; i >= 0; i--) + { + if (pool[i] == null) + pool.RemoveAt(i); + } + } + + int GetValidObjectCount(List pool) + { + int count = 0; + + for (int i = 0; i < pool.Count; i++) + { + if (pool[i] != null) + count++; + } + + return count; + } + + GameObject CreateProjectile(GameObject prefab, int prefabId) + { + Transform parent = GetOrCreatePoolParent(prefab, prefabId); + + GameObject newProjectile = Instantiate(prefab, parent); + newProjectile.SetActive(false); + + return newProjectile; + } + + Transform GetOrCreatePoolParent(GameObject prefab, int prefabId) + { + if (poolParents.TryGetValue(prefabId, out Transform existingParent) && existingParent != null) + return existingParent; + + GameObject parentObject = new GameObject(prefab.name + "_Pool"); + parentObject.transform.SetParent(globalPoolRoot); + poolParents[prefabId] = parentObject.transform; + + return parentObject.transform; + } + + static void EnsureGlobalPool() + { + if (globalPoolRoot != null) + return; + + GameObject existing = GameObject.Find("Hovl_GlobalProjectilePool"); + if (existing != null) + { + globalPoolRoot = existing.transform; + DontDestroyOnLoad(existing); + return; + } + + GameObject poolObject = new GameObject("Hovl_GlobalProjectilePool"); + DontDestroyOnLoad(poolObject); + globalPoolRoot = poolObject.transform; + } + + void Counter(int count) + { + if (prefabs == null || prefabs.Length == 0) + return; + + currentPrefabIndex += count; + + if (currentPrefabIndex >= prefabs.Length) + currentPrefabIndex = 0; + else if (currentPrefabIndex < 0) + currentPrefabIndex = prefabs.Length - 1; + } + + void RotateToMouseDirection(Vector3 destination) + { + Vector3 direction = destination - transform.position; + + if (direction.sqrMagnitude <= 0.0001f) + return; + + transform.rotation = Quaternion.LookRotation(direction); + } + + bool IsFirePressedThisFrame() + { +#if ENABLE_INPUT_SYSTEM + if (Mouse.current != null && Mouse.current.leftButton.wasPressedThisFrame) + return true; +#endif + +#if ENABLE_LEGACY_INPUT_MANAGER + if (Input.GetButtonDown("Fire1")) + return true; +#endif + + return false; + } + + bool IsFastFireHeld() + { +#if ENABLE_INPUT_SYSTEM + if (Mouse.current != null && Mouse.current.rightButton.isPressed) + return true; +#endif + +#if ENABLE_LEGACY_INPUT_MANAGER + if (Input.GetMouseButton(1)) + return true; +#endif + + return false; + } + + float GetHorizontalInput() + { + float horizontal = 0f; + +#if ENABLE_INPUT_SYSTEM + if (Keyboard.current != null) + { + if (Keyboard.current.aKey.isPressed) + horizontal -= 1f; + + if (Keyboard.current.dKey.isPressed) + horizontal += 1f; + } +#endif + +#if ENABLE_LEGACY_INPUT_MANAGER + if (Mathf.Approximately(horizontal, 0f)) + { + if (Input.GetKey(KeyCode.A)) + horizontal -= 1f; + + if (Input.GetKey(KeyCode.D)) + horizontal += 1f; + + if (Mathf.Approximately(horizontal, 0f)) + horizontal = Input.GetAxisRaw("Horizontal"); + } +#endif + + return Mathf.Clamp(horizontal, -1f, 1f); + } + + Vector2 GetPointerScreenPosition() + { +#if ENABLE_INPUT_SYSTEM + if (Mouse.current != null) + return Mouse.current.position.ReadValue(); +#endif + +#if ENABLE_LEGACY_INPUT_MANAGER + return Input.mousePosition; +#else + return Vector2.zero; +#endif + } + } + + public interface IPooledProjectile + { + void OnSpawnedFromPool(); + } +} \ No newline at end of file diff --git a/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting.cs.meta b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting.cs.meta new file mode 100644 index 0000000..ec3895b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 0015164b45b01e24499396ed322983f5 +timeCreated: 1536001444 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting.cs + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting2D.cs b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting2D.cs new file mode 100644 index 0000000..0f262ad --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting2D.cs @@ -0,0 +1,101 @@ +using System.Collections; +using System.Collections.Generic; +using System.Runtime.Serialization.Formatters; +using System; +using UnityEngine; + +public class HS_DemoShooting2D : MonoBehaviour +{ + public GameObject FirePoint; + public Camera Cam; + public float MaxLength; + public GameObject[] Prefabs; + + private Ray RayMouse; + private Vector3 direction; + private Quaternion rotation; + + [Header("GUI")] + private float windowDpi; + private int Prefab; + private GameObject Instance; + private float hSliderValue = 0.1f; + private float fireCountdown = 0f; + + //Double-click protection + private float buttonSaver = 0f; + + void Start() + { + if (Screen.dpi < 1) windowDpi = 1; + if (Screen.dpi < 200) windowDpi = 1; + else windowDpi = Screen.dpi / 200f; + Counter(0); + } + + void Update() + { + //Single shoot + if (Input.GetButtonDown("Fire1")) + { + Instantiate(Prefabs[Prefab], FirePoint.transform.position, FirePoint.transform.rotation); + } + + //Fast shooting + if (Input.GetMouseButton(1) && fireCountdown <= 0f) + { + Instantiate(Prefabs[Prefab], FirePoint.transform.position, FirePoint.transform.rotation); + fireCountdown = 0; + fireCountdown += hSliderValue; + } + fireCountdown -= Time.deltaTime; + + //To change projectiles + if ((Input.GetKey(KeyCode.A) || Input.GetAxis("Horizontal") < 0) && buttonSaver >= 0.4f)// left button + { + buttonSaver = 0f; + Counter(-1); + } + if ((Input.GetKey(KeyCode.D) || Input.GetAxis("Horizontal") > 0) && buttonSaver >= 0.4f)// right button + { + buttonSaver = 0f; + Counter(+1); + } + buttonSaver += Time.deltaTime; + + //To rotate fire point + if (Cam != null) + { + var mousePos = Camera.main.ScreenToWorldPoint(Input.mousePosition); + transform.rotation = Quaternion.LookRotation(Vector3.forward, mousePos - transform.position); + } + else + { + Debug.Log("No camera"); + } + } + + //GUI Text + void OnGUI() + { + GUI.Label(new Rect(10 * windowDpi, 5 * windowDpi, 400 * windowDpi, 20 * windowDpi), "Use left mouse button to single shoot!"); + GUI.Label(new Rect(10 * windowDpi, 25 * windowDpi, 400 * windowDpi, 20 * windowDpi), "Use and hold the right mouse button for quick shooting!"); + GUI.Label(new Rect(10 * windowDpi, 45 * windowDpi, 400 * windowDpi, 20 * windowDpi), "Fire rate:"); + hSliderValue = GUI.HorizontalSlider(new Rect(70 * windowDpi, 50 * windowDpi, 100 * windowDpi, 20 * windowDpi), hSliderValue, 0.0f, 1.0f); + GUI.Label(new Rect(10 * windowDpi, 65 * windowDpi, 400 * windowDpi, 20 * windowDpi), "Use the keyboard buttons A/<- and D/-> to change projectiles!"); + } + + // To change prefabs (count - prefab number) + void Counter(int count) + { + Prefab += count; + if (Prefab > Prefabs.Length - 1) + { + Prefab = 0; + } + else if (Prefab < 0) + { + Prefab = Prefabs.Length - 1; + } + } +} diff --git a/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting2D.cs.meta b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting2D.cs.meta new file mode 100644 index 0000000..82ea573 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting2D.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 6cedae4990f69554199024f64462bd8a +timeCreated: 1536001444 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_DemoShooting2D.cs + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_TargetProjectiles.cs b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_TargetProjectiles.cs new file mode 100644 index 0000000..ce8ce4e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_TargetProjectiles.cs @@ -0,0 +1,292 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.UI; + +//This script requires you to have setup your animator with 3 parameters, "InputMagnitude", "InputX", "InputZ" +//With a blend tree to control the inputmagnitude and allow blending between animations. +//Also you need to shoose Firepoint, targets > 1, Aim image from canvas and 2 target markers and camera. +[RequireComponent(typeof(CharacterController))] +public class HS_TargetProjectiles : MonoBehaviour +{ + public float velocity = 9; + [Space] + + public float InputX; + public float InputZ; + public Vector3 desiredMoveDirection; + public bool blockRotationPlayer; + public float desiredRotationSpeed = 0.1f; + public Animator anim; + public float Speed; + public float allowPlayerRotation = 0.1f; + public Camera cam; + public CharacterController controller; + public bool isGrounded; + private float secondLayerWeight = 0; + + [Space] + [Header("Animation Smoothing")] + [Range(0, 1f)] + public float HorizontalAnimSmoothTime = 0.2f; + [Range(0, 1f)] + public float VerticalAnimTime = 0.2f; + [Range(0, 1f)] + public float StartAnimTime = 0.3f; + [Range(0, 1f)] + public float StopAnimTime = 0.15f; + + private float verticalVel; + private Vector3 moveVector; + + [Space] + [Header("Effects")] + public GameObject[] Prefabs; + public GameObject[] PrefabsCast; + private ParticleSystem Effect; + private int prefabNumber; + private Transform parentObject; + public LayerMask collidingLayer = ~0; //Target marker can only collide with scene layer + + + [Space] + [Header("Canvas")] + public Image aim; + public Vector2 uiOffset; + public List screenTargets = new List(); + private Transform target; + private bool activeTarger = false; + public Transform FirePoint; + public float fireRate = 0.1f; + private float fireCountdown = 0f; + private bool rotateState = false; + + [Space] + [Header("Sound effects")] + private AudioSource soundComponent; //Play audio from Prefabs + private AudioClip clip; + + [Space] + [Header("Camera Shaker script")] + public HS_CameraShaker cameraShaker; + + void Start() + { + anim = this.GetComponent(); + cam = Camera.main; + controller = this.GetComponent(); + + //Get clip from Audiosource from projectile if exist for playing when shooting + if (PrefabsCast[0].GetComponent()) + { + soundComponent = PrefabsCast[0].GetComponent(); + } + } + + void Update() + { + target = screenTargets[TargetIndex()]; + + if (Input.GetMouseButtonDown(2)) + { + Counter(-1); + } + if (Input.GetMouseButtonDown(1)) + { + Counter(+1); + } + + + UserInterface(); + + if (Input.GetMouseButton(0) && activeTarger) + { + if (rotateState == false) + { + StartCoroutine(RotateToTarget(fireRate, target.position)); + } + secondLayerWeight = Mathf.Lerp(secondLayerWeight, 1, Time.deltaTime * 10); + if (fireCountdown <= 0f) + { + GameObject projectile = Instantiate(Prefabs[prefabNumber], FirePoint.position, FirePoint.rotation); + projectile.GetComponent().UpdateTarget(target, (Vector3)uiOffset); + Effect = PrefabsCast[prefabNumber].GetComponent(); + Effect.Play(); + //Get Audiosource from Prefabs if exist + if (PrefabsCast[prefabNumber].GetComponent()) + { + soundComponent = PrefabsCast[prefabNumber].GetComponent(); + clip = soundComponent.clip; + soundComponent.PlayOneShot(clip); + } + StartCoroutine(cameraShaker.Shake(0.1f, 2, 0.2f, 0)); + fireCountdown = 0; + fireCountdown += fireRate; + } + } + else + { + secondLayerWeight = Mathf.Lerp(secondLayerWeight, 0, Time.deltaTime * 10); + } + fireCountdown -= Time.deltaTime; + + //Need second layer in the Animator + if (anim.layerCount > 1) { anim.SetLayerWeight(1, secondLayerWeight); } + + InputMagnitude(); + + //If you don't need the character grounded then get rid of this part. + isGrounded = controller.isGrounded; + if (isGrounded) + { + verticalVel = 0; + } + else + { + verticalVel -= 1f * Time.deltaTime; + } + moveVector = new Vector3(0, verticalVel, 0); + controller.Move(moveVector); + } + + void Counter(int count) + { + prefabNumber += count; + if (prefabNumber > Prefabs.Length - 1) + { + prefabNumber = 0; + } + else if (prefabNumber < 0) + { + prefabNumber = Prefabs.Length - 1; + } + } + + private void UserInterface() + { + Vector3 screenCenter = new Vector3(Screen.width / 1.4f, Screen.height / 2, 0); + Vector3 screenPos = Camera.main.WorldToScreenPoint(target.position + (Vector3)uiOffset); + Vector3 CornerDistance = screenPos - screenCenter; + Vector3 absCornerDistance = new Vector3(Mathf.Abs(CornerDistance.x), Mathf.Abs(CornerDistance.y), Mathf.Abs(CornerDistance.z)); + + //This way you can find target on the full screen + //if (screenPos.z > 0 && screenPos.x > 0 && screenPos.x < Screen.width && screenPos.y > 0 && screenPos.y < Screen.height) + // {screenPos.x > 0 && screenPos.y > 0 && screenPos.z > 0} - disable target if enemy backside + //Find target near center of the screen + if (absCornerDistance.x < screenCenter.x / 3 && absCornerDistance.y < screenCenter.y / 3 && screenPos.x > 0 && screenPos.y > 0 && screenPos.z > 0 //If target is in the middle-right of the screen + && !Physics.Linecast(transform.position + (Vector3)uiOffset, target.position + (Vector3)uiOffset * 2, collidingLayer)) //If player can see the target + { + aim.transform.position = Vector3.MoveTowards(aim.transform.position, screenPos, Time.deltaTime * 3000); + if (!activeTarger) + activeTarger = true; + } + else + { + //Another way + //aim.GetComponent().localPosition = new Vector3(0, 0, 0); + aim.transform.position = Vector3.MoveTowards(aim.transform.position, screenCenter, Time.deltaTime * 3000); + if (activeTarger) + activeTarger = false; + } + } + + //Rotate player to target when attack + public IEnumerator RotateToTarget(float rotatingTime, Vector3 targetPoint) + { + rotateState = true; + float delay = rotatingTime; + var lookPos = targetPoint - transform.position; + lookPos.y = 0; + var rotation = Quaternion.LookRotation(lookPos); + while (true) + { + if (Speed == 0) { transform.rotation = Quaternion.Lerp(transform.rotation, rotation, Time.deltaTime * 20); } + delay -= Time.deltaTime; + if (delay <= 0 || transform.rotation == rotation) + { + rotateState = false; + yield break; + } + yield return null; + } + } + + void PlayerMoveAndRotation() + { + InputX = Input.GetAxis("Horizontal"); + InputZ = Input.GetAxis("Vertical"); + + var camera = Camera.main; + var forward = cam.transform.forward; + var right = cam.transform.right; + + forward.y = 0f; + right.y = 0f; + + forward.Normalize(); + right.Normalize(); + + //Movement vector + desiredMoveDirection = forward * InputZ + right * InputX; + + //Character diagonal movement faster fix + desiredMoveDirection.Normalize(); + + if (blockRotationPlayer == false) + { + //You can use desiredMoveDirection if using InputMagnitude instead of Horizontal&Vertical axis + transform.rotation = Quaternion.Slerp(transform.rotation, Quaternion.LookRotation(forward), desiredRotationSpeed); + //Limit back speed + if (InputZ < -0.5) + controller.Move(desiredMoveDirection * Time.deltaTime * (velocity / 1.5f)); + //else if (InputX < -0.1 || InputX > 0.1) + // controller.Move(desiredMoveDirection * Time.deltaTime * (velocity / 1.2f)); + else + controller.Move(desiredMoveDirection * Time.deltaTime * velocity); + } + } + + void InputMagnitude() + { + //Calculate Input Vectors + InputX = Input.GetAxis("Horizontal"); + InputZ = Input.GetAxis("Vertical"); + + anim.SetFloat("InputZ", InputZ, VerticalAnimTime, Time.deltaTime * 2f); + anim.SetFloat("InputX", InputX, HorizontalAnimSmoothTime, Time.deltaTime * 2f); + + //Calculate the Input Magnitude + Speed = new Vector2(InputX, InputZ).sqrMagnitude; + + //Physically move player + if (Speed > allowPlayerRotation) + { + anim.SetFloat("InputMagnitude", Speed, StartAnimTime, Time.deltaTime); + PlayerMoveAndRotation(); + } + else if (Speed < allowPlayerRotation) + { + anim.SetFloat("InputMagnitude", Speed, StopAnimTime, Time.deltaTime); + } + } + + public int TargetIndex() + { + float[] distances = new float[screenTargets.Count]; + + for (int i = 0; i < screenTargets.Count; i++) + { + distances[i] = Vector2.Distance(Camera.main.WorldToScreenPoint(screenTargets[i].position), new Vector2(Screen.width / 1.4f, Screen.height / 2)); + } + + float minDistance = Mathf.Min(distances); + int index = 0; + + for (int i = 0; i < distances.Length; i++) + { + if (minDistance == distances[i]) + index = i; + } + return index; + } +} diff --git a/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_TargetProjectiles.cs.meta b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_TargetProjectiles.cs.meta new file mode 100644 index 0000000..695d24a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_TargetProjectiles.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: b829ec532fb45434db685458e161d024 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Scripts/For demo scenes/HS_TargetProjectiles.cs + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Scripts/HS_CallBackParent.cs b/Assets/Hovl Studio/HSFiles/Scripts/HS_CallBackParent.cs new file mode 100644 index 0000000..d106b57 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/HS_CallBackParent.cs @@ -0,0 +1,21 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class HS_CallBackParent : MonoBehaviour +{ + [SerializeField]protected Transform parentObject; + + //Particle system must have "Stop action - Callback" enabled for normal work. + protected virtual void OnParticleSystemStopped() + { + if (parentObject != null) + { + transform.parent = parentObject; + transform.localPosition = Vector3.zero; + transform.localEulerAngles = Vector3.zero; + } + else + Destroy(gameObject); + } +} diff --git a/Assets/Hovl Studio/HSFiles/Scripts/HS_CallBackParent.cs.meta b/Assets/Hovl Studio/HSFiles/Scripts/HS_CallBackParent.cs.meta new file mode 100644 index 0000000..5267689 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/HS_CallBackParent.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 15f64663d9bea784b8060d7fbcdc2b23 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Scripts/HS_CallBackParent.cs + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Scripts/HS_ParticleCollisionInstance.cs b/Assets/Hovl Studio/HSFiles/Scripts/HS_ParticleCollisionInstance.cs new file mode 100644 index 0000000..c101bc9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/HS_ParticleCollisionInstance.cs @@ -0,0 +1,258 @@ +using UnityEngine; +using System.Collections; +using System.Collections.Generic; + +public class HS_ParticleCollisionInstance : MonoBehaviour +{ + public GameObject[] EffectsOnCollision; + public float DestroyTimeDelay =5f; + public bool UseWorldSpacePosition; + public float Offset =0f; + public Vector3 rotationOffset = new Vector3(0,0,0); + public bool useOnlyRotationOffset = true; + public bool UseFirePointRotation; + public bool DestoyMainEffect = false; + + [Tooltip("Enable pooling to avoid Instantiate/Destroy spikes")] + public bool UsePooling = true; + + [Tooltip("Maximum number of spawned effects processed per particle collision event (per OnParticleCollision call)")] + public int MaxSpawnsPerCollisionCall =50; + + private ParticleSystem part; + private List collisionEvents = new List(); + + // Pooling + private static Transform poolRoot; + private Dictionary> pools = new Dictionary>(); + + // Track instances that were spawned by this emitter and not yet returned to pool + private HashSet activeInstances = new HashSet(); + + void OnValidate() + { + if (DestroyTimeDelay <0f) DestroyTimeDelay =0f; + if (MaxSpawnsPerCollisionCall <1) MaxSpawnsPerCollisionCall =1; + } + + void Start() + { + part = GetComponent(); + if (poolRoot == null) + { + var rootGO = GameObject.Find("[PS_Effect_Pool]"); + if (rootGO == null) + { + rootGO = new GameObject("[PS_Effect_Pool]"); + DontDestroyOnLoad(rootGO); + } + poolRoot = rootGO.transform; + } + } + + void OnParticleCollision(GameObject other) + { + if (part == null) + part = GetComponent(); + if (part == null) + return; // nothing to do without particle system + + if (EffectsOnCollision == null || EffectsOnCollision.Length ==0) + return; + + int numCollisionEvents = part.GetCollisionEvents(other, collisionEvents); + int spawned =0; + + for (int i =0; i < numCollisionEvents; i++) + { + if (spawned >= MaxSpawnsPerCollisionCall) + break; // throttle + + var hitPos = collisionEvents[i].intersection + collisionEvents[i].normal * Offset; + + foreach (var effect in EffectsOnCollision) + { + if (effect == null) + continue; + + if (spawned >= MaxSpawnsPerCollisionCall) + break; + + GameObject instance = null; + if (UsePooling) + instance = GetPooledInstance(effect); + else + instance = Instantiate(effect, hitPos, Quaternion.identity) as GameObject; + + if (instance == null) + continue; + + // Track as active so we can clean up if this emitter is destroyed + activeInstances.Add(instance); + + // Position & rotation logic + if (UseWorldSpacePosition) + { + instance.transform.position = hitPos; + } + else + { + // Keep world position consistent but do not parent to emitter to avoid accidental destruction. + // Compute local position relative to emitter and set world position accordingly. + var localPos = transform.InverseTransformPoint(hitPos); + instance.transform.position = transform.TransformPoint(localPos); + } + + if (UseFirePointRotation) + { + instance.transform.LookAt(transform.position); + } + else if (rotationOffset != Vector3.zero && useOnlyRotationOffset) + { + instance.transform.rotation = Quaternion.Euler(rotationOffset); + } + else + { + instance.transform.LookAt(collisionEvents[i].intersection + collisionEvents[i].normal); + instance.transform.rotation *= Quaternion.Euler(rotationOffset); + } + + // Activate and play particle systems inside the effect + instance.SetActive(true); + PlayParticleSystemsRecursive(instance.transform); + + // Return to pool after a delay (or destroy if pooling disabled) + if (UsePooling) + StartCoroutine(ReturnToPoolAfterDelay(effect, instance, DestroyTimeDelay)); + else + Destroy(instance, DestroyTimeDelay); + + spawned++; + } + } + + if (DestoyMainEffect == true) + { + Destroy(gameObject, DestroyTimeDelay +0.5f); + } + } + + // Play all particle systems in the spawned effect (in case of pooled ones they might be stopped) + private void PlayParticleSystemsRecursive(Transform root) + { + var systems = root.GetComponentsInChildren(true); + foreach (var s in systems) + { + // Restart the system + try + { + s.Clear(); + s.Play(); + } + catch { } + } + } + + // Pool helpers + private GameObject GetPooledInstance(GameObject prefab) + { + if (prefab == null) + return null; + + Queue q; + if (!pools.TryGetValue(prefab, out q) || q == null) + { + q = new Queue(); + pools[prefab] = q; + } + + GameObject go = null; + while (q.Count >0) + { + var candidate = q.Dequeue(); + if (candidate != null) + { + go = candidate; + break; + } + } + + if (go == null) + { + go = Instantiate(prefab, poolRoot); + } + + // ensure under pool root so it survives emitter destruction + go.transform.SetParent(poolRoot, true); + return go; + } + + private IEnumerator ReturnToPoolAfterDelay(GameObject prefab, GameObject instance, float delay) + { + if (instance == null) + yield break; + + // clamp delay + if (delay <0f) delay =0f; + yield return new WaitForSeconds(delay); + + if (instance == null) + yield break; + + // stop particle systems + var systems = instance.GetComponentsInChildren(true); + foreach (var s in systems) + { + try { s.Stop(true, ParticleSystemStopBehavior.StopEmittingAndClear); } catch { } + } + + // deactivate and return to pool + instance.SetActive(false); + + // Remove from active tracking for this emitter + if (activeInstances.Contains(instance)) + activeInstances.Remove(instance); + + if (prefab == null) + { + Destroy(instance); + yield break; + } + + if (!pools.TryGetValue(prefab, out var q) || q == null) + pools[prefab] = new Queue(); + + pools[prefab].Enqueue(instance); + } + + void OnDestroy() + { + // Destroy all active instances that were spawned by this emitter + if (activeInstances != null) + { + foreach (var inst in activeInstances) + { + if (inst != null) + Destroy(inst); + } + activeInstances.Clear(); + } + + // Destroy all pooled objects created by this emitter + if (pools != null) + { + foreach (var kv in pools) + { + var q = kv.Value; + if (q == null) continue; + while (q.Count >0) + { + var go = q.Dequeue(); + if (go != null) + Destroy(go); + } + } + pools.Clear(); + } + } +} diff --git a/Assets/Hovl Studio/HSFiles/Scripts/HS_ParticleCollisionInstance.cs.meta b/Assets/Hovl Studio/HSFiles/Scripts/HS_ParticleCollisionInstance.cs.meta new file mode 100644 index 0000000..ccb58f5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/HS_ParticleCollisionInstance.cs.meta @@ -0,0 +1,20 @@ +fileFormatVersion: 2 +guid: 1a959a1b0b8414d4fb8a68bdc12d69ed +timeCreated: 1516192333 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Scripts/HS_ParticleCollisionInstance.cs + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover.cs b/Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover.cs new file mode 100644 index 0000000..b617010 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover.cs @@ -0,0 +1,321 @@ +using System.Collections; +using UnityEngine; + +namespace Hovl +{ + public class HS_ProjectileMover : MonoBehaviour + { + [SerializeField] protected float speed = 15f; + [SerializeField] protected float hitOffset = 0f; + [SerializeField] protected bool UseFirePointRotation; + [SerializeField] protected Vector3 rotationOffset = Vector3.zero; + + [Header("Effects")] + [SerializeField] protected GameObject hit; + [SerializeField] protected ParticleSystem hitPS; + [SerializeField] protected GameObject flash; + [SerializeField] protected ParticleSystem projectilePS; + [SerializeField] protected GameObject[] Detached; + + [Header("Components")] + [SerializeField] protected Rigidbody rb; + [SerializeField] protected Collider col; + [SerializeField] protected Light lightSourse; + + [Header("Lifetime")] + [SerializeField] protected bool notDestroy = false; + [SerializeField] protected float lifeTime = 5f; + [SerializeField] protected float detachedLifeTime = 1f; + + protected bool initialized; + protected bool collided; + protected Coroutine lifeRoutine; + protected Coroutine disableAfterHitRoutine; + + [System.Serializable] + protected class DetachedState + { + public GameObject obj; + public Transform originalParent; + public Vector3 localPosition; + public Quaternion localRotation; + public Vector3 localScale; + } + + protected DetachedState[] detachedStates; + + protected virtual void Awake() + { + if (rb == null) + rb = GetComponent(); + + if (col == null) + col = GetComponent(); + + SetupDetachedCache(); + } + + protected virtual void Start() + { + initialized = true; + + if (flash != null) + flash.transform.SetParent(null, true); + + StartLifeTimer(); + } + + protected virtual void OnEnable() + { + collided = false; + + if (!initialized) + return; + + StopRunningCoroutines(); + + if (lightSourse != null) + lightSourse.enabled = true; + + if (col != null) + col.enabled = true; + + if (rb != null) + { + rb.constraints = RigidbodyConstraints.None; +#if UNITY_6000_0_OR_NEWER + rb.linearVelocity = Vector3.zero; +#else + rb.velocity = Vector3.zero; +#endif + rb.angularVelocity = Vector3.zero; + } + + if (projectilePS != null) + { + projectilePS.Clear(true); + projectilePS.Play(true); + } + + if (notDestroy) + RestoreDetachedObjects(); + + StartLifeTimer(); + } + + protected virtual void OnDisable() + { + StopRunningCoroutines(); + } + + protected virtual void StopRunningCoroutines() + { + if (lifeRoutine != null) + { + StopCoroutine(lifeRoutine); + lifeRoutine = null; + } + + if (disableAfterHitRoutine != null) + { + StopCoroutine(disableAfterHitRoutine); + disableAfterHitRoutine = null; + } + } + + protected virtual void SetupDetachedCache() + { + if (Detached == null || Detached.Length == 0) + return; + + detachedStates = new DetachedState[Detached.Length]; + + for (int i = 0; i < Detached.Length; i++) + { + GameObject obj = Detached[i]; + if (obj == null) + continue; + + detachedStates[i] = new DetachedState + { + obj = obj, + originalParent = obj.transform.parent, + localPosition = obj.transform.localPosition, + localRotation = obj.transform.localRotation, + localScale = obj.transform.localScale + }; + } + } + + protected virtual void RestoreDetachedObjects() + { + if (detachedStates == null || detachedStates.Length == 0) + return; + + for (int i = 0; i < detachedStates.Length; i++) + { + DetachedState state = detachedStates[i]; + if (state == null || state.obj == null) + continue; + + Transform t = state.obj.transform; + + t.SetParent(state.originalParent, false); + t.localPosition = state.localPosition; + t.localRotation = state.localRotation; + t.localScale = state.localScale; + + ParticleSystem[] systems = state.obj.GetComponentsInChildren(true); + for (int j = 0; j < systems.Length; j++) + { + ParticleSystem ps = systems[j]; + if (ps == null) + continue; + + ps.Clear(true); + ps.Play(true); + } + } + } + + protected virtual void StartLifeTimer() + { + if (lifeRoutine != null) + StopCoroutine(lifeRoutine); + + lifeRoutine = StartCoroutine(LifeTimerRoutine(lifeTime)); + } + + protected virtual IEnumerator LifeTimerRoutine(float time) + { + yield return new WaitForSeconds(time); + + if (notDestroy) + { + if (gameObject.activeSelf) + gameObject.SetActive(false); + } + else + { + Destroy(gameObject); + } + } + + protected virtual void FixedUpdate() + { + if (collided || rb == null || speed == 0f) + return; + +#if UNITY_6000_0_OR_NEWER + rb.linearVelocity = transform.forward * speed; +#else + rb.velocity = transform.forward * speed; +#endif + } + + protected virtual void OnCollisionEnter(Collision collision) + { + if (collided) + return; + + collided = true; + StopRunningCoroutines(); + + if (rb != null) + { +#if UNITY_6000_0_OR_NEWER + rb.linearVelocity = Vector3.zero; +#else + rb.velocity = Vector3.zero; +#endif + rb.angularVelocity = Vector3.zero; + rb.constraints = RigidbodyConstraints.FreezeAll; + } + + if (lightSourse != null) + lightSourse.enabled = false; + + if (col != null) + col.enabled = false; + + if (projectilePS != null) + projectilePS.Stop(true, ParticleSystemStopBehavior.StopEmittingAndClear); + + if (collision.contactCount > 0) + SpawnHit(collision.contacts[0]); + + ReleaseDetachedObjects(); + + float endDelay = 1f; + if (hitPS != null) + endDelay = Mathf.Max(hitPS.main.duration, 0.05f); + + if (notDestroy) + disableAfterHitRoutine = StartCoroutine(DisableAfterHit(endDelay)); + else + Destroy(gameObject, endDelay); + } + + protected virtual IEnumerator DisableAfterHit(float delay) + { + yield return new WaitForSeconds(delay); + + if (gameObject != null && gameObject.activeSelf) + gameObject.SetActive(false); + } + + protected virtual void SpawnHit(ContactPoint contact) + { + if (hit == null) + return; + + Vector3 pos = contact.point + contact.normal * hitOffset; + Quaternion rot = Quaternion.FromToRotation(Vector3.up, contact.normal); + + hit.transform.position = pos; + hit.transform.rotation = rot; + + if (UseFirePointRotation) + hit.transform.rotation = transform.rotation * Quaternion.Euler(0f, 180f, 0f); + else if (rotationOffset != Vector3.zero) + hit.transform.rotation = Quaternion.Euler(rotationOffset); + else + hit.transform.LookAt(contact.point + contact.normal); + + if (hitPS != null) + { + hitPS.Clear(true); + hitPS.Play(true); + } + } + + protected virtual void ReleaseDetachedObjects() + { + if (detachedStates == null || detachedStates.Length == 0) + return; + + for (int i = 0; i < detachedStates.Length; i++) + { + DetachedState state = detachedStates[i]; + if (state == null || state.obj == null) + continue; + + Transform t = state.obj.transform; + t.SetParent(null, true); + + ParticleSystem[] systems = state.obj.GetComponentsInChildren(true); + for (int j = 0; j < systems.Length; j++) + { + ParticleSystem ps = systems[j]; + if (ps == null) + continue; + + ps.Stop(true, ParticleSystemStopBehavior.StopEmitting); + } + + if (!notDestroy) + Destroy(state.obj, detachedLifeTime); + } + } + } +} \ No newline at end of file diff --git a/Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover.cs.meta b/Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover.cs.meta new file mode 100644 index 0000000..ccc3a39 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 605a456cfc02f6b499a64717539a27e8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover.cs + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover2D.cs b/Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover2D.cs new file mode 100644 index 0000000..7dee300 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover2D.cs @@ -0,0 +1,93 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class HS_ProjectileMover2D : MonoBehaviour +{ + public float speed = 15f; + public float hitOffset = 0f; + public bool UseFirePointRotation; + public Vector3 rotationOffset = new Vector3(0, 0, 0); + public GameObject hit; + public GameObject flash; + private Rigidbody2D rb; + public GameObject[] Detached; + + void Start() + { + rb = GetComponent(); + if (flash != null) + { + //Instantiate flash effect on projectile position + var flashInstance = Instantiate(flash, transform.position, Quaternion.identity); + flashInstance.transform.forward = gameObject.transform.forward; + + //Destroy flash effect depending on particle Duration time + var flashPs = flashInstance.GetComponent(); + if (flashPs != null) + { + Destroy(flashInstance, flashPs.main.duration); + } + else + { + var flashPsParts = flashInstance.transform.GetChild(0).GetComponent(); + Destroy(flashInstance, flashPsParts.main.duration); + } + } + Destroy(gameObject,5); + } + + void FixedUpdate () + { + if (speed != 0) + { + rb.linearVelocity = transform.forward * speed; + //transform.position += transform.forward * (speed * Time.deltaTime); + } + } + + //https ://docs.unity3d.com/ScriptReference/Rigidbody.OnCollisionEnter.html + void OnCollisionEnter2D(Collision2D collision) + { + //Lock all axes movement and rotation + rb.constraints = RigidbodyConstraints2D.FreezeAll; + speed = 0; + + ContactPoint2D contact = collision.contacts[0]; + Quaternion rot = Quaternion.FromToRotation(Vector3.up, contact.normal); + Vector3 pos = contact.point + contact.normal * hitOffset; + + //Spawn hit effect on collision + if (hit != null) + { + var hitInstance = Instantiate(hit, pos, rot); + if (UseFirePointRotation) { hitInstance.transform.rotation = gameObject.transform.rotation * Quaternion.Euler(0, 180f, 0); } + else if (rotationOffset != Vector3.zero) { hitInstance.transform.rotation = Quaternion.Euler(rotationOffset); } + else { hitInstance.transform.LookAt(contact.point + contact.normal); } + + //Destroy hit effects depending on particle Duration time + var hitPs = hitInstance.GetComponent(); + if (hitPs != null) + { + Destroy(hitInstance, hitPs.main.duration); + } + else + { + var hitPsParts = hitInstance.transform.GetChild(0).GetComponent(); + Destroy(hitInstance, hitPsParts.main.duration); + } + } + + //Removing trail from the projectile on cillision enter or smooth removing. Detached elements must have "AutoDestroying script" + foreach (var detachedPrefab in Detached) + { + if (detachedPrefab != null) + { + detachedPrefab.transform.parent = null; + Destroy(detachedPrefab, 1); + } + } + //Destroy projectile on collision + Destroy(gameObject); + } +} diff --git a/Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover2D.cs.meta b/Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover2D.cs.meta new file mode 100644 index 0000000..ea7a7a6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover2D.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: f5e49040cdee09a4fbfb8cd6d0cc243d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Scripts/HS_ProjectileMover2D.cs + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Scripts/HS_TargetProjectile.cs b/Assets/Hovl Studio/HSFiles/Scripts/HS_TargetProjectile.cs new file mode 100644 index 0000000..ecf796f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/HS_TargetProjectile.cs @@ -0,0 +1,137 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class HS_TargetProjectile : MonoBehaviour +{ + public float speed = 15f; + public GameObject hit; + public GameObject flash; + public GameObject[] Detached; + public bool LocalRotation = false; + private Transform target; + private Vector3 targetOffset; + private float startDistanceToTarget; + + [Space] + [Header("PROJECTILE PATH")] + private float randomUpAngle; + private float randomSideAngle; + public float sideAngle = 25; + public float upAngle = 20; + + void Start() + { + FlashEffect(); + newRandom(); + } + + void newRandom() + { + randomUpAngle = Random.Range(0, upAngle); + randomSideAngle = Random.Range(-sideAngle, sideAngle); + } + + //Link from another script + //TARGET POSITION + TARGET OFFSET + public void UpdateTarget(Transform targetPosition , Vector3 Offset) + { + target = targetPosition; + targetOffset = Offset; + startDistanceToTarget = Vector3.Distance((target.position + targetOffset), transform.position); + } + + void Update() + { + if (target == null) + { + foreach (var detachedPrefab in Detached) + { + if (detachedPrefab != null) + { + detachedPrefab.transform.parent = null; + } + } + Destroy(gameObject); + return; + } + + float distanceToTarget = Vector3.Distance((target.position + targetOffset), transform.position); + float angleRange = (distanceToTarget - 10) / 60; + if (angleRange < 0) angleRange = 0; + + float saturatedDistanceToTarget = (distanceToTarget / startDistanceToTarget); + if (saturatedDistanceToTarget < 0.5) + saturatedDistanceToTarget -= (0.5f - saturatedDistanceToTarget); + saturatedDistanceToTarget -= angleRange; + if (saturatedDistanceToTarget <= 0) + saturatedDistanceToTarget = 0; + + Vector3 forward = ((target.position + targetOffset) - transform.position); + Vector3 crossDirection = Vector3.Cross(forward, Vector3.up); + Quaternion randomDeltaRotation = Quaternion.Euler(0, randomSideAngle*saturatedDistanceToTarget, 0) * Quaternion.AngleAxis(randomUpAngle * saturatedDistanceToTarget, crossDirection); + Vector3 direction = randomDeltaRotation * forward; + + float distanceThisFrame = Time.deltaTime * speed; + + if (direction.magnitude <= distanceThisFrame) + { + HitTarget(); + return; + } + + transform.Translate(direction.normalized * distanceThisFrame, Space.World); + transform.rotation = Quaternion.LookRotation(direction); + } + + void FlashEffect() + { + if (flash != null) + { + var flashInstance = Instantiate(flash, transform.position, Quaternion.identity); + flashInstance.transform.forward = gameObject.transform.forward; + var flashPs = flashInstance.GetComponent(); + if (flashPs != null) + { + Destroy(flashInstance, flashPs.main.duration); + } + else + { + var flashPsParts = flashInstance.transform.GetChild(0).GetComponent(); + Destroy(flashInstance, flashPsParts.main.duration); + } + } + } + + void HitTarget() + { + if (hit != null) + { + var hitRotation = transform.rotation; + if (LocalRotation == true) + { + hitRotation = Quaternion.Euler(0, 0, 0); + } + var hitInstance = Instantiate(hit, target.position + targetOffset, hitRotation); + var hitPs = hitInstance.GetComponent(); + if (hitPs != null) + { + Destroy(hitInstance, hitPs.main.duration); + } + else + { + var hitPsParts = hitInstance.transform.GetChild(0).GetComponent(); + Destroy(hitInstance, hitPsParts.main.duration); + } + } + foreach (var detachedPrefab in Detached) + { + if (detachedPrefab != null) + { + detachedPrefab.transform.parent = null; + Destroy(detachedPrefab, 1); + } + } + Destroy(gameObject); + } +} diff --git a/Assets/Hovl Studio/HSFiles/Scripts/HS_TargetProjectile.cs.meta b/Assets/Hovl Studio/HSFiles/Scripts/HS_TargetProjectile.cs.meta new file mode 100644 index 0000000..1020260 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Scripts/HS_TargetProjectile.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: e24cfb966f425fa47bfec1667489bb42 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Scripts/HS_TargetProjectile.cs + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Settings.meta b/Assets/Hovl Studio/HSFiles/Settings.meta new file mode 100644 index 0000000..4510cdc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Settings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: edfe2a16679adec46a83f0cf5f029c5d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/HSFiles/Settings/PP low.asset b/Assets/Hovl Studio/HSFiles/Settings/PP low.asset new file mode 100644 index 0000000..7ed716d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Settings/PP low.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091321c03e91f3e1705fefbab5351ee11b85cc7bb8169d52fca0f56cc2cbc689 +size 22880 diff --git a/Assets/Hovl Studio/HSFiles/Settings/PP low.asset.meta b/Assets/Hovl Studio/HSFiles/Settings/PP low.asset.meta new file mode 100644 index 0000000..632112d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Settings/PP low.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 70629691e8eede744b1c85c9ddcc4bc4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Settings/PP low.asset + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Settings/VolumeURP.asset b/Assets/Hovl Studio/HSFiles/Settings/VolumeURP.asset new file mode 100644 index 0000000..f889f7b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Settings/VolumeURP.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a869f7a67ac19f3f4f9ed6a656a82803b1b9561ec513581a5be86eb0b1018756 +size 6739 diff --git a/Assets/Hovl Studio/HSFiles/Settings/VolumeURP.asset.meta b/Assets/Hovl Studio/HSFiles/Settings/VolumeURP.asset.meta new file mode 100644 index 0000000..cab1802 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Settings/VolumeURP.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: bd84b2d780609df44bb37590f8be83d0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Settings/VolumeURP.asset + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders.meta b/Assets/Hovl Studio/HSFiles/Shaders.meta new file mode 100644 index 0000000..1e5d632 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6453d0d6977a61445a839e90477b8421 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/HSFiles/Shaders/AddTrail.shader b/Assets/Hovl Studio/HSFiles/Shaders/AddTrail.shader new file mode 100644 index 0000000..cb7ada6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/AddTrail.shader @@ -0,0 +1,281 @@ +Shader "Hovl/Particles/AddTrail" +{ + Properties + { + _MainTexture("MainTexture", 2D) = "white" {} + _SpeedMainTexUVNoiseZW("Speed MainTex U/V + Noise Z/W", Vector) = (0,0,0,0) + _StartColor("StartColor", Color) = (1,0,0,1) + _EndColor("EndColor", Color) = (1,1,0,1) + _Colorpower("Color power", Float) = 1 + _Colorrange("Color range", Float) = 1 + _Noise("Noise", 2D) = "white" {} + _Emission("Emission", Float) = 2 + [Toggle]_Usedark("Use dark", Float) = 1 + [Toggle]_Mask("Mask", Float) = 0 + _Maskpower("Mask power", Float) = 10 + [MaterialToggle] _Usedepth ("Use depth?", Float ) = 0 + _Depthpower("Depth power", Float) = 1 + [Enum(Cull Off,0, Cull Front,1, Cull Back,2)] _CullMode("Culling", Float) = 2 + } + + Category + { + SubShader + { + Tags { "Queue"="Transparent" "IgnoreProjector"="True" "RenderType"="Transparent" "PreviewType"="Plane" } + Blend SrcAlpha OneMinusSrcAlpha + ColorMask RGB + Cull[_CullMode] + Lighting Off + ZWrite Off + ZTest LEqual + + Pass { + + CGPROGRAM + + #ifndef UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX + #define UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(input) + #endif + + #pragma vertex vert + #pragma fragment frag + #pragma target 2.0 + #pragma multi_compile_particles + #pragma multi_compile_fog + #include "UnityShaderVariables.cginc" + #include "UnityCG.cginc" + + struct appdata_t + { + float4 vertex : POSITION; + fixed4 color : COLOR; + float4 texcoord : TEXCOORD0; + UNITY_VERTEX_INPUT_INSTANCE_ID + + }; + + struct v2f + { + float4 vertex : SV_POSITION; + fixed4 color : COLOR; + float4 texcoord : TEXCOORD0; + UNITY_FOG_COORDS(1) + #ifdef SOFTPARTICLES_ON + float4 projPos : TEXCOORD2; + #endif + UNITY_VERTEX_INPUT_INSTANCE_ID + UNITY_VERTEX_OUTPUT_STEREO + + }; + + #if UNITY_VERSION >= 560 + UNITY_DECLARE_DEPTH_TEXTURE( _CameraDepthTexture ); + #else + uniform sampler2D_float _CameraDepthTexture; + #endif + + //Don't delete this comment + // uniform sampler2D_float _CameraDepthTexture; + + uniform float4 _StartColor; + uniform float4 _EndColor; + uniform float _Colorrange; + uniform float _Colorpower; + uniform float _Emission; + uniform float _Usedark; + uniform sampler2D _MainTexture; + uniform float4 _SpeedMainTexUVNoiseZW; + uniform float4 _MainTexture_ST; + uniform sampler2D _Noise; + uniform float4 _Noise_ST; + uniform float _Mask; + uniform float _Maskpower; + uniform fixed _Usedepth; + uniform float _Depthpower; + + v2f vert ( appdata_t v ) + { + v2f o; + UNITY_SETUP_INSTANCE_ID(v); + UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(o); + UNITY_TRANSFER_INSTANCE_ID(v, o); + + + v.vertex.xyz += float3( 0, 0, 0 ) ; + o.vertex = UnityObjectToClipPos(v.vertex); + #ifdef SOFTPARTICLES_ON + o.projPos = ComputeScreenPos (o.vertex); + COMPUTE_EYEDEPTH(o.projPos.z); + #endif + o.color = v.color; + o.texcoord = v.texcoord; + UNITY_TRANSFER_FOG(o,o.vertex); + return o; + } + + fixed4 frag ( v2f i ) : SV_Target + { + UNITY_SETUP_INSTANCE_ID( i ); + UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX( i ); + + float lp = 1; + #ifdef SOFTPARTICLES_ON + float sceneZ = LinearEyeDepth (SAMPLE_DEPTH_TEXTURE_PROJ(_CameraDepthTexture, UNITY_PROJ_COORD(i.projPos))); + float partZ = i.projPos.z; + float fade = saturate ((sceneZ-partZ) / _Depthpower); + lp *= lerp(1, fade, _Usedepth); + i.color.a *= lp; + #endif + + float2 uv01 = i.texcoord.xy * float2( 1,1 ) + float2( 0,0 ); + float U6 = uv01.x; + float4 lerpResult3 = lerp( _StartColor , _EndColor , saturate( pow( ( U6 * _Colorrange ) , _Colorpower ) )); + float4 temp_cast_0 = (1.0).xxxx; + float2 appendResult32 = (float2(_SpeedMainTexUVNoiseZW.x , _SpeedMainTexUVNoiseZW.y)); + float3 uv0_MainTexture = i.texcoord.xyz; + uv0_MainTexture.xy = i.texcoord.xyz.xy * _MainTexture_ST.xy + _MainTexture_ST.zw; + float4 Main57 = tex2D( _MainTexture, ( float3( ( appendResult32 * _Time.y ) , 0.0 ) + uv0_MainTexture + uv0_MainTexture.z ).xy ); + float2 uv0_Noise = i.texcoord.xy * _Noise_ST.xy + _Noise_ST.zw; + float2 appendResult29 = (float2(_SpeedMainTexUVNoiseZW.z , _SpeedMainTexUVNoiseZW.w)); + float clampResult44 = clamp( ( pow( ( 1.0 - U6 ) , 0.8 ) * 1.0 ) , 0.2 , 0.6 ); + float4 temp_cast_3 = (U6).xxxx; + float4 Dissolve49 = saturate( ( ( tex2D( _Noise, ( uv0_Noise + ( _Time.y * appendResult29 ) ) ) + clampResult44 ) - temp_cast_3 ) ); + float V17 = uv01.y; + float4 temp_output_51_0 = ( i.color.a * Main57 * Dissolve49 * saturate( ( (1.0 + (U6 - 0.0) * (0.0 - 1.0) / (1.0 - 0.0)) * (1.0 + (V17 - 0.0) * (0.0 - 1.0) / (1.0 - 0.0)) * V17 * 6.0 * lerp(1.0,( U6 * _Maskpower ),_Mask) ) ) ); + float4 appendResult92 = (float4((( ( lerpResult3 * i.color * _Emission ) * lerp(temp_cast_0,temp_output_51_0,_Usedark) )).rgb , temp_output_51_0.r)); + + fixed4 col = appendResult92; + UNITY_APPLY_FOG(i.fogCoord, col); + return col; + } + ENDCG + } + } + } +} +/*ASEBEGIN +Version=17000 +856;287;1326;846;1922.457;-197.5046;1.279268;True;False +Node;AmplifyShaderEditor.TextureCoordinatesNode;1;-3546.753,397.129;Float;False;0;-1;2;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.Vector4Node;28;-3814.819,57.31149;Float;False;Property;_SpeedMainTexUVNoiseZW;Speed MainTex U/V + Noise Z/W;1;0;Create;True;0;0;False;0;0,0,0,0;0,0,0,0;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.RegisterLocalVarNode;6;-3298.518,431.3827;Float;False;U;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.DynamicAppendNode;29;-3450.873,217.5233;Float;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.TimeNode;30;-3483.297,85.87398;Float;False;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.OneMinusNode;42;-3082.569,407.1339;Float;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.TextureCoordinatesNode;40;-3096.845,146.033;Float;False;0;27;2;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.PowerNode;60;-2904.368,406.8205;Float;False;2;0;FLOAT;0;False;1;FLOAT;0.8;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;35;-3096.073,262.2383;Float;False;2;2;0;FLOAT;0;False;1;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;59;-2730.11,397.7697;Float;False;2;2;0;FLOAT;0;False;1;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;36;-2845.31,226.1788;Float;False;2;2;0;FLOAT2;0,0;False;1;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.ClampOpNode;44;-2577.53,387.1384;Float;False;3;0;FLOAT;0;False;1;FLOAT;0.2;False;2;FLOAT;0.6;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SamplerNode;27;-2717.816,199.2953;Float;True;Property;_Noise;Noise;6;0;Create;True;0;0;False;0;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;6;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.DynamicAppendNode;32;-3453.414,-4.756103;Float;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.GetLocalVarNode;41;-2349.029,414.1044;Float;False;6;U;1;0;OBJECT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.GetLocalVarNode;20;-1689.098,482.2165;Float;False;6;U;1;0;OBJECT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode;101;-1674.071,725.4624;Float;False;Property;_Maskpower;Mask power;10;0;Create;True;0;0;False;0;10;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;45;-2367.688,205.1529;Float;True;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.TextureCoordinatesNode;56;-3140.282,2.254051;Float;False;0;2;3;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;33;-3138.373,-91.66324;Float;False;2;2;0;FLOAT2;0,0;False;1;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode;17;-3299.711,498.4168;Float;False;V;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;103;-1480.753,709.4359;Float;True;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.GetLocalVarNode;18;-1454.562,549.0349;Float;False;17;V;1;0;OBJECT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.GetLocalVarNode;7;-1522.872,-236.9327;Float;False;6;U;1;0;OBJECT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;37;-2854.639,-77.83686;Float;False;3;3;0;FLOAT2;0,0;False;1;FLOAT3;0,0,0;False;2;FLOAT;0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.RangedFloatNode;8;-1510.567,-163.0431;Float;False;Property;_Colorrange;Color range;5;0;Create;True;0;0;False;0;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleSubtractOpNode;47;-2142.562,207.4056;Float;True;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.RangedFloatNode;23;-1204.717,610.8511;Float;False;Constant;_Float0;Float 0;6;0;Create;True;0;0;False;0;6;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.ToggleSwitchNode;100;-1254.167,681.9261;Float;False;Property;_Mask;Mask;9;0;Create;True;0;0;False;0;0;2;0;FLOAT;1;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode;12;-1302.603,-154.2804;Float;False;Property;_Colorpower;Color power;4;0;Create;True;0;0;False;0;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SaturateNode;97;-1934.302,205.2418;Float;False;1;0;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.TFHCRemapNode;21;-1237.045,450.0201;Float;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;1;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;9;-1275.883,-237.93;Float;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.TFHCRemapNode;19;-1240.395,291.7538;Float;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;1;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SamplerNode;2;-2714.319,-84.08413;Float;True;Property;_MainTexture;MainTexture;0;0;Create;True;0;0;False;0;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;6;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.RegisterLocalVarNode;57;-2390.7,-83.00887;Float;False;Main;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;22;-985.4469,403.7144;Float;True;5;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.PowerNode;10;-1114.394,-237.9301;Float;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode;49;-1781.332,201.958;Float;False;Dissolve;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.GetLocalVarNode;58;-768.0624,220.6713;Float;False;57;Main;1;0;OBJECT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.VertexColorNode;15;-707.296,-286.4251;Float;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.ColorNode;4;-1099.159,-592.153;Float;False;Property;_StartColor;StartColor;2;0;Create;True;0;0;False;0;1,0,0,1;0,0,0,0;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SaturateNode;96;-751.6993,398.7313;Float;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SaturateNode;98;-940.9728,-239.1694;Float;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ColorNode;5;-1095.667,-412.8965;Float;False;Property;_EndColor;EndColor;3;0;Create;True;0;0;False;0;1,1,0,1;0,0,0,0;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.GetLocalVarNode;50;-769.4026,297.0116;Float;False;49;Dissolve;1;0;OBJECT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;51;-501.945,204.2904;Float;True;4;4;0;FLOAT;0;False;1;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;3;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.LerpOp;3;-765.0906,-495.5406;Float;True;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.RangedFloatNode;16;-680.9393,-131.6054;Float;False;Property;_Emission;Emission;7;0;Create;True;0;0;False;0;2;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode;53;-404.9611,48.36441;Float;False;Constant;_Float1;Float 1;9;0;Create;True;0;0;False;0;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.ToggleSwitchNode;99;-247.7693,54.92614;Float;False;Property;_Usedark;Use dark;8;0;Create;True;0;0;False;0;1;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;14;-436.6116,-130.9249;Float;False;3;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;54;-22.73198,-30.14677;Float;True;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.ComponentMaskNode;93;263.301,96.88125;Float;False;True;True;True;False;1;0;COLOR;0,0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.DynamicAppendNode;92;495.0742,154.525;Float;False;FLOAT4;4;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT4;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode;38;-3298.052,358.0942;Float;False;UV;-1;True;1;0;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.TemplateMultiPassMasterNode;94;769.7286,153.8613;Float;False;True;2;Float;;0;11;Hovl/Particles/AddTrail;0b6a9f8b4f707c74ca64c0be8e590de0;True;SubShader 0 Pass 0;0;0;SubShader 0 Pass 0;2;True;2;5;False;-1;10;False;-1;0;1;False;-1;0;False;-1;False;False;True;0;False;-1;True;True;True;True;False;0;False;-1;False;True;2;False;-1;True;3;False;-1;False;True;4;Queue=Transparent=Queue=0;IgnoreProjector=True;RenderType=Transparent=RenderType;PreviewType=Plane;False;0;False;False;False;False;False;False;False;False;False;False;True;0;0;;0;0;Standard;0;0;1;True;False;2;0;FLOAT4;0,0,0,0;False;1;FLOAT3;0,0,0;False;0 +WireConnection;6;0;1;1 +WireConnection;29;0;28;3 +WireConnection;29;1;28;4 +WireConnection;42;0;6;0 +WireConnection;60;0;42;0 +WireConnection;35;0;30;2 +WireConnection;35;1;29;0 +WireConnection;59;0;60;0 +WireConnection;36;0;40;0 +WireConnection;36;1;35;0 +WireConnection;44;0;59;0 +WireConnection;27;1;36;0 +WireConnection;32;0;28;1 +WireConnection;32;1;28;2 +WireConnection;45;0;27;0 +WireConnection;45;1;44;0 +WireConnection;33;0;32;0 +WireConnection;33;1;30;2 +WireConnection;17;0;1;2 +WireConnection;103;0;20;0 +WireConnection;103;1;101;0 +WireConnection;37;0;33;0 +WireConnection;37;1;56;0 +WireConnection;37;2;56;3 +WireConnection;47;0;45;0 +WireConnection;47;1;41;0 +WireConnection;100;1;103;0 +WireConnection;97;0;47;0 +WireConnection;21;0;18;0 +WireConnection;9;0;7;0 +WireConnection;9;1;8;0 +WireConnection;19;0;20;0 +WireConnection;2;1;37;0 +WireConnection;57;0;2;0 +WireConnection;22;0;19;0 +WireConnection;22;1;21;0 +WireConnection;22;2;18;0 +WireConnection;22;3;23;0 +WireConnection;22;4;100;0 +WireConnection;10;0;9;0 +WireConnection;10;1;12;0 +WireConnection;49;0;97;0 +WireConnection;96;0;22;0 +WireConnection;98;0;10;0 +WireConnection;51;0;15;4 +WireConnection;51;1;58;0 +WireConnection;51;2;50;0 +WireConnection;51;3;96;0 +WireConnection;3;0;4;0 +WireConnection;3;1;5;0 +WireConnection;3;2;98;0 +WireConnection;99;0;53;0 +WireConnection;99;1;51;0 +WireConnection;14;0;3;0 +WireConnection;14;1;15;0 +WireConnection;14;2;16;0 +WireConnection;54;0;14;0 +WireConnection;54;1;99;0 +WireConnection;93;0;54;0 +WireConnection;92;0;93;0 +WireConnection;92;3;51;0 +WireConnection;38;0;1;0 +WireConnection;94;0;92;0 +ASEEND*/ +//CHKSM=3132C082A0FC43B6B258894D65CC5B29C8204273 \ No newline at end of file diff --git a/Assets/Hovl Studio/HSFiles/Shaders/AddTrail.shader.meta b/Assets/Hovl Studio/HSFiles/Shaders/AddTrail.shader.meta new file mode 100644 index 0000000..8263425 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/AddTrail.shader.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 1bc9b14ff230e2242b248daff64546f6 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/AddTrail.shader + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/BlendDistort.shader b/Assets/Hovl Studio/HSFiles/Shaders/BlendDistort.shader new file mode 100644 index 0000000..1712139 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/BlendDistort.shader @@ -0,0 +1,316 @@ +// Made with Amplify Shader Editor v1.9.1.8 +// Available at the Unity Asset Store - http://u3d.as/y3X +Shader "Hovl/Particles/BlendDistort" +{ + Properties + { + _MainTex("MainTex", 2D) = "white" {} + _Noise("Noise", 2D) = "white" {} + _Flow("Flow", 2D) = "white" {} + _Mask("Mask", 2D) = "white" {} + _NormalMap("NormalMap", 2D) = "bump" {} + _Color("Color", Color) = (0.5,0.5,0.5,1) + _Distortionpower("Distortion power", Float) = 0 + _SpeedMainTexUVNoiseZW("Speed MainTex U/V + Noise Z/W", Vector) = (0,0,0,0) + _DistortionSpeedXYPowerZ("Distortion Speed XY Power Z", Vector) = (0,0,0,0) + _Emission("Emission", Float) = 2 + [Toggle]_Opacitysaturate("Opacity saturate", Float) = 0 + _Opacity("Opacity", Float) = 1 + [Toggle]_Usedepth("Use depth?", Float) = 1 + [Toggle]_Softedges("Soft edges", Float) = 0 + _Sideopacitymult("Side opacity mult", Float) = 5 + _Depthpower("Depth power", Float) = 1 + [Enum(Both,0,Back,1,Front,2)]_Cull("Render Face", Float) = 0 + [HideInInspector] _texcoord( "", 2D ) = "white" {} + [HideInInspector] __dirty( "", Int ) = 1 + } + + SubShader + { + Tags{ "RenderType" = "Transparent" "Queue" = "Transparent+0" "IgnoreProjector" = "True" "IsEmissive" = "true" } + Cull [_Cull] + GrabPass{ } + CGPROGRAM + #include "UnityShaderVariables.cginc" + #include "UnityStandardUtils.cginc" + #include "UnityCG.cginc" + #pragma target 3.5 + #if defined(UNITY_STEREO_INSTANCING_ENABLED) || defined(UNITY_STEREO_MULTIVIEW_ENABLED) + #define ASE_DECLARE_SCREENSPACE_TEXTURE(tex) UNITY_DECLARE_SCREENSPACE_TEXTURE(tex); + #else + #define ASE_DECLARE_SCREENSPACE_TEXTURE(tex) UNITY_DECLARE_SCREENSPACE_TEXTURE(tex) + #endif + #pragma surface surf Unlit alpha:fade keepalpha noshadow + #undef TRANSFORM_TEX + #define TRANSFORM_TEX(tex,name) float4(tex.xy * name##_ST.xy + name##_ST.zw, tex.z, tex.w) + struct Input + { + float4 uv_texcoord; + float4 screenPos; + float4 vertexColor : COLOR; + float3 worldNormal; + float3 viewDir; + }; + + uniform float _Cull; + uniform float _Opacitysaturate; + ASE_DECLARE_SCREENSPACE_TEXTURE( _GrabTexture ) + uniform sampler2D _NormalMap; + uniform float4 _SpeedMainTexUVNoiseZW; + uniform float4 _NormalMap_ST; + uniform float _Distortionpower; + uniform sampler2D _MainTex; + uniform float4 _MainTex_ST; + uniform sampler2D _Flow; + uniform float4 _DistortionSpeedXYPowerZ; + uniform float4 _Flow_ST; + uniform sampler2D _Mask; + uniform float4 _Mask_ST; + uniform sampler2D _Noise; + uniform float4 _Noise_ST; + uniform float4 _Color; + uniform float _Emission; + uniform float _Opacity; + uniform float _Softedges; + uniform float _Usedepth; + UNITY_DECLARE_DEPTH_TEXTURE( _CameraDepthTexture ); + uniform float4 _CameraDepthTexture_TexelSize; + uniform float _Depthpower; + uniform float _Sideopacitymult; + + + inline float4 ASE_ComputeGrabScreenPos( float4 pos ) + { + #if UNITY_UV_STARTS_AT_TOP + float scale = -1.0; + #else + float scale = 1.0; + #endif + float4 o = pos; + o.y = pos.w * 0.5f; + o.y = ( pos.y - o.y ) * _ProjectionParams.x * scale + o.y; + return o; + } + + + inline half4 LightingUnlit( SurfaceOutput s, half3 lightDir, half atten ) + { + return half4 ( 0, 0, 0, s.Alpha ); + } + + void surf( Input i , inout SurfaceOutput o ) + { + float2 appendResult22 = (float2(_SpeedMainTexUVNoiseZW.z , _SpeedMainTexUVNoiseZW.w)); + float4 uvs_NormalMap = i.uv_texcoord; + uvs_NormalMap.xy = i.uv_texcoord.xy * _NormalMap_ST.xy + _NormalMap_ST.zw; + float2 panner146 = ( 1.0 * _Time.y * appendResult22 + uvs_NormalMap.xy); + float4 ase_screenPos = float4( i.screenPos.xyz , i.screenPos.w + 0.00000000001 ); + float4 ase_grabScreenPos = ASE_ComputeGrabScreenPos( ase_screenPos ); + float4 ase_grabScreenPosNorm = ase_grabScreenPos / ase_grabScreenPos.w; + float4 screenColor132 = UNITY_SAMPLE_SCREENSPACE_TEXTURE(_GrabTexture,( float4( UnpackScaleNormal( tex2D( _NormalMap, panner146 ), _Distortionpower ) , 0.0 ) + ase_grabScreenPosNorm ).xy); + float3 temp_output_128_0 = (screenColor132).rgb; + float2 appendResult21 = (float2(_SpeedMainTexUVNoiseZW.x , _SpeedMainTexUVNoiseZW.y)); + float4 uvs_MainTex = i.uv_texcoord; + uvs_MainTex.xy = i.uv_texcoord.xy * _MainTex_ST.xy + _MainTex_ST.zw; + float2 panner107 = ( 1.0 * _Time.y * appendResult21 + uvs_MainTex.xy); + float2 appendResult100 = (float2(_DistortionSpeedXYPowerZ.x , _DistortionSpeedXYPowerZ.y)); + float4 uvs_Flow = i.uv_texcoord; + uvs_Flow.xy = i.uv_texcoord.xy * _Flow_ST.xy + _Flow_ST.zw; + float2 panner110 = ( 1.0 * _Time.y * appendResult100 + (uvs_Flow).xy); + float2 uv_Mask = i.uv_texcoord * _Mask_ST.xy + _Mask_ST.zw; + float Flowpower102 = _DistortionSpeedXYPowerZ.z; + float4 tex2DNode13 = tex2D( _MainTex, ( float4( panner107, 0.0 , 0.0 ) - ( ( tex2D( _Flow, panner110 ) * tex2D( _Mask, uv_Mask ) ) * Flowpower102 ) ).rg ); + float4 uvs_Noise = i.uv_texcoord; + uvs_Noise.xy = i.uv_texcoord.xy * _Noise_ST.xy + _Noise_ST.zw; + float2 panner108 = ( 1.0 * _Time.y * appendResult22 + uvs_Noise.xy); + float2 appendResult160 = (float2(uvs_Flow.w , 0.0)); + float4 tex2DNode14 = tex2D( _Noise, ( panner108 + appendResult160 ) ); + float temp_output_88_0 = ( tex2DNode13.a * tex2DNode14.a * _Color.a * i.vertexColor.a * _Opacity ); + float4 temp_output_51_0 = ( ( tex2DNode13 * tex2DNode14 * _Color * i.vertexColor ) * _Emission * temp_output_88_0 ); + float3 temp_output_140_0 = (temp_output_51_0).rgb; + float W158 = uvs_Flow.z; + float3 lerpResult157 = lerp( ( temp_output_128_0 + temp_output_140_0 ) , ( temp_output_128_0 * temp_output_140_0 ) , W158); + o.Emission = (( _Opacitysaturate )?( temp_output_51_0 ):( float4( lerpResult157 , 0.0 ) )).rgb; + float temp_output_151_0 = saturate( temp_output_88_0 ); + float4 ase_screenPosNorm = ase_screenPos / ase_screenPos.w; + ase_screenPosNorm.z = ( UNITY_NEAR_CLIP_VALUE >= 0 ) ? ase_screenPosNorm.z : ase_screenPosNorm.z * 0.5 + 0.5; + float screenDepth134 = LinearEyeDepth(SAMPLE_DEPTH_TEXTURE( _CameraDepthTexture, ase_screenPosNorm.xy )); + float distanceDepth134 = abs( ( screenDepth134 - LinearEyeDepth( ase_screenPosNorm.z ) ) / ( _Depthpower ) ); + float3 ase_worldNormal = i.worldNormal; + float dotResult163 = dot( ase_worldNormal , i.viewDir ); + float temp_output_185_0 = ( pow( dotResult163 , 3.0 ) * _Sideopacitymult ); + float lerpResult181 = lerp( temp_output_185_0 , (0.0 + (temp_output_185_0 - 0.0) * (1.0 - 0.0) / (-1.0 - 0.0)) , (1.0 + (sign( dotResult163 ) - -1.0) * (0.0 - 1.0) / (1.0 - -1.0))); + float clampResult186 = clamp( lerpResult181 , 0.0 , 1.0 ); + o.Alpha = (( _Opacitysaturate )?( saturate( (( _Softedges )?( ( (( _Usedepth )?( ( temp_output_151_0 * saturate( distanceDepth134 ) ) ):( temp_output_151_0 )) * clampResult186 ) ):( (( _Usedepth )?( ( temp_output_151_0 * saturate( distanceDepth134 ) ) ):( temp_output_151_0 )) )) ) ):( (( _Softedges )?( ( (( _Usedepth )?( ( temp_output_151_0 * saturate( distanceDepth134 ) ) ):( temp_output_151_0 )) * clampResult186 ) ):( (( _Usedepth )?( ( temp_output_151_0 * saturate( distanceDepth134 ) ) ):( temp_output_151_0 )) )) )); + } + + ENDCG + } +} +/*ASEBEGIN +Version=19108 +Node;AmplifyShaderEditor.CommentaryNode;104;-4130.993,490.5418;Inherit;False;1910.996;537.6462;Texture distortion;13;91;33;100;102;99;95;103;92;59;98;110;154;158;;1,1,1,1;0;0 +Node;AmplifyShaderEditor.Vector4Node;99;-3968.293,619.481;Float;False;Property;_DistortionSpeedXYPowerZ;Distortion Speed XY Power Z;8;0;Create;True;0;0;0;False;0;False;0,0,0,0;0,-0.3,-0.42,0;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.TextureCoordinatesNode;98;-3920.299,848.9976;Inherit;False;0;91;4;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.DynamicAppendNode;100;-3535.482,654.5021;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.ComponentMaskNode;59;-3583.603,566.496;Inherit;False;True;True;False;False;1;0;FLOAT4;0,0,0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.CommentaryNode;109;-3401.27,-330.4436;Inherit;False;1037.896;533.6285;Textures movement;7;107;108;29;21;89;22;15;;1,1,1,1;0;0 +Node;AmplifyShaderEditor.PannerNode;110;-3352.609,596.5295;Inherit;False;3;0;FLOAT2;0,0;False;2;FLOAT2;0,0;False;1;FLOAT;1;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.Vector4Node;15;-3351.27,-101.4007;Float;False;Property;_SpeedMainTexUVNoiseZW;Speed MainTex U/V + Noise Z/W;7;0;Create;True;0;0;0;False;0;False;0,0,0,0;0,0,-0.6,0;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SamplerNode;91;-3152.937,567.9764;Inherit;True;Property;_Flow;Flow;2;0;Create;True;0;0;0;False;0;False;-1;None;3f1d4fadb37c37e4488860109d7dce4b;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.WireNode;154;-3241.786,814.8284;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SamplerNode;33;-3146.373,763.0061;Inherit;True;Property;_Mask;Mask;3;0;Create;True;0;0;0;False;0;False;-1;None;4b0225a5290cbe540bc56e26a8682db2;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.RegisterLocalVarNode;102;-3556.945,748.0421;Float;False;Flowpower;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.TextureCoordinatesNode;89;-2861.858,-55.04038;Inherit;False;0;14;2;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.DynamicAppendNode;22;-2766.722,70.18491;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;92;-2762.212,550.0183;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.DynamicAppendNode;21;-2778.501,-153.1786;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.TextureCoordinatesNode;29;-2856.788,-280.4436;Inherit;False;0;13;2;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.GetLocalVarNode;103;-2605.07,630.9626;Inherit;False;102;Flowpower;1;0;OBJECT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.WireNode;155;-3110.044,378.7794;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.PannerNode;107;-2570.374,-239.5098;Inherit;False;3;0;FLOAT2;0,0;False;2;FLOAT2;0,0;False;1;FLOAT;1;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.WorldNormalVector;167;-1534.985,863.8109;Inherit;False;False;1;0;FLOAT3;0,0,1;False;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3 +Node;AmplifyShaderEditor.ViewDirInputsCoordNode;162;-1517.8,1016.647;Float;False;World;False;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;95;-2388.997,542.6455;Inherit;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.DynamicAppendNode;160;-2463.807,241.8467;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.WireNode;148;-2291.231,57.18929;Inherit;False;1;0;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.PannerNode;108;-2577.237,-21.63752;Inherit;False;3;0;FLOAT2;0,0;False;2;FLOAT2;0,0;False;1;FLOAT;1;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.DotProductOpNode;163;-1289.017,881.0124;Inherit;True;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleSubtractOpNode;96;-1989.684,-41.77601;Inherit;False;2;0;FLOAT2;0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;152;-2247.959,174.557;Inherit;False;2;2;0;FLOAT2;0,0;False;1;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.TextureCoordinatesNode;147;-1304.489,-522.6365;Inherit;False;0;125;2;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.WireNode;149;-2066.336,-256.5923;Inherit;False;1;0;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.PowerNode;164;-1061.509,881.1074;Inherit;True;False;2;0;FLOAT;0;False;1;FLOAT;3;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode;124;-1060.476,-272.4925;Float;False;Property;_Distortionpower;Distortion power;6;0;Create;True;0;0;0;False;0;False;0;0.02;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.PannerNode;146;-1041.952,-401.1633;Inherit;False;3;0;FLOAT2;0,0;False;2;FLOAT2;0,0;False;1;FLOAT;1;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.VertexColorNode;32;-1670.612,486.0577;Inherit;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SamplerNode;14;-1804.579,119.2214;Inherit;True;Property;_Noise;Noise;1;0;Create;True;0;0;0;False;0;False;-1;None;7ae741e4c5226834db440bb3f58952b7;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.ColorNode;31;-1728.612,316.0578;Float;False;Property;_Color;Color;5;0;Create;True;0;0;0;False;0;False;0.5,0.5,0.5,1;1,1,1,1;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SamplerNode;13;-1803.192,-66.2159;Inherit;True;Property;_MainTex;MainTex;0;0;Create;True;0;0;0;False;0;False;-1;None;60d224affeaecf84ead5a8b24c6c9995;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SamplerNode;125;-804.1512,-387.8453;Inherit;True;Property;_NormalMap;NormalMap;4;0;Create;True;0;0;0;False;0;False;-1;None;9d5139686547cd24983e1c90ad7e4c33;True;0;True;bump;Auto;True;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;0,0;False;1;FLOAT2;0,0;False;2;FLOAT;1;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;5;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.GrabScreenPosition;131;-740.1512,-179.8456;Inherit;False;0;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.DepthFade;134;-571.1661,642.9752;Inherit;False;True;False;True;2;1;FLOAT3;0,0,0;False;0;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;88;-445.0123,311.9933;Inherit;False;5;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;185;-766.309,876.9579;Inherit;True;2;2;0;FLOAT;0;False;1;FLOAT;5;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SignOpNode;179;-755.3915,1168.656;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;30;-1135.791,-2.490838;Inherit;False;4;4;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;3;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.SaturateNode;151;-283.3048,312.2804;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SaturateNode;138;-307.0031,645.2684;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.TFHCRemapNode;178;-519.2654,939.6957;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;-1;False;3;FLOAT;0;False;4;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode;52;-488.2215,149.8908;Float;False;Property;_Emission;Emission;9;0;Create;True;0;0;0;False;0;False;2;3;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.TFHCRemapNode;184;-569.9684,1152.042;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;-1;False;2;FLOAT;1;False;3;FLOAT;1;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;126;-484.1472,-291.8456;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT4;0,0,0,0;False;1;FLOAT4;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;51;-285.8404,56.42584;Inherit;False;3;3;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;2;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;139;-97.1164,420.5305;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.LerpOp;181;-268.7881,864.6698;Inherit;False;3;0;FLOAT;1;False;1;FLOAT;0;False;2;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ScreenColorNode;132;-338.2314,-366.4494;Float;False;Global;_GrabScreen0;Grab Screen 0;2;0;Create;True;0;0;0;False;0;False;Object;-1;False;False;False;False;2;0;FLOAT2;0,0;False;1;FLOAT;0;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.ToggleSwitchNode;136;96.6973,310.8871;Float;False;Property;_Usedepth;Use depth?;12;0;Create;True;0;0;0;False;0;False;1;True;2;0;FLOAT;1;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ComponentMaskNode;140;-127.7495,51.97886;Inherit;False;True;True;True;False;1;0;COLOR;0,0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.ComponentMaskNode;128;-152.7932,-356.0084;Inherit;False;True;True;True;False;1;0;COLOR;0,0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.ClampOpNode;186;-81.06185,864.351;Inherit;False;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode;158;-3580.125,842.1049;Float;False;W;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;166;349.7334,390.7799;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ToggleSwitchNode;165;508.7849,304.1036;Float;False;Property;_Softedges;Soft edges;13;0;Create;True;0;0;0;False;0;False;0;True;2;0;FLOAT;1;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.StandardSurfaceOutputNode;145;1289.214,11.63513;Float;False;True;-1;3;;0;0;Unlit;Hovl/Particles/BlendDistort;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;False;False;False;False;False;False;Off;0;False;;0;False;;False;0;False;;0;False;;False;0;Transparent;0.5;True;False;0;False;Transparent;;Transparent;All;12;all;True;True;True;True;0;False;;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;2;15;10;25;False;0.5;False;2;5;False;;10;False;;0;0;False;;0;False;;0;False;;0;False;;0;False;0;0,0,0,0;VertexOffset;True;False;Cylindrical;False;True;Relative;0;;-1;-1;-1;-1;0;False;0;0;True;_Cull;-1;0;False;;0;0;0;False;0.1;False;;0;False;;False;15;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;2;FLOAT3;0,0,0;False;3;FLOAT;0;False;4;FLOAT;0;False;6;FLOAT3;0,0,0;False;7;FLOAT3;0,0,0;False;8;FLOAT;0;False;9;FLOAT;0;False;10;FLOAT;0;False;13;FLOAT3;0,0,0;False;11;FLOAT3;0,0,0;False;12;FLOAT3;0,0,0;False;14;FLOAT4;0,0,0,0;False;15;FLOAT3;0,0,0;False;0 +Node;AmplifyShaderEditor.RangedFloatNode;187;1341.922,-118.0949;Inherit;False;Property;_Cull;Render Face;16;1;[Enum];Create;False;0;3;Both;0;Back;1;Front;2;0;True;0;False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SaturateNode;189;780.1203,363.4194;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode;62;-826.0103,543.6755;Float;False;Property;_Opacity;Opacity;10;0;Create;True;0;0;0;False;0;False;1;3;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode;135;-789.709,660.5037;Float;False;Property;_Depthpower;Depth power;15;0;Create;True;0;0;0;False;0;False;1;1;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.ToggleSwitchNode;190;926.4721,301.8268;Inherit;False;Property;_Opacitysaturate;Opacity saturate;11;0;Create;True;0;0;0;False;0;False;0;True;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ToggleSwitchNode;191;728.9101,43.9645;Inherit;False;Property;_Opacitysaturate;Opacity saturate;10;0;Create;True;0;0;0;False;0;False;0;True;2;0;COLOR;0,0,0,0;False;1;COLOR;1,0,0,1;False;1;COLOR;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;133;221.7302,-355.2426;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT3;-0.1,-0.1,-0.1;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;156;210.6597,-159.8996;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.GetLocalVarNode;159;158.5803,-25.59253;Inherit;False;158;W;1;0;OBJECT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.LerpOp;157;459.3253,-209.9665;Inherit;False;3;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;2;FLOAT;0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.RangedFloatNode;192;-1028.784,791.8456;Inherit;False;Property;_Sideopacitymult;Side opacity mult;14;0;Create;True;0;0;0;False;0;False;5;5;0;0;0;1;FLOAT;0 +WireConnection;100;0;99;1 +WireConnection;100;1;99;2 +WireConnection;59;0;98;0 +WireConnection;110;0;59;0 +WireConnection;110;2;100;0 +WireConnection;91;1;110;0 +WireConnection;154;0;98;4 +WireConnection;102;0;99;3 +WireConnection;22;0;15;3 +WireConnection;22;1;15;4 +WireConnection;92;0;91;0 +WireConnection;92;1;33;0 +WireConnection;21;0;15;1 +WireConnection;21;1;15;2 +WireConnection;155;0;154;0 +WireConnection;107;0;29;0 +WireConnection;107;2;21;0 +WireConnection;95;0;92;0 +WireConnection;95;1;103;0 +WireConnection;160;0;155;0 +WireConnection;148;0;22;0 +WireConnection;108;0;89;0 +WireConnection;108;2;22;0 +WireConnection;163;0;167;0 +WireConnection;163;1;162;0 +WireConnection;96;0;107;0 +WireConnection;96;1;95;0 +WireConnection;152;0;108;0 +WireConnection;152;1;160;0 +WireConnection;149;0;148;0 +WireConnection;164;0;163;0 +WireConnection;146;0;147;0 +WireConnection;146;2;149;0 +WireConnection;14;1;152;0 +WireConnection;13;1;96;0 +WireConnection;125;1;146;0 +WireConnection;125;5;124;0 +WireConnection;134;0;135;0 +WireConnection;88;0;13;4 +WireConnection;88;1;14;4 +WireConnection;88;2;31;4 +WireConnection;88;3;32;4 +WireConnection;88;4;62;0 +WireConnection;185;0;164;0 +WireConnection;185;1;192;0 +WireConnection;179;0;163;0 +WireConnection;30;0;13;0 +WireConnection;30;1;14;0 +WireConnection;30;2;31;0 +WireConnection;30;3;32;0 +WireConnection;151;0;88;0 +WireConnection;138;0;134;0 +WireConnection;178;0;185;0 +WireConnection;184;0;179;0 +WireConnection;126;0;125;0 +WireConnection;126;1;131;0 +WireConnection;51;0;30;0 +WireConnection;51;1;52;0 +WireConnection;51;2;88;0 +WireConnection;139;0;151;0 +WireConnection;139;1;138;0 +WireConnection;181;0;185;0 +WireConnection;181;1;178;0 +WireConnection;181;2;184;0 +WireConnection;132;0;126;0 +WireConnection;136;0;151;0 +WireConnection;136;1;139;0 +WireConnection;140;0;51;0 +WireConnection;128;0;132;0 +WireConnection;186;0;181;0 +WireConnection;158;0;98;3 +WireConnection;166;0;136;0 +WireConnection;166;1;186;0 +WireConnection;165;0;136;0 +WireConnection;165;1;166;0 +WireConnection;145;2;191;0 +WireConnection;145;9;190;0 +WireConnection;189;0;165;0 +WireConnection;190;0;165;0 +WireConnection;190;1;189;0 +WireConnection;191;0;157;0 +WireConnection;191;1;51;0 +WireConnection;133;0;128;0 +WireConnection;133;1;140;0 +WireConnection;156;0;128;0 +WireConnection;156;1;140;0 +WireConnection;157;0;133;0 +WireConnection;157;1;156;0 +WireConnection;157;2;159;0 +ASEEND*/ +//CHKSM=470CA7E6D11669F3EFBB696EA1F84BE9DB1115C1 \ No newline at end of file diff --git a/Assets/Hovl Studio/HSFiles/Shaders/BlendDistort.shader.meta b/Assets/Hovl Studio/HSFiles/Shaders/BlendDistort.shader.meta new file mode 100644 index 0000000..01f2da8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/BlendDistort.shader.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: ca825309dbbb03640874997c5db5cb48 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + preprocessorOverride: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/BlendDistort.shader + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Blend_LinePath.shader b/Assets/Hovl Studio/HSFiles/Shaders/Blend_LinePath.shader new file mode 100644 index 0000000..8756ae7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Blend_LinePath.shader @@ -0,0 +1,215 @@ +Shader "Hovl/Particles/Blend_LinePath" +{ + Properties + { + [Toggle] _Usedepth ("Use depth?", Float ) = 0 + _InvFade ("Soft Particles Factor", Range(0.01,3.0)) = 1.0 + _MainTex("MainTex", 2D) = "white" {} + _Noise("Noise", 2D) = "white" {} + _Color("Color", Color) = (0.5,0.5,0.5,1) + _Emission("Emission", Float) = 2 + _Lenght("Lenght", Range( 0 , 1)) = 0 + _Path("Path", Range( 0 , 1)) = 0 + [Toggle]_Movenoise("Move noise", Float) = 1 + _Opacity("Opacity", Range( 0 , 3)) = 1 + + } + + Category + { + SubShader + { + LOD 0 + + Tags { "Queue"="Transparent" "IgnoreProjector"="True" "RenderType"="Transparent" "PreviewType"="Plane" } + Blend SrcAlpha OneMinusSrcAlpha + ColorMask RGB + Cull Off + Lighting Off + ZWrite Off + ZTest LEqual + + Pass { + CGPROGRAM + #define ASE_VERSION 19801 + #ifndef UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX + #define UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(input) + #endif + #pragma vertex vert + #pragma fragment frag + #pragma target 3.5 + #pragma multi_compile_instancing + #pragma multi_compile_particles + #pragma multi_compile_fog + #define ASE_NEEDS_FRAG_COLOR + #include "UnityCG.cginc" + + struct appdata_t + { + float4 vertex : POSITION; + fixed4 color : COLOR; + float4 texcoord : TEXCOORD0; + UNITY_VERTEX_INPUT_INSTANCE_ID + + }; + + struct v2f + { + float4 vertex : SV_POSITION; + fixed4 color : COLOR; + float4 texcoord : TEXCOORD0; + UNITY_FOG_COORDS(1) + #ifdef SOFTPARTICLES_ON + float4 projPos : TEXCOORD2; + #endif + UNITY_VERTEX_INPUT_INSTANCE_ID + UNITY_VERTEX_OUTPUT_STEREO + + }; + + #if UNITY_VERSION >= 560 + UNITY_DECLARE_DEPTH_TEXTURE( _CameraDepthTexture ); + #else + uniform sampler2D_float _CameraDepthTexture; + #endif + + //Don't delete this comment + // uniform sampler2D_float _CameraDepthTexture; + + uniform sampler2D _MainTex; + uniform float4 _MainTex_ST; + uniform float _InvFade; + uniform float _Path; + uniform float _Lenght; + uniform sampler2D _Noise; + uniform float _Movenoise; + uniform float4 _Noise_ST; + uniform float4 _Color; + uniform float _Emission; + uniform float _Opacity; + uniform fixed _Usedepth; + + + v2f vert ( appdata_t v ) + { + v2f o; + UNITY_SETUP_INSTANCE_ID(v); + UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(o); + UNITY_TRANSFER_INSTANCE_ID(v, o); + + + v.vertex.xyz += float3( 0, 0, 0 ) ; + o.vertex = UnityObjectToClipPos(v.vertex); + #ifdef SOFTPARTICLES_ON + o.projPos = ComputeScreenPos (o.vertex); + COMPUTE_EYEDEPTH(o.projPos.z); + #endif + o.color = v.color; + o.texcoord = v.texcoord; + UNITY_TRANSFER_FOG(o,o.vertex); + return o; + } + + fixed4 frag ( v2f i ) : SV_Target + { + UNITY_SETUP_INSTANCE_ID( i ); + UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX( i ); + + float lp = 1; + #ifdef SOFTPARTICLES_ON + float sceneZ = LinearEyeDepth (SAMPLE_DEPTH_TEXTURE_PROJ(_CameraDepthTexture, UNITY_PROJ_COORD(i.projPos))); + float partZ = i.projPos.z; + float fade = saturate ((sceneZ-partZ) / _InvFade); + lp *= lerp(1, fade, _Usedepth); + i.color.a *= lp; + #endif + + float4 texCoord69 = i.texcoord; + texCoord69.xy = i.texcoord.xy * float2( 1,1 ) + float2( 0,0 ); + float temp_output_155_0 = ( texCoord69.z + _Path ); + float2 appendResult153 = (float2(( ( ( texCoord69.x - temp_output_155_0 ) / ( 1.0 - temp_output_155_0 ) ) / ( 1.0 - ( (1.0 + (texCoord69.w - 0.0) * (0.0 - 1.0) / (1.0 - 0.0)) + _Lenght ) ) ) , texCoord69.y)); + float2 temp_output_154_0 = saturate( appendResult153 ); + float4 tex2DNode23 = tex2D( _MainTex, temp_output_154_0 ); + float2 uv_Noise = i.texcoord.xy * _Noise_ST.xy + _Noise_ST.zw; + float4 tex2DNode24 = tex2D( _Noise, (( _Movenoise )?( ( temp_output_154_0 * uv_Noise ) ):( uv_Noise )) ); + float4 appendResult110 = (float4(( (( tex2DNode23 * tex2DNode24 * _Color * i.color )).rgb * _Emission ) , ( ( tex2DNode23.a * tex2DNode24.a * _Opacity ) * _Color.a * i.color.a ))); + fixed4 col = appendResult110; + UNITY_APPLY_FOG(i.fogCoord, col); + return col; + } + ENDCG + } + } + } +} +/*ASEBEGIN +Version=19801 +Node;AmplifyShaderEditor.TextureCoordinatesNode;69;-4112,-240;Inherit;False;0;-1;4;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.RangedFloatNode;150;-4192,-48;Float;False;Property;_Path;Path;5;0;Create;True;0;0;0;False;0;False;0;0;0;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;155;-3728,-80;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.TFHCRemapNode;158;-3760,128;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;1;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode;120;-3856,336;Float;False;Property;_Lenght;Lenght;4;0;Create;True;0;0;0;False;0;False;0;1;0;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleSubtractOpNode;134;-3488,-96;Inherit;True;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleSubtractOpNode;147;-3488,112;Inherit;True;2;0;FLOAT;1;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;159;-3488,320;Inherit;True;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleDivideOpNode;146;-3216,-96;Inherit;True;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleSubtractOpNode;151;-3216,112;Inherit;True;2;0;FLOAT;1;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleDivideOpNode;149;-2944,-96;Inherit;True;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.DynamicAppendNode;153;-2688,-208;Inherit;True;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.TextureCoordinatesNode;113;-2336.336,-42.11392;Inherit;False;0;24;2;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SaturateNode;154;-2416,-208;Inherit;False;1;0;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;114;-2082.962,-118.5871;Inherit;False;2;2;0;FLOAT2;0,0;False;1;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.ToggleSwitchNode;117;-1863.844,-45.40438;Float;False;Property;_Movenoise;Move noise;6;0;Create;True;0;0;0;False;0;False;1;True;2;0;FLOAT2;0,0;False;1;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.VertexColorNode;22;-1501.337,308.0427;Inherit;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SamplerNode;24;-1635.304,-58.79362;Inherit;True;Property;_Noise;Noise;1;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.ColorNode;25;-1559.337,138.0429;Float;False;Property;_Color;Color;2;0;Create;True;0;0;0;False;0;False;0.5,0.5,0.5,1;0.5,0.5,0.5,1;False;True;0;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.SamplerNode;23;-1633.917,-244.2309;Inherit;True;Property;_MainTex;MainTex;0;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.RangedFloatNode;115;-1545.108,488.2652;Float;False;Property;_Opacity;Opacity;7;0;Create;True;0;0;0;False;0;False;1;1;0;3;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;30;-968.3528,7.087863;Inherit;False;4;4;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;3;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.ComponentMaskNode;112;-697.4847,1.551311;Inherit;False;True;True;True;False;1;0;COLOR;0,0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.RangedFloatNode;33;-412.6612,110.3443;Float;False;Property;_Emission;Emission;3;0;Create;True;0;0;0;False;0;False;2;2;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;26;-965.6019,185.7662;Inherit;False;3;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;116;-638.7333,300.2067;Inherit;False;3;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;21;-176.6617,14.34432;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.DynamicAppendNode;110;214.1178,87.42996;Inherit;False;FLOAT4;4;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT4;0 +Node;AmplifyShaderEditor.TemplateMultiPassMasterNode;111;422.4361,82.68047;Float;False;True;-1;2;;0;11;Hovl/Particles/Blend_LinePath2;0b6a9f8b4f707c74ca64c0be8e590de0;True;SubShader 0 Pass 0;0;0;SubShader 0 Pass 0;2;False;True;2;5;False;;10;False;;0;1;False;;0;False;;False;False;False;False;False;False;False;False;False;False;False;False;True;2;False;;False;True;True;True;True;False;0;False;;False;False;False;False;False;False;False;False;False;True;2;False;;True;3;False;;False;True;4;Queue=Transparent=Queue=0;IgnoreProjector=True;RenderType=Transparent=RenderType;PreviewType=Plane;False;False;0;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;3;False;0;;0;0;Standard;0;0;1;True;False;;False;0 +WireConnection;155;0;69;3 +WireConnection;155;1;150;0 +WireConnection;158;0;69;4 +WireConnection;134;0;69;1 +WireConnection;134;1;155;0 +WireConnection;147;1;155;0 +WireConnection;159;0;158;0 +WireConnection;159;1;120;0 +WireConnection;146;0;134;0 +WireConnection;146;1;147;0 +WireConnection;151;1;159;0 +WireConnection;149;0;146;0 +WireConnection;149;1;151;0 +WireConnection;153;0;149;0 +WireConnection;153;1;69;2 +WireConnection;154;0;153;0 +WireConnection;114;0;154;0 +WireConnection;114;1;113;0 +WireConnection;117;0;113;0 +WireConnection;117;1;114;0 +WireConnection;24;1;117;0 +WireConnection;23;1;154;0 +WireConnection;30;0;23;0 +WireConnection;30;1;24;0 +WireConnection;30;2;25;0 +WireConnection;30;3;22;0 +WireConnection;112;0;30;0 +WireConnection;26;0;23;4 +WireConnection;26;1;24;4 +WireConnection;26;2;115;0 +WireConnection;116;0;26;0 +WireConnection;116;1;25;4 +WireConnection;116;2;22;4 +WireConnection;21;0;112;0 +WireConnection;21;1;33;0 +WireConnection;110;0;21;0 +WireConnection;110;3;116;0 +WireConnection;111;0;110;0 +ASEEND*/ +//CHKSM=36415D2A41695A165ADBE0C88022A8A241F8E45A \ No newline at end of file diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Blend_LinePath.shader.meta b/Assets/Hovl Studio/HSFiles/Shaders/Blend_LinePath.shader.meta new file mode 100644 index 0000000..ab22bf8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Blend_LinePath.shader.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: a94def2acffda4e4bb6a001369871457 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/Blend_LinePath.shader + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/DissolveNoise.shader b/Assets/Hovl Studio/HSFiles/Shaders/DissolveNoise.shader new file mode 100644 index 0000000..312dc65 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/DissolveNoise.shader @@ -0,0 +1,311 @@ +Shader "Hovl/Particles/DissolveNoise" +{ + Properties + { + _MainTex("MainTex", 2D) = "white" {} + _TextureNoise("Texture Noise", 2D) = "white" {} + _Dissolvenoise("Dissolve noise", 2D) = "white" {} + _NoisespeedXYEmissonZPowerW("Noise speed XY / Emisson Z / Power W", Vector) = (0.5,0,2,1) + _DissolvespeedXY("Dissolve speed XY", Vector) = (0,0,0,0) + _Maincolor("Main color", Color) = (0.7609469,0.8547776,0.9433962,1) + _Noisecolor("Noise color", Color) = (0.2470588,0.3012382,0.3607843,1) + _Dissolvecolor("Dissolve color", Color) = (1,1,1,1) + [Toggle]_Usetexturecolor("Use texture color", Float) = 0 + [Toggle]_Usetexturedissolve("Use texture dissolve", Float) = 0 + _Opacity("Opacity", Range( 0 , 1)) = 1 + [Toggle] _Usedepth ("Use depth?", Float ) = 0 + _InvFade ("Soft Particles Factor", Range(0.01,3.0)) = 1.0 + [HideInInspector] _texcoord( "", 2D ) = "white" {} + } + + Category + { + SubShader + { + Tags { "Queue"="Transparent" "IgnoreProjector"="True" "RenderType"="Transparent" "PreviewType"="Plane" } + Blend SrcAlpha OneMinusSrcAlpha + ColorMask RGB + Cull Off + Lighting Off + ZWrite Off + ZTest LEqual + + Pass { + + CGPROGRAM + #ifndef UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX + #define UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(input) + #endif + #pragma vertex vert + #pragma fragment frag + #pragma target 2.0 + #pragma multi_compile_particles + #pragma multi_compile_fog + #include "UnityShaderVariables.cginc" + #include "UnityCG.cginc" + + struct appdata_t + { + float4 vertex : POSITION; + fixed4 color : COLOR; + float4 texcoord : TEXCOORD0; + UNITY_VERTEX_INPUT_INSTANCE_ID + float4 ase_texcoord1 : TEXCOORD1; + }; + + struct v2f + { + float4 vertex : SV_POSITION; + fixed4 color : COLOR; + float4 texcoord : TEXCOORD0; + UNITY_FOG_COORDS(1) + #ifdef SOFTPARTICLES_ON + float4 projPos : TEXCOORD2; + #endif + UNITY_VERTEX_INPUT_INSTANCE_ID + UNITY_VERTEX_OUTPUT_STEREO + float4 ase_texcoord3 : TEXCOORD3; + }; + + #if UNITY_VERSION >= 560 + UNITY_DECLARE_DEPTH_TEXTURE( _CameraDepthTexture ); + #else + uniform sampler2D_float _CameraDepthTexture; + #endif + + //Don't delete this comment + // uniform sampler2D_float _CameraDepthTexture; + + uniform sampler2D _MainTex; + uniform float4 _MainTex_ST; + uniform float _InvFade; + uniform float _Usedepth; + uniform float4 _NoisespeedXYEmissonZPowerW; + uniform float _Usetexturecolor; + uniform float4 _Maincolor; + uniform float4 _Noisecolor; + uniform sampler2D _TextureNoise; + uniform sampler2D _Dissolvenoise; + uniform float4 _Dissolvenoise_ST; + uniform float4 _TextureNoise_ST; + uniform float _Usetexturedissolve; + uniform float4 _DissolvespeedXY; + uniform float4 _Dissolvecolor; + uniform float _Opacity; + + v2f vert ( appdata_t v ) + { + v2f o; + UNITY_SETUP_INSTANCE_ID(v); + UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(o); + UNITY_TRANSFER_INSTANCE_ID(v, o); + o.ase_texcoord3.xyz = v.ase_texcoord1.xyz; + + //setting value to unused interpolator channels and avoid initialization warnings + o.ase_texcoord3.w = 0; + + v.vertex.xyz += float3( 0, 0, 0 ) ; + o.vertex = UnityObjectToClipPos(v.vertex); + #ifdef SOFTPARTICLES_ON + o.projPos = ComputeScreenPos (o.vertex); + COMPUTE_EYEDEPTH(o.projPos.z); + #endif + o.color = v.color; + o.texcoord = v.texcoord; + UNITY_TRANSFER_FOG(o,o.vertex); + return o; + } + + fixed4 frag ( v2f i ) : SV_Target + { + UNITY_SETUP_INSTANCE_ID( i ); + UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX( i ); + + float lp = 1; + #ifdef SOFTPARTICLES_ON + float sceneZ = LinearEyeDepth (SAMPLE_DEPTH_TEXTURE_PROJ(_CameraDepthTexture, UNITY_PROJ_COORD(i.projPos))); + float partZ = i.projPos.z; + float fade = saturate (_InvFade * (sceneZ-partZ)); + lp *= lerp(1, fade, _Usedepth); + i.color.a *= lp; + #endif + + float Emission59 = _NoisespeedXYEmissonZPowerW.z; + float2 appendResult38 = (float2(_NoisespeedXYEmissonZPowerW.x , _NoisespeedXYEmissonZPowerW.y)); + float3 uv1_Dissolvenoise = i.ase_texcoord3.xyz; + uv1_Dissolvenoise.xy = i.ase_texcoord3.xyz.xy * _Dissolvenoise_ST.xy + _Dissolvenoise_ST.zw; + float W120 = uv1_Dissolvenoise.z; + float4 uv0_TextureNoise = i.texcoord; + uv0_TextureNoise.xy = i.texcoord.xy * _TextureNoise_ST.xy + _TextureNoise_ST.zw; + float2 panner39 = ( 1.0 * _Time.y * appendResult38 + ( W120 + float2( 0.2,0.4 ) + (uv0_TextureNoise).xy )); + float Noisepower63 = _NoisespeedXYEmissonZPowerW.w; + float4 temp_cast_0 = (Noisepower63).xxxx; + float4 clampResult11 = clamp( ( pow( tex2D( _TextureNoise, panner39 ) , temp_cast_0 ) * Noisepower63 ) , float4( 0,0,0,0 ) , float4( 1,1,1,1 ) ); + float4 lerpResult8 = lerp( _Maincolor , _Noisecolor , clampResult11); + float2 appendResult109 = (float2(_DissolvespeedXY.x , _DissolvespeedXY.y)); + float2 panner111 = ( 1.0 * _Time.y * appendResult109 + ( (uv1_Dissolvenoise).xy + W120 )); + float4 tex2DNode91 = tex2D( _Dissolvenoise, panner111 ); + float2 uv_MainTex = i.texcoord.xy * _MainTex_ST.xy + _MainTex_ST.zw; + float4 tex2DNode4 = tex2D( _MainTex, uv_MainTex ); + float mainTexr123 = tex2DNode4.r; + float temp_output_88_0 = step( lerp(tex2DNode91.r,( tex2DNode91.r * mainTexr123 ),_Usetexturedissolve) , uv0_TextureNoise.z ); + float4 temp_output_93_0 = ( lerpResult8 * ( 1.0 - temp_output_88_0 ) ); + float clampResult87 = clamp( ( (-4.0 + (( (-0.65 + (( 1.0 - uv0_TextureNoise.z ) - 0.0) * (0.65 - -0.65) / (1.0 - 0.0)) + lerp(tex2DNode91.r,( tex2DNode91.r * mainTexr123 ),_Usetexturedissolve) ) - 0.0) * (7.0 - -4.0) / (1.0 - 0.0)) * 3.0 ) , 0.0 , 1.0 ); + float4 lerpResult92 = lerp( lerp(temp_output_93_0,( temp_output_93_0 * tex2DNode4 ),_Usetexturecolor) , lerp(_Dissolvecolor,( _Dissolvecolor * tex2DNode4 ),_Usetexturecolor) , ( clampResult87 * temp_output_88_0 )); + float clampResult99 = clamp( (-15.0 + (( lerp(tex2DNode91.r,( tex2DNode91.r * mainTexr123 ),_Usetexturedissolve) + (-0.65 + (uv0_TextureNoise.w - 0.0) * (0.65 - -0.65) / (1.0 - 0.0)) ) - 0.0) * (15.0 - -15.0) / (1.0 - 0.0)) , 0.0 , 1.0 ); + float4 appendResult2 = (float4((( Emission59 * lerpResult92 * i.color )).rgb , ( i.color.a * tex2DNode4.a * clampResult99 * _Opacity ))); + + fixed4 col = appendResult2; + UNITY_APPLY_FOG(i.fogCoord, col); + return col; + } + ENDCG + } + } + } +} +/*ASEBEGIN +Version=17000 +452;190;1205;843;1417.795;416.7184;1;True;False +Node;AmplifyShaderEditor.TextureCoordinatesNode;110;-3731.085,62.61617;Float;False;1;91;3;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.CommentaryNode;96;-4375.368,-929.1308;Float;False;2523.071;702.9789;Noise emission;17;37;40;38;65;39;63;64;3;9;12;6;11;7;8;59;119;121;;1,1,1,1;0;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode;120;-3497.433,135.6656;Float;False;W;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.TextureCoordinatesNode;40;-4325.368,-688.4302;Float;False;0;3;4;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.ComponentMaskNode;118;-3492.551,61.89781;Float;False;True;True;False;True;1;0;FLOAT3;0,0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.Vector4Node;113;-3496.907,209.6091;Float;False;Property;_DissolvespeedXY;Dissolve speed XY;4;0;Create;True;0;0;False;0;0,0,0,0;0,0,0,0;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.Vector4Node;37;-4088.941,-624.0703;Float;False;Property;_NoisespeedXYEmissonZPowerW;Noise speed XY / Emisson Z / Power W;3;0;Create;True;0;0;False;0;0.5,0,2,1;0.5,0,1.5,3;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.ComponentMaskNode;65;-4007.662,-701.4861;Float;False;True;True;False;False;1;0;FLOAT4;0,0,0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.GetLocalVarNode;121;-3976.682,-780.9033;Float;False;120;W;1;0;OBJECT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;117;-3268.184,124.0004;Float;False;2;2;0;FLOAT2;0,0;False;1;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.DynamicAppendNode;109;-3284.167,219.7076;Float;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.DynamicAppendNode;38;-3771.349,-612.1542;Float;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;119;-3753.854,-740.6059;Float;False;3;3;0;FLOAT;0;False;1;FLOAT2;0.2,0.4;False;2;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.SamplerNode;4;-1407.331,460.5456;Float;True;Property;_MainTex;MainTex;0;0;Create;True;0;0;False;0;None;52187efe2e15f22438ea18da0388faf9;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;6;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.PannerNode;111;-3138.163,161.1251;Float;False;3;0;FLOAT2;0,0;False;2;FLOAT2;0,0;False;1;FLOAT;1;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode;63;-3765.858,-446.4271;Float;False;Noisepower;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.PannerNode;39;-3590.439,-664.4094;Float;False;3;0;FLOAT2;0,0;False;2;FLOAT2;0,0;False;1;FLOAT;1;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode;123;-1081.101,483.4396;Float;False;mainTexr;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.GetLocalVarNode;124;-2849.281,366.0172;Float;False;123;mainTexr;1;0;OBJECT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SamplerNode;3;-3352.115,-661.3746;Float;True;Property;_TextureNoise;Texture Noise;1;0;Create;True;0;0;False;0;None;04a40b50e9e63ed43af8af28f2ba4f86;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;6;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.WireNode;103;-3664.961,-99.41174;Float;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SamplerNode;91;-2944.553,180.0912;Float;True;Property;_Dissolvenoise;Dissolve noise;2;0;Create;True;0;0;False;0;None;04a40b50e9e63ed43af8af28f2ba4f86;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;6;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.GetLocalVarNode;64;-3062.491,-360.0853;Float;False;63;Noisepower;1;0;OBJECT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;125;-2655.502,278.2065;Float;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.OneMinusNode;89;-2601.746,30.60856;Float;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.PowerNode;9;-2834.707,-531.7649;Float;False;2;0;COLOR;0,0,0,0;False;1;FLOAT;1;False;1;COLOR;0 +Node;AmplifyShaderEditor.TFHCRemapNode;84;-2426.78,29.58903;Float;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;-0.65;False;4;FLOAT;0.65;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;12;-2626.456,-532.4448;Float;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.ToggleSwitchNode;122;-2512.364,201.0435;Float;False;Property;_Usetexturedissolve;Use texture dissolve;10;0;Create;True;0;0;False;0;0;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.WireNode;104;-3568.484,373.0246;Float;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.StepOpNode;88;-1897.113,360.4829;Float;True;2;0;FLOAT;0;False;1;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ColorNode;7;-2525.469,-710.7628;Float;False;Property;_Noisecolor;Noise color;6;0;Create;True;0;0;False;0;0.2470588,0.3012382,0.3607843,1;0.6084906,0.7078456,1,1;True;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.ClampOpNode;11;-2430.626,-539.9247;Float;False;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;COLOR;1,1,1,1;False;1;COLOR;0 +Node;AmplifyShaderEditor.ColorNode;6;-2522.28,-879.1308;Float;False;Property;_Maincolor;Main color;5;0;Create;True;0;0;False;0;0.7609469,0.8547776,0.9433962,1;1,1,1,1;True;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SimpleAddOpNode;85;-2212.658,30.22906;Float;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.LerpOp;8;-2036.292,-749.175;Float;False;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.OneMinusNode;94;-1629.423,-205.6722;Float;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.TFHCRemapNode;86;-2061.677,36.23553;Float;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;-4;False;4;FLOAT;7;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;93;-1377.25,-220.3437;Float;False;2;2;0;COLOR;0,0,0,0;False;1;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.ColorNode;95;-1400.845,-10.83905;Float;False;Property;_Dissolvecolor;Dissolve color;7;0;Create;True;0;0;False;0;1,1,1,1;1,1,1,1;True;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.WireNode;102;-3549.196,605.6983;Float;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;97;-1832.965,37.59949;Float;False;2;2;0;FLOAT;0;False;1;FLOAT;3;False;1;FLOAT;0 +Node;AmplifyShaderEditor.WireNode;126;-1879.118,642.0746;Float;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ClampOpNode;87;-1650.216,36.16174;Float;False;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;74;-1017.75,-93.77279;Float;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;80;-1011.594,84.85248;Float;False;2;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.TFHCRemapNode;101;-1005.377,757.6221;Float;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;-0.65;False;4;FLOAT;0.65;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ToggleSwitchNode;75;-839.7263,-226.4786;Float;False;Property;_Usetexturecolor;Use texture color;9;0;Create;True;0;0;False;0;0;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.ToggleSwitchNode;76;-860.1625,-0.6898842;Float;False;Property;_Usetexturecolor;Use texture color;8;0;Create;True;0;0;False;0;0;2;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;90;-1421.17,230.6805;Float;True;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;100;-766.1468,655.4361;Float;False;2;2;0;FLOAT;0;False;1;FLOAT;-0.5;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode;59;-3766.757,-520.1385;Float;False;Emission;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.VertexColorNode;57;-49.6262,197.8381;Float;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.GetLocalVarNode;60;-89.6088,-126.0067;Float;False;59;Emission;1;0;OBJECT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.LerpOp;92;-408.2168,-28.06238;Float;False;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.TFHCRemapNode;98;-559.383,652.7811;Float;True;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;-15;False;4;FLOAT;15;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;58;201.1051,-35.90836;Float;False;3;3;0;FLOAT;0;False;1;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.RangedFloatNode;127;-261.7072,780.2939;Float;False;Property;_Opacity;Opacity;11;0;Create;True;0;0;False;0;1;1;0;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.ClampOpNode;99;-276.761,649.803;Float;False;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ComponentMaskNode;5;387.0235,-14.18318;Float;False;True;True;True;False;1;0;COLOR;0,0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;41;239.3105,376.0516;Float;False;4;4;0;FLOAT;0;False;1;FLOAT;1;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.DynamicAppendNode;2;639.802,0.6767869;Float;False;FLOAT4;4;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT4;0 +Node;AmplifyShaderEditor.TemplateMultiPassMasterNode;116;868.134,5.849471;Float;False;True;2;Float;;0;11;Hovl/Particles/DissolveNoise;0b6a9f8b4f707c74ca64c0be8e590de0;True;SubShader 0 Pass 0;0;0;SubShader 0 Pass 0;2;True;2;5;False;-1;10;False;-1;0;1;False;-1;0;False;-1;False;False;True;2;False;-1;True;True;True;True;False;0;False;-1;False;True;2;False;-1;True;3;False;-1;False;True;4;Queue=Transparent=Queue=0;IgnoreProjector=True;RenderType=Transparent=RenderType;PreviewType=Plane;False;0;False;False;False;False;False;False;False;False;False;False;True;0;0;;0;0;Standard;0;0;1;True;False;2;0;FLOAT4;0,0,0,0;False;1;FLOAT3;0,0,0;False;0 +WireConnection;120;0;110;3 +WireConnection;118;0;110;0 +WireConnection;65;0;40;0 +WireConnection;117;0;118;0 +WireConnection;117;1;120;0 +WireConnection;109;0;113;1 +WireConnection;109;1;113;2 +WireConnection;38;0;37;1 +WireConnection;38;1;37;2 +WireConnection;119;0;121;0 +WireConnection;119;2;65;0 +WireConnection;111;0;117;0 +WireConnection;111;2;109;0 +WireConnection;63;0;37;4 +WireConnection;39;0;119;0 +WireConnection;39;2;38;0 +WireConnection;123;0;4;1 +WireConnection;3;1;39;0 +WireConnection;103;0;40;3 +WireConnection;91;1;111;0 +WireConnection;125;0;91;1 +WireConnection;125;1;124;0 +WireConnection;89;0;103;0 +WireConnection;9;0;3;0 +WireConnection;9;1;64;0 +WireConnection;84;0;89;0 +WireConnection;12;0;9;0 +WireConnection;12;1;64;0 +WireConnection;122;0;91;1 +WireConnection;122;1;125;0 +WireConnection;104;0;40;3 +WireConnection;88;0;122;0 +WireConnection;88;1;104;0 +WireConnection;11;0;12;0 +WireConnection;85;0;84;0 +WireConnection;85;1;122;0 +WireConnection;8;0;6;0 +WireConnection;8;1;7;0 +WireConnection;8;2;11;0 +WireConnection;94;0;88;0 +WireConnection;86;0;85;0 +WireConnection;93;0;8;0 +WireConnection;93;1;94;0 +WireConnection;102;0;40;4 +WireConnection;97;0;86;0 +WireConnection;126;0;122;0 +WireConnection;87;0;97;0 +WireConnection;74;0;93;0 +WireConnection;74;1;4;0 +WireConnection;80;0;95;0 +WireConnection;80;1;4;0 +WireConnection;101;0;102;0 +WireConnection;75;0;93;0 +WireConnection;75;1;74;0 +WireConnection;76;0;95;0 +WireConnection;76;1;80;0 +WireConnection;90;0;87;0 +WireConnection;90;1;88;0 +WireConnection;100;0;126;0 +WireConnection;100;1;101;0 +WireConnection;59;0;37;3 +WireConnection;92;0;75;0 +WireConnection;92;1;76;0 +WireConnection;92;2;90;0 +WireConnection;98;0;100;0 +WireConnection;58;0;60;0 +WireConnection;58;1;92;0 +WireConnection;58;2;57;0 +WireConnection;99;0;98;0 +WireConnection;5;0;58;0 +WireConnection;41;0;57;4 +WireConnection;41;1;4;4 +WireConnection;41;2;99;0 +WireConnection;41;3;127;0 +WireConnection;2;0;5;0 +WireConnection;2;3;41;0 +WireConnection;116;0;2;0 +ASEEND*/ +//CHKSM=1CE1EE6B6A3D0D28DFE1537BFEC0A364D30C2704 \ No newline at end of file diff --git a/Assets/Hovl Studio/HSFiles/Shaders/DissolveNoise.shader.meta b/Assets/Hovl Studio/HSFiles/Shaders/DissolveNoise.shader.meta new file mode 100644 index 0000000..2c54a80 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/DissolveNoise.shader.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 145bae762d8de8f4c8fb1b284128fae7 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/DissolveNoise.shader + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Distortion.shader b/Assets/Hovl Studio/HSFiles/Shaders/Distortion.shader new file mode 100644 index 0000000..029839f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Distortion.shader @@ -0,0 +1,212 @@ +Shader "Hovl/Particles/Distortion" +{ + Properties + { + _InvFade ("Soft Particles Factor", Range(0.01,3.0)) = 1.0 + _NormalMap("Normal Map", 2D) = "bump" {} + _Distortionpower("Distortion power", Float) = 1 + [Toggle]_Enablesimpleopacity("Enable simple opacity", Float) = 0 + [HideInInspector] _texcoord( "", 2D ) = "white" {} + } + + Category + { + SubShader + { + LOD 0 + + Tags { "Queue"="Transparent" "IgnoreProjector"="True" "RenderType"="Transparent" "PreviewType"="Plane" } + Blend SrcAlpha OneMinusSrcAlpha + ColorMask RGB + Cull Off + Lighting Off + ZWrite Off + ZTest LEqual + Fog { Mode Off} + GrabPass{ } + + Pass { + + CGPROGRAM + #if defined(UNITY_STEREO_INSTANCING_ENABLED) || defined(UNITY_STEREO_MULTIVIEW_ENABLED) + #define ASE_DECLARE_SCREENSPACE_TEXTURE(tex) UNITY_DECLARE_SCREENSPACE_TEXTURE(tex); + #else + #define ASE_DECLARE_SCREENSPACE_TEXTURE(tex) UNITY_DECLARE_SCREENSPACE_TEXTURE(tex) + #endif + + #ifndef UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX + #define UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(input) + #endif + + #pragma vertex vert + #pragma fragment frag + #pragma fragmentoption ARB_precision_hint_fastest + #pragma target 2.0 + #pragma multi_compile_instancing + #pragma multi_compile_particles + #pragma multi_compile_fog + #define ASE_NEEDS_FRAG_COLOR + + + #include "UnityCG.cginc" + + struct appdata_t + { + float4 vertex : POSITION; + fixed4 color : COLOR; + float4 texcoord : TEXCOORD0; + UNITY_VERTEX_INPUT_INSTANCE_ID + + }; + + struct v2f + { + float4 vertex : SV_POSITION; + fixed4 color : COLOR; + float4 texcoord : TEXCOORD0; + UNITY_FOG_COORDS(1) + #ifdef SOFTPARTICLES_ON + float4 projPos : TEXCOORD2; + #endif + UNITY_VERTEX_INPUT_INSTANCE_ID + UNITY_VERTEX_OUTPUT_STEREO + float4 ase_texcoord3 : TEXCOORD3; + }; + + + #if UNITY_VERSION >= 560 + UNITY_DECLARE_DEPTH_TEXTURE( _CameraDepthTexture ); + #else + uniform sampler2D_float _CameraDepthTexture; + #endif + + //Don't delete this comment + // uniform sampler2D_float _CameraDepthTexture; + + uniform float _InvFade; + ASE_DECLARE_SCREENSPACE_TEXTURE( _GrabTexture ) + uniform sampler2D _NormalMap; + uniform float4 _NormalMap_ST; + uniform float _Distortionpower; + uniform float _Enablesimpleopacity; + inline float4 ASE_ComputeGrabScreenPos( float4 pos ) + { + #if UNITY_UV_STARTS_AT_TOP + float scale = -1.0; + #else + float scale = 1.0; + #endif + float4 o = pos; + o.y = pos.w * 0.5f; + o.y = ( pos.y - o.y ) * _ProjectionParams.x * scale + o.y; + return o; + } + + v2f vert ( appdata_t v ) + { + v2f o; + UNITY_SETUP_INSTANCE_ID(v); + UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(o); + UNITY_TRANSFER_INSTANCE_ID(v, o); + float4 ase_clipPos = UnityObjectToClipPos(v.vertex); + float4 screenPos = ComputeScreenPos(ase_clipPos); + o.ase_texcoord3 = screenPos; + + + v.vertex.xyz += float3( 0, 0, 0 ) ; + o.vertex = UnityObjectToClipPos(v.vertex); + #ifdef SOFTPARTICLES_ON + o.projPos = ComputeScreenPos (o.vertex); + COMPUTE_EYEDEPTH(o.projPos.z); + #endif + o.color = v.color; + o.texcoord = v.texcoord; + UNITY_TRANSFER_FOG(o,o.vertex); + return o; + } + + fixed4 frag ( v2f i ) : SV_Target + { + UNITY_SETUP_INSTANCE_ID( i ); + UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX( i ); + + #ifdef SOFTPARTICLES_ON + float sceneZ = LinearEyeDepth (SAMPLE_DEPTH_TEXTURE_PROJ(_CameraDepthTexture, UNITY_PROJ_COORD(i.projPos))); + float partZ = i.projPos.z; + float fade = saturate (_InvFade * (sceneZ-partZ)); + i.color.a *= fade; + #endif + + float4 screenPos = i.ase_texcoord3; + float4 ase_grabScreenPos = ASE_ComputeGrabScreenPos( screenPos ); + float4 ase_grabScreenPosNorm = ase_grabScreenPos / ase_grabScreenPos.w; + float2 uv_NormalMap = i.texcoord.xy * _NormalMap_ST.xy + _NormalMap_ST.zw; + float3 tex2DNode29 = UnpackNormal( tex2D( _NormalMap, uv_NormalMap ) ); + float4 screenColor8 = UNITY_SAMPLE_SCREENSPACE_TEXTURE(_GrabTexture,( (ase_grabScreenPosNorm).xy - (( tex2DNode29 * ( (0.0 + (_Distortionpower - 0.0) * (1.0 - 0.0) / (10000.0 - 0.0)) * (( _Enablesimpleopacity )?( 1.0 ):( i.color.a )) ) )).xy )); + float4 appendResult55 = (float4(saturate( screenColor8 ))); + float4 appendResult56 = (float4(1.0 , 1.0 , 1.0 , ( saturate( ( ( ( abs( tex2DNode29.r ) + abs( tex2DNode29.g ) ) * 30.0 ) - 0.3 ) ) * (( _Enablesimpleopacity )?( i.color.a ):( 1.0 )) ))); + fixed4 col = ( appendResult55 * appendResult56 ); + return col; + } + ENDCG + } + } + } + Fallback Off +} +/*ASEBEGIN +Version=19108 +Node;AmplifyShaderEditor.GrabScreenPosition;40;-447.4607,49.29217;Inherit;False;0;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.ComponentMaskNode;39;-191.7806,65.19897;Inherit;False;True;True;False;False;1;0;FLOAT4;0,0,0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.ScreenColorNode;8;224.0004,85.8997;Float;False;Global;_ScreenGrab0;Screen Grab 0;-1;0;Create;True;0;0;0;False;0;False;Object;-1;False;False;False;False;2;0;FLOAT2;0,0;False;1;FLOAT;0;False;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SimpleSubtractOpNode;47;44.31388,88.50478;Inherit;False;2;0;FLOAT2;0,0;False;1;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;32;-437.1129,252.4172;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.AbsOpNode;48;-454.1903,361.4375;Inherit;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.AbsOpNode;49;-457.3305,581.2555;Inherit;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;50;-246.9333,479.197;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SaturateNode;53;386.1591,485.8874;Inherit;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;51;-110.4998,477.3373;Inherit;True;2;2;0;FLOAT;0;False;1;FLOAT;30;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleSubtractOpNode;52;132.3624,477.5814;Inherit;True;2;0;FLOAT;0;False;1;FLOAT;0.3;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SaturateNode;58;396.4395,86.98833;Inherit;False;1;0;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.DynamicAppendNode;56;778.1014,417.414;Inherit;False;FLOAT4;4;0;FLOAT;1;False;1;FLOAT;1;False;2;FLOAT;1;False;3;FLOAT;0;False;1;FLOAT4;0 +Node;AmplifyShaderEditor.DynamicAppendNode;55;784.2459,227.2425;Inherit;False;FLOAT4;4;0;FLOAT4;0,0,0,0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT4;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;57;1004.299,316.7444;Inherit;False;2;2;0;FLOAT4;0,0,0,0;False;1;FLOAT4;0,0,0,0;False;1;FLOAT4;0 +Node;AmplifyShaderEditor.TemplateMultiPassMasterNode;44;1178.971,315.4701;Float;False;True;-1;2;;0;11;Hovl/Particles/Distortion;0b6a9f8b4f707c74ca64c0be8e590de0;True;SubShader 0 Pass 0;0;0;SubShader 0 Pass 0;2;False;True;2;5;False;;10;False;;0;1;False;;0;False;;False;False;False;False;False;False;False;False;False;False;False;False;True;2;False;;False;True;True;True;True;False;0;False;;False;False;False;False;False;False;False;False;False;True;2;False;;True;3;False;;False;True;4;Queue=Transparent=Queue=0;IgnoreProjector=True;RenderType=Transparent=RenderType;PreviewType=Plane;False;False;0;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;0;False;0;;0;0;Standard;0;0;1;True;False;;False;0 +Node;AmplifyShaderEditor.SamplerNode;29;-855.48,221.599;Inherit;True;Property;_NormalMap;Normal Map;0;0;Create;True;0;0;0;False;0;False;-1;35b32e8a0b24a3b4cb0ae232c4e6b17e;35b32e8a0b24a3b4cb0ae232c4e6b17e;True;0;True;bump;Auto;True;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;0,0;False;1;FLOAT2;0,0;False;2;FLOAT;1;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;5;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;59;-642.6158,523.6614;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;60;596.2004,502.084;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ToggleSwitchNode;63;329.2662,779.8604;Inherit;False;Property;_Enablesimpleopacity;Enable simple opacity;2;0;Create;True;0;0;0;False;0;False;0;True;2;0;FLOAT;1;False;1;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ComponentMaskNode;36;-252.5805,251.0987;Inherit;True;True;True;False;True;1;0;FLOAT3;0,0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.ToggleSwitchNode;62;-889.8087,599.8569;Inherit;False;Property;_Enablesimpleopacity;Enable simple opacity;2;0;Create;True;0;0;0;False;0;False;0;True;2;0;FLOAT;0;False;1;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.VertexColorNode;41;-1117.413,708.8323;Inherit;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.RangedFloatNode;31;-1106.824,419.0397;Float;False;Property;_Distortionpower;Distortion power;1;0;Create;True;0;0;0;False;0;False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.TFHCRemapNode;65;-858.0944,425.3069;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1000;False;3;FLOAT;0;False;4;FLOAT;1;False;1;FLOAT;0 +WireConnection;39;0;40;0 +WireConnection;8;0;47;0 +WireConnection;47;0;39;0 +WireConnection;47;1;36;0 +WireConnection;32;0;29;0 +WireConnection;32;1;59;0 +WireConnection;48;0;29;1 +WireConnection;49;0;29;2 +WireConnection;50;0;48;0 +WireConnection;50;1;49;0 +WireConnection;53;0;52;0 +WireConnection;51;0;50;0 +WireConnection;52;0;51;0 +WireConnection;58;0;8;0 +WireConnection;56;3;60;0 +WireConnection;55;0;58;0 +WireConnection;57;0;55;0 +WireConnection;57;1;56;0 +WireConnection;44;0;57;0 +WireConnection;59;0;65;0 +WireConnection;59;1;62;0 +WireConnection;60;0;53;0 +WireConnection;60;1;63;0 +WireConnection;63;1;41;4 +WireConnection;36;0;32;0 +WireConnection;62;0;41;4 +WireConnection;65;0;31;0 +ASEEND*/ +//CHKSM=A7291A6A5D5FE9215CA015915B07738F634AD9FE \ No newline at end of file diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Distortion.shader.meta b/Assets/Hovl Studio/HSFiles/Shaders/Distortion.shader.meta new file mode 100644 index 0000000..0b6206f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Distortion.shader.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 36121c42b945b624fb938cb9637f28d0 +ShaderImporter: + externalObjects: {} + defaultTextures: + - _NormalMap: {instanceID: 0} + - _texcoord: {instanceID: 0} + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/Distortion.shader + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Electricity.shader b/Assets/Hovl Studio/HSFiles/Shaders/Electricity.shader new file mode 100644 index 0000000..80c0823 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Electricity.shader @@ -0,0 +1,252 @@ +Shader "Hovl/Particles/Electricity" +{ + Properties + { + _MainTexture("Main Texture", 2D) = "white" {} + _Dissolveamount("Dissolve amount", Range( 0 , 1)) = 0.332 + _Mask("Mask", 2D) = "white" {} + _Color("Color", Color) = (0.5,0.5,0.5,1) + _Emission("Emission", Float) = 6 + _RemapXYFresnelZW("Remap XY/Fresnel ZW", Vector) = (-10,10,2,2) + _Speed("Speed", Vector) = (0.189,0.225,-0.2,-0.05) + _Opacity("Opacity", Range( 0 , 1)) = 1 + [MaterialToggle] _Usedepth ("Use depth?", Float ) = 0 + _Depth ("Depth", Float ) = 0.15 + [Enum(Cull Off,0, Cull Front,1, Cull Back,2)] _CullMode("Culling", Float) = 2 + } + + + Category + { + SubShader + { + Tags { "Queue"="Transparent" "IgnoreProjector"="True" "RenderType"="Transparent" "PreviewType"="Plane" } + Blend SrcAlpha OneMinusSrcAlpha + ColorMask RGB + Cull[_CullMode] + Lighting Off + ZWrite Off + ZTest LEqual + + Pass { + + CGPROGRAM + #ifndef UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX + #define UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(input) + #endif + #pragma vertex vert + #pragma fragment frag + #pragma target 2.0 + #pragma multi_compile_particles + #pragma multi_compile_fog + #include "UnityShaderVariables.cginc" + + + #include "UnityCG.cginc" + + struct appdata_t + { + float4 vertex : POSITION; + fixed4 color : COLOR; + float4 texcoord : TEXCOORD0; + UNITY_VERTEX_INPUT_INSTANCE_ID + float3 ase_normal : NORMAL; + }; + + struct v2f + { + float4 vertex : SV_POSITION; + fixed4 color : COLOR; + float4 texcoord : TEXCOORD0; + UNITY_FOG_COORDS(1) + #ifdef SOFTPARTICLES_ON + float4 projPos : TEXCOORD2; + #endif + UNITY_VERTEX_INPUT_INSTANCE_ID + UNITY_VERTEX_OUTPUT_STEREO + float4 ase_texcoord3 : TEXCOORD3; + float4 ase_texcoord4 : TEXCOORD4; + }; + + + #if UNITY_VERSION >= 560 + UNITY_DECLARE_DEPTH_TEXTURE( _CameraDepthTexture ); + #else + uniform sampler2D_float _CameraDepthTexture; + #endif + + //Don't delete this comment + // uniform sampler2D_float _CameraDepthTexture; + + uniform sampler2D _Mask; + uniform float _Dissolveamount; + uniform sampler2D _MainTexture; + uniform float4 _Speed; + uniform float4 _MainTexture_ST; + uniform float4 _RemapXYFresnelZW; + uniform float4 _Color; + uniform float _Emission; + uniform float _Opacity; + uniform float _Depth; + uniform fixed _Usedepth; + + v2f vert ( appdata_t v ) + { + v2f o; + UNITY_SETUP_INSTANCE_ID(v); + UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(o); + UNITY_TRANSFER_INSTANCE_ID(v, o); + float3 ase_worldPos = mul(unity_ObjectToWorld, v.vertex).xyz; + o.ase_texcoord3.xyz = ase_worldPos; + float3 ase_worldNormal = UnityObjectToWorldNormal(v.ase_normal); + o.ase_texcoord4.xyz = ase_worldNormal; + + + //setting value to unused interpolator channels and avoid initialization warnings + o.ase_texcoord3.w = 0; + o.ase_texcoord4.w = 0; + + v.vertex.xyz += float3( 0, 0, 0 ) ; + o.vertex = UnityObjectToClipPos(v.vertex); + #ifdef SOFTPARTICLES_ON + o.projPos = ComputeScreenPos (o.vertex); + COMPUTE_EYEDEPTH(o.projPos.z); + #endif + o.color = v.color; + o.texcoord = v.texcoord; + UNITY_TRANSFER_FOG(o,o.vertex); + return o; + } + + fixed4 frag ( v2f i ) : SV_Target + { + UNITY_SETUP_INSTANCE_ID( i ); + UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX( i ); + + float lp = 1; + #ifdef SOFTPARTICLES_ON + float sceneZ = LinearEyeDepth (SAMPLE_DEPTH_TEXTURE_PROJ(_CameraDepthTexture, UNITY_PROJ_COORD(i.projPos))); + float partZ = i.projPos.z; + float fade = saturate ((sceneZ-partZ) / _Depth); + lp *= lerp(1, fade, _Usedepth); + i.color.a *= lp; + #endif + + float temp_output_66_0 = (-0.65 + ((1.0 + (_Dissolveamount - 0.0) * (0.0 - 1.0) / (1.0 - 0.0)) - 0.0) * (0.65 - -0.65) / (1.0 - 0.0)); + float2 appendResult21 = (float2(_Speed.x , _Speed.y)); + float2 uv0_MainTexture = i.texcoord.xy * _MainTexture_ST.xy + _MainTexture_ST.zw; + float2 appendResult22 = (float2(_Speed.z , _Speed.w)); + float2 appendResult74 = (float2((1.0 + (saturate( (_RemapXYFresnelZW.x + (( ( temp_output_66_0 + tex2D( _MainTexture, ( ( appendResult21 * _Time.y ) + uv0_MainTexture ) ).a ) * ( temp_output_66_0 + tex2D( _MainTexture, ( uv0_MainTexture + ( _Time.y * appendResult22 ) ) ).a ) ) - 0.0) * (_RemapXYFresnelZW.y - _RemapXYFresnelZW.x) / (1.0 - 0.0)) ) - 0.0) * (0.0 - 1.0) / (1.0 - 0.0)) , 0.0)); + float temp_output_120_0 = saturate( tex2D( _Mask, appendResult74 ).a ); + float3 ase_worldPos = i.ase_texcoord3.xyz; + float3 ase_worldViewDir = UnityWorldSpaceViewDir(ase_worldPos); + ase_worldViewDir = normalize(ase_worldViewDir); + float3 ase_worldNormal = i.ase_texcoord4.xyz; + float fresnelNdotV83 = dot( ase_worldNormal, ase_worldViewDir ); + float fresnelNode83 = ( 0.0 + 1.0 * pow( 1.0 - fresnelNdotV83, _RemapXYFresnelZW.z ) ); + float clampResult78 = clamp( ( _RemapXYFresnelZW.w * fresnelNode83 ) , 0.0 , 1.0 ); + float4 appendResult116 = (float4((( temp_output_120_0 * _Color * i.color * clampResult78 * _Emission )).rgb , ( temp_output_120_0 * _Color.a * i.color.a * clampResult78 * _Opacity ))); + + + fixed4 col = appendResult116; + UNITY_APPLY_FOG(i.fogCoord, col); + return col; + } + ENDCG + } + } + } +} +/*ASEBEGIN +Version=19801 +Node;AmplifyShaderEditor.Vector4Node;15;-3913.605,-171.8944;Float;False;Property;_Speed;Speed;6;0;Create;True;0;0;0;False;0;False;0.189,0.225,-0.2,-0.05;0,0,0,0;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.TimeNode;17;-3582.083,-143.3319;Inherit;False;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.DynamicAppendNode;21;-3552.2,-233.9622;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.DynamicAppendNode;22;-3549.659,-11.68275;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.RangedFloatNode;64;-3162.334,-519.1004;Float;False;Property;_Dissolveamount;Dissolve amount;1;0;Create;True;0;0;0;False;0;False;0.332;0;0;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.TextureCoordinatesNode;29;-3336.797,-118.1515;Inherit;False;0;63;2;3;2;SAMPLER2D;;False;0;FLOAT2;1,1;False;1;FLOAT2;0,0;False;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;24;-3335.527,-232.621;Inherit;False;2;2;0;FLOAT2;0,0;False;1;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;23;-3333.084,34.1566;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.TexturePropertyNode;63;-3030.421,-182.4538;Float;True;Property;_MainTexture;Main Texture;0;0;Create;True;0;0;0;False;0;False;None;None;False;white;Auto;Texture2D;-1;0;2;SAMPLER2D;0;SAMPLERSTATE;1 +Node;AmplifyShaderEditor.SimpleAddOpNode;27;-3003.552,8.265821;Inherit;False;2;2;0;FLOAT2;0,0;False;1;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;26;-3001.65,-282.4343;Inherit;False;2;2;0;FLOAT2;0,0;False;1;FLOAT2;0,0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.TFHCRemapNode;79;-2883.354,-708.1322;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;1;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SamplerNode;13;-2728.789,-288.6685;Inherit;True;Property;_MainTex;MainTex;0;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.TFHCRemapNode;66;-2706.937,-518.742;Inherit;True;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;-0.65;False;4;FLOAT;0.65;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SamplerNode;14;-2735.894,-64.63338;Inherit;True;Property;_Noise;Noise;1;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.SimpleAddOpNode;68;-2351.046,-162.7447;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;67;-2355.082,-301.6194;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;69;-2188.392,-291.7206;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.Vector4Node;71;-2350.525,-37.19666;Float;False;Property;_RemapXYFresnelZW;Remap XY/Fresnel ZW;5;0;Create;True;0;0;0;False;0;False;-10,10,2,2;0,0,0,0;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.TFHCRemapNode;70;-2007.525,-299.1967;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;-0.65;False;4;FLOAT;0.65;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SaturateNode;119;-1822.089,-298.6183;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.TFHCRemapNode;80;-1662.117,-305.1185;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;1;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.DynamicAppendNode;74;-1452.87,-297.0031;Inherit;False;FLOAT2;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT2;0 +Node;AmplifyShaderEditor.FresnelNode;83;-1570.88,299.8762;Inherit;True;Standard;WorldNormal;ViewDir;False;False;5;0;FLOAT3;0,0,1;False;4;FLOAT3;0,0,0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;5;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SamplerNode;33;-1292.371,-323.9884;Inherit;True;Property;_Mask;Mask;2;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;77;-1198.092,221.5643;Inherit;True;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.VertexColorNode;32;-995.74,46.40682;Inherit;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.ColorNode;31;-1053.741,-123.5932;Float;False;Property;_Color;Color;3;0;Create;True;0;0;0;False;0;False;0.5,0.5,0.5,1;0.5,0.5,0.5,1;False;True;0;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.RangedFloatNode;52;-978.3959,355.0093;Float;False;Property;_Emission;Emission;4;0;Create;True;0;0;0;False;0;False;6;2;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SaturateNode;120;-971.9929,-299.7244;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ClampOpNode;78;-977.2617,218.1655;Inherit;False;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;51;-685.2213,-62.59716;Inherit;False;5;5;0;FLOAT;0;False;1;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;3;FLOAT;0;False;4;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.RangedFloatNode;62;-1095.473,461.8331;Float;False;Property;_Opacity;Opacity;7;0;Create;True;0;0;0;False;0;False;1;1;0;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.ComponentMaskNode;117;-484.4033,-49.63982;Inherit;False;True;True;True;False;1;0;COLOR;0,0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;61;-687.8826,208.5222;Inherit;False;5;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.DynamicAppendNode;116;-7.303206,92.0602;Inherit;False;FLOAT4;4;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT4;0 +Node;AmplifyShaderEditor.OneMinusNode;65;-2876.867,-512.4763;Inherit;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.TemplateMultiPassMasterNode;115;203.4624,51.85008;Float;False;True;-1;2;;0;11;Hovl/Particles/Electricity2;0b6a9f8b4f707c74ca64c0be8e590de0;True;SubShader 0 Pass 0;0;0;SubShader 0 Pass 0;2;False;True;2;5;False;;10;False;;0;1;False;;0;False;;False;False;False;False;False;False;False;False;False;False;False;False;True;2;False;;False;True;True;True;True;False;0;False;;False;False;False;False;False;False;False;False;False;True;2;False;;True;3;False;;False;True;4;Queue=Transparent=Queue=0;IgnoreProjector=True;RenderType=Transparent=RenderType;PreviewType=Plane;False;False;0;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;True;3;False;0;;0;0;Standard;0;0;1;True;False;;False;0 +WireConnection;21;0;15;1 +WireConnection;21;1;15;2 +WireConnection;22;0;15;3 +WireConnection;22;1;15;4 +WireConnection;24;0;21;0 +WireConnection;24;1;17;2 +WireConnection;23;0;17;2 +WireConnection;23;1;22;0 +WireConnection;27;0;29;0 +WireConnection;27;1;23;0 +WireConnection;26;0;24;0 +WireConnection;26;1;29;0 +WireConnection;79;0;64;0 +WireConnection;13;0;63;0 +WireConnection;13;1;26;0 +WireConnection;66;0;79;0 +WireConnection;14;0;63;0 +WireConnection;14;1;27;0 +WireConnection;68;0;66;0 +WireConnection;68;1;14;4 +WireConnection;67;0;66;0 +WireConnection;67;1;13;4 +WireConnection;69;0;67;0 +WireConnection;69;1;68;0 +WireConnection;70;0;69;0 +WireConnection;70;3;71;1 +WireConnection;70;4;71;2 +WireConnection;119;0;70;0 +WireConnection;80;0;119;0 +WireConnection;74;0;80;0 +WireConnection;83;3;71;3 +WireConnection;33;1;74;0 +WireConnection;77;0;71;4 +WireConnection;77;1;83;0 +WireConnection;120;0;33;4 +WireConnection;78;0;77;0 +WireConnection;51;0;120;0 +WireConnection;51;1;31;0 +WireConnection;51;2;32;0 +WireConnection;51;3;78;0 +WireConnection;51;4;52;0 +WireConnection;117;0;51;0 +WireConnection;61;0;120;0 +WireConnection;61;1;31;4 +WireConnection;61;2;32;4 +WireConnection;61;3;78;0 +WireConnection;61;4;62;0 +WireConnection;116;0;117;0 +WireConnection;116;3;61;0 +WireConnection;65;0;64;0 +WireConnection;115;0;116;0 +ASEEND*/ +//CHKSM=EC680DDF333D1759F6DAB9CD1E8286210389B9EA \ No newline at end of file diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Electricity.shader.meta b/Assets/Hovl Studio/HSFiles/Shaders/Electricity.shader.meta new file mode 100644 index 0000000..f2b3084 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Electricity.shader.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 86b3f0465bcb0c941893722f46ef6eeb +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/Electricity.shader + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph.meta b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph.meta new file mode 100644 index 0000000..7e7b280 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d3bac0dc2bda6d94185a2b3198590397 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_BlendDistort.shadergraph b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_BlendDistort.shadergraph new file mode 100644 index 0000000..29ae1ad --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_BlendDistort.shadergraph @@ -0,0 +1,17072 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "e211c70f15084b4d97b3b6c4cfd43b2a", + "m_Properties": [ + { + "m_Id": "e5b7b17a20c9467abf260cbf17bed356" + }, + { + "m_Id": "e20f751aad901d848ab7304c7bf6899a" + }, + { + "m_Id": "e829a816a0a68f82836ee7366c7c0f87" + }, + { + "m_Id": "0df3abc5fdcd53838ddd9f42ada2fcaa" + }, + { + "m_Id": "6769c64dbc6dd68b9f627752e92e92fa" + }, + { + "m_Id": "efcf0cc5cccb008da46b667acdfee82f" + }, + { + "m_Id": "8042af1760a6088a9a070a27117433a6" + }, + { + "m_Id": "06607de9c5dc238ebe026e2e323d2c96" + }, + { + "m_Id": "2e3b9334ddfc9c82b45aededd8fa3cc5" + }, + { + "m_Id": "59420bac87b50f8593be01de0da16d42" + }, + { + "m_Id": "a56060104483d786ba462de909c7c0ef" + }, + { + "m_Id": "511bc9571ae9ef86b82e555c85447c23" + }, + { + "m_Id": "dace3cd09a2511808846bf37c3589e4d" + }, + { + "m_Id": "31a92183189e4084b5cf3c5eeeb158ab" + }, + { + "m_Id": "1b3a913a34d67981a0a42126cf000224" + }, + { + "m_Id": "f2180aee2f6b4eb2996bffd01448c050" + }, + { + "m_Id": "708c051bdb6048ec97249c467de2b3ff" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "da59bb972ee74cbe8abcedf7a7e77677" + } + ], + "m_Nodes": [ + { + "m_Id": "a21b3cd28e871d8d92fb727db29b976f" + }, + { + "m_Id": "b01ef874d6bd008c83e2c1259443b55d" + }, + { + "m_Id": "55816b51bc8ef484b27119dd99cac061" + }, + { + "m_Id": "6a649bce2485398aa6ab0183d704633a" + }, + { + "m_Id": "6a9bb8cfbbdd268fae6fc6b41c5985ee" + }, + { + "m_Id": "df32f698e120fb8f822b54c5fab3878f" + }, + { + "m_Id": "8c5bf46eac23e28fa6733efebaa9b81b" + }, + { + "m_Id": "246c6571509b0e8cb1f4dd13552a787d" + }, + { + "m_Id": "664b1813b6342b89a0b8ec323ed03934" + }, + { + "m_Id": "f474915117c1bb81a3a80d6b0b95abd9" + }, + { + "m_Id": "ac08417ff7cdaf87bc8fe4eca659e66b" + }, + { + "m_Id": "d574e64f07ef9983b891024944f3c58b" + }, + { + "m_Id": "481de0df4615d582881fa7f2739b2514" + }, + { + "m_Id": "0be525d08a513889bc8b2b42e5545a7c" + }, + { + "m_Id": "b82d73ca02e1248b9b2a9d7c78ef7e64" + }, + { + "m_Id": "d59317d93b18cc8a9f4e5afd4b9f69da" + }, + { + "m_Id": "f717e5f65c8d328a89b5d6e349d5ddda" + }, + { + "m_Id": "ac02d6f9b2790e81a045c097fdd22bf5" + }, + { + "m_Id": "f636fdcaee08a08e8d74b7ee469e0807" + }, + { + "m_Id": "8576d58efb23248a96d3504ddf7eeb82" + }, + { + "m_Id": "8bb76d35c1b1158d8554230292e1c1bd" + }, + { + "m_Id": "e997a8b001c94f8c89b40fb8ed45334a" + }, + { + "m_Id": "0cb17eca730bd886b0d19bb196b352c4" + }, + { + "m_Id": "5a5564758aac3e8ab0f2bbdc40bb431b" + }, + { + "m_Id": "c849c8c67534b38cbe0bac53def9877e" + }, + { + "m_Id": "756960c4134050849214a48ae780512e" + }, + { + "m_Id": "aea930039d9ffb8398eb97fe4cccc4c2" + }, + { + "m_Id": "7f3b27bcb4b29687b8f23dce67eccbd9" + }, + { + "m_Id": "81790f55c285068c8f3036f10d04c913" + }, + { + "m_Id": "cbab2db5aa4d8a8a80bf238ed34d1ac4" + }, + { + "m_Id": "0f70816788cda9879aa9b31a8465920f" + }, + { + "m_Id": "d30b64ff26e85382875cf3b3e2e660b9" + }, + { + "m_Id": "3d197cab6acec18192d252caeded694e" + }, + { + "m_Id": "e268cae9342dde868bc88b41c521b020" + }, + { + "m_Id": "20aa464a8a0ea88cb5c381b8831730cb" + }, + { + "m_Id": "e60dfa0b5fb780899db96e3fb34a9e82" + }, + { + "m_Id": "85b8c58e85972789802dfaea97ad05e0" + }, + { + "m_Id": "08b2a371dca50b88abcbf5c2e7362375" + }, + { + "m_Id": "d5ff466cc43ca08180eb8df938f0be0b" + }, + { + "m_Id": "ee6210cbffcc3d8dbea83ccc405d00d7" + }, + { + "m_Id": "bbe47bbedc5d0f8b9a0b117d461ed270" + }, + { + "m_Id": "a898859936d62f87842b5b1d87727769" + }, + { + "m_Id": "fe00e731606ba48d9a9fa9df083222cd" + }, + { + "m_Id": "87af950519160b8ca724215eb63caeba" + }, + { + "m_Id": "21bbaf00d2ccc38698a609ad485f67fa" + }, + { + "m_Id": "08c8788f6e0a9d878ff9cf7cf7ca089e" + }, + { + "m_Id": "af92727bf284c08c9960c739abde2c0f" + }, + { + "m_Id": "d959140ac5b62582a1e63f732d9919d8" + }, + { + "m_Id": "61cf6e9db26b0a8389f1f46736096398" + }, + { + "m_Id": "785428c855ac1383a0f7650b556ad228" + }, + { + "m_Id": "14e3bc7b97b86381a0d0bfe4761f1a3a" + }, + { + "m_Id": "1b734d5536df74898bf84054510831de" + }, + { + "m_Id": "15201875e6a63c8aba55e549a59468e9" + }, + { + "m_Id": "a7450d1dc073518d8474ac32f7624bf9" + }, + { + "m_Id": "f2ca1f6ea7179e8aa89b1e0b99e5aa31" + }, + { + "m_Id": "9eb12eff9befc581ac937e7176456632" + }, + { + "m_Id": "202e688e6c154b8f8fb8ab4abf71bacb" + }, + { + "m_Id": "c810bfa3b3344cad84c594680874d08c" + }, + { + "m_Id": "aa681a30f08d48ce9ed02fae9e1904a9" + }, + { + "m_Id": "02202efe93094ea9849eb503a89a876c" + }, + { + "m_Id": "b51ebf28b56f4246b3b6856f8855225d" + }, + { + "m_Id": "d6eca2768d684b17a054b955b23acf50" + }, + { + "m_Id": "11f123b7dca041cc8f7cbbdf1876c9ad" + }, + { + "m_Id": "1ebbc51d601d41c294def97059978d15" + }, + { + "m_Id": "d53be010bf9449259163402004863167" + }, + { + "m_Id": "66a36789968b408093e85f799071d555" + }, + { + "m_Id": "82d36e313b344d72b970bb4c14e8cce8" + }, + { + "m_Id": "75fdbd9215eb49928aa34badcedb4440" + }, + { + "m_Id": "880e9420bb9a4fa78f853222dc29b2b6" + }, + { + "m_Id": "21d697289b7749c38c7e44e79d80c493" + }, + { + "m_Id": "30a6000263bf489ab722646cb75d509a" + }, + { + "m_Id": "87eb6718c66a4f50911e61d7e341de65" + }, + { + "m_Id": "ce24a273c4fb464bb944a25e1f467fe2" + }, + { + "m_Id": "9a6066c75d374c53803336c474613a9f" + }, + { + "m_Id": "5089822ffa6543a793467ab6692ec34e" + }, + { + "m_Id": "c664229f4d7543f3a351a70f9c93d98d" + }, + { + "m_Id": "de6bd608b3e14ec5be6d49ed24b16e74" + }, + { + "m_Id": "8f9b490416e14d3a81e6370b8d0ebad1" + }, + { + "m_Id": "dd98c8c4d1704e408c913a91ca6445d0" + }, + { + "m_Id": "2316b7410f5543d2842e527477b76944" + }, + { + "m_Id": "9a56a9d28eaa4b0baac5c26adfb5c4f7" + }, + { + "m_Id": "adfee0f27b5943aa85b620461783c4b3" + }, + { + "m_Id": "3c455970245f4891b3eca659cff28861" + }, + { + "m_Id": "7de36147415a44bab33cd62e7c69c860" + }, + { + "m_Id": "5f3c26234d4c457bb87d0d7ab2db5e25" + }, + { + "m_Id": "4efca649b3fc410198bb8283e6c92011" + }, + { + "m_Id": "45a65e3a11504eb2a0968a0e3f3c9f8d" + }, + { + "m_Id": "fa0a358c33c445f89bc2611a6f3295c4" + }, + { + "m_Id": "eef4d1547d1e454d8112b3cb581253d9" + }, + { + "m_Id": "bf7e0c0ce922441cbcaf8f7a5e91e928" + }, + { + "m_Id": "5a8ebcae5e2a40a1b0de4342ba8af41b" + }, + { + "m_Id": "bad923013a504f4b9572f530c14cad69" + }, + { + "m_Id": "1d35c0c3d9124bd5a05e1f9f68d674ab" + }, + { + "m_Id": "8c42414a235241fba36e6535fad7b146" + }, + { + "m_Id": "d084df0f6e4b46f3be2f10e7f0cef43f" + }, + { + "m_Id": "bf2c72ce3996400cb9fbe79a85b4f02c" + }, + { + "m_Id": "988473fc4880498eb302e46af929c3da" + }, + { + "m_Id": "f64a05bf9a9d4ebd8b00f96fd2a3d897" + }, + { + "m_Id": "2dbaec9df45444c180d8d7c4b90ee882" + }, + { + "m_Id": "7057e7b5ba5049d7a296df22cd0be6b0" + }, + { + "m_Id": "f9e29cea8d1d470e9f2875bc35353864" + }, + { + "m_Id": "4c08d3d050304215893993178f74c0bc" + }, + { + "m_Id": "3cbdf4053bff446680b8b1d1d2becc19" + }, + { + "m_Id": "e72c8eb0628a4e6d9cc10970603908e0" + }, + { + "m_Id": "e1820e7ae6a4493cac6e3d0f09c1db54" + }, + { + "m_Id": "9a536fdcfdd94c168503b5ceb234db6f" + }, + { + "m_Id": "bc4dc93f74c74406916b9069dbc6f1c2" + }, + { + "m_Id": "3d4c1ad136814a309167713f0cd6d480" + }, + { + "m_Id": "824e54e1939e4b1b885405af01b034ec" + }, + { + "m_Id": "408b0ce99a8042e981d49aef9106e521" + }, + { + "m_Id": "de0110892f334e67aa9d4c4c1f7c131e" + }, + { + "m_Id": "e4bb871b07014305bc891bce0a9b22c0" + }, + { + "m_Id": "c4e6ef041ee045f381bfcb8653a79591" + }, + { + "m_Id": "abf4b11fe1c34f1089148e88f4de5034" + }, + { + "m_Id": "2652c72133654a2690cc0ae49f63bc93" + }, + { + "m_Id": "00637671834b46cbb85941d7bd68a794" + }, + { + "m_Id": "6570e7bbb990464e8a11c9a4942f6ba8" + }, + { + "m_Id": "133eae62b71243afa62dd288d15f27ad" + }, + { + "m_Id": "e9774cd98d8040fea12c3c7759d9b87f" + }, + { + "m_Id": "2a10140d91a1496aa33a1bede867fdda" + }, + { + "m_Id": "0b2c9544c54a408694c68dd6074a0605" + }, + { + "m_Id": "3ee5df728dc3434996586170c9a4678e" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "00637671834b46cbb85941d7bd68a794" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c4e6ef041ee045f381bfcb8653a79591" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "08b2a371dca50b88abcbf5c2e7362375" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e60dfa0b5fb780899db96e3fb34a9e82" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "08c8788f6e0a9d878ff9cf7cf7ca089e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8bb76d35c1b1158d8554230292e1c1bd" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0b2c9544c54a408694c68dd6074a0605" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5f3c26234d4c457bb87d0d7ab2db5e25" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0be525d08a513889bc8b2b42e5545a7c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7f3b27bcb4b29687b8f23dce67eccbd9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0cb17eca730bd886b0d19bb196b352c4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "664b1813b6342b89a0b8ec323ed03934" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0f70816788cda9879aa9b31a8465920f" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d959140ac5b62582a1e63f732d9919d8" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "133eae62b71243afa62dd288d15f27ad" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c4e6ef041ee045f381bfcb8653a79591" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "14e3bc7b97b86381a0d0bfe4761f1a3a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "aea930039d9ffb8398eb97fe4cccc4c2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "15201875e6a63c8aba55e549a59468e9" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "08c8788f6e0a9d878ff9cf7cf7ca089e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1b734d5536df74898bf84054510831de" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bbe47bbedc5d0f8b9a0b117d461ed270" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1d35c0c3d9124bd5a05e1f9f68d674ab" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d084df0f6e4b46f3be2f10e7f0cef43f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1ebbc51d601d41c294def97059978d15" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bbe47bbedc5d0f8b9a0b117d461ed270" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "202e688e6c154b8f8fb8ab4abf71bacb" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b01ef874d6bd008c83e2c1259443b55d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "20aa464a8a0ea88cb5c381b8831730cb" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f717e5f65c8d328a89b5d6e349d5ddda" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "21bbaf00d2ccc38698a609ad485f67fa" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b01ef874d6bd008c83e2c1259443b55d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "21d697289b7749c38c7e44e79d80c493" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "75fdbd9215eb49928aa34badcedb4440" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2316b7410f5543d2842e527477b76944" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dd98c8c4d1704e408c913a91ca6445d0" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "246c6571509b0e8cb1f4dd13552a787d" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "87af950519160b8ca724215eb63caeba" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2652c72133654a2690cc0ae49f63bc93" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "00637671834b46cbb85941d7bd68a794" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2a10140d91a1496aa33a1bede867fdda" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0b2c9544c54a408694c68dd6074a0605" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2a10140d91a1496aa33a1bede867fdda" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3ee5df728dc3434996586170c9a4678e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2dbaec9df45444c180d8d7c4b90ee882" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "756960c4134050849214a48ae780512e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "30a6000263bf489ab722646cb75d509a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "87eb6718c66a4f50911e61d7e341de65" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3c455970245f4891b3eca659cff28861" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9a56a9d28eaa4b0baac5c26adfb5c4f7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3cbdf4053bff446680b8b1d1d2becc19" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f9e29cea8d1d470e9f2875bc35353864" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3d197cab6acec18192d252caeded694e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d5ff466cc43ca08180eb8df938f0be0b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3d4c1ad136814a309167713f0cd6d480" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e72c8eb0628a4e6d9cc10970603908e0" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3ee5df728dc3434996586170c9a4678e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0b2c9544c54a408694c68dd6074a0605" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "408b0ce99a8042e981d49aef9106e521" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "de0110892f334e67aa9d4c4c1f7c131e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "45a65e3a11504eb2a0968a0e3f3c9f8d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4efca649b3fc410198bb8283e6c92011" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "481de0df4615d582881fa7f2739b2514" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "246c6571509b0e8cb1f4dd13552a787d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4c08d3d050304215893993178f74c0bc" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "664b1813b6342b89a0b8ec323ed03934" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4efca649b3fc410198bb8283e6c92011" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "08c8788f6e0a9d878ff9cf7cf7ca089e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4efca649b3fc410198bb8283e6c92011" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8bb76d35c1b1158d8554230292e1c1bd" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5089822ffa6543a793467ab6692ec34e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3d197cab6acec18192d252caeded694e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5089822ffa6543a793467ab6692ec34e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6a649bce2485398aa6ab0183d704633a" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5089822ffa6543a793467ab6692ec34e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "988473fc4880498eb302e46af929c3da" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "55816b51bc8ef484b27119dd99cac061" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e60dfa0b5fb780899db96e3fb34a9e82" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5a5564758aac3e8ab0f2bbdc40bb431b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b82d73ca02e1248b9b2a9d7c78ef7e64" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5f3c26234d4c457bb87d0d7ab2db5e25" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4efca649b3fc410198bb8283e6c92011" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "61cf6e9db26b0a8389f1f46736096398" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d5ff466cc43ca08180eb8df938f0be0b" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "61cf6e9db26b0a8389f1f46736096398" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ee6210cbffcc3d8dbea83ccc405d00d7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6570e7bbb990464e8a11c9a4942f6ba8" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "133eae62b71243afa62dd288d15f27ad" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "664b1813b6342b89a0b8ec323ed03934" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d30b64ff26e85382875cf3b3e2e660b9" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "66a36789968b408093e85f799071d555" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bc4dc93f74c74406916b9069dbc6f1c2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6a649bce2485398aa6ab0183d704633a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d5ff466cc43ca08180eb8df938f0be0b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6a9bb8cfbbdd268fae6fc6b41c5985ee" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "82d36e313b344d72b970bb4c14e8cce8" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6a9bb8cfbbdd268fae6fc6b41c5985ee" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "82d36e313b344d72b970bb4c14e8cce8" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6a9bb8cfbbdd268fae6fc6b41c5985ee" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "87af950519160b8ca724215eb63caeba" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7057e7b5ba5049d7a296df22cd0be6b0" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2dbaec9df45444c180d8d7c4b90ee882" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "756960c4134050849214a48ae780512e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b82d73ca02e1248b9b2a9d7c78ef7e64" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "75fdbd9215eb49928aa34badcedb4440" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bad923013a504f4b9572f530c14cad69" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "75fdbd9215eb49928aa34badcedb4440" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d6eca2768d684b17a054b955b23acf50" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "785428c855ac1383a0f7650b556ad228" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "756960c4134050849214a48ae780512e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7de36147415a44bab33cd62e7c69c860" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9a56a9d28eaa4b0baac5c26adfb5c4f7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7de36147415a44bab33cd62e7c69c860" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d084df0f6e4b46f3be2f10e7f0cef43f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7f3b27bcb4b29687b8f23dce67eccbd9" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d959140ac5b62582a1e63f732d9919d8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7f3b27bcb4b29687b8f23dce67eccbd9" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e268cae9342dde868bc88b41c521b020" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "81790f55c285068c8f3036f10d04c913" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d574e64f07ef9983b891024944f3c58b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "824e54e1939e4b1b885405af01b034ec" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9a536fdcfdd94c168503b5ceb234db6f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "82d36e313b344d72b970bb4c14e8cce8" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4c08d3d050304215893993178f74c0bc" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8576d58efb23248a96d3504ddf7eeb82" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "55816b51bc8ef484b27119dd99cac061" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "85b8c58e85972789802dfaea97ad05e0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e997a8b001c94f8c89b40fb8ed45334a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "87af950519160b8ca724215eb63caeba" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2dbaec9df45444c180d8d7c4b90ee882" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "87eb6718c66a4f50911e61d7e341de65" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b51ebf28b56f4246b3b6856f8855225d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "87eb6718c66a4f50911e61d7e341de65" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eef4d1547d1e454d8112b3cb581253d9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "880e9420bb9a4fa78f853222dc29b2b6" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "75fdbd9215eb49928aa34badcedb4440" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8bb76d35c1b1158d8554230292e1c1bd" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "21d697289b7749c38c7e44e79d80c493" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8bb76d35c1b1158d8554230292e1c1bd" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "75fdbd9215eb49928aa34badcedb4440" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8c42414a235241fba36e6535fad7b146" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1d35c0c3d9124bd5a05e1f9f68d674ab" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8c5bf46eac23e28fa6733efebaa9b81b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "61cf6e9db26b0a8389f1f46736096398" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8f9b490416e14d3a81e6370b8d0ebad1" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2316b7410f5543d2842e527477b76944" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "988473fc4880498eb302e46af929c3da" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3d197cab6acec18192d252caeded694e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "988473fc4880498eb302e46af929c3da" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6a649bce2485398aa6ab0183d704633a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9a536fdcfdd94c168503b5ceb234db6f" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bc4dc93f74c74406916b9069dbc6f1c2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9a56a9d28eaa4b0baac5c26adfb5c4f7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2316b7410f5543d2842e527477b76944" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9a6066c75d374c53803336c474613a9f" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4efca649b3fc410198bb8283e6c92011" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9a6066c75d374c53803336c474613a9f" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5f3c26234d4c457bb87d0d7ab2db5e25" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9eb12eff9befc581ac937e7176456632" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a7450d1dc073518d8474ac32f7624bf9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9eb12eff9befc581ac937e7176456632" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "af92727bf284c08c9960c739abde2c0f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a21b3cd28e871d8d92fb727db29b976f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "08b2a371dca50b88abcbf5c2e7362375" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a21b3cd28e871d8d92fb727db29b976f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "202e688e6c154b8f8fb8ab4abf71bacb" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a7450d1dc073518d8474ac32f7624bf9" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1b734d5536df74898bf84054510831de" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a7450d1dc073518d8474ac32f7624bf9" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c664229f4d7543f3a351a70f9c93d98d" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a898859936d62f87842b5b1d87727769" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ce24a273c4fb464bb944a25e1f467fe2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "abf4b11fe1c34f1089148e88f4de5034" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "00637671834b46cbb85941d7bd68a794" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ac02d6f9b2790e81a045c097fdd22bf5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8bb76d35c1b1158d8554230292e1c1bd" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ac08417ff7cdaf87bc8fe4eca659e66b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "481de0df4615d582881fa7f2739b2514" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "adfee0f27b5943aa85b620461783c4b3" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "de6bd608b3e14ec5be6d49ed24b16e74" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "aea930039d9ffb8398eb97fe4cccc4c2" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "246c6571509b0e8cb1f4dd13552a787d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "af92727bf284c08c9960c739abde2c0f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "785428c855ac1383a0f7650b556ad228" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b01ef874d6bd008c83e2c1259443b55d" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5089822ffa6543a793467ab6692ec34e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b01ef874d6bd008c83e2c1259443b55d" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "87eb6718c66a4f50911e61d7e341de65" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b82d73ca02e1248b9b2a9d7c78ef7e64" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f2ca1f6ea7179e8aa89b1e0b99e5aa31" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b82d73ca02e1248b9b2a9d7c78ef7e64" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cbab2db5aa4d8a8a80bf238ed34d1ac4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bad923013a504f4b9572f530c14cad69" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bf7e0c0ce922441cbcaf8f7a5e91e928" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bbe47bbedc5d0f8b9a0b117d461ed270" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f717e5f65c8d328a89b5d6e349d5ddda" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bc4dc93f74c74406916b9069dbc6f1c2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a7450d1dc073518d8474ac32f7624bf9" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bf2c72ce3996400cb9fbe79a85b4f02c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "988473fc4880498eb302e46af929c3da" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c4e6ef041ee045f381bfcb8653a79591" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e9774cd98d8040fea12c3c7759d9b87f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c664229f4d7543f3a351a70f9c93d98d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "de6bd608b3e14ec5be6d49ed24b16e74" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c849c8c67534b38cbe0bac53def9877e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d574e64f07ef9983b891024944f3c58b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cbab2db5aa4d8a8a80bf238ed34d1ac4" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "55816b51bc8ef484b27119dd99cac061" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ce24a273c4fb464bb944a25e1f467fe2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5089822ffa6543a793467ab6692ec34e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ce24a273c4fb464bb944a25e1f467fe2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9a6066c75d374c53803336c474613a9f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d084df0f6e4b46f3be2f10e7f0cef43f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bad923013a504f4b9572f530c14cad69" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d30b64ff26e85382875cf3b3e2e660b9" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "481de0df4615d582881fa7f2739b2514" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d53be010bf9449259163402004863167" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e1820e7ae6a4493cac6e3d0f09c1db54" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d574e64f07ef9983b891024944f3c58b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0be525d08a513889bc8b2b42e5545a7c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d574e64f07ef9983b891024944f3c58b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f474915117c1bb81a3a80d6b0b95abd9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d59317d93b18cc8a9f4e5afd4b9f69da" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6a9bb8cfbbdd268fae6fc6b41c5985ee" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d5ff466cc43ca08180eb8df938f0be0b" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "87eb6718c66a4f50911e61d7e341de65" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d959140ac5b62582a1e63f732d9919d8" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "15201875e6a63c8aba55e549a59468e9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dd98c8c4d1704e408c913a91ca6445d0" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "988473fc4880498eb302e46af929c3da" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "de6bd608b3e14ec5be6d49ed24b16e74" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7de36147415a44bab33cd62e7c69c860" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "de6bd608b3e14ec5be6d49ed24b16e74" + }, + "m_SlotId": 5 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7de36147415a44bab33cd62e7c69c860" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "df32f698e120fb8f822b54c5fab3878f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "202e688e6c154b8f8fb8ab4abf71bacb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e1820e7ae6a4493cac6e3d0f09c1db54" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "af92727bf284c08c9960c739abde2c0f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e268cae9342dde868bc88b41c521b020" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d959140ac5b62582a1e63f732d9919d8" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e4bb871b07014305bc891bce0a9b22c0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e9774cd98d8040fea12c3c7759d9b87f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e60dfa0b5fb780899db96e3fb34a9e82" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ce24a273c4fb464bb944a25e1f467fe2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e72c8eb0628a4e6d9cc10970603908e0" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e1820e7ae6a4493cac6e3d0f09c1db54" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e9774cd98d8040fea12c3c7759d9b87f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2a10140d91a1496aa33a1bede867fdda" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e997a8b001c94f8c89b40fb8ed45334a" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d53be010bf9449259163402004863167" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e997a8b001c94f8c89b40fb8ed45334a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d53be010bf9449259163402004863167" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e997a8b001c94f8c89b40fb8ed45334a" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "66a36789968b408093e85f799071d555" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e997a8b001c94f8c89b40fb8ed45334a" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "66a36789968b408093e85f799071d555" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ee6210cbffcc3d8dbea83ccc405d00d7" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1ebbc51d601d41c294def97059978d15" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f2ca1f6ea7179e8aa89b1e0b99e5aa31" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "df32f698e120fb8f822b54c5fab3878f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f474915117c1bb81a3a80d6b0b95abd9" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0f70816788cda9879aa9b31a8465920f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f636fdcaee08a08e8d74b7ee469e0807" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ee6210cbffcc3d8dbea83ccc405d00d7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f64a05bf9a9d4ebd8b00f96fd2a3d897" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7057e7b5ba5049d7a296df22cd0be6b0" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f717e5f65c8d328a89b5d6e349d5ddda" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f2ca1f6ea7179e8aa89b1e0b99e5aa31" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f717e5f65c8d328a89b5d6e349d5ddda" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cbab2db5aa4d8a8a80bf238ed34d1ac4" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f9e29cea8d1d470e9f2875bc35353864" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4c08d3d050304215893993178f74c0bc" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fa0a358c33c445f89bc2611a6f3295c4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7f3b27bcb4b29687b8f23dce67eccbd9" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fe00e731606ba48d9a9fa9df083222cd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8576d58efb23248a96d3504ddf7eeb82" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fe00e731606ba48d9a9fa9df083222cd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "df32f698e120fb8f822b54c5fab3878f" + }, + "m_SlotId": 1 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 1433.0, + "y": -531.0 + }, + "m_Blocks": [ + { + "m_Id": "c810bfa3b3344cad84c594680874d08c" + }, + { + "m_Id": "aa681a30f08d48ce9ed02fae9e1904a9" + }, + { + "m_Id": "02202efe93094ea9849eb503a89a876c" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": 1433.0, + "y": -331.0000305175781 + }, + "m_Blocks": [ + { + "m_Id": "b51ebf28b56f4246b3b6856f8855225d" + }, + { + "m_Id": "d6eca2768d684b17a054b955b23acf50" + }, + { + "m_Id": "11f123b7dca041cc8f7cbbdf1876c9ad" + }, + { + "m_Id": "eef4d1547d1e454d8112b3cb581253d9" + }, + { + "m_Id": "bf7e0c0ce922441cbcaf8f7a5e91e928" + }, + { + "m_Id": "5a8ebcae5e2a40a1b0de4342ba8af41b" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 0, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_SubDatas": [], + "m_ActiveTargets": [ + { + "m_Id": "b7400b426efd4717bccadbe3a5556f5f" + }, + { + "m_Id": "bd4596fa57014d4092e759a16ca7c0d2" + }, + { + "m_Id": "357725c463824a6f938307f3362f8e41" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "00637671834b46cbb85941d7bd68a794", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2096.5673828125, + "y": 997.272216796875, + "width": 126.0, + "height": 117.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "46d60e2cced04bf7b31f356e913450d3" + }, + { + "m_Id": "887ef1e9fe1042b2bfdd086c45048438" + }, + { + "m_Id": "4cf1f614f84f469b85bac3ba4bf05b8a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "00f58fc4225b5985b6dd66d694cec5ce", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "01470bf6101eb9848e8c09cc5e7b90f1", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "015024a2d937e5828963fec2926baeb7", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "0151da0e9c5eab8aa7c39fd0a0c96f46", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "01d7f0a76074472abebb790548a4f4c2", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "02202efe93094ea9849eb503a89a876c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Tangent", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "f5ff4a4ce1eb48bdaffbc049b10e49f7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInUnlitSubTarget", + "m_ObjectId": "0404100f413d4677adaf0919265a2ec8" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "04960de964d94eea86993f0cfc70c4ac", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "051201de5cd3b4828a1e3759bcb6ddc4", + "m_Id": 1, + "m_DisplayName": "Min", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Min", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "0524bf4b13dccb8cab280ce8dd9af649", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "06607de9c5dc238ebe026e2e323d2c96", + "m_Guid": { + "m_GuidSerialized": "8c99dd19-cb0e-4f6e-b98c-a2ff94bb3c52" + }, + "m_Name": "Emission", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_6294219F", + "m_OverrideReferenceName": "_Emission", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "06765bc6656c4d439806887321fb9589", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0753b2a39f86443abf711b4e6a0dfcb9", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "07d58e38dedc4bc4bd710f409b587308", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "08b2a371dca50b88abcbf5c2e7362375", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1903.9998779296875, + "y": 316.99993896484377, + "width": 120.0, + "height": 149.00009155273438 + } + }, + "m_Slots": [ + { + "m_Id": "9430630547d7498b8f7767faa928133e" + }, + { + "m_Id": "6f8635ba63207388a52f722376b80726" + }, + { + "m_Id": "ca250bf88e2ea386bb0b620ce43c3c3a" + }, + { + "m_Id": "fbeb7639dcbad08b90fc0ce59802f7b5" + }, + { + "m_Id": "d935ea0e37187c81ab596eba506b62da" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "08c8788f6e0a9d878ff9cf7cf7ca089e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -238.99996948242188, + "y": 295.0, + "width": 123.00000762939453, + "height": 118.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "015024a2d937e5828963fec2926baeb7" + }, + { + "m_Id": "1b7a6d0c54ee378592a883a3636c52e8" + }, + { + "m_Id": "b94031cc8f0d898fad6e3d1349234260" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "094e7fa0408ac189ba2a6b288313893f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "09887b09d24745908fc42d47421786cc", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0a0049ff62d644e888711bd5628b1ab4", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "0b01ada4b2429081a015b225c5199fe2", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "0b2c9544c54a408694c68dd6074a0605", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1138.567138671875, + "y": 984.2720947265625, + "width": 126.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "1b4b51f92f5f4893b96e606225ab4d02" + }, + { + "m_Id": "df744843f2ce4f4cbbf8b300bc3aa33e" + }, + { + "m_Id": "e5212195d24944578feffb17dfa99a09" + }, + { + "m_Id": "77bbc24f449942d99ec02c8fc00dc52c" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0b8e89982e4803888c495d9e7b66ecb8", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PowerNode", + "m_ObjectId": "0be525d08a513889bc8b2b42e5545a7c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Power", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1678.9998779296875, + "y": 1769.9998779296875, + "width": 124.99999237060547, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "da5a2ca9a0041585b4d5217399ed9e83" + }, + { + "m_Id": "7b1ae5a22257348992076948804b93cb" + }, + { + "m_Id": "9c031a9f61537188b9c8f6b6adace7e0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "0cb17eca730bd886b0d19bb196b352c4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4381.0, + "y": 744.9999389648438, + "width": 124.0, + "height": 173.0 + } + }, + "m_Slots": [ + { + "m_Id": "8271c94298bb768da885ddd626a968d5" + }, + { + "m_Id": "b6cbf197527d12829ad346cd4fb33309" + }, + { + "m_Id": "1c7e028221d16b89801d170c05bd6960" + }, + { + "m_Id": "5a6ae64f5b46208686eeb4f9ca0b565c" + }, + { + "m_Id": "8bbb5483e7a80184a8bd6b53ce6b002d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "0df3abc5fdcd53838ddd9f42ada2fcaa", + "m_Guid": { + "m_GuidSerialized": "432fe999-48f0-46b7-b5f8-cad5a0a79c13" + }, + "m_Name": "Flow", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_6B7AC656", + "m_OverrideReferenceName": "_Flow", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "0f2d40b5ffb5de818cbefaef07c590bd", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "0f70816788cda9879aa9b31a8465920f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1225.0001220703125, + "y": 2060.0, + "width": 186.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "e4ee064cc859c085bfc8ec073b8b8334" + }, + { + "m_Id": "d371bdc3f81a248aadac195ac63c12a7" + }, + { + "m_Id": "10cd3f8cc72f118495bd403e2e97347d" + }, + { + "m_Id": "ce1327dadf245d87bc394a13395aedd4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0fa24f08a438198baa45965783f60f84", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 5.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "0fe5e3955b4f5a808f51b8411aa92c07", + "m_Id": 0, + "m_DisplayName": "Soft edges", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "10c5b5702ee74380b4516ea0ad190830", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "10cd3f8cc72f118495bd403e2e97347d", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "11f123b7dca041cc8f7cbbdf1876c9ad", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.AlphaClipThreshold", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "e39faed2c64540baa922eb3b95275155" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.AlphaClipThreshold" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "12b39d011e6bc187b42187e35e371c75", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "12b659b4f0cc2e859ec8e70e433e79d6", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "12b87ade4022998eadbaaf7f9b241b36", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "13200b07e57647cfb1ea1e2d4b26756f", + "m_Id": 0, + "m_DisplayName": "Distortion Blur", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "DistortionBlur", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "133792037a1b4a76966b47a3bc60a703", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "133eae62b71243afa62dd288d15f27ad", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2085.5673828125, + "y": 1115.2720947265625, + "width": 120.0, + "height": 149.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "39531f622ef341f5931d8be333935e5c" + }, + { + "m_Id": "5c5fdfb79efa443fba4d26cdbc91a6b1" + }, + { + "m_Id": "5db33ca899c94406a81c51ac8361e9f3" + }, + { + "m_Id": "678bb3af99b748ada0c64bcad921268c" + }, + { + "m_Id": "10c5b5702ee74380b4516ea0ad190830" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "13d9af6ddb6245e49f423f97c6fb18b7", + "m_Id": 0, + "m_DisplayName": "Noise", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "140b8a711c244554b37b471051433f6b", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1446e497165d4ae8b36ce08d8b6f157d", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "147d21a3efd6d98a86f466977ae78d5c", + "m_Id": 1, + "m_DisplayName": "Sine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Sine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "14ca3def49124b83975d4be42231ae84", + "m_Id": 3, + "m_DisplayName": "Delta Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Delta Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "14e3bc7b97b86381a0d0bfe4761f1a3a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3687.0, + "y": 1017.9999389648438, + "width": 112.0, + "height": 34.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "c0417e1bfa2b9288abbd6e16ca0de299" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "6769c64dbc6dd68b9f627752e92e92fa" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ClampNode", + "m_ObjectId": "15201875e6a63c8aba55e549a59468e9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Clamp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -706.0000610351563, + "y": 1766.9998779296875, + "width": 139.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "73633c83073f7f869546eb34e2f07cb7" + }, + { + "m_Id": "051201de5cd3b4828a1e3759bcb6ddc4" + }, + { + "m_Id": "ac277ee1d6b4af889de6c5ea5deba837" + }, + { + "m_Id": "81737d7a8376bf8e9a1e8638387532d3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "15f7002c74a9518992b963d5294c1d89", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "16b4e6bce2eff8819362200a7249e706", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "16c74e7e9d7643b9baac660078afc502", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "19ef792a87be4d8cb29e45a20c7ad39f", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1aa73c5fb640078a91663cd03b3367ae", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "1b3a913a34d67981a0a42126cf000224", + "m_Guid": { + "m_GuidSerialized": "a7bbd156-c82e-4357-b283-d1bd94cf19fd" + }, + "m_Name": "Use Noise Random UV", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Boolean_7B109E00", + "m_OverrideReferenceName": "_UseNoiseRandomUV", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1b4b51f92f5f4893b96e606225ab4d02", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "1b734d5536df74898bf84054510831de", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2942.0, + "y": -133.00001525878907, + "width": 155.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "f117b7b51574d684a5c27e0798b1a041" + }, + { + "m_Id": "c4c5916de3ff0b84a453dfbe8b1f8272" + }, + { + "m_Id": "600a6ee1c3c5dd8b8d7e5bda92330252" + }, + { + "m_Id": "00f58fc4225b5985b6dd66d694cec5ce" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1b7a6d0c54ee378592a883a3636c52e8", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1c7e028221d16b89801d170c05bd6960", + "m_Id": 2, + "m_DisplayName": "Cosine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Cosine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1ce77168a98bc087a0d7f74b312a911e", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "1d35c0c3d9124bd5a05e1f9f68d674ab", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -887.9998779296875, + "y": -1143.0, + "width": 125.9998779296875, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "818015e055f0485ca7e69a3d6fa5b563" + }, + { + "m_Id": "e43ad020ed0b4843a951281b83755a2a" + }, + { + "m_Id": "ab1fbe0a42b44d598d8e599ab62c02d6" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1d7fae67014f4381aff0ad964a792ee1", + "m_Id": 3, + "m_DisplayName": "Near Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Near Plane", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1d93a6a72b13fd80aba32b062bb8b211", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "1ebbc51d601d41c294def97059978d15", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2525.0, + "y": -36.0, + "width": 128.0, + "height": 101.0 + } + }, + "m_Slots": [ + { + "m_Id": "3a42da208795444ea52d8f13cd31677c" + }, + { + "m_Id": "d97382694a6f4802b1a4ea5dcafa1f98" + }, + { + "m_Id": "8beec39ecc5c4ee5b1352690e5c624c1" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1f6764928ee4c18aa3001225b0d0511e", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "1f8e080658ac4298b83905f373768294", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "202e688e6c154b8f8fb8ab4abf71bacb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1557.0001220703125, + "y": -128.0000457763672, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "ddf2149607048f8f9e06423f4077ad3f" + }, + { + "m_Id": "97dc1c6918d41e85a4c60bdfdc456af6" + }, + { + "m_Id": "094e7fa0408ac189ba2a6b288313893f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "20aa464a8a0ea88cb5c381b8831730cb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2301.0, + "y": -175.99998474121095, + "width": 108.00000762939453, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "dbe7b12c05cf978298a4e01a69212be8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e829a816a0a68f82836ee7366c7c0f87" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.SystemData", + "m_ObjectId": "210c5042754e4ee8adea50ca3426fc29", + "m_MaterialNeedsUpdateHash": 0, + "m_SurfaceType": 1, + "m_RenderingPass": 4, + "m_BlendMode": 0, + "m_ZTest": 4, + "m_ZWrite": false, + "m_TransparentCullMode": 2, + "m_OpaqueCullMode": 2, + "m_SortPriority": 0, + "m_AlphaTest": false, + "m_ExcludeFromTUAndAA": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_SupportLodCrossFade": false, + "m_DoubleSidedMode": 1, + "m_DOTSInstancing": false, + "m_CustomVelocity": false, + "m_Tessellation": false, + "m_TessellationMode": 0, + "m_TessellationFactorMinDistance": 20.0, + "m_TessellationFactorMaxDistance": 50.0, + "m_TessellationFactorTriangleSize": 100.0, + "m_TessellationShapeFactor": 0.75, + "m_TessellationBackFaceCullEpsilon": -0.25, + "m_TessellationMaxDisplacement": 0.009999999776482582, + "m_Version": 1, + "inspectorFoldoutMask": 3 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "21bbaf00d2ccc38698a609ad485f67fa", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1242.0, + "y": -50.0, + "width": 121.0, + "height": 34.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "6959c723867d6d8d854eeb44430d6850" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "06607de9c5dc238ebe026e2e323d2c96" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "21d697289b7749c38c7e44e79d80c493", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 194.0, + "y": 92.0, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "ee887e10350740c48248ddec34756765" + }, + { + "m_Id": "133792037a1b4a76966b47a3bc60a703" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "223494e5a14240c5996d42ed31740c80", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "223f99db15de6e899d31ac726601ffc7", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "230031066d3c328ea4f87f2475b9c25e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "2316b7410f5543d2842e527477b76944", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1125.1224365234375, + "y": -789.4813842773438, + "width": 123.00000762939453, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "764c34e3f687478cb06488ea11a8bdd9" + }, + { + "m_Id": "682f89491fef467787865fa7a93e9854" + }, + { + "m_Id": "318ab52854904454bab6dc1812ebd4c6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "2346f9a4a757435aa5fbece3fc68ca0a", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "234d64bccc7740debc0e678e686bebd8", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "246c6571509b0e8cb1f4dd13552a787d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3299.0, + "y": 731.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "3896a15580410d828120aae4d9426c6b" + }, + { + "m_Id": "1f6764928ee4c18aa3001225b0d0511e" + }, + { + "m_Id": "230031066d3c328ea4f87f2475b9c25e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "24be8f9b7a524dfcb85ccd7d2348fdbf", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "259ccc9324fe41e9a06c4daeb7d173cb", + "m_Id": 1, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "25c7c95e4bb8471588f1d0557751857a", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "261b801520f5c086bf770ccf0508192a", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CameraNode", + "m_ObjectId": "2652c72133654a2690cc0ae49f63bc93", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Camera", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2305.567138671875, + "y": 1078.2720947265625, + "width": 122.0, + "height": 245.0 + } + }, + "m_Slots": [ + { + "m_Id": "9a5ff294a0114574a5dbcee5c1b1b5ef" + }, + { + "m_Id": "71a58cec27aa4b25bba191d4716ecb75" + }, + { + "m_Id": "f21b9687b0394139a968a4c228c3895d" + }, + { + "m_Id": "1d7fae67014f4381aff0ad964a792ee1" + }, + { + "m_Id": "3fbf0393eea84d5ea61f349d6e30c954" + }, + { + "m_Id": "dd0f5edd356844769bf3ef1f89de8f13" + }, + { + "m_Id": "d7451f1f0318461d82f8012d7a2e15c2" + }, + { + "m_Id": "685b50dde0fe4b93aaebeae2cbfd7406" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "27fafc1330bfe78e8af7be56aae22dc0", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "2878165724024827bac17b34504d950d", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "28fe7db2c71e4ae692f2454c22a2a9b5", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "295c0861f2b2a1848bb625e21148eff7", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "29729d0efed24c41bf07718ffa6ab362", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "2a10140d91a1496aa33a1bede867fdda", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1586.567138671875, + "y": 984.2720947265625, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "d252d16f3030430a8f0c6a8409032316" + }, + { + "m_Id": "01d7f0a76074472abebb790548a4f4c2" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2c380b3e887b4b5c88f863f7d7528ca1", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "2d977478467f4b6691c6129e3dc9b55e", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Emission", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 1, + "m_DefaultColor": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "2dbaec9df45444c180d8d7c4b90ee882", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2576.999755859375, + "y": 465.99993896484377, + "width": 129.999755859375, + "height": 118.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "fab6acc7b5db498296252c37818f0185" + }, + { + "m_Id": "234d64bccc7740debc0e678e686bebd8" + }, + { + "m_Id": "d10faeb8cc9e40259147c4bb1ff0eecb" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2e25d498eb098183bf64cb2a6d3aab40", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "2e3b9334ddfc9c82b45aededd8fa3cc5", + "m_Guid": { + "m_GuidSerialized": "5cb4f7a4-8cfc-491d-b70c-ef631fb65aee" + }, + "m_Name": "Color", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Color_E4EA3604", + "m_OverrideReferenceName": "_Color", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 + }, + "isMainColor": false, + "m_ColorMode": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2f0e799c00bdc987b4eafae3c787aab9", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2f88b55e8c120988bcc822cd76fef02b", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2f9142652abbea82aa55ad94f3c4c3b4", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2f9249832e999989b372dcb20f7c4616", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.5, + "e01": 0.5, + "e02": 0.5, + "e03": 0.5, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "30a6000263bf489ab722646cb75d509a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -158.0, + "y": -168.9999542236328, + "width": 164.00006103515626, + "height": 33.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "e624d0838fd446fc972acd5a75f56a76" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f2180aee2f6b4eb2996bffd01448c050" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "311e87656b9f485bbe7a84c576ae3c62", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "317476cf4f8b4f77a66f43abedd1c677", + "m_Id": 0, + "m_DisplayName": "Alpha", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Alpha", + "m_StageCapability": 2, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "318ab52854904454bab6dc1812ebd4c6", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "31a92183189e4084b5cf3c5eeeb158ab", + "m_Guid": { + "m_GuidSerialized": "82d602bf-863c-40a1-8d35-8a47545cdbc7" + }, + "m_Name": "Soft edges", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Boolean_B8E1C0F6", + "m_OverrideReferenceName": "_Softedges", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "32ba4c4af066ce80a5ff9815d4f6a794", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "32ddb82fdd30318da4be649f1633b245", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "34aa291b81d6423da776752c66f61dc3", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "352074b07f38460488395e7ee5e818db", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "357725c463824a6f938307f3362f8e41", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "ad2cb0409b3e4951a39e6000e894997f" + }, + "m_AllowMaterialOverride": true, + "m_SurfaceType": 1, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": false, + "m_CastShadows": false, + "m_ReceiveShadows": true, + "m_DisableTint": false, + "m_AdditionalMotionVectorMode": 0, + "m_AlembicMotionVectors": false, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "371e18192af4bf8f9d256ab96c3573a0", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "37266381c3a547baa82ed43a4b719d2f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "37ecba8b328deb8783034ae5989772b3", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "388e69961c2c18858caf28943f3a8096", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": -1.0, + "y": -1.0, + "z": -1.0, + "w": -1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3896a15580410d828120aae4d9426c6b", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "39531f622ef341f5931d8be333935e5c", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "39c3e2c07d14708a8b54b8df6661ef02", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3a42da208795444ea52d8f13cd31677c", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3ac5283c1e2e455f801e73bd2121bf8d", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "3c455970245f4891b3eca659cff28861", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1474.0, + "y": -614.0000610351563, + "width": 162.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "b7b4d45ae9704859a996dc39972596e7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "59420bac87b50f8593be01de0da16d42" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "3ca2d0f4a1081e8294fa94a9f5ae34af", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "3cbdf4053bff446680b8b1d1d2becc19", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4722.0, + "y": 768.9999389648438, + "width": 109.0, + "height": 34.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "69f5b8d338b5416e99a0e5e69cf043ac" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "0df3abc5fdcd53838ddd9f42ada2fcaa" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "3d197cab6acec18192d252caeded694e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -380.0000305175781, + "y": -390.9999694824219, + "width": 129.99998474121095, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "2f9249832e999989b372dcb20f7c4616" + }, + { + "m_Id": "917dee6596e9a387831e9980fb9aa5a3" + }, + { + "m_Id": "6581eb4b23b8e88c961594da073d3299" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "3d1b90cfef95c7878c57911baafb0630", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "3d4c1ad136814a309167713f0cd6d480", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3933.0, + "y": -284.0, + "width": 129.0, + "height": 33.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "04960de964d94eea86993f0cfc70c4ac" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e20f751aad901d848ab7304c7bf6899a" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "3d659d959722c88fa0532e93acbb71c3", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.StepNode", + "m_ObjectId": "3ee5df728dc3434996586170c9a4678e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Step", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1367.567138671875, + "y": 1062.272216796875, + "width": 145.0, + "height": 117.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "c0240601de93487cbd63fe5ad7f1f4fe" + }, + { + "m_Id": "259ccc9324fe41e9a06c4daeb7d173cb" + }, + { + "m_Id": "34aa291b81d6423da776752c66f61dc3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3efaec2aa1e99f8c8cad2cf4b9110812", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3fbf0393eea84d5ea61f349d6e30c954", + "m_Id": 4, + "m_DisplayName": "Far Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Far Plane", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "4017d8e98fe1b68597ab4569590027e7", + "m_Id": 0, + "m_DisplayName": "Flow", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.FresnelNode", + "m_ObjectId": "408b0ce99a8042e981d49aef9106e521", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Fresnel Effect", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2094.0, + "y": 2047.0, + "width": 208.0, + "height": 326.0 + } + }, + "m_Slots": [ + { + "m_Id": "2346f9a4a757435aa5fbece3fc68ca0a" + }, + { + "m_Id": "d347a8aee7ff40378c27e92b0da20911" + }, + { + "m_Id": "452b457820c1452d831843595185cfb6" + }, + { + "m_Id": "07d58e38dedc4bc4bd710f409b587308" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "41aef208e2184fd99cad05306490d683", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "4241f3155632078087093314f3e81d60", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "429a08c5c37c409c915b38ee395ec4b0", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "42f2bd202c6b6d838568e0609951f864", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "43a82aa58b386188a9632d37e66cb2e3", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "44460e62e8cd4a15aae2fdbe36d0a24b", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "452b457820c1452d831843595185cfb6", + "m_Id": 2, + "m_DisplayName": "Power", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Power", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "45a65e3a11504eb2a0968a0e3f3c9f8d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -611.0000610351563, + "y": 156.00001525878907, + "width": 137.00006103515626, + "height": 33.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "59fc725a1daf464ea334df2e43f808d3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "511bc9571ae9ef86b82e555c85447c23" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "45b48bc278f94a33b938d9c8950d5ae3", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4629ff35c9f74773b07a7fc2631541dc", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "46d60e2cced04bf7b31f356e913450d3", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "481de0df4615d582881fa7f2739b2514", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3552.0, + "y": 633.0000610351563, + "width": 183.0, + "height": 251.0 + } + }, + "m_Slots": [ + { + "m_Id": "c34865b134051783a03c9ba1156316db" + }, + { + "m_Id": "687cd16635664e819c7a47e39bdca5db" + }, + { + "m_Id": "2f9142652abbea82aa55ad94f3c4c3b4" + }, + { + "m_Id": "bedec39714b2e08ab8f5bd4e29db5e22" + }, + { + "m_Id": "537c160b298f4d8b917085db2a30ebc1" + }, + { + "m_Id": "0f2d40b5ffb5de818cbefaef07c590bd" + }, + { + "m_Id": "0b01ada4b2429081a015b225c5199fe2" + }, + { + "m_Id": "57d7cac01a200588a6881429c37157d3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "48c24efd47ca424bb2207aa471348ee0", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "498f5504409246efb2b511e26a57c22d", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "4a913caa58ea455990b2bc1ae4c1d0cb", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "4c08d3d050304215893993178f74c0bc", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4387.0, + "y": 621.9999389648438, + "width": 130.0, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "dcd4f57969c84705815b69377b218cf0" + }, + { + "m_Id": "1446e497165d4ae8b36ce08d8b6f157d" + }, + { + "m_Id": "e15600ed45eb4f9681a99edbeae0a9fd" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot", + "m_ObjectId": "4c57a52f612045a89142fb7893485d7b", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [], + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4cf1f614f84f469b85bac3ba4bf05b8a", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "4dfa6ef0102bd68b8f8ff60df6f6e3eb", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4e3fbbb5eb4a42bea3c0abee64ac3ef0", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.BuiltinData", + "m_ObjectId": "4eb759a029c1478b9beb775445ad67ea", + "m_Distortion": true, + "m_DistortionMode": 0, + "m_DistortionDepthTest": true, + "m_AddPrecomputedVelocity": false, + "m_TransparentWritesMotionVec": false, + "m_DepthOffset": false, + "m_ConservativeDepthOffset": false, + "m_TransparencyFog": true, + "m_AlphaTestShadow": false, + "m_BackThenFrontRendering": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_SupportLodCrossFade": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "4efca649b3fc410198bb8283e6c92011", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -446.0, + "y": 142.00001525878907, + "width": 169.99990844726563, + "height": 142.00001525878907 + } + }, + "m_Slots": [ + { + "m_Id": "e25f48cdf4724357a69713727fe7d1e1" + }, + { + "m_Id": "eef6127fd9f04745991c1dc19dbe0bf0" + }, + { + "m_Id": "64ea53a1f80841608eb2813354d57615" + }, + { + "m_Id": "352074b07f38460488395e7ee5e818db" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4f33b4134dcc4ba18921dd77140e38aa", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4f3df434b6041f8696efde050dd4530a", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "5089822ffa6543a793467ab6692ec34e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -930.0, + "y": -75.00000762939453, + "width": 130.0, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "7fe59ab0ef89472cbf685bf9d9377768" + }, + { + "m_Id": "75210f68546241f4a84b4f64b25555e0" + }, + { + "m_Id": "6c744399853442a3822a0f588d2c1e48" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "511bc9571ae9ef86b82e555c85447c23", + "m_Guid": { + "m_GuidSerialized": "c0977d0a-9347-4c56-abd3-ff0468a07119" + }, + "m_Name": "Use depth?", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Boolean_D84B36BE", + "m_OverrideReferenceName": "_Usedepth", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "516f47884530e98f9adc4f278177fec9", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "52b64d7a141de289a6921cb5e377b203", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5368080a429e433f85cd213cfa6b4713", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "537c160b298f4d8b917085db2a30ebc1", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "54080b11c3e648d284baf32a24d79137", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5479bd1b48244f1e81dc16fb134487c9", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "54b07ea8fa558185b868de88ff224618", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "55816b51bc8ef484b27119dd99cac061", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1554.0, + "y": -5.000047206878662, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "959b6e4c740c758bb9d51dc28e1968ad" + }, + { + "m_Id": "d554eaa5e5fb9982afc96f78fcc58a13" + }, + { + "m_Id": "b122b538cc135b82ba4895867f9594fb" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "56ce2f07e1224f159c80d95be9744aa5", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "57d7cac01a200588a6881429c37157d3", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5827596bed920d8f975693dbb312ef51", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "593b5bf2957eee85ad5baad0734cfb18", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "59420bac87b50f8593be01de0da16d42", + "m_Guid": { + "m_GuidSerialized": "8121925c-f320-4dee-ba55-0559cebf6270" + }, + "m_Name": "Distortion power", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_59B3A3AA", + "m_OverrideReferenceName": "_Distortionpower", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "59893f3e8c04908db27c7dbe8073fde2", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "59b5ac1869fa45ccb58e8dcdf8b19853", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "59fc725a1daf464ea334df2e43f808d3", + "m_Id": 0, + "m_DisplayName": "Use depth?", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5a4eaf8896984643a8f1d23648daa230", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "5a5564758aac3e8ab0f2bbdc40bb431b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2307.0, + "y": -465.0, + "width": 100.00000762939453, + "height": 77.0 + } + }, + "m_Slots": [ + { + "m_Id": "59893f3e8c04908db27c7dbe8073fde2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e20f751aad901d848ab7304c7bf6899a" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5a6ae64f5b46208686eeb4f9ca0b565c", + "m_Id": 3, + "m_DisplayName": "Delta Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Delta Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "5a8ebcae5e2a40a1b0de4342ba8af41b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.DistortionBlur", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "13200b07e57647cfb1ea1e2d4b26756f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.DistortionBlur" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5a989e53d9febf8abea080a878742f52", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5c2537dcd6b64df59bbd1b0cfdaab60e", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5c5fdfb79efa443fba4d26cdbc91a6b1", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5db33ca899c94406a81c51ac8361e9f3", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "5f3c26234d4c457bb87d0d7ab2db5e25", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -651.0000610351563, + "y": 284.0000305175781, + "width": 126.00006103515625, + "height": 117.99990844726563 + } + }, + "m_Slots": [ + { + "m_Id": "0753b2a39f86443abf711b4e6a0dfcb9" + }, + { + "m_Id": "24be8f9b7a524dfcb85ccd7d2348fdbf" + }, + { + "m_Id": "a14b4c15af13479aa406a5ceef74ac65" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5fc938eb3cc19485954fb9ed143e657a", + "m_Id": 0, + "m_DisplayName": "Opacity", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "600a6ee1c3c5dd8b8d7e5bda92330252", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "602b4f50ba36b4808f41bba1d9b3b450", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "615b4b9183aa4413bebfe3acf083ebc1", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "617094daebe846cd85eab8b77183ff4e", + "m_Id": 0, + "m_DisplayName": "Distortion", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Distortion", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "61cf6e9db26b0a8389f1f46736096398", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2942.000244140625, + "y": 81.0, + "width": 114.00000762939453, + "height": 149.00001525878907 + } + }, + "m_Slots": [ + { + "m_Id": "371e18192af4bf8f9d256ab96c3573a0" + }, + { + "m_Id": "9c41657c1c48bd86a926b7727e61cddb" + }, + { + "m_Id": "7bfb0dc565ac0e8688ccdf92094b1e8c" + }, + { + "m_Id": "5827596bed920d8f975693dbb312ef51" + }, + { + "m_Id": "bcf2f442c379608689157cbcbf89d423" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "62f7a89170db44f4bb348365d174ce56", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "64ea53a1f80841608eb2813354d57615", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionNode", + "m_ObjectId": "6570e7bbb990464e8a11c9a4942f6ba8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Screen Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2328.567138671875, + "y": 1323.27197265625, + "width": 145.0, + "height": 129.0 + } + }, + "m_Slots": [ + { + "m_Id": "fac354a0f8c84545b7f436bc956a55ec" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ScreenSpaceType": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "65796fb81f5f4d4094ab3800f0d46d75", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6581eb4b23b8e88c961594da073d3299", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "664b1813b6342b89a0b8ec323ed03934", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4187.0, + "y": 698.0, + "width": 130.0, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "39c3e2c07d14708a8b54b8df6661ef02" + }, + { + "m_Id": "223f99db15de6e899d31ac726601ffc7" + }, + { + "m_Id": "54b07ea8fa558185b868de88ff224618" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "66a36789968b408093e85f799071d555", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3804.0, + "y": -189.0, + "width": 128.0, + "height": 100.9999771118164 + } + }, + "m_Slots": [ + { + "m_Id": "5a4eaf8896984643a8f1d23648daa230" + }, + { + "m_Id": "edfbe3086a5c406ebd7637b74232fe68" + }, + { + "m_Id": "bdcbe4446c824fa9a570861113cec10e" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "6769c64dbc6dd68b9f627752e92e92fa", + "m_Guid": { + "m_GuidSerialized": "e6fd9c8d-9a61-44c3-a207-fc91ca3f068d" + }, + "m_Name": "Mask", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_17D88F59", + "m_OverrideReferenceName": "_Mask", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "678bb3af99b748ada0c64bcad921268c", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "682f89491fef467787865fa7a93e9854", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "685b50dde0fe4b93aaebeae2cbfd7406", + "m_Id": 7, + "m_DisplayName": "Height", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Height", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "687cd16635664e819c7a47e39bdca5db", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "688fbee19e5e58829f5b51fcf531ea06", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6959c723867d6d8d854eeb44430d6850", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "69f5b8d338b5416e99a0e5e69cf043ac", + "m_Id": 0, + "m_DisplayName": "Flow", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "6a649bce2485398aa6ab0183d704633a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -379.0000305175781, + "y": -532.0, + "width": 130.00001525878907, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "73554d147f13408ab8cbe0c943e2f2d5" + }, + { + "m_Id": "8767dee44ee4c786b994453ee62f9556" + }, + { + "m_Id": "3efaec2aa1e99f8c8cad2cf4b9110812" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "6a9bb8cfbbdd268fae6fc6b41c5985ee", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4879.0, + "y": 845.0001220703125, + "width": 120.0, + "height": 148.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "bc5518b7d3c9a489ac6874bc21241006" + }, + { + "m_Id": "b7bafd2541e74a8f93f7b36b7ea15e1d" + }, + { + "m_Id": "cb147a15789aee88ad39db2755a995b5" + }, + { + "m_Id": "e165a2fbb974ff8a98b12556d8162a49" + }, + { + "m_Id": "a9073f69bcde998da6d6865b21013a62" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6c54b2ccae5d4184acb0eba2e50842a2", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6c744399853442a3822a0f588d2c1e48", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6d482f3bb0d2588facfc5c9013b7b0f8", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "6d8141006def758fb24b8faabb024021", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "6d8e9587dd37f982b2099a52f5aa8128", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6e4a451591e04ad39f5f6db3db22c94a", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "6f3f9edda4ca46c1bb58a52b860c0157", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6f8635ba63207388a52f722376b80726", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7003ba80413f0d87bc9771b0885a151a", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "7057e7b5ba5049d7a296df22cd0be6b0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2832.999755859375, + "y": 476.99993896484377, + "width": 194.0, + "height": 125.0 + } + }, + "m_Slots": [ + { + "m_Id": "25c7c95e4bb8471588f1d0557751857a" + }, + { + "m_Id": "a86d42ab8d6049daa468e9c3b3731704" + }, + { + "m_Id": "8c4a81a9d67c46cab163658316c13cab" + }, + { + "m_Id": "2878165724024827bac17b34504d950d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "708c051bdb6048ec97249c467de2b3ff", + "m_Guid": { + "m_GuidSerialized": "e4d4cf56-37fb-488e-8e34-103cf09bed2e" + }, + "m_Name": "Side opacity mult", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Side opacity mult", + "m_DefaultReferenceName": "_Side_opacity_mult", + "m_OverrideReferenceName": "_Sideopacitymult", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 5.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "71a58cec27aa4b25bba191d4716ecb75", + "m_Id": 1, + "m_DisplayName": "Direction", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Direction", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "71c7369c164c798a8a78da6fc5667128", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "72c414fa513786889b9aabc3bf06d8ed", + "m_Id": 1, + "m_DisplayName": "In Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "InMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": -1.0 + }, + "m_DefaultValue": { + "x": -1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "73554d147f13408ab8cbe0c943e2f2d5", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.15000000596046449, + "y": 0.15000000596046449, + "z": 0.15000000596046449, + "w": 0.15000000596046449 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "73633c83073f7f869546eb34e2f07cb7", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "74c8be68bb4e46639492a2da2b4cb635", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "75210f68546241f4a84b4f64b25555e0", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "7544c4f69203471f9253199b7fb54540", + "m_Id": 0, + "m_DisplayName": "Opacity saturate", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "756960c4134050849214a48ae780512e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2323.0, + "y": -376.9999694824219, + "width": 122.00000762939453, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "516f47884530e98f9adc4f278177fec9" + }, + { + "m_Id": "ef0d53e99fcfcd87a2efb8a1f7eae959" + }, + { + "m_Id": "0b8e89982e4803888c495d9e7b66ecb8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "75fdbd9215eb49928aa34badcedb4440", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 374.0, + "y": 67.99996948242188, + "width": 170.0, + "height": 142.0000457763672 + } + }, + "m_Slots": [ + { + "m_Id": "45b48bc278f94a33b938d9c8950d5ae3" + }, + { + "m_Id": "6e4a451591e04ad39f5f6db3db22c94a" + }, + { + "m_Id": "65796fb81f5f4d4094ab3800f0d46d75" + }, + { + "m_Id": "2c380b3e887b4b5c88f863f7d7528ca1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "764c34e3f687478cb06488ea11a8bdd9", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "776d009869ed4d8bafe34b0eea5c024e", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "778faf925ed9068585f6df0eb9a16f9c", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "77bbc24f449942d99ec02c8fc00dc52c", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "785428c855ac1383a0f7650b556ad228", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2941.999755859375, + "y": -490.99993896484377, + "width": 155.0, + "height": 141.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "a9e267d29fa2ac89ad224a3e7d6a8f46" + }, + { + "m_Id": "9308e7a7c2229b8e87f06208bef886b6" + }, + { + "m_Id": "32ba4c4af066ce80a5ff9815d4f6a794" + }, + { + "m_Id": "6d8e9587dd37f982b2099a52f5aa8128" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "788cc6c0945148ea921811d2abdf6c45", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "78d49c77243dc58383d1a2893719820a", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7901abae60e944dab5cca7d3a93517c4", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7ae79460d77049d6b88e361cdd9bac4d", + "m_Id": 0, + "m_DisplayName": "Side opacity mult", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7b1ae5a22257348992076948804b93cb", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 3.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7bfb0dc565ac0e8688ccdf92094b1e8c", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "7c8757e98e5dee88a451f87aba79c5c0", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "7de36147415a44bab33cd62e7c69c860", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1457.0, + "y": -740.0000610351563, + "width": 128.0, + "height": 101.0 + } + }, + "m_Slots": [ + { + "m_Id": "6c54b2ccae5d4184acb0eba2e50842a2" + }, + { + "m_Id": "7901abae60e944dab5cca7d3a93517c4" + }, + { + "m_Id": "28fe7db2c71e4ae692f2454c22a2a9b5" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "7f3b27bcb4b29687b8f23dce67eccbd9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1466.9998779296875, + "y": 1769.9998779296875, + "width": 124.99999237060547, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "1ce77168a98bc087a0d7f74b312a911e" + }, + { + "m_Id": "0fa24f08a438198baa45965783f60f84" + }, + { + "m_Id": "b4db93bfa3ca218381211d7bcba7a232" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "7fe59ab0ef89472cbf685bf9d9377768", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "80127382f783d786b6aa1d853262cb90", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", + "m_ObjectId": "8042af1760a6088a9a070a27117433a6", + "m_Guid": { + "m_GuidSerialized": "6e642b86-e35b-43b6-ae2a-3d06b780b618" + }, + "m_Name": "Distortion Speed XY Power Z", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector4_ABCF8388", + "m_OverrideReferenceName": "_DistortionSpeedXYPowerZ", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "80f68c147f4746e0a3477a66e01879d8", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "81737d7a8376bf8e9a1e8638387532d3", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.ViewDirectionNode", + "m_ObjectId": "81790f55c285068c8f3036f10d04c913", + "m_Group": { + "m_Id": "" + }, + "m_Name": "View Direction", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2621.999755859375, + "y": 2157.0, + "width": 206.0, + "height": 130.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "32ddb82fdd30318da4be649f1633b245" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "818015e055f0485ca7e69a3d6fa5b563", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "824e54e1939e4b1b885405af01b034ec", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3916.0, + "y": -38.9999885559082, + "width": 114.0, + "height": 33.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "13d9af6ddb6245e49f423f97c6fb18b7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e829a816a0a68f82836ee7366c7c0f87" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8271c94298bb768da885ddd626a968d5", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "828db1e46b2a4bf9aef2480cd3cd8b57", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "82d36e313b344d72b970bb4c14e8cce8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4547.0, + "y": 621.9999389648438, + "width": 128.0, + "height": 101.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "223494e5a14240c5996d42ed31740c80" + }, + { + "m_Id": "48c24efd47ca424bb2207aa471348ee0" + }, + { + "m_Id": "1f8e080658ac4298b83905f373768294" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "855da32267082b8584a19d234ff556f6", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "8576d58efb23248a96d3504ddf7eeb82", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2074.0, + "y": 117.00004577636719, + "width": 119.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "ccf6cecd862f78838f962e0336ff987a" + }, + { + "m_Id": "a5fbd0f9146b7e8d98d7ee75500e847e" + }, + { + "m_Id": "915b3dc883b950838d306e0e2769d71a" + }, + { + "m_Id": "01470bf6101eb9848e8c09cc5e7b90f1" + }, + { + "m_Id": "2e25d498eb098183bf64cb2a6d3aab40" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "85b8c58e85972789802dfaea97ad05e0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4368.0, + "y": -335.9999694824219, + "width": 248.0, + "height": 33.999969482421878 + } + }, + "m_Slots": [ + { + "m_Id": "cf9a987e821a7f879e1c8e9e1d7671b3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "efcf0cc5cccb008da46b667acdfee82f" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8767dee44ee4c786b994453ee62f9556", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "87af950519160b8ca724215eb63caeba", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2825.0, + "y": 849.0, + "width": 130.000244140625, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "15f7002c74a9518992b963d5294c1d89" + }, + { + "m_Id": "f85fa2f28a5df182a44b0d0fbc2de526" + }, + { + "m_Id": "b61be454e42d3183ab01a64015d7d7f1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "87eb6718c66a4f50911e61d7e341de65", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 111.0, + "y": -193.99993896484376, + "width": 171.99996948242188, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "498f5504409246efb2b511e26a57c22d" + }, + { + "m_Id": "b58e8228ead7401b83d47ea7c869110f" + }, + { + "m_Id": "b1e315c293a84b7986f3b525c84a2de7" + }, + { + "m_Id": "f04a631c52434699bd2962fb70a2584d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "880e9420bb9a4fa78f853222dc29b2b6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 158.0, + "y": 48.99998474121094, + "width": 163.99996948242188, + "height": 34.00001525878906 + } + }, + "m_Slots": [ + { + "m_Id": "7544c4f69203471f9253199b7fb54540" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f2180aee2f6b4eb2996bffd01448c050" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "887923499b9e5b819a58a1f527d35fbe", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "887ef1e9fe1042b2bfdd086c45048438", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "89eb23af43374db8a854ffbf9569f942", + "m_Id": 0, + "m_DisplayName": "HDRP", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "HDRP", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot", + "m_ObjectId": "8ae7246d959f467d84d28921092aaa21", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [], + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "8bb76d35c1b1158d8554230292e1c1bd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -58.99997329711914, + "y": 91.9999771118164, + "width": 170.00001525878907, + "height": 142.00006103515626 + } + }, + "m_Slots": [ + { + "m_Id": "887923499b9e5b819a58a1f527d35fbe" + }, + { + "m_Id": "295c0861f2b2a1848bb625e21148eff7" + }, + { + "m_Id": "ae76e2e07bcee381980c1a7d8d513b22" + }, + { + "m_Id": "a8ae32d1ea101e8dae3cd619cfc0586b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8bbb5483e7a80184a8bd6b53ce6b002d", + "m_Id": 4, + "m_DisplayName": "Smooth Delta", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Smooth Delta", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "8beec39ecc5c4ee5b1352690e5c624c1", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "8c42414a235241fba36e6535fad7b146", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1081.0, + "y": -1120.0, + "width": 162.0001220703125, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "b82c2f1d0df54c75b6dd40be12943a6d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "59420bac87b50f8593be01de0da16d42" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "8c4a81a9d67c46cab163658316c13cab", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "8c5bf46eac23e28fa6733efebaa9b81b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3172.000244140625, + "y": 82.0, + "width": 198.0, + "height": 130.0 + } + }, + "m_Slots": [ + { + "m_Id": "3ca2d0f4a1081e8294fa94a9f5ae34af" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8cad259497ff5b87badace0070c9bb87", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8d4b0c9c06a836859bf64a9e1db33fe1", + "m_Id": 4, + "m_DisplayName": "Smooth Delta", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Smooth Delta", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8e48480a20ce4a1e82df8bed73147c48", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8f19da83e78145418ecd378310fd3c09", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionNode", + "m_ObjectId": "8f9b490416e14d3a81e6370b8d0ebad1", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Screen Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1474.122802734375, + "y": -869.4814453125, + "width": 198.00001525878907, + "height": 130.0 + } + }, + "m_Slots": [ + { + "m_Id": "95445802f7334374a9d58238c9492ebf" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9003fbfb63de4f1bbc3f09262b478e98", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "914278f330a84f57987bf2d750c664e7", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 0, + "m_DefaultColor": { + "r": 0.5, + "g": 0.5, + "b": 0.5, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "915b3dc883b950838d306e0e2769d71a", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "917dee6596e9a387831e9980fb9aa5a3", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "91ef4f4e31f7f78296bf3a52d1fd61b2", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9211a4bc2aee4e938b38db1db8ba9ef7", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "92809b77dd4c018d8117aab5189ef2d7", + "m_Id": 0, + "m_DisplayName": "Distortion Speed XY Power Z", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "92c6a482ef11e280b5bd4c6f2135d7e3", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "9308e7a7c2229b8e87f06208bef886b6", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9430630547d7498b8f7767faa928133e", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "94c0688f925f508499beca4a08f1a6f7", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "95445802f7334374a9d58238c9492ebf", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "959b6e4c740c758bb9d51dc28e1968ad", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "97d036c935a64ddf9d3b95f7b1c6b656", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "97dc1c6918d41e85a4c60bdfdc456af6", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "97fdb019d8dd4e869f414d2e46b10c1e", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "988473fc4880498eb302e46af929c3da", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -691.9999389648438, + "y": -556.0, + "width": 172.0, + "height": 141.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "06765bc6656c4d439806887321fb9589" + }, + { + "m_Id": "edb02f6522f745f5923c749c9b90a919" + }, + { + "m_Id": "4f33b4134dcc4ba18921dd77140e38aa" + }, + { + "m_Id": "41aef208e2184fd99cad05306490d683" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "99207818e015b68fa659e3360fd20df7", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitSubTarget", + "m_ObjectId": "994661d8487547db971ff977945f1a73" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9a44ef3f41524f7cb681d8a6998c880f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "9a536fdcfdd94c168503b5ceb234db6f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3804.0, + "y": -88.0000228881836, + "width": 194.0, + "height": 124.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "b8f0adb2cfc64ce284dcba5608305e0e" + }, + { + "m_Id": "eeb52144501140da9ce2b7f63f01fd3c" + }, + { + "m_Id": "a9d7b37b0aff498585ffc5e1f73a0137" + }, + { + "m_Id": "ba60ad6cc71146cdbae75d5f5d95a94d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "9a56a9d28eaa4b0baac5c26adfb5c4f7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1293.0, + "y": -700.0, + "width": 130.0001220703125, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "a80a80b5127144f7a5942b120fbb557f" + }, + { + "m_Id": "5368080a429e433f85cd213cfa6b4713" + }, + { + "m_Id": "16c74e7e9d7643b9baac660078afc502" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "9a5ff294a0114574a5dbcee5c1b1b5ef", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "9a6066c75d374c53803336c474613a9f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -958.0, + "y": 140.00001525878907, + "width": 128.00006103515626, + "height": 94.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "c9aa0e94693342b3bf150dcb6506d4d5" + }, + { + "m_Id": "8e48480a20ce4a1e82df8bed73147c48" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "9b3db511f95547f1a6403cf4e58db7b8", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9c031a9f61537188b9c8f6b6adace7e0", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9c41657c1c48bd86a926b7727e61cddb", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9d2eeb40a5c29a8597c2bb5706e30d6f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "9eb12eff9befc581ac937e7176456632", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3483.0, + "y": -303.00006103515627, + "width": 121.0, + "height": 173.0 + } + }, + "m_Slots": [ + { + "m_Id": "a8bef59633320e8e97b4d1d226bc280a" + }, + { + "m_Id": "147d21a3efd6d98a86f466977ae78d5c" + }, + { + "m_Id": "e4461916274f9f86809634e58080b04e" + }, + { + "m_Id": "14ca3def49124b83975d4be42231ae84" + }, + { + "m_Id": "8d4b0c9c06a836859bf64a9e1db33fe1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9f356b2201723f829eb3634fde9412aa", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "a062f2c36b36b88fb27c96bc7b3cc7fd", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "a0cf5d1230627b8fa3aa19895a7bdbf4", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a14b4c15af13479aa406a5ceef74ac65", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.VertexColorNode", + "m_ObjectId": "a21b3cd28e871d8d92fb727db29b976f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vertex Color", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2083.0, + "y": 275.99993896484377, + "width": 119.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "a0cf5d1230627b8fa3aa19895a7bdbf4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "a4a2eaaf4d05598ba67138d741d610e0", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "a56060104483d786ba462de909c7c0ef", + "m_Guid": { + "m_GuidSerialized": "5776a4e9-3d0f-41c6-9782-7d9fc2276bb5" + }, + "m_Name": "Opacity", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_3340BB83", + "m_OverrideReferenceName": "_Opacity", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a5d50a6a4d8d078baa19bcccef0ae221", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a5fbd0f9146b7e8d98d7ee75500e847e", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "a6f94845728240e1be3a5c7d3c9336b5", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "a7450d1dc073518d8474ac32f7624bf9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3246.0, + "y": -88.00003814697266, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "2f88b55e8c120988bcc822cd76fef02b" + }, + { + "m_Id": "eac77d24fec7ea898a5708bb2e38fd3d" + }, + { + "m_Id": "12b659b4f0cc2e859ec8e70e433e79d6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a80a80b5127144f7a5942b120fbb557f", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "a86d42ab8d6049daa468e9c3b3731704", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "a898859936d62f87842b5b1d87727769", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1332.0, + "y": 233.9999542236328, + "width": 116.0001220703125, + "height": 34.00001525878906 + } + }, + "m_Slots": [ + { + "m_Id": "5fc938eb3cc19485954fb9ed143e657a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "a56060104483d786ba462de909c7c0ef" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a8ae32d1ea101e8dae3cd619cfc0586b", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a8bef59633320e8e97b4d1d226bc280a", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a9073f69bcde998da6d6865b21013a62", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a9a79de64d592b83a6cc4b49e6fbb39a", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "a9d7b37b0aff498585ffc5e1f73a0137", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "a9e267d29fa2ac89ad224a3e7d6a8f46", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "aa4e9df3c6084c5b8b65357e383f1e9c", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "aa681a30f08d48ce9ed02fae9e1904a9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Normal", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "29729d0efed24c41bf07718ffa6ab362" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ab1fbe0a42b44d598d8e599ab62c02d6", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SceneDepthNode", + "m_ObjectId": "abf4b11fe1c34f1089148e88f4de5034", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Scene Depth", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2328.567138671875, + "y": 966.2720947265625, + "width": 145.0, + "height": 112.0 + } + }, + "m_Slots": [ + { + "m_Id": "8ae7246d959f467d84d28921092aaa21" + }, + { + "m_Id": "0a0049ff62d644e888711bd5628b1ab4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_DepthSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "ac02d6f9b2790e81a045c097fdd22bf5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -224.99996948242188, + "y": 112.00000762939453, + "width": 133.99996948242188, + "height": 33.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "0fe5e3955b4f5a808f51b8411aa92c07" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "31a92183189e4084b5cf3c5eeeb158ab" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "ac08417ff7cdaf87bc8fe4eca659e66b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3670.0, + "y": 652.0, + "width": 109.0, + "height": 34.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "4017d8e98fe1b68597ab4569590027e7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "0df3abc5fdcd53838ddd9f42ada2fcaa" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ac277ee1d6b4af889de6c5ea5deba837", + "m_Id": 2, + "m_DisplayName": "Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Max", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", + "m_ObjectId": "ad2cb0409b3e4951a39e6000e894997f" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "adfee0f27b5943aa85b620461783c4b3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1879.12255859375, + "y": -837.4813842773438, + "width": 137.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "fc5c713f173f4dcb8163e1490b28347e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e5b7b17a20c9467abf260cbf17bed356" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ae76e2e07bcee381980c1a7d8d513b22", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "aea930039d9ffb8398eb97fe4cccc4c2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3561.0, + "y": 995.0000610351563, + "width": 183.000244140625, + "height": 250.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "6d8141006def758fb24b8faabb024021" + }, + { + "m_Id": "71c7369c164c798a8a78da6fc5667128" + }, + { + "m_Id": "ba15ffc6fd54a98f86812bb1989cc960" + }, + { + "m_Id": "da1217b1e5a19182a5ce82faa8385b73" + }, + { + "m_Id": "e5dab7e152cc9e8ca910479b2a2ac434" + }, + { + "m_Id": "4dfa6ef0102bd68b8f8ff60df6f6e3eb" + }, + { + "m_Id": "27fafc1330bfe78e8af7be56aae22dc0" + }, + { + "m_Id": "261b801520f5c086bf770ccf0508192a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "af92727bf284c08c9960c739abde2c0f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3255.0, + "y": -437.0000305175781, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "b3fca551a21c7885931d0081204ffc05" + }, + { + "m_Id": "b70c3bacb289798bb0c55618bab7141e" + }, + { + "m_Id": "42f2bd202c6b6d838568e0609951f864" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "b01ef874d6bd008c83e2c1259443b55d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1105.0, + "y": -129.0, + "width": 130.0, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "97fdb019d8dd4e869f414d2e46b10c1e" + }, + { + "m_Id": "9d2eeb40a5c29a8597c2bb5706e30d6f" + }, + { + "m_Id": "e2837cd4a4d7a38ca3c26f3c5904a944" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b02c7322b3244ad09d923873db57c717", + "m_Id": 0, + "m_DisplayName": "Depth power", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b122b538cc135b82ba4895867f9594fb", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b1e315c293a84b7986f3b525c84a2de7", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b3b3ca4dea964f3ebbd332a1323ecd13", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b3ce7e51213da388ac995cdcb05e8fd9", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b3fca551a21c7885931d0081204ffc05", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b4db93bfa3ca218381211d7bcba7a232", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "b51ebf28b56f4246b3b6856f8855225d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.BaseColor", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "914278f330a84f57987bf2d750c664e7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b58e8228ead7401b83d47ea7c869110f", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "b5dab439f36249c3b2deb417b86fd732", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b61be454e42d3183ab01a64015d7d7f1", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "b68eab6c15965d879148ddf599a78045", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b6cbf197527d12829ad346cd4fb33309", + "m_Id": 1, + "m_DisplayName": "Sine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Sine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b6cdb11567d5403cbc446d54d4ce98ca", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b70c3bacb289798bb0c55618bab7141e", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInTarget", + "m_ObjectId": "b7400b426efd4717bccadbe3a5556f5f", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "0404100f413d4677adaf0919265a2ec8" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 1, + "m_ZWriteControl": 0, + "m_ZTestMode": 4, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": false, + "m_CustomEditorGUI": "" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b7b4d45ae9704859a996dc39972596e7", + "m_Id": 0, + "m_DisplayName": "Distortion power", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b7bafd2541e74a8f93f7b36b7ea15e1d", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b82c2f1d0df54c75b6dd40be12943a6d", + "m_Id": 0, + "m_DisplayName": "Distortion power", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "b82d73ca02e1248b9b2a9d7c78ef7e64", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2169.000244140625, + "y": -438.00006103515627, + "width": 198.0, + "height": 261.0 + } + }, + "m_Slots": [ + { + "m_Id": "0151da0e9c5eab8aa7c39fd0a0c96f46" + }, + { + "m_Id": "a9a79de64d592b83a6cc4b49e6fbb39a" + }, + { + "m_Id": "4f3df434b6041f8696efde050dd4530a" + }, + { + "m_Id": "778faf925ed9068585f6df0eb9a16f9c" + }, + { + "m_Id": "beb263d02a254f8598a5fac652c4e17d" + }, + { + "m_Id": "b9203af8a4bf2f88a9a9fc6c764447e3" + }, + { + "m_Id": "c7e4fa99fe33098aa3823700c267bf48" + }, + { + "m_Id": "a4a2eaaf4d05598ba67138d741d610e0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "b8f0adb2cfc64ce284dcba5608305e0e", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "b9203af8a4bf2f88a9a9fc6c764447e3", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b94031cc8f0d898fad6e3d1349234260", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ba15ffc6fd54a98f86812bb1989cc960", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "ba60ad6cc71146cdbae75d5f5d95a94d", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ba6739a2e693548886bf3a88bdc0acac", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "bad923013a504f4b9572f530c14cad69", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1096.0, + "y": -63.99995422363281, + "width": 130.0, + "height": 117.99990844726563 + } + }, + "m_Slots": [ + { + "m_Id": "d05e1e20e8cb449ca11a3bad72280cdf" + }, + { + "m_Id": "cf4f035e935940df9df557bab6bd578f" + }, + { + "m_Id": "37266381c3a547baa82ed43a4b719d2f" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bb03c28d53cd4d5789109821801ed799", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "bbe47bbedc5d0f8b9a0b117d461ed270", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2319.000244140625, + "y": -132.99998474121095, + "width": 125.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "fd03121cb1a7da8881bc0703e6a8ad0d" + }, + { + "m_Id": "cf46146b25525d84a3411a38bb0843f0" + }, + { + "m_Id": "d4962b8cfce6d581a2d3c4d5e4960fef" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "bc4dc93f74c74406916b9069dbc6f1c2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3489.0, + "y": -130.0, + "width": 130.0, + "height": 117.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "828db1e46b2a4bf9aef2480cd3cd8b57" + }, + { + "m_Id": "4e3fbbb5eb4a42bea3c0abee64ac3ef0" + }, + { + "m_Id": "9a44ef3f41524f7cb681d8a6998c880f" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bc5518b7d3c9a489ac6874bc21241006", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bcf2f442c379608689157cbcbf89d423", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDTarget", + "m_ObjectId": "bd4596fa57014d4092e759a16ca7c0d2", + "m_ActiveSubTarget": { + "m_Id": "994661d8487547db971ff977945f1a73" + }, + "m_Datas": [ + { + "m_Id": "4eb759a029c1478b9beb775445ad67ea" + }, + { + "m_Id": "210c5042754e4ee8adea50ca3426fc29" + }, + { + "m_Id": "ea86384fd219464884386bb3cdfbb305" + } + ], + "m_CustomEditorGUI": "", + "m_SupportVFX": false, + "m_SupportComputeForVertexSetup": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "bdcbe4446c824fa9a570861113cec10e", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "beb263d02a254f8598a5fac652c4e17d", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bedec39714b2e08ab8f5bd4e29db5e22", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "bf2c72ce3996400cb9fbe79a85b4f02c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "HDPR (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -974.9999389648438, + "y": -556.0, + "width": 188.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "89eb23af43374db8a854ffbf9569f942" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 1, + "m_FunctionName": "HDPR", + "m_FunctionSource": "", + "m_FunctionSourceUsePragmas": true, + "m_FunctionBody": "#ifdef HAVE_DECALS\n\tHDRP = true;\n#else\n\tHDRP = false;\n#endif" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "bf7e0c0ce922441cbcaf8f7a5e91e928", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Distortion", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "617094daebe846cd85eab8b77183ff4e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Distortion" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c0240601de93487cbd63fe5ad7f1f4fe", + "m_Id": 0, + "m_DisplayName": "Edge", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "c0417e1bfa2b9288abbd6e16ca0de299", + "m_Id": 0, + "m_DisplayName": "Mask", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c13d1fc8a772c6899157c638cbeb7025", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c1e1c5d077ab9188a6083a7e20a3be92", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c22c0aa01fac4cba93e7318fa9e7bc83", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "c34865b134051783a03c9ba1156316db", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "c3fe83c2b5f24e368f5c43bc1b830c78", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 3 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "c4c5916de3ff0b84a453dfbe8b1f8272", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "c4e6ef041ee045f381bfcb8653a79591", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1918.5672607421875, + "y": 992.2720947265625, + "width": 125.9998779296875, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "bb03c28d53cd4d5789109821801ed799" + }, + { + "m_Id": "3ac5283c1e2e455f801e73bd2121bf8d" + }, + { + "m_Id": "09887b09d24745908fc42d47421786cc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c5a82b3d804f1b8ab977a8fcfbdf87c6", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "c664229f4d7543f3a351a70f9c93d98d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1909.1224365234375, + "y": -783.4813842773438, + "width": 150.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "d25c244c5d674e188f2292ce28f8b901" + }, + { + "m_Id": "788cc6c0945148ea921811d2abdf6c45" + }, + { + "m_Id": "d144a8e895ae41a699fd1bdc5e635a10" + }, + { + "m_Id": "54080b11c3e648d284baf32a24d79137" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "c7e4fa99fe33098aa3823700c267bf48", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c7f09d9062ae4987bd5305e41885ee8b", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "c810bfa3b3344cad84c594680874d08c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 320.9999694824219, + "y": 68.99999237060547, + "width": 200.00003051757813, + "height": 41.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "59b5ac1869fa45ccb58e8dcdf8b19853" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalVectorNode", + "m_ObjectId": "c849c8c67534b38cbe0bac53def9877e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Normal Vector", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2626.999755859375, + "y": 2019.9998779296875, + "width": 206.0, + "height": 131.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "d12e4965d44f528cabaade75d2df1cd7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "c8919538e27a42b992a25913a7ac4a9a", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c9aa0e94693342b3bf150dcb6506d4d5", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "c9e57e4fac3a67819291f231340790ba", + "m_Id": 0, + "m_DisplayName": "Use Noise Random UV", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ca250bf88e2ea386bb0b620ce43c3c3a", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "cb147a15789aee88ad39db2755a995b5", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "cb267d97ba98488b956b0227fc63df4a", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "cb76f560d65945e48f634ac12a913deb", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "cbab2db5aa4d8a8a80bf238ed34d1ac4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1731.0001220703125, + "y": -75.0, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "6d482f3bb0d2588facfc5c9013b7b0f8" + }, + { + "m_Id": "602b4f50ba36b4808f41bba1d9b3b450" + }, + { + "m_Id": "c1e1c5d077ab9188a6083a7e20a3be92" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ccf6cecd862f78838f962e0336ff987a", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ce093e1cfce75881ae82fb615c9f7a85", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ce1327dadf245d87bc394a13395aedd4", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "ce24a273c4fb464bb944a25e1f467fe2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1134.9998779296875, + "y": 138.99996948242188, + "width": 125.99993896484375, + "height": 118.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "8f19da83e78145418ecd378310fd3c09" + }, + { + "m_Id": "b3b3ca4dea964f3ebbd332a1323ecd13" + }, + { + "m_Id": "f9b820d1fdbf43f3881dde81d460d961" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "cf46146b25525d84a3411a38bb0843f0", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "cf4f035e935940df9df557bab6bd578f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "cf9a987e821a7f879e1c8e9e1d7671b3", + "m_Id": 0, + "m_DisplayName": "Speed MainTex U/V + Noise Z/W", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d05e1e20e8cb449ca11a3bad72280cdf", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "d084df0f6e4b46f3be2f10e7f0cef43f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -725.9999389648438, + "y": -1141.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "5479bd1b48244f1e81dc16fb134487c9" + }, + { + "m_Id": "f4476c15f698409db289ba7ca5f8b8f7" + }, + { + "m_Id": "615b4b9183aa4413bebfe3acf083ebc1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d10faeb8cc9e40259147c4bb1ff0eecb", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "d12e4965d44f528cabaade75d2df1cd7", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 1.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "d144a8e895ae41a699fd1bdc5e635a10", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d252d16f3030430a8f0c6a8409032316", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "d25c244c5d674e188f2292ce28f8b901", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "d30b64ff26e85382875cf3b3e2e660b9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3913.0, + "y": 652.0000610351563, + "width": 155.0, + "height": 141.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "3d659d959722c88fa0532e93acbb71c3" + }, + { + "m_Id": "a062f2c36b36b88fb27c96bc7b3cc7fd" + }, + { + "m_Id": "3d1b90cfef95c7878c57911baafb0630" + }, + { + "m_Id": "855da32267082b8584a19d234ff556f6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ViewDirectionMaterialSlot", + "m_ObjectId": "d347a8aee7ff40378c27e92b0da20911", + "m_Id": 1, + "m_DisplayName": "View Dir", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "ViewDir", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "d371bdc3f81a248aadac195ac63c12a7", + "m_Id": 1, + "m_DisplayName": "In Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "InMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": -1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": -1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d3c73ec22866e481b5c1c7580afe72ee", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d4962b8cfce6d581a2d3c4d5e4960fef", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "d53be010bf9449259163402004863167", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3804.0, + "y": -420.0, + "width": 128.0, + "height": 101.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "9003fbfb63de4f1bbc3f09262b478e98" + }, + { + "m_Id": "b6cdb11567d5403cbc446d54d4ce98ca" + }, + { + "m_Id": "b5dab439f36249c3b2deb417b86fd732" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d554eaa5e5fb9982afc96f78fcc58a13", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DotProductNode", + "m_ObjectId": "d574e64f07ef9983b891024944f3c58b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Dot Product", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2384.999755859375, + "y": 2082.0, + "width": 127.999755859375, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "ee5903104d2bb880b6d435360fe86f03" + }, + { + "m_Id": "43a82aa58b386188a9632d37e66cb2e3" + }, + { + "m_Id": "92c6a482ef11e280b5bd4c6f2135d7e3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "d59317d93b18cc8a9f4e5afd4b9f69da", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5142.0, + "y": 886.9999389648438, + "width": 228.0, + "height": 34.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "92809b77dd4c018d8117aab5189ef2d7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "8042af1760a6088a9a070a27117433a6" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "d5ff466cc43ca08180eb8df938f0be0b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -158.0, + "y": -381.0, + "width": 130.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "ce093e1cfce75881ae82fb615c9f7a85" + }, + { + "m_Id": "9f356b2201723f829eb3634fde9412aa" + }, + { + "m_Id": "cb267d97ba98488b956b0227fc63df4a" + }, + { + "m_Id": "c7f09d9062ae4987bd5305e41885ee8b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "d6eca2768d684b17a054b955b23acf50", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Alpha", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "317476cf4f8b4f77a66f43abedd1c677" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Alpha" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d7451f1f0318461d82f8012d7a2e15c2", + "m_Id": 6, + "m_DisplayName": "Width", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Width", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d935ea0e37187c81ab596eba506b62da", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "d959140ac5b62582a1e63f732d9919d8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -951.0000610351563, + "y": 1767.0, + "width": 129.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "52b64d7a141de289a6921cb5e377b203" + }, + { + "m_Id": "c13d1fc8a772c6899157c638cbeb7025" + }, + { + "m_Id": "7003ba80413f0d87bc9771b0885a151a" + }, + { + "m_Id": "1aa73c5fb640078a91663cd03b3367ae" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d97382694a6f4802b1a4ea5dcafa1f98", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "da1217b1e5a19182a5ce82faa8385b73", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "da59bb972ee74cbe8abcedf7a7e77677", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "e20f751aad901d848ab7304c7bf6899a" + }, + { + "m_Id": "e829a816a0a68f82836ee7366c7c0f87" + }, + { + "m_Id": "0df3abc5fdcd53838ddd9f42ada2fcaa" + }, + { + "m_Id": "6769c64dbc6dd68b9f627752e92e92fa" + }, + { + "m_Id": "efcf0cc5cccb008da46b667acdfee82f" + }, + { + "m_Id": "e5b7b17a20c9467abf260cbf17bed356" + }, + { + "m_Id": "8042af1760a6088a9a070a27117433a6" + }, + { + "m_Id": "06607de9c5dc238ebe026e2e323d2c96" + }, + { + "m_Id": "2e3b9334ddfc9c82b45aededd8fa3cc5" + }, + { + "m_Id": "59420bac87b50f8593be01de0da16d42" + }, + { + "m_Id": "a56060104483d786ba462de909c7c0ef" + }, + { + "m_Id": "31a92183189e4084b5cf3c5eeeb158ab" + }, + { + "m_Id": "f2180aee2f6b4eb2996bffd01448c050" + }, + { + "m_Id": "708c051bdb6048ec97249c467de2b3ff" + }, + { + "m_Id": "1b3a913a34d67981a0a42126cf000224" + }, + { + "m_Id": "511bc9571ae9ef86b82e555c85447c23" + }, + { + "m_Id": "dace3cd09a2511808846bf37c3589e4d" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "da5a2ca9a0041585b4d5217399ed9e83", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "dace3cd09a2511808846bf37c3589e4d", + "m_Guid": { + "m_GuidSerialized": "1658b4dc-9511-487b-81e0-aed42824ae07" + }, + "m_Name": "Depth power", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_2145D603", + "m_OverrideReferenceName": "_Depthpower", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "dbe7b12c05cf978298a4e01a69212be8", + "m_Id": 0, + "m_DisplayName": "Noise", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "dcd4f57969c84705815b69377b218cf0", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dd0f5edd356844769bf3ef1f89de8f13", + "m_Id": 5, + "m_DisplayName": "Z Buffer Sign", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Z Buffer Sign", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SceneColorNode", + "m_ObjectId": "dd98c8c4d1704e408c913a91ca6445d0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Scene Color", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -949.1224365234375, + "y": -790.4814453125, + "width": 132.0, + "height": 77.0 + } + }, + "m_Slots": [ + { + "m_Id": "4c57a52f612045a89142fb7893485d7b" + }, + { + "m_Id": "74c8be68bb4e46639492a2da2b4cb635" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ddf2149607048f8f9e06423f4077ad3f", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "de0110892f334e67aa9d4c4c1f7c131e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1886.0, + "y": 2047.0, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "429a08c5c37c409c915b38ee395ec4b0" + }, + { + "m_Id": "56ce2f07e1224f159c80d95be9744aa5" + } + ], + "synonyms": [ + "complement", + "invert", + "opposite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "de0d22080c281c8c8c9a7b8fde779ef3", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "de6bd608b3e14ec5be6d49ed24b16e74", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1725.1224365234375, + "y": -865.4813842773438, + "width": 198.0, + "height": 255.0 + } + }, + "m_Slots": [ + { + "m_Id": "aa4e9df3c6084c5b8b65357e383f1e9c" + }, + { + "m_Id": "5c2537dcd6b64df59bbd1b0cfdaab60e" + }, + { + "m_Id": "cb76f560d65945e48f634ac12a913deb" + }, + { + "m_Id": "9211a4bc2aee4e938b38db1db8ba9ef7" + }, + { + "m_Id": "311e87656b9f485bbe7a84c576ae3c62" + }, + { + "m_Id": "c3fe83c2b5f24e368f5c43bc1b830c78" + }, + { + "m_Id": "c8919538e27a42b992a25913a7ac4a9a" + }, + { + "m_Id": "ff5405e66b5e44e983c6c8e02835d1eb" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 1, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "df32f698e120fb8f822b54c5fab3878f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1730.0, + "y": -242.00001525878907, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "de0d22080c281c8c8c9a7b8fde779ef3" + }, + { + "m_Id": "fc8c38a0cefedd84abca387ea862e5f3" + }, + { + "m_Id": "d3c73ec22866e481b5c1c7580afe72ee" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "df744843f2ce4f4cbbf8b300bc3aa33e", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e09ba3129aec458ea8cf222f94b567e8", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e15600ed45eb4f9681a99edbeae0a9fd", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e165a2fbb974ff8a98b12556d8162a49", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "e1820e7ae6a4493cac6e3d0f09c1db54", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3489.0, + "y": -421.0, + "width": 130.0, + "height": 117.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "4629ff35c9f74773b07a7fc2631541dc" + }, + { + "m_Id": "140b8a711c244554b37b471051433f6b" + }, + { + "m_Id": "f893c91046314234837d089ccc98e0f1" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "e20f751aad901d848ab7304c7bf6899a", + "m_Guid": { + "m_GuidSerialized": "cae82736-97aa-43b3-8295-c05fb0e07af3" + }, + "m_Name": "MainTex", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_AD51C74E", + "m_OverrideReferenceName": "_MainTex", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "e25f48cdf4724357a69713727fe7d1e1", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "e268cae9342dde868bc88b41c521b020", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1228.0, + "y": 1879.9998779296875, + "width": 178.99998474121095, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "388e69961c2c18858caf28943f3a8096" + }, + { + "m_Id": "72c414fa513786889b9aabc3bf06d8ed" + }, + { + "m_Id": "78d49c77243dc58383d1a2893719820a" + }, + { + "m_Id": "b3ce7e51213da388ac995cdcb05e8fd9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e2837cd4a4d7a38ca3c26f3c5904a944", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e39faed2c64540baa922eb3b95275155", + "m_Id": 0, + "m_DisplayName": "Alpha Clip Threshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "AlphaClipThreshold", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.5, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e43ad020ed0b4843a951281b83755a2a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 100.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e4461916274f9f86809634e58080b04e", + "m_Id": 2, + "m_DisplayName": "Cosine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Cosine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "e4bb871b07014305bc891bce0a9b22c0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1903.5672607421875, + "y": 1121.2720947265625, + "width": 143.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "b02c7322b3244ad09d923873db57c717" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "dace3cd09a2511808846bf37c3589e4d" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e4ee064cc859c085bfc8ec073b8b8334", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": -1.0, + "y": -1.0, + "z": -1.0, + "w": -1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e5212195d24944578feffb17dfa99a09", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "e5b7b17a20c9467abf260cbf17bed356", + "m_Guid": { + "m_GuidSerialized": "7a0af6c5-962d-4b96-9c8f-efa2bc414a32" + }, + "m_Name": "NormalMap", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "NormalMap", + "m_DefaultReferenceName": "_NormalMap", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 3 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e5dab7e152cc9e8ca910479b2a2ac434", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "e60dfa0b5fb780899db96e3fb34a9e82", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1332.0, + "y": 80.99996185302735, + "width": 126.0001220703125, + "height": 118.0000228881836 + } + }, + "m_Slots": [ + { + "m_Id": "94c0688f925f508499beca4a08f1a6f7" + }, + { + "m_Id": "f018d7150686788ca8e0781449d6b43c" + }, + { + "m_Id": "8cad259497ff5b87badace0070c9bb87" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "e624d0838fd446fc972acd5a75f56a76", + "m_Id": 0, + "m_DisplayName": "Opacity saturate", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "e72c8eb0628a4e6d9cc10970603908e0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3804.0, + "y": -318.9999694824219, + "width": 194.0, + "height": 124.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "eaaf7788deb4479e80f4d8a80d8a65f0" + }, + { + "m_Id": "a6f94845728240e1be3a5c7d3c9336b5" + }, + { + "m_Id": "80f68c147f4746e0a3477a66e01879d8" + }, + { + "m_Id": "e7ba692f1a6f44c3b7508dec81d2941f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "e7ba692f1a6f44c3b7508dec81d2941f", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "e81e8c475581468d9fd9555c992fa896", + "m_Id": 0, + "m_DisplayName": "Color", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "e829a816a0a68f82836ee7366c7c0f87", + "m_Guid": { + "m_GuidSerialized": "01dc216e-a170-433a-9542-a77ce280727b" + }, + "m_Name": "Noise", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_2CD074A9", + "m_OverrideReferenceName": "_Noise", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "e9774cd98d8040fea12c3c7759d9b87f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1735.5672607421875, + "y": 984.2720947265625, + "width": 126.0, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "62f7a89170db44f4bb348365d174ce56" + }, + { + "m_Id": "c22c0aa01fac4cba93e7318fa9e7bc83" + }, + { + "m_Id": "97d036c935a64ddf9d3b95f7b1c6b656" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "e997a8b001c94f8c89b40fb8ed45334a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4102.0, + "y": -377.0000305175781, + "width": 120.0, + "height": 149.0000457763672 + } + }, + "m_Slots": [ + { + "m_Id": "2f0e799c00bdc987b4eafae3c787aab9" + }, + { + "m_Id": "a5d50a6a4d8d078baa19bcccef0ae221" + }, + { + "m_Id": "80127382f783d786b6aa1d853262cb90" + }, + { + "m_Id": "37ecba8b328deb8783034ae5989772b3" + }, + { + "m_Id": "688fbee19e5e58829f5b51fcf531ea06" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitData", + "m_ObjectId": "ea86384fd219464884386bb3cdfbb305", + "m_EnableShadowMatte": false, + "m_DistortionOnly": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "eaaf7788deb4479e80f4d8a80d8a65f0", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "eac77d24fec7ea898a5708bb2e38fd3d", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ec0f44d6946b1c889e6e36198d187a88", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "edb02f6522f745f5923c749c9b90a919", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "edfbe3086a5c406ebd7637b74232fe68", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ee5903104d2bb880b6d435360fe86f03", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "ee6210cbffcc3d8dbea83ccc405d00d7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2747.000244140625, + "y": 193.00001525878907, + "width": 160.00001525878907, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "4241f3155632078087093314f3e81d60" + }, + { + "m_Id": "91ef4f4e31f7f78296bf3a52d1fd61b2" + }, + { + "m_Id": "e09ba3129aec458ea8cf222f94b567e8" + }, + { + "m_Id": "16b4e6bce2eff8819362200a7249e706" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ee887e10350740c48248ddec34756765", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "eeb52144501140da9ce2b7f63f01fd3c", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "eef4d1547d1e454d8112b3cb581253d9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Emission", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "2d977478467f4b6691c6129e3dc9b55e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Emission" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "eef6127fd9f04745991c1dc19dbe0bf0", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ef0d53e99fcfcd87a2efb8a1f7eae959", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", + "m_ObjectId": "efcf0cc5cccb008da46b667acdfee82f", + "m_Guid": { + "m_GuidSerialized": "b59762d8-3e0e-47ad-ba6a-3d7a3162bc31" + }, + "m_Name": "Speed MainTex U/V + Noise Z/W", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector4_72221BD9", + "m_OverrideReferenceName": "_SpeedMainTexUVNoiseZW", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f018d7150686788ca8e0781449d6b43c", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f04a631c52434699bd2962fb70a2584d", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "f117b7b51574d684a5c27e0798b1a041", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "f2180aee2f6b4eb2996bffd01448c050", + "m_Guid": { + "m_GuidSerialized": "479ce866-5080-4f77-9f7c-5c0f2b482981" + }, + "m_Name": "Opacity saturate", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Opacity saturate", + "m_DefaultReferenceName": "_Opacity_saturate", + "m_OverrideReferenceName": "_Opacitysaturate", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f21b9687b0394139a968a4c228c3895d", + "m_Id": 2, + "m_DisplayName": "Orthographic", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Orthographic", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "f2ca1f6ea7179e8aa89b1e0b99e5aa31", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1904.0, + "y": -331.00006103515627, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "1d93a6a72b13fd80aba32b062bb8b211" + }, + { + "m_Id": "ec0f44d6946b1c889e6e36198d187a88" + }, + { + "m_Id": "ba6739a2e693548886bf3a88bdc0acac" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f4476c15f698409db289ba7ca5f8b8f7", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SignNode", + "m_ObjectId": "f474915117c1bb81a3a80d6b0b95abd9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sign", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1376.0001220703125, + "y": 2022.0, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "99207818e015b68fa659e3360fd20df7" + }, + { + "m_Id": "12b87ade4022998eadbaaf7f9b241b36" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "f5ff4a4ce1eb48bdaffbc049b10e49f7", + "m_Id": 0, + "m_DisplayName": "Tangent", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tangent", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "f636fdcaee08a08e8d74b7ee469e0807", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3019.000244140625, + "y": 230.00001525878907, + "width": 188.00001525878907, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "c9e57e4fac3a67819291f231340790ba" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "1b3a913a34d67981a0a42126cf000224" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "f64a05bf9a9d4ebd8b00f96fd2a3d897", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2975.999755859375, + "y": 512.9999389648438, + "width": 128.999755859375, + "height": 34.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "19ef792a87be4d8cb29e45a20c7ad39f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e20f751aad901d848ab7304c7bf6899a" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "f717e5f65c8d328a89b5d6e349d5ddda", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2168.0, + "y": -186.0, + "width": 198.0, + "height": 261.0 + } + }, + "m_Slots": [ + { + "m_Id": "12b39d011e6bc187b42187e35e371c75" + }, + { + "m_Id": "593b5bf2957eee85ad5baad0734cfb18" + }, + { + "m_Id": "5a989e53d9febf8abea080a878742f52" + }, + { + "m_Id": "776d009869ed4d8bafe34b0eea5c024e" + }, + { + "m_Id": "c5a82b3d804f1b8ab977a8fcfbdf87c6" + }, + { + "m_Id": "7c8757e98e5dee88a451f87aba79c5c0" + }, + { + "m_Id": "0524bf4b13dccb8cab280ce8dd9af649" + }, + { + "m_Id": "b68eab6c15965d879148ddf599a78045" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f85fa2f28a5df182a44b0d0fbc2de526", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f893c91046314234837d089ccc98e0f1", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f9b820d1fdbf43f3881dde81d460d961", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "f9e29cea8d1d470e9f2875bc35353864", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4613.0, + "y": 727.9999389648438, + "width": 194.0, + "height": 125.00018310546875 + } + }, + "m_Slots": [ + { + "m_Id": "44460e62e8cd4a15aae2fdbe36d0a24b" + }, + { + "m_Id": "4a913caa58ea455990b2bc1ae4c1d0cb" + }, + { + "m_Id": "6f3f9edda4ca46c1bb58a52b860c0157" + }, + { + "m_Id": "9b3db511f95547f1a6403cf4e58db7b8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "fa0a358c33c445f89bc2611a6f3295c4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1706.0, + "y": 1709.0, + "width": 166.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "7ae79460d77049d6b88e361cdd9bac4d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "708c051bdb6048ec97249c467de2b3ff" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fab6acc7b5db498296252c37818f0185", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "fac354a0f8c84545b7f436bc956a55ec", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fbeb7639dcbad08b90fc0ce59802f7b5", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "fc5c713f173f4dcb8163e1490b28347e", + "m_Id": 0, + "m_DisplayName": "NormalMap", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "fc8c38a0cefedd84abca387ea862e5f3", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fd03121cb1a7da8881bc0703e6a8ad0d", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "fe00e731606ba48d9a9fa9df083222cd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2194.0, + "y": 94.00000762939453, + "width": 90.0, + "height": 77.0 + } + }, + "m_Slots": [ + { + "m_Id": "e81e8c475581468d9fd9555c992fa896" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "2e3b9334ddfc9c82b45aededd8fa3cc5" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "ff5405e66b5e44e983c6c8e02835d1eb", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_BlendDistort.shadergraph.meta b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_BlendDistort.shadergraph.meta new file mode 100644 index 0000000..2e845c9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_BlendDistort.shadergraph.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 60d9a794523917043ab4a5a06a2f98c0 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_BlendDistort.shadergraph + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_CG.shadergraph b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_CG.shadergraph new file mode 100644 index 0000000..3ed0b3a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_CG.shadergraph @@ -0,0 +1,18220 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "8f83e61f34be470e9e81c7a2e95ca81e", + "m_Properties": [ + { + "m_Id": "8c30414c80aa409292f900071995eecd" + }, + { + "m_Id": "25b260794301493da3d6d8e3c142a64f" + }, + { + "m_Id": "59b135513ed347598835b7b01c83eaac" + }, + { + "m_Id": "474b87de7d5a448b92463a0358cc5c83" + }, + { + "m_Id": "f914184f738b4bcb802a7cda3c279606" + }, + { + "m_Id": "4542f1063ef74ac78467bf9dc01a659d" + }, + { + "m_Id": "5246188bf8cab28d819d347f8b1bf8d0" + }, + { + "m_Id": "c03a6e8810a2f98f8e01a7187103665e" + }, + { + "m_Id": "56f95c9b40802b8daea0bab8acf5d626" + }, + { + "m_Id": "2e8817d6a782a98da49e5a1db662e5b2" + }, + { + "m_Id": "dd1df9d842261d8881629ce70568e0ca" + }, + { + "m_Id": "ec6a0c274b5e64888e9f70111cb03d15" + }, + { + "m_Id": "f3b1db719b4a1886bc86fd83e0647608" + }, + { + "m_Id": "069e56cb7b97908e8df7d2ac480dad7b" + }, + { + "m_Id": "e777fb890bb10889a45df7c70eaf85c0" + }, + { + "m_Id": "bf1d272b7d30f18f8175dfa0a19aaf7d" + }, + { + "m_Id": "df371f7652d2968aacff152eb2d7dbb3" + }, + { + "m_Id": "8d00dd1e72a81381aa7e80b759631f23" + }, + { + "m_Id": "b19b4743d9eb406e9eaea7a35c70f3b6" + }, + { + "m_Id": "68edb52202564d27b2a1f9e45ea2446b" + }, + { + "m_Id": "d0b45258d97a41ecba0c49e315c91f7e" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "c79ebda882084c85a094901a20a664b2" + } + ], + "m_Nodes": [ + { + "m_Id": "ffb65f79793d4ce58301f5048d6ffdc3" + }, + { + "m_Id": "12f6735780a14e598c76df6eff23eedb" + }, + { + "m_Id": "0a5b46c8945e43508a9ccf45b90b8f12" + }, + { + "m_Id": "3d97a9e697ea4073b184e2bb0152c9c0" + }, + { + "m_Id": "19fdcd84d02946ea8d66569f6ac6c832" + }, + { + "m_Id": "282545679a774ecfbbc725d53bbd66d1" + }, + { + "m_Id": "e2a75095110b441eafca279197417891" + }, + { + "m_Id": "9674a024f9254b1a857be230ebc56396" + }, + { + "m_Id": "a074340fc2e641cfab4d9b33cb6c4d08" + }, + { + "m_Id": "0ab1117ccb7043d382711e442ee88220" + }, + { + "m_Id": "7f3e215147654feeb79faea2f1bea77c" + }, + { + "m_Id": "04b81511abae4a97927083ccaee9ba76" + }, + { + "m_Id": "efba287ebce4493bb88495f0da4dbcb5" + }, + { + "m_Id": "77210a82b9a143369511231c7a8ee6ef" + }, + { + "m_Id": "8bdbd2bb066342bd8e8310fdcf30878e" + }, + { + "m_Id": "d729f99434d845d18d200adf2d8a29bf" + }, + { + "m_Id": "c65475cb74974860813230cee8e7a02e" + }, + { + "m_Id": "ad003b67db98491d87f18d29f87fa651" + }, + { + "m_Id": "a2a645c9edfa471f92be7c622216d434" + }, + { + "m_Id": "12dad586630a4c84afe266091032472e" + }, + { + "m_Id": "ed1338149c634c3cbc7597905c93c0aa" + }, + { + "m_Id": "477519c01a484f52a5d05d8eb196a310" + }, + { + "m_Id": "1732dce474484da8ac3b20d0a1f724e7" + }, + { + "m_Id": "dc64d1f885284a96a3b4d1c513cefbb3" + }, + { + "m_Id": "b116d3f28dbf4baf875293d05b2e6e53" + }, + { + "m_Id": "de096f4b575549589b30aaf3cb24e2d0" + }, + { + "m_Id": "d41955d6ab1743c0878b7fac8cd2c74f" + }, + { + "m_Id": "657331451aa14628a0cfc3a91d79ac48" + }, + { + "m_Id": "c4fcbcf9707a460ca5dcb1f57be7a697" + }, + { + "m_Id": "a214ecf0f42f41e9a757d5a3d251122c" + }, + { + "m_Id": "005c8e8b30c443ab9e72f85894b82c7b" + }, + { + "m_Id": "05faaf421fc240e18c6f2ff780d831fa" + }, + { + "m_Id": "98a2c45332444630903075542474acf8" + }, + { + "m_Id": "bcda0d09ffb14b21b6c30b30c6c09e6b" + }, + { + "m_Id": "3a09cb8480e5424dae12607646e5d3be" + }, + { + "m_Id": "aed3c91520c84433bfe187ca23c25f0c" + }, + { + "m_Id": "80b76a97e0ff419683e00f84271806c0" + }, + { + "m_Id": "2a78044390784da1a6f8c5c29ac48818" + }, + { + "m_Id": "cfad1932fb9244d5a6f9b19e8729f1cd" + }, + { + "m_Id": "af0599c0f2f2415dbfd7cc3141857464" + }, + { + "m_Id": "4a1d364f472a4749809e2ed1bbc412cd" + }, + { + "m_Id": "e35a6013a9de4b3b9bac112fb91d7885" + }, + { + "m_Id": "17fa67b3c5294a598b244c1a95883ccd" + }, + { + "m_Id": "90606813c1aa47e2af1a55eb747a093b" + }, + { + "m_Id": "d8c6c88a261542e99aa7bacb94557abf" + }, + { + "m_Id": "50a89744a77e4d4da82e43e50a717fe1" + }, + { + "m_Id": "e81d35ce2a884e3b887f0bb0266310d2" + }, + { + "m_Id": "7a659cc644ba4b6ab8beb0621c05e41c" + }, + { + "m_Id": "0e82b82c162a497fa646fb7dc1e1f538" + }, + { + "m_Id": "d82fa0653f024150bea6834b48337030" + }, + { + "m_Id": "c83e50a414ee42119522c7b7077d9764" + }, + { + "m_Id": "8f3aaa5eb1c64eee8d378db4020a7a7e" + }, + { + "m_Id": "1bbae58465934856803bede5130c83e5" + }, + { + "m_Id": "2b9c0a9bc5564155825cedf40afff02a" + }, + { + "m_Id": "baad4b1bebca41c48a8dfda1a9e58f15" + }, + { + "m_Id": "b6a3dbb1d29f462d8fdd64e5a2c7d53c" + }, + { + "m_Id": "72c04fb709f64c45be83bcf03a9e4c89" + }, + { + "m_Id": "c7c8efa7006f4d4aa216cb2520ad1605" + }, + { + "m_Id": "2d57173b75f84780a7e866d1e44e32fb" + }, + { + "m_Id": "b94cac7d67f0489fa91ed1bb4c27fad0" + }, + { + "m_Id": "697f70a58d934c06a013adccc43b7629" + }, + { + "m_Id": "ce05c8db894846e483fe92081a5c9130" + }, + { + "m_Id": "935adfc5c7c6417e93576c49f4cc28fe" + }, + { + "m_Id": "f9d28669acd74da98f094a633a06818c" + }, + { + "m_Id": "56201b9626c54119bbab6f6b72909153" + }, + { + "m_Id": "ddbe8f8a23014344abe71c69cd988e6f" + }, + { + "m_Id": "9613363a6761442ab9eeedae1185ced7" + }, + { + "m_Id": "758142629a2a4928a89c1556550036eb" + }, + { + "m_Id": "c1c148202e23449ba63be23cd714385d" + }, + { + "m_Id": "702f8600927a491abe7a89d748bf8e19" + }, + { + "m_Id": "a3456891ae414973b5b858bf561a2be5" + }, + { + "m_Id": "874109f6ec3747a08d3e729edf69a2a9" + }, + { + "m_Id": "3b4a46fa7e7a44a7acd3d1ed0d38991f" + }, + { + "m_Id": "2433dab54e1341e3bdd1dba60b452d33" + }, + { + "m_Id": "c81b2c5bb6b24088a9dea9ca169a4705" + }, + { + "m_Id": "1b60ea7ee6b44cc9bf6db3e9f30117b1" + }, + { + "m_Id": "4de468ce94ef4ca98c8cfee37e9708cc" + }, + { + "m_Id": "9457e001561243de93bbee7742573bcd" + }, + { + "m_Id": "f23cf763efbf4c52a1d4ea7d1b4daf5a" + }, + { + "m_Id": "2abd1304bb7c44f6aa3d3bd9601782b2" + }, + { + "m_Id": "efb29c1d1f684706b32130e38cf8987b" + }, + { + "m_Id": "252d1778258a46bfa4d4bfa40b231d22" + }, + { + "m_Id": "58c15002abcf44ab81a565775358e574" + }, + { + "m_Id": "c779e9a3a3f64886bb3394d9985d03e7" + }, + { + "m_Id": "fb309ebc72e246e7ad752069db187937" + }, + { + "m_Id": "84c7ff72d3a54607af89f9f25d69a966" + }, + { + "m_Id": "3b61f3c836a5486ca6b4a10c3d2cc7a4" + }, + { + "m_Id": "b0ad1ddbfd9446e3aaeda39c471a03ab" + }, + { + "m_Id": "43f8cdbe2f5c4bba951ebb9df50e6a11" + }, + { + "m_Id": "27c2b74e0d5747e98166b3637254349e" + }, + { + "m_Id": "05064953ad2d46488de61b8ffd5378a2" + }, + { + "m_Id": "71b6a15273244793bd1803c827d23311" + }, + { + "m_Id": "a3e90fd61a5a48e1946f7ae91c25a02e" + }, + { + "m_Id": "99b6e5eece764c1bb615931c19a79253" + }, + { + "m_Id": "719161cbb08c4f9c8e6d1fc047814760" + }, + { + "m_Id": "2af41d7fa1234e5e94c356ef01436d34" + }, + { + "m_Id": "d8abc09dd15a4f5b96e41964871f0379" + }, + { + "m_Id": "a64b3acbbf24485a9ef89bae784a0f13" + }, + { + "m_Id": "c6c663c5950e466e8066c21948fa5520" + }, + { + "m_Id": "f5dc8fd7023e44cda72487fd596d223e" + }, + { + "m_Id": "d21a62e46fc146f3a0fa217ba2188d4b" + }, + { + "m_Id": "21dfb52dc5c74a449ca5abba50e86fa0" + }, + { + "m_Id": "016ff68336234d4b94cf80642709e882" + }, + { + "m_Id": "2a212d4cd5dc4e32ac24cd4eb47158c1" + }, + { + "m_Id": "6c8bd2f14f004bfaac37ef92f46ff885" + }, + { + "m_Id": "93f7b48aaa51439f97d95cd7e84b685d" + }, + { + "m_Id": "6428ab162cb14c9a9f77fcf2dd0e6814" + }, + { + "m_Id": "e9378c67f2c942aa96cfb6e26c000281" + }, + { + "m_Id": "a0b714f7323646a3b4ba4911ea02b812" + }, + { + "m_Id": "7be6c0b295b540c79c06eef3152bbf9c" + }, + { + "m_Id": "791836e0286e4a0ebaa0799dd178bcbd" + }, + { + "m_Id": "6da3bd9c482e4daca1ea55e5800282d4" + }, + { + "m_Id": "04d8f98f0bcb42a2a2eca2763f22253c" + }, + { + "m_Id": "9998e609a9634195b903b027a4a41354" + }, + { + "m_Id": "31daa0b07a0e4ffbaf0bb8939d04f9aa" + }, + { + "m_Id": "06db870ba3224d7fbbe27657df701627" + }, + { + "m_Id": "f6f59421b16a4f41a079705af51a869e" + }, + { + "m_Id": "ecf8feac921a440d86cd83423c765816" + }, + { + "m_Id": "555debb715724c609cf38885966a9711" + }, + { + "m_Id": "dfdab1aebb424473830ca812f9bb501a" + }, + { + "m_Id": "4313e54afc7147ff81cb1b4ca4e5a34c" + }, + { + "m_Id": "d71a557a7b264ec7a66752cfe18221d4" + }, + { + "m_Id": "8be5697cb0c244e1bf2b3e8bec4f1db2" + }, + { + "m_Id": "dea7bbad22c943f7a1bb40223e228c95" + }, + { + "m_Id": "62974497cd0c404587bc9982f403586e" + }, + { + "m_Id": "f868a252e0e7491a8d958e8f4bedd813" + }, + { + "m_Id": "18ab6cf4786146e18a425824ddc8975b" + }, + { + "m_Id": "9184ec18b5ae46ce9618d0f9a5b3b11f" + }, + { + "m_Id": "2c7b0aaefe034a3fa8f48783b2c0636e" + }, + { + "m_Id": "55f6ef81b1e84b5cafc2692ed30f7305" + }, + { + "m_Id": "310d43ba632943bba69d98f535aba50a" + }, + { + "m_Id": "08647c5e7a7a40deb448efe7b77a30a9" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "005c8e8b30c443ab9e72f85894b82c7b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "90606813c1aa47e2af1a55eb747a093b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "016ff68336234d4b94cf80642709e882" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2a212d4cd5dc4e32ac24cd4eb47158c1" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "04b81511abae4a97927083ccaee9ba76" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3b4a46fa7e7a44a7acd3d1ed0d38991f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "04b81511abae4a97927083ccaee9ba76" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "58c15002abcf44ab81a565775358e574" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "04d8f98f0bcb42a2a2eca2763f22253c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6da3bd9c482e4daca1ea55e5800282d4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "05064953ad2d46488de61b8ffd5378a2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b0ad1ddbfd9446e3aaeda39c471a03ab" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "05faaf421fc240e18c6f2ff780d831fa" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4a1d364f472a4749809e2ed1bbc412cd" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "05faaf421fc240e18c6f2ff780d831fa" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4a1d364f472a4749809e2ed1bbc412cd" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "05faaf421fc240e18c6f2ff780d831fa" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "005c8e8b30c443ab9e72f85894b82c7b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "06db870ba3224d7fbbe27657df701627" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "758142629a2a4928a89c1556550036eb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "08647c5e7a7a40deb448efe7b77a30a9" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "84c7ff72d3a54607af89f9f25d69a966" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "08647c5e7a7a40deb448efe7b77a30a9" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fb309ebc72e246e7ad752069db187937" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0ab1117ccb7043d382711e442ee88220" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9674a024f9254b1a857be230ebc56396" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0e82b82c162a497fa646fb7dc1e1f538" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dc64d1f885284a96a3b4d1c513cefbb3" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "12dad586630a4c84afe266091032472e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8bdbd2bb066342bd8e8310fdcf30878e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1732dce474484da8ac3b20d0a1f724e7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2b9c0a9bc5564155825cedf40afff02a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "17fa67b3c5294a598b244c1a95883ccd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e35a6013a9de4b3b9bac112fb91d7885" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "18ab6cf4786146e18a425824ddc8975b" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7f3e215147654feeb79faea2f1bea77c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1b60ea7ee6b44cc9bf6db3e9f30117b1" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c81b2c5bb6b24088a9dea9ca169a4705" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1bbae58465934856803bede5130c83e5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c83e50a414ee42119522c7b7077d9764" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "21dfb52dc5c74a449ca5abba50e86fa0" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2a212d4cd5dc4e32ac24cd4eb47158c1" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2433dab54e1341e3bdd1dba60b452d33" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "27c2b74e0d5747e98166b3637254349e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2433dab54e1341e3bdd1dba60b452d33" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "758142629a2a4928a89c1556550036eb" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "252d1778258a46bfa4d4bfa40b231d22" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "08647c5e7a7a40deb448efe7b77a30a9" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "27c2b74e0d5747e98166b3637254349e" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "05064953ad2d46488de61b8ffd5378a2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2a212d4cd5dc4e32ac24cd4eb47158c1" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d21a62e46fc146f3a0fa217ba2188d4b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2a78044390784da1a6f8c5c29ac48818" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "77210a82b9a143369511231c7a8ee6ef" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2abd1304bb7c44f6aa3d3bd9601782b2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "310d43ba632943bba69d98f535aba50a" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2af41d7fa1234e5e94c356ef01436d34" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "874109f6ec3747a08d3e729edf69a2a9" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2af41d7fa1234e5e94c356ef01436d34" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9457e001561243de93bbee7742573bcd" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2b9c0a9bc5564155825cedf40afff02a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d41955d6ab1743c0878b7fac8cd2c74f" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2c7b0aaefe034a3fa8f48783b2c0636e" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "04b81511abae4a97927083ccaee9ba76" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2d57173b75f84780a7e866d1e44e32fb" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f9d28669acd74da98f094a633a06818c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "310d43ba632943bba69d98f535aba50a" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "08647c5e7a7a40deb448efe7b77a30a9" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "31daa0b07a0e4ffbaf0bb8939d04f9aa" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "06db870ba3224d7fbbe27657df701627" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3a09cb8480e5424dae12607646e5d3be" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "aed3c91520c84433bfe187ca23c25f0c" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3b4a46fa7e7a44a7acd3d1ed0d38991f" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "874109f6ec3747a08d3e729edf69a2a9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3b61f3c836a5486ca6b4a10c3d2cc7a4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b0ad1ddbfd9446e3aaeda39c471a03ab" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4313e54afc7147ff81cb1b4ca4e5a34c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f6f59421b16a4f41a079705af51a869e" + }, + "m_SlotId": 6 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "43f8cdbe2f5c4bba951ebb9df50e6a11" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "19fdcd84d02946ea8d66569f6ac6c832" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "477519c01a484f52a5d05d8eb196a310" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1732dce474484da8ac3b20d0a1f724e7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "477519c01a484f52a5d05d8eb196a310" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dc64d1f885284a96a3b4d1c513cefbb3" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4a1d364f472a4749809e2ed1bbc412cd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e81d35ce2a884e3b887f0bb0266310d2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4de468ce94ef4ca98c8cfee37e9708cc" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "719161cbb08c4f9c8e6d1fc047814760" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "50a89744a77e4d4da82e43e50a717fe1" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d8c6c88a261542e99aa7bacb94557abf" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "555debb715724c609cf38885966a9711" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f6f59421b16a4f41a079705af51a869e" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "55f6ef81b1e84b5cafc2692ed30f7305" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "555debb715724c609cf38885966a9711" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "56201b9626c54119bbab6f6b72909153" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ddbe8f8a23014344abe71c69cd988e6f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "58c15002abcf44ab81a565775358e574" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "08647c5e7a7a40deb448efe7b77a30a9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "58c15002abcf44ab81a565775358e574" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2abd1304bb7c44f6aa3d3bd9601782b2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "58c15002abcf44ab81a565775358e574" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c81b2c5bb6b24088a9dea9ca169a4705" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "62974497cd0c404587bc9982f403586e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dea7bbad22c943f7a1bb40223e228c95" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6428ab162cb14c9a9f77fcf2dd0e6814" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e9378c67f2c942aa96cfb6e26c000281" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "657331451aa14628a0cfc3a91d79ac48" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a074340fc2e641cfab4d9b33cb6c4d08" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "697f70a58d934c06a013adccc43b7629" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b94cac7d67f0489fa91ed1bb4c27fad0" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6c8bd2f14f004bfaac37ef92f46ff885" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "93f7b48aaa51439f97d95cd7e84b685d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6da3bd9c482e4daca1ea55e5800282d4" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c1c148202e23449ba63be23cd714385d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "702f8600927a491abe7a89d748bf8e19" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9613363a6761442ab9eeedae1185ced7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "719161cbb08c4f9c8e6d1fc047814760" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2af41d7fa1234e5e94c356ef01436d34" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "71b6a15273244793bd1803c827d23311" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a3e90fd61a5a48e1946f7ae91c25a02e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "72c04fb709f64c45be83bcf03a9e4c89" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2b9c0a9bc5564155825cedf40afff02a" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "758142629a2a4928a89c1556550036eb" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9613363a6761442ab9eeedae1185ced7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "77210a82b9a143369511231c7a8ee6ef" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2d57173b75f84780a7e866d1e44e32fb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "791836e0286e4a0ebaa0799dd178bcbd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "04d8f98f0bcb42a2a2eca2763f22253c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "791836e0286e4a0ebaa0799dd178bcbd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6da3bd9c482e4daca1ea55e5800282d4" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7a659cc644ba4b6ab8beb0621c05e41c" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0e82b82c162a497fa646fb7dc1e1f538" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7be6c0b295b540c79c06eef3152bbf9c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a0b714f7323646a3b4ba4911ea02b812" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7f3e215147654feeb79faea2f1bea77c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3b4a46fa7e7a44a7acd3d1ed0d38991f" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7f3e215147654feeb79faea2f1bea77c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b94cac7d67f0489fa91ed1bb4c27fad0" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "80b76a97e0ff419683e00f84271806c0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "05faaf421fc240e18c6f2ff780d831fa" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "84c7ff72d3a54607af89f9f25d69a966" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fb309ebc72e246e7ad752069db187937" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "874109f6ec3747a08d3e729edf69a2a9" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b94cac7d67f0489fa91ed1bb4c27fad0" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8bdbd2bb066342bd8e8310fdcf30878e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "77210a82b9a143369511231c7a8ee6ef" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8bdbd2bb066342bd8e8310fdcf30878e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a214ecf0f42f41e9a757d5a3d251122c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8bdbd2bb066342bd8e8310fdcf30878e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d729f99434d845d18d200adf2d8a29bf" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8be5697cb0c244e1bf2b3e8bec4f1db2" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d71a557a7b264ec7a66752cfe18221d4" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8be5697cb0c244e1bf2b3e8bec4f1db2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d71a557a7b264ec7a66752cfe18221d4" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8f3aaa5eb1c64eee8d378db4020a7a7e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1732dce474484da8ac3b20d0a1f724e7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "90606813c1aa47e2af1a55eb747a093b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "98a2c45332444630903075542474acf8" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9184ec18b5ae46ce9618d0f9a5b3b11f" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2c7b0aaefe034a3fa8f48783b2c0636e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "935adfc5c7c6417e93576c49f4cc28fe" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ce05c8db894846e483fe92081a5c9130" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "93f7b48aaa51439f97d95cd7e84b685d" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d21a62e46fc146f3a0fa217ba2188d4b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9457e001561243de93bbee7742573bcd" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f23cf763efbf4c52a1d4ea7d1b4daf5a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9613363a6761442ab9eeedae1185ced7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3d97a9e697ea4073b184e2bb0152c9c0" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9613363a6761442ab9eeedae1185ced7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e2a75095110b441eafca279197417891" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9674a024f9254b1a857be230ebc56396" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "18ab6cf4786146e18a425824ddc8975b" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9674a024f9254b1a857be230ebc56396" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2c7b0aaefe034a3fa8f48783b2c0636e" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "98a2c45332444630903075542474acf8" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9674a024f9254b1a857be230ebc56396" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9998e609a9634195b903b027a4a41354" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "04d8f98f0bcb42a2a2eca2763f22253c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "99b6e5eece764c1bb615931c19a79253" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "719161cbb08c4f9c8e6d1fc047814760" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a074340fc2e641cfab4d9b33cb6c4d08" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7f3e215147654feeb79faea2f1bea77c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a074340fc2e641cfab4d9b33cb6c4d08" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "04b81511abae4a97927083ccaee9ba76" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a0b714f7323646a3b4ba4911ea02b812" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "84c7ff72d3a54607af89f9f25d69a966" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a0b714f7323646a3b4ba4911ea02b812" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d8abc09dd15a4f5b96e41964871f0379" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a214ecf0f42f41e9a757d5a3d251122c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "005c8e8b30c443ab9e72f85894b82c7b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a2a645c9edfa471f92be7c622216d434" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c65475cb74974860813230cee8e7a02e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a3456891ae414973b5b858bf561a2be5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3b4a46fa7e7a44a7acd3d1ed0d38991f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a3e90fd61a5a48e1946f7ae91c25a02e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "99b6e5eece764c1bb615931c19a79253" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a64b3acbbf24485a9ef89bae784a0f13" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a3e90fd61a5a48e1946f7ae91c25a02e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ad003b67db98491d87f18d29f87fa651" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a2a645c9edfa471f92be7c622216d434" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "aed3c91520c84433bfe187ca23c25f0c" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "efba287ebce4493bb88495f0da4dbcb5" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "af0599c0f2f2415dbfd7cc3141857464" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8f3aaa5eb1c64eee8d378db4020a7a7e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b0ad1ddbfd9446e3aaeda39c471a03ab" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "43f8cdbe2f5c4bba951ebb9df50e6a11" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b116d3f28dbf4baf875293d05b2e6e53" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "98a2c45332444630903075542474acf8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b6a3dbb1d29f462d8fdd64e5a2c7d53c" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "72c04fb709f64c45be83bcf03a9e4c89" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b94cac7d67f0489fa91ed1bb4c27fad0" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ce05c8db894846e483fe92081a5c9130" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b94cac7d67f0489fa91ed1bb4c27fad0" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f9d28669acd74da98f094a633a06818c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "baad4b1bebca41c48a8dfda1a9e58f15" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b6a3dbb1d29f462d8fdd64e5a2c7d53c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bcda0d09ffb14b21b6c30b30c6c09e6b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3a09cb8480e5424dae12607646e5d3be" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c1c148202e23449ba63be23cd714385d" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "702f8600927a491abe7a89d748bf8e19" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c4fcbcf9707a460ca5dcb1f57be7a697" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ed1338149c634c3cbc7597905c93c0aa" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c65475cb74974860813230cee8e7a02e" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d729f99434d845d18d200adf2d8a29bf" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c6c663c5950e466e8066c21948fa5520" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "71b6a15273244793bd1803c827d23311" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c779e9a3a3f64886bb3394d9985d03e7" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fb309ebc72e246e7ad752069db187937" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c81b2c5bb6b24088a9dea9ca169a4705" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9457e001561243de93bbee7742573bcd" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c83e50a414ee42119522c7b7077d9764" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8f3aaa5eb1c64eee8d378db4020a7a7e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ce05c8db894846e483fe92081a5c9130" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ddbe8f8a23014344abe71c69cd988e6f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cfad1932fb9244d5a6f9b19e8729f1cd" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0e82b82c162a497fa646fb7dc1e1f538" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d21a62e46fc146f3a0fa217ba2188d4b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6428ab162cb14c9a9f77fcf2dd0e6814" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d41955d6ab1743c0878b7fac8cd2c74f" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a074340fc2e641cfab4d9b33cb6c4d08" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d71a557a7b264ec7a66752cfe18221d4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "555debb715724c609cf38885966a9711" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d729f99434d845d18d200adf2d8a29bf" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2a78044390784da1a6f8c5c29ac48818" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d82fa0653f024150bea6834b48337030" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7a659cc644ba4b6ab8beb0621c05e41c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d8abc09dd15a4f5b96e41964871f0379" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2af41d7fa1234e5e94c356ef01436d34" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d8c6c88a261542e99aa7bacb94557abf" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e81d35ce2a884e3b887f0bb0266310d2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dc64d1f885284a96a3b4d1c513cefbb3" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8be5697cb0c244e1bf2b3e8bec4f1db2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dc64d1f885284a96a3b4d1c513cefbb3" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b116d3f28dbf4baf875293d05b2e6e53" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ddbe8f8a23014344abe71c69cd988e6f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "06db870ba3224d7fbbe27657df701627" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "de096f4b575549589b30aaf3cb24e2d0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "efba287ebce4493bb88495f0da4dbcb5" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dea7bbad22c943f7a1bb40223e228c95" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d71a557a7b264ec7a66752cfe18221d4" + }, + "m_SlotId": 3 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dfdab1aebb424473830ca812f9bb501a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f6f59421b16a4f41a079705af51a869e" + }, + "m_SlotId": 5 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e35a6013a9de4b3b9bac112fb91d7885" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "90606813c1aa47e2af1a55eb747a093b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e81d35ce2a884e3b887f0bb0266310d2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3a09cb8480e5424dae12607646e5d3be" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e9378c67f2c942aa96cfb6e26c000281" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7be6c0b295b540c79c06eef3152bbf9c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e9378c67f2c942aa96cfb6e26c000281" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a0b714f7323646a3b4ba4911ea02b812" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ecf8feac921a440d86cd83423c765816" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f6f59421b16a4f41a079705af51a869e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ed1338149c634c3cbc7597905c93c0aa" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cfad1932fb9244d5a6f9b19e8729f1cd" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ed1338149c634c3cbc7597905c93c0aa" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cfad1932fb9244d5a6f9b19e8729f1cd" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ed1338149c634c3cbc7597905c93c0aa" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "af0599c0f2f2415dbfd7cc3141857464" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ed1338149c634c3cbc7597905c93c0aa" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "af0599c0f2f2415dbfd7cc3141857464" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "efb29c1d1f684706b32130e38cf8987b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "310d43ba632943bba69d98f535aba50a" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "efba287ebce4493bb88495f0da4dbcb5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a214ecf0f42f41e9a757d5a3d251122c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "efba287ebce4493bb88495f0da4dbcb5" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c7c8efa7006f4d4aa216cb2520ad1605" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "efba287ebce4493bb88495f0da4dbcb5" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c7c8efa7006f4d4aa216cb2520ad1605" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f23cf763efbf4c52a1d4ea7d1b4daf5a" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2abd1304bb7c44f6aa3d3bd9601782b2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f23cf763efbf4c52a1d4ea7d1b4daf5a" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "310d43ba632943bba69d98f535aba50a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f5dc8fd7023e44cda72487fd596d223e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6428ab162cb14c9a9f77fcf2dd0e6814" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f6f59421b16a4f41a079705af51a869e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "18ab6cf4786146e18a425824ddc8975b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f6f59421b16a4f41a079705af51a869e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9184ec18b5ae46ce9618d0f9a5b3b11f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f868a252e0e7491a8d958e8f4bedd813" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "18ab6cf4786146e18a425824ddc8975b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f868a252e0e7491a8d958e8f4bedd813" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2c7b0aaefe034a3fa8f48783b2c0636e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f9d28669acd74da98f094a633a06818c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ce05c8db894846e483fe92081a5c9130" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fb309ebc72e246e7ad752069db187937" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "05064953ad2d46488de61b8ffd5378a2" + }, + "m_SlotId": 1 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": -433.5998229980469, + "y": -231.20001220703126 + }, + "m_Blocks": [ + { + "m_Id": "ffb65f79793d4ce58301f5048d6ffdc3" + }, + { + "m_Id": "12f6735780a14e598c76df6eff23eedb" + }, + { + "m_Id": "0a5b46c8945e43508a9ccf45b90b8f12" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": -433.5998229980469, + "y": -31.19999885559082 + }, + "m_Blocks": [ + { + "m_Id": "3d97a9e697ea4073b184e2bb0152c9c0" + }, + { + "m_Id": "19fdcd84d02946ea8d66569f6ac6c832" + }, + { + "m_Id": "282545679a774ecfbbc725d53bbd66d1" + }, + { + "m_Id": "e2a75095110b441eafca279197417891" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 0, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_SubDatas": [], + "m_ActiveTargets": [ + { + "m_Id": "24394e5a38954b24978dd53f9f600ba1" + }, + { + "m_Id": "bcc8e51403294043906ee0bb1c8dcb5f" + }, + { + "m_Id": "87a6865069e047e7b514d06220c962f4" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "005c8e8b30c443ab9e72f85894b82c7b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4206.173828125, + "y": 536.065673828125, + "width": 130.0, + "height": 118.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "8a1787b1fbc846d7993af77d2f350cfe" + }, + { + "m_Id": "4b25cec1e38042ab925f5fd0b1416ec2" + }, + { + "m_Id": "87f1bce95f6e435d8b77cda524fde2c3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CameraNode", + "m_ObjectId": "016ff68336234d4b94cf80642709e882", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Camera", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4496.7998046875, + "y": 1575.1998291015625, + "width": 122.39990234375, + "height": 244.8001708984375 + } + }, + "m_Slots": [ + { + "m_Id": "4bcd6bf558e747cd82a6704b3981d572" + }, + { + "m_Id": "4b4fe0a0f50844a8a6c9e8a1e34f583b" + }, + { + "m_Id": "1ea71bf78f6f4b7180305a2b5d9577e3" + }, + { + "m_Id": "c5b6cf500a44460198f0e01aee89dede" + }, + { + "m_Id": "46313d0554894aefa067875ef39ae989" + }, + { + "m_Id": "7741e5b327c74f74a0b0e75d627e3f31" + }, + { + "m_Id": "ed3c7194bda1439baa5888dad1517f3f" + }, + { + "m_Id": "458d9183a5544d428fd8e100e8b95077" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "023b19b4d2264d8e9fe939ba30cac883", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0312adaec67e48f09c72b5f9c146ad95", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "032cc05f279548e580851578e8ea8a64", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "043149e75d3042a09724db37616dae86", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "04b81511abae4a97927083ccaee9ba76", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3179.999755859375, + "y": -164.00003051757813, + "width": 126.000244140625, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "b2bc41a4ab9c404b8fa4aeb1a60b8b76" + }, + { + "m_Id": "240fa69ed2bf43bcb044c66aad454a66" + }, + { + "m_Id": "18f0a6f2193347a79c88198897df82a8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "04c61271bc954d5faec7ab1914058ef8", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ComparisonNode", + "m_ObjectId": "04d8f98f0bcb42a2a2eca2763f22253c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Comparison", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2178.999755859375, + "y": -877.9998779296875, + "width": 145.000244140625, + "height": 134.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "3098c58636c34b6a9b8b23dc499444eb" + }, + { + "m_Id": "9f9700cb2fec4d73871ef26372bbc78c" + }, + { + "m_Id": "b814b207b1d84e37a2474233219161b4" + } + ], + "synonyms": [ + "equal", + "greater than", + "less than" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ComparisonType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "05064953ad2d46488de61b8ffd5378a2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1194.174072265625, + "y": 665.065673828125, + "width": 126.00015258789063, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "23f4cab24a70426eb6312df55ebd98d2" + }, + { + "m_Id": "e1c7f45158a14cb980887d3057ea0af2" + }, + { + "m_Id": "e661a2700afc4524b4e76b9118a83ac4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "050b7da454344b6ab4e774106d61435f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "05713c57547545e2a52df93a6149a4ae", + "m_Id": 0, + "m_DisplayName": "Use center glow?", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "059f579d9e3c4022a3578c4ff6a00ece", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "05c9dcf9edef49a5aba3e27830f1114b", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "05faaf421fc240e18c6f2ff780d831fa", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -6260.173828125, + "y": 492.065673828125, + "width": 120.0, + "height": 149.00006103515626 + } + }, + "m_Slots": [ + { + "m_Id": "5e7d346687d74fa78408f3c889dcc7f8" + }, + { + "m_Id": "1ddff29ecb2148b283ff4cf1b6217e9c" + }, + { + "m_Id": "0ebaffd0850f4b5a94de4b36368dd4b4" + }, + { + "m_Id": "c092db1b52554a5d9defcc2cb921985d" + }, + { + "m_Id": "d41aa1d00e2a4d9688a3f957505b2904" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "065eba80a91e46d2bc98046e054fc29f", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "069e56cb7b97908e8df7d2ac480dad7b", + "m_Guid": { + "m_GuidSerialized": "5cb4f7a4-8cfc-491d-b70c-ef631fb65aee" + }, + "m_Name": "Color", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Color_E4EA3604", + "m_OverrideReferenceName": "_Color", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 + }, + "isMainColor": false, + "m_ColorMode": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "06db870ba3224d7fbbe27657df701627", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1691.9996337890625, + "y": -426.0, + "width": 129.9998779296875, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "6a84088c794249eca6208a9261dcbb2b" + }, + { + "m_Id": "755f738a778d468ebc787f6744708e52" + }, + { + "m_Id": "22f7ed5cfd854a1397718fed31462b15" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "07a1cf35b6ec4600a4d79ac971abd260", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "08059872d96f42ab823502a0cdf9b1fb", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "08647c5e7a7a40deb448efe7b77a30a9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1828.000244140625, + "y": 720.800048828125, + "width": 125.60009765625, + "height": 141.60003662109376 + } + }, + "m_Slots": [ + { + "m_Id": "84191c1eb65c412fa4717452ae23ab8d" + }, + { + "m_Id": "eb8b483cd5ea407bb4e1cd00b78acf58" + }, + { + "m_Id": "6f69b11e772b4501b99de72498dac152" + }, + { + "m_Id": "bae1938880974d81bebcf6fd9b30e2de" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "08c865981040494bafdd5946502814b1", + "m_Id": 0, + "m_DisplayName": "Multiply texture", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "09729a0076cc4587b02c6390e914372d", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "0a5b46c8945e43508a9ccf45b90b8f12", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Tangent", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "ef8801c2ab75465db426c984fa4410c1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0a5d7023fe4942759c8d754210b7d827", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "0ab1117ccb7043d382711e442ee88220", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3897.173828125, + "y": -400.934326171875, + "width": 129.000244140625, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "7b1c8e8cd16b427085b408d6acd3141a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5246188bf8cab28d819d347f8b1bf8d0" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0c60e29b9c6144ca8ff17ad4d8b87720", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0ce6e0777bbc427c97b5fd3ff2116350", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "0e2181db011149c980c128aa69131184", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "0e82b82c162a497fa646fb7dc1e1f538", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4722.173828125, + "y": -347.93438720703127, + "width": 130.0, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "6b3fc1beb7b64c0fa010226a0e19e336" + }, + { + "m_Id": "1607a873ac734a4888b7e8c54154ef54" + }, + { + "m_Id": "eb498ec5378e408ab46f68dfb3310ee1" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0ebaffd0850f4b5a94de4b36368dd4b4", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "0f42a727968c4013813bfc5f1ae08693", + "m_Id": 0, + "m_DisplayName": "Flow", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0ff752e6f27f4491b576164e134cb740", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "0ffec3ad5d7245f793c9119ffb21ce0f", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "120760d6efce44f0b01d51d510b854f4", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1239e931269c4f12a0cee199b143b53a", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "12dad586630a4c84afe266091032472e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5105.173828125, + "y": 683.065673828125, + "width": 112.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "bbb5f00b7ee943b2a6b4ce8d178ff196" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "2e8817d6a782a98da49e5a1db662e5b2" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "12ed7bece6684efc804c7a3fb6406532", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 0, + "m_DefaultColor": { + "r": 0.5, + "g": 0.5, + "b": 0.5, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "12f6735780a14e598c76df6eff23eedb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Normal", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "09729a0076cc4587b02c6390e914372d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1340a8699153418ba898adf24076502c", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "13880150664b4c79885eefcbadac8005", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "152107ffb26a412f83421ac3af4b94d7", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "156f05707ba9493ab1c41023b7f19be7", + "m_Id": 4, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 4 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "15a8356c69df4bceb0e4e85575c5cbab", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "15afd2012e054e469147d1fd9479e5ab", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1607a873ac734a4888b7e8c54154ef54", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "16bf672e4e1b40e3bcab066df0a068a1", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "16e77a7d8f9449bdaad2e48727446ba4", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "1730e2c9fa6847399a805f5f15de3271", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "1732dce474484da8ac3b20d0a1f724e7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4477.173828125, + "y": -75.934326171875, + "width": 130.0, + "height": 118.00004577636719 + } + }, + "m_Slots": [ + { + "m_Id": "ed87103ac02b498daa3bdd352c651934" + }, + { + "m_Id": "9168120076d049ada0534718a72e12b8" + }, + { + "m_Id": "ea584b678f814eb0b584e7191ca98359" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "17919ef8522a4c74896597925b0927f5", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "17fa67b3c5294a598b244c1a95883ccd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4446.173828125, + "y": 193.065673828125, + "width": 129.0, + "height": 34.00001525878906 + } + }, + "m_Slots": [ + { + "m_Id": "a238e9ae552d4b8ba5e0829e6289c720" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5246188bf8cab28d819d347f8b1bf8d0" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "18ab6cf4786146e18a425824ddc8975b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3508.000244140625, + "y": -590.0000610351563, + "width": 172.0, + "height": 142.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "669ab39458b64a22847502a79163e365" + }, + { + "m_Id": "7ca2b770e27d41019167ee24ce3fe3b4" + }, + { + "m_Id": "35c426d98e75404ba906d8fe9eb3c829" + }, + { + "m_Id": "5cd6845e78cd4938990a1efa1e5fad7e" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "18f0a6f2193347a79c88198897df82a8", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "18f604d061bf48c28e24921a21529aa8", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "196b91353686418cbb56ef897573ee6a", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "19b2fc4b8e2547a498ff7cb64e3346d9", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "19fdcd84d02946ea8d66569f6ac6c832", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Alpha", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "1f8170f11c5e42e9bb00782fd2f9c150" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Alpha" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1b50edb5ee674a3e82f1b558820fc27d", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "1b60ea7ee6b44cc9bf6db3e9f30117b1", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3137.600341796875, + "y": 978.4000244140625, + "width": 155.2001953125, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "bfad820d07574a27b85ce62cf0b8d86a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "8c30414c80aa409292f900071995eecd" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "1bbae58465934856803bede5130c83e5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5062.173828125, + "y": 24.065704345703126, + "width": 114.0, + "height": 34.000022888183597 + } + }, + "m_Slots": [ + { + "m_Id": "6bc09c4cfede483e870d78ecc8df58d2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "c03a6e8810a2f98f8e01a7187103665e" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1ddff29ecb2148b283ff4cf1b6217e9c", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1de8082e4dcf4ab4bd0ae71d706d3aec", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "1e5ff6c7100148ae93782d8ba5349d78", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1ea71bf78f6f4b7180305a2b5d9577e3", + "m_Id": 2, + "m_DisplayName": "Orthographic", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Orthographic", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1f8170f11c5e42e9bb00782fd2f9c150", + "m_Id": 0, + "m_DisplayName": "Alpha", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Alpha", + "m_StageCapability": 2, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "208a7459c2e545f99555ab3ac2732cf2", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "20a5d0effe6b45b5986cd7e4af33ab6d", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "20a654952f1a4ce7b5b2a4f73cb93315", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "20e22ab227804ff6a041f3aec343ce8b", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "213cd7a68b4b48baacd7d9932c02c2ef", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SceneDepthNode", + "m_ObjectId": "21dfb52dc5c74a449ca5abba50e86fa0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Scene Depth", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4520.0, + "y": 1463.199951171875, + "width": 145.60009765625, + "height": 109.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "f0e67772fed746fda630ebd951d35a45" + }, + { + "m_Id": "5f3bb8212bf04d7fb2effd04c17cc6a2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_DepthSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "22e997a97c804da8930f3a51fec512ae", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "22f7ed5cfd854a1397718fed31462b15", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "233fde62128a4247a5cdef42c1c2c0e7", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "23f4cab24a70426eb6312df55ebd98d2", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "240fa69ed2bf43bcb044c66aad454a66", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.VertexColorNode", + "m_ObjectId": "2433dab54e1341e3bdd1dba60b452d33", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vertex Color", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1732.999755859375, + "y": -164.00003051757813, + "width": 117.0, + "height": 94.00006866455078 + } + }, + "m_Slots": [ + { + "m_Id": "e018473054e4403fb9365c54fc4a1c0e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInTarget", + "m_ObjectId": "24394e5a38954b24978dd53f9f600ba1", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "8e81530bb2ad43fb8fa8eca447d3df70" + }, + "m_AllowMaterialOverride": true, + "m_SurfaceType": 1, + "m_ZWriteControl": 0, + "m_ZTestMode": 4, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": false, + "m_CustomEditorGUI": "" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "24c8d1bb5a1d4a72bde0cb44cef66ca9", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "252d1778258a46bfa4d4bfa40b231d22", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2036.0001220703125, + "y": 958.4000854492188, + "width": 136.7999267578125, + "height": 33.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "266cce3a05404eeb828dee2aa7c63e2e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "4542f1063ef74ac78467bf9dc01a659d" + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "25b260794301493da3d6d8e3c142a64f", + "m_Guid": { + "m_GuidSerialized": "2d0ae354-90ca-45cc-b9aa-89c73ec70324" + }, + "m_Name": "Fresnel power", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Fresnel power", + "m_DefaultReferenceName": "_Fresnel_power", + "m_OverrideReferenceName": "_Fresnelpower", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 3.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "25c26d472b954c88a81ff240b30f44a6", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "25c3476bfaa2418980dbb0d0882047dd", + "m_Id": 0, + "m_DisplayName": "Color", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "266cce3a05404eeb828dee2aa7c63e2e", + "m_Id": 0, + "m_DisplayName": "Use fresnel", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "27be3e6c258b495c8c3c64dff7727638", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "27c2b74e0d5747e98166b3637254349e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1406.174072265625, + "y": 516.0655517578125, + "width": 120.0, + "height": 149.00015258789063 + } + }, + "m_Slots": [ + { + "m_Id": "04c61271bc954d5faec7ab1914058ef8" + }, + { + "m_Id": "bf238f6b091e4eae99b0c206f11782c5" + }, + { + "m_Id": "f96bd3693b5642309821b128bdb66c97" + }, + { + "m_Id": "7f2221d52f9a4901bd7d35be5f26d7d0" + }, + { + "m_Id": "b32e06794ee249b6b757b35aa5f1a876" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "282545679a774ecfbbc725d53bbd66d1", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.AlphaClipThreshold", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "33952a91023c46ba95ec539cbb03aee7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.AlphaClipThreshold" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2861fa0228cb42dca93d4fd0bba6f977", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitData", + "m_ObjectId": "295351af4862439499b51706af4961eb", + "m_EnableShadowMatte": false, + "m_DistortionOnly": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "2a212d4cd5dc4e32ac24cd4eb47158c1", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4288.0, + "y": 1493.5999755859375, + "width": 125.60009765625, + "height": 117.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "322250c285f9413ba229dbeee4a63cc1" + }, + { + "m_Id": "1de8082e4dcf4ab4bd0ae71d706d3aec" + }, + { + "m_Id": "d162c1ad318e4c23b4b77a8ddbbfa06e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "2a78044390784da1a6f8c5c29ac48818", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4486.173828125, + "y": 873.065673828125, + "width": 132.0, + "height": 94.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "ca4aa19424eb403c8519dc49a6147fdb" + }, + { + "m_Id": "b58c53dd088d477a863fc395ab1d99db" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "2abd1304bb7c44f6aa3d3bd9601782b2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2242.400146484375, + "y": 810.4000854492188, + "width": 125.599853515625, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "332ba8ec0967477b8f6b1270bdbaac0d" + }, + { + "m_Id": "bf79c2835aa749cf81596f9a67102fc2" + }, + { + "m_Id": "196b91353686418cbb56ef897573ee6a" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2aecad22acd545a6ad2feef56c7fa3c4", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "2af41d7fa1234e5e94c356ef01436d34", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2922.173828125, + "y": 1051.065673828125, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "a1986cb3c136475abaaa458147c82bd6" + }, + { + "m_Id": "20e22ab227804ff6a041f3aec343ce8b" + }, + { + "m_Id": "de9dd6e1c7bf4bc582c8689b38cde5cc" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "2b9c0a9bc5564155825cedf40afff02a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4322.173828125, + "y": -0.5343017578125, + "width": 128.800048828125, + "height": 117.5999526977539 + } + }, + "m_Slots": [ + { + "m_Id": "e3f9218e66634748afad8cac33a2f439" + }, + { + "m_Id": "25c26d472b954c88a81ff240b30f44a6" + }, + { + "m_Id": "1239e931269c4f12a0cee199b143b53a" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2babdb5fe08040478a0d0933254dd895", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "2c7b0aaefe034a3fa8f48783b2c0636e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3374.000244140625, + "y": -273.0, + "width": 170.0, + "height": 142.00001525878907 + } + }, + "m_Slots": [ + { + "m_Id": "cbf987fe7ec34eceb69740bb29921c50" + }, + { + "m_Id": "a416e7a06d5a4761a3854d98c6cffd86" + }, + { + "m_Id": "7c4a9c420e36450e8a3cde90f04e4b46" + }, + { + "m_Id": "4af0c201308c4740b1d4c6004fa50643" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "2d57173b75f84780a7e866d1e44e32fb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4076.173583984375, + "y": 682.0656127929688, + "width": 132.0, + "height": 93.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "a9f90c89319645cfbd5313febb7a2c43" + }, + { + "m_Id": "9ad66e5b19c2454a96197e5bcd1d9b84" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "2e8817d6a782a98da49e5a1db662e5b2", + "m_Guid": { + "m_GuidSerialized": "e6fd9c8d-9a61-44c3-a207-fc91ca3f068d" + }, + "m_Name": "Mask", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_17D88F59", + "m_OverrideReferenceName": "_Mask", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2f7b1b646c0e48ea97e79bbea05a28be", + "m_Id": 2, + "m_DisplayName": "Power", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Power", + "m_StageCapability": 3, + "m_Value": 2.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3066aab770c34147af9852b8a62d5c50", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3098c58636c34b6a9b8b23dc499444eb", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "310d43ba632943bba69d98f535aba50a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2024.7999267578125, + "y": 814.3999633789063, + "width": 125.5999755859375, + "height": 141.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "ff6441bcdb1440d3a56d4a353748a2a4" + }, + { + "m_Id": "ccaf9fce65c64c17a09b6fc6ca8b017f" + }, + { + "m_Id": "d5941b9256bc4deaa8528c0a37bc9d38" + }, + { + "m_Id": "76c2d3ceac40426b9759d7547401ae85" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "31daa0b07a0e4ffbaf0bb8939d04f9aa", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1823.999755859375, + "y": -307.9999694824219, + "width": 105.0001220703125, + "height": 33.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "25c3476bfaa2418980dbb0d0882047dd" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "069e56cb7b97908e8df7d2ac480dad7b" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3210628288e545a686e22d118f54b904", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "322250c285f9413ba229dbeee4a63cc1", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "332ba8ec0967477b8f6b1270bdbaac0d", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "334ef15df09941e4a1b84fe555c3cbdd", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "33952a91023c46ba95ec539cbb03aee7", + "m_Id": 0, + "m_DisplayName": "Alpha Clip Threshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "AlphaClipThreshold", + "m_StageCapability": 2, + "m_Value": 0.009999999776482582, + "m_DefaultValue": 0.5, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "353c17346fa44fff857cf93b02a8242f", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "35b34720abf04dd1bd941157fdab0624", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "35c426d98e75404ba906d8fe9eb3c829", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "368691143f0b4c2c8699b69210055e38", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3725c28209ec4d74a42ccb6a1057111b", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "3997e6d57480459ea14e9cded2eb4941", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "3a09cb8480e5424dae12607646e5d3be", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5558.173828125, + "y": 374.0657043457031, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "545fcf616ac84a12b7c799e6560cd20f" + }, + { + "m_Id": "d68682ac18054ab7ab4a9764c3a07c64" + }, + { + "m_Id": "cfe7364d56eb445989209e5b428ad24d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3a474198bc1b499b88f18928f6d9b529", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.BuiltinData", + "m_ObjectId": "3ae69c0eb0e546e0a4e581468b7d71da", + "m_Distortion": false, + "m_DistortionMode": 0, + "m_DistortionDepthTest": true, + "m_AddPrecomputedVelocity": false, + "m_TransparentWritesMotionVec": false, + "m_DepthOffset": false, + "m_ConservativeDepthOffset": false, + "m_TransparencyFog": true, + "m_AlphaTestShadow": false, + "m_BackThenFrontRendering": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_TransparentPerPixelSorting": false, + "m_SupportLodCrossFade": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3af30af8212845ecbe7b6064e90fcf93", + "m_Id": 3, + "m_DisplayName": "Delta Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Delta Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "3b4a46fa7e7a44a7acd3d1ed0d38991f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2948.99951171875, + "y": -499.9999694824219, + "width": 171.999755859375, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "0ffec3ad5d7245f793c9119ffb21ce0f" + }, + { + "m_Id": "6f121f299ae34d9fb6e53d528c7390aa" + }, + { + "m_Id": "2861fa0228cb42dca93d4fd0bba6f977" + }, + { + "m_Id": "3df38324c2ad4614aca5d897941c0eba" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "3b61f3c836a5486ca6b4a10c3d2cc7a4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1131.174072265625, + "y": 824.0657348632813, + "width": 115.99984741210938, + "height": 33.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "6ed3d0c421fd40f0b8f7997dda83ee7f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e777fb890bb10889a45df7c70eaf85c0" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3c4845182c9e4705b830ed424213c5f1", + "m_Id": 0, + "m_DisplayName": "Edge", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "3ca588db7774489b9b4adbf1b84a5247", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "3d5e75c3e01942309e0b47e1a60ab596", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "3d97a9e697ea4073b184e2bb0152c9c0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.BaseColor", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "12ed7bece6684efc804c7a3fb6406532" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "3db2ace692904cd594f523cdb29f8855", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3df38324c2ad4614aca5d897941c0eba", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3e50adecb3174f7cb098dfd84e4e83dd", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3edc064edfca47d1aed67b2140642ec3", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "3f568b4fd4944ce9a974a2fd630dd99b", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3fb47d50d8d4418187d48ab8d2f17b6e", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3fda49af251b433084d39b602089043b", + "m_Id": 0, + "m_DisplayName": "", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3fe1860f23b24a9f8b4bb5cfcea448a1", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "40de5c023eee46d989be9cbb4f81efbe", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "41fb692f7d8a467386c8cfb5482bac7d", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "41fb9bfc33f5452798ad30e601a26ffc", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "42a0e204b2e24c2492f05b398164c74d", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "4313e54afc7147ff81cb1b4ca4e5a34c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3918.999755859375, + "y": -468.0000305175781, + "width": 153.0, + "height": 34.000091552734378 + } + }, + "m_Slots": [ + { + "m_Id": "ec2b2087f12a446993c54a8f9f2a7c44" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "d0b45258d97a41ecba0c49e315c91f7e" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4366e50434124fa88d2cffa8f3e4a2a2", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "439cdc09958d4880b0b0a138fef98d78", + "m_Id": 0, + "m_DisplayName": "Use triplanar", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "43f8cdbe2f5c4bba951ebb9df50e6a11", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -838.173828125, + "y": 665.065673828125, + "width": 127.9998779296875, + "height": 93.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "7097f16f66454a9db0b70d3dd4ddc3cc" + }, + { + "m_Id": "fca40537bbb94e8fab57ab321280e52f" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "4542f1063ef74ac78467bf9dc01a659d", + "m_Guid": { + "m_GuidSerialized": "0f2b16b6-b844-4a67-863d-3a0fc2a10fee" + }, + "m_Name": "Use fresnel", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Use fresnel", + "m_DefaultReferenceName": "_Use_fresnel", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "458d9183a5544d428fd8e100e8b95077", + "m_Id": 7, + "m_DisplayName": "Height", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Height", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "46313d0554894aefa067875ef39ae989", + "m_Id": 4, + "m_DisplayName": "Far Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Far Plane", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "468cf6fe07634fd695f1bbd85850f99d", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Emission", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 1, + "m_DefaultColor": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "474b87de7d5a448b92463a0358cc5c83", + "m_Guid": { + "m_GuidSerialized": "a3803c0c-a7fe-4b15-8f39-f6f2b379e7e5" + }, + "m_Name": "Multiply texture", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Multiply texture", + "m_DefaultReferenceName": "_Multiply_texture", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "4764242c5c7b4b5891a86709d7525513", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "477519c01a484f52a5d05d8eb196a310", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4722.173828125, + "y": -222.934326171875, + "width": 124.0, + "height": 173.0 + } + }, + "m_Slots": [ + { + "m_Id": "2aecad22acd545a6ad2feef56c7fa3c4" + }, + { + "m_Id": "6063b3b1187e4d8cb9a190f57a273966" + }, + { + "m_Id": "6794405d2c9c45f6a51f96be71976ff6" + }, + { + "m_Id": "b243919c802a425c983bd03e9b912e1a" + }, + { + "m_Id": "e0740fbc02d546d8bd566e9cf003455b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "480e882806034601a348cda871c3add9", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "488fbf1cd4234c74a5dde1e771573de6", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "48a34d9a1f604912bfc69cddb70b3957", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "48d5739cf4814eaea416bc3c00eb4cc1", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "491eb6d9c9944716bbc62b1121284ec9", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "4a1d364f472a4749809e2ed1bbc412cd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5965.173828125, + "y": 311.0656433105469, + "width": 128.0, + "height": 101.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "dd49ac44bf7e433aa1da1e8b0e528e93" + }, + { + "m_Id": "63ec4df55afc4104935342038720b0af" + }, + { + "m_Id": "213cd7a68b4b48baacd7d9932c02c2ef" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4ad7b35c25a943ffbb81224d55c5d20a", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4af0c201308c4740b1d4c6004fa50643", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4b25cec1e38042ab925f5fd0b1416ec2", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "4b4fe0a0f50844a8a6c9e8a1e34f583b", + "m_Id": 1, + "m_DisplayName": "Direction", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Direction", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4b8018149251400a9c6a0514d6a4cefc", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "4bcd6bf558e747cd82a6704b3981d572", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4dd16267a8d1488bb0b9ccd305394a67", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.IsFrontFaceNode", + "m_ObjectId": "4de468ce94ef4ca98c8cfee37e9708cc", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Is Front Face", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3403.173828125, + "y": 998.0655517578125, + "width": 120.0, + "height": 77.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "b36e85307b1c458ba36f87467e3fa5da" + } + ], + "synonyms": [ + "face", + "side" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "4df11d0a283d4a4fae20bdbef1301452", + "m_Id": 0, + "m_DisplayName": "Flow", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4ef830aad15c4c88a17507c694102cde", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "50a89744a77e4d4da82e43e50a717fe1", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -6140.173828125, + "y": 443.0656433105469, + "width": 109.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "0f42a727968c4013813bfc5f1ae08693" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "56f95c9b40802b8daea0bab8acf5d626" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5100760197cf412ab48526c3ad3d21c3", + "m_Id": 4, + "m_DisplayName": "Smooth Delta", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Smooth Delta", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "5246188bf8cab28d819d347f8b1bf8d0", + "m_Guid": { + "m_GuidSerialized": "cae82736-97aa-43b3-8295-c05fb0e07af3" + }, + "m_Name": "MainTex", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_AD51C74E", + "m_OverrideReferenceName": "_MainTex", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5260a67808ce42838f7e80269fc8cf24", + "m_Id": 1, + "m_DisplayName": "Min", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Min", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "52e088274299412285eefeb0c1370c35", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "545fcf616ac84a12b7c799e6560cd20f", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "54db429b6db946be9ad619a4c38b041e", + "m_Id": 5, + "m_DisplayName": "Tile", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tile", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "555debb715724c609cf38885966a9711", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4052.0, + "y": -620.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "f4d8c96deed64213afb2156e3a92994b" + }, + { + "m_Id": "f36d4690bb1c41908a1ccb24b8092a80" + }, + { + "m_Id": "85d16ff7a6e5491d99769d1ab3f233c4" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.PositionNode", + "m_ObjectId": "55f6ef81b1e84b5cafc2692ed30f7305", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4333.0, + "y": -873.0, + "width": 206.0, + "height": 130.0 + } + }, + "m_Slots": [ + { + "m_Id": "3db2ace692904cd594f523cdb29f8855" + } + ], + "synonyms": [ + "location" + ], + "m_Precision": 1, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 0, + "m_PositionSource": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "56201b9626c54119bbab6f6b72909153", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2007.999755859375, + "y": -298.0, + "width": 121.000244140625, + "height": 34.000091552734378 + } + }, + "m_Slots": [ + { + "m_Id": "b6190434d09a43e78980058ece435626" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f3b1db719b4a1886bc86fd83e0647608" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5688cd26d36342c394308f13f7938133", + "m_Id": 1, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "56ecfbff2a8f423fbd78e798262ac000", + "m_Id": 0, + "m_DisplayName": "Fresnel power", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "56f95c9b40802b8daea0bab8acf5d626", + "m_Guid": { + "m_GuidSerialized": "432fe999-48f0-46b7-b5f8-cad5a0a79c13" + }, + "m_Name": "Flow", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_6B7AC656", + "m_OverrideReferenceName": "_Flow", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5719c57008cd4f17bf38cd671207ac36", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5846d510312540c2bf1b226c6006c356", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RedirectNodeData", + "m_ObjectId": "58c15002abcf44ab81a565775358e574", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Redirect Node", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3018.173828125, + "y": 805.0655517578125, + "width": 56.0, + "height": 24.0 + } + }, + "m_Slots": [ + { + "m_Id": "3fda49af251b433084d39b602089043b" + }, + { + "m_Id": "9de3b28421154f67b757063489dff654" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "593e10ab44ba4427aa45c2c1e25f0e45", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "59b135513ed347598835b7b01c83eaac", + "m_Guid": { + "m_GuidSerialized": "1cc21e92-a454-4a61-be0d-8999f940f1bb" + }, + "m_Name": "Fresnel scale", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Fresnel scale", + "m_DefaultReferenceName": "_Fresnel_scale", + "m_OverrideReferenceName": "_Fresnelscale", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 3.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5a6940d813454c169e800397ff730d8f", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "5a79ee2f4ce4475e89b369d152efb9dd", + "m_Id": 0, + "m_DisplayName": "Distortion Speed XY Power Z", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5a989792d6ff482d86f7be8eccd69aec", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5b962c27ada6492c9222b4d2bcaf3bc8", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5c839e1152e64f088c4cb44730fb78e5", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5cd6845e78cd4938990a1efa1e5fad7e", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "5d5516f55594405da2ac4e59f92381d1", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5d7c85f4cfcc4b28a5fc36f18205bba3", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "5d8ef59ea4c54811a8b8458718a7eea1", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5e7d346687d74fa78408f3c889dcc7f8", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "5e82415f92a94babaf940a2ba1d9aaf0", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5f3bb8212bf04d7fb2effd04c17cc6a2", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5fcd79e1836d4d07b03e1be413ee4e2a", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6063b3b1187e4d8cb9a190f57a273966", + "m_Id": 1, + "m_DisplayName": "Sine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Sine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "61a0b03865e740c8a68e50567e150f64", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "61b937561cf14738a97f5ffc2540347e", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "62974497cd0c404587bc9982f403586e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4772.99951171875, + "y": -743.0, + "width": 228.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "5a79ee2f4ce4475e89b369d152efb9dd" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "ec6a0c274b5e64888e9f70111cb03d15" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "62b6259a406c49af92f51c9c42a66bd1", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "63ec4df55afc4104935342038720b0af", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "6428ab162cb14c9a9f77fcf2dd0e6814", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3926.39990234375, + "y": 1480.7999267578125, + "width": 125.599853515625, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "d6463343a66346028c1766116eb7f7cc" + }, + { + "m_Id": "9c38dae46bb440898ebd843c582efd6b" + }, + { + "m_Id": "15a8356c69df4bceb0e4e85575c5cbab" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6527c37e9ca7421a9173ab3121655361", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "657331451aa14628a0cfc3a91d79ac48", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3897.173828125, + "y": -145.93426513671876, + "width": 114.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "72649eca76ff479ebc6b4ac70dae2c90" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "c03a6e8810a2f98f8e01a7187103665e" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "661c20d479764316b3ef86500e4c9ec6", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "669ab39458b64a22847502a79163e365", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "676e8e2d7e124347bfd0a3367dde721c", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6794405d2c9c45f6a51f96be71976ff6", + "m_Id": 2, + "m_DisplayName": "Cosine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Cosine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "6851b9637982494a968615e4962e6bce", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "68edb52202564d27b2a1f9e45ea2446b", + "m_Guid": { + "m_GuidSerialized": "c5108ccc-eac0-4fe4-9710-567d6f51dd78" + }, + "m_Name": "Triplanar tiling", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Triplanar tiling", + "m_DefaultReferenceName": "_Triplanar_tiling", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "697f70a58d934c06a013adccc43b7629", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2697.999755859375, + "y": -381.99993896484377, + "width": 137.0, + "height": 33.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "7767018d10ee41e1936575235726ec05" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "4542f1063ef74ac78467bf9dc01a659d" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6a84088c794249eca6208a9261dcbb2b", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "6aaede61f8bb497e9f793ae544749048", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6b3fc1beb7b64c0fa010226a0e19e336", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "6bc09c4cfede483e870d78ecc8df58d2", + "m_Id": 0, + "m_DisplayName": "Noise", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionNode", + "m_ObjectId": "6c8bd2f14f004bfaac37ef92f46ff885", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Screen Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4520.0, + "y": 1820.0, + "width": 145.60009765625, + "height": 126.39990234375 + } + }, + "m_Slots": [ + { + "m_Id": "e746e94a7af04ba780c9dd00e7223e62" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ScreenSpaceType": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "6cf9b7307b96485faa4cf0af2464f052", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "6d285e64638045d0a1117408317c8dde", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "6da3bd9c482e4daca1ea55e5800282d4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1955.9996337890625, + "y": -798.0, + "width": 172.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "9a0efe39c7f043ed8ad7e003db5c6019" + }, + { + "m_Id": "c7a1428f4ddb465482e15c7e57daf1a6" + }, + { + "m_Id": "5846d510312540c2bf1b226c6006c356" + }, + { + "m_Id": "f8afceae8ee54242bf65e688a34c2f9a" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6ed3d0c421fd40f0b8f7997dda83ee7f", + "m_Id": 0, + "m_DisplayName": "Opacity", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6ede64ff82cd467da4510eae4332d0ec", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6ef1f041a5a24125b980116a13355784", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6f121f299ae34d9fb6e53d528c7390aa", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6f69b11e772b4501b99de72498dac152", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "7005cc3cde9c4db9a3a2d62ee30bb170", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ClampNode", + "m_ObjectId": "702f8600927a491abe7a89d748bf8e19", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Clamp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1528.9996337890625, + "y": -574.9999389648438, + "width": 140.0, + "height": 141.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "6ef1f041a5a24125b980116a13355784" + }, + { + "m_Id": "5260a67808ce42838f7e80269fc8cf24" + }, + { + "m_Id": "e9841859203e4be9b298a311a81586d6" + }, + { + "m_Id": "a4befea7cbcd440cb612cdae8509fac7" + } + ], + "synonyms": [ + "limit" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7097f16f66454a9db0b70d3dd4ddc3cc", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "712d7a904adf4d46bc6fa1b3e9124ec4", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "719161cbb08c4f9c8e6d1fc047814760", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3196.173828125, + "y": 1051.065673828125, + "width": 170.0001220703125, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "61b937561cf14738a97f5ffc2540347e" + }, + { + "m_Id": "07a1cf35b6ec4600a4d79ac971abd260" + }, + { + "m_Id": "4b8018149251400a9c6a0514d6a4cefc" + }, + { + "m_Id": "0a5d7023fe4942759c8d754210b7d827" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.FresnelNode", + "m_ObjectId": "71b6a15273244793bd1803c827d23311", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Fresnel Effect", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3860.173828125, + "y": 1074.065673828125, + "width": 164.0, + "height": 141.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "42a0e204b2e24c2492f05b398164c74d" + }, + { + "m_Id": "83c18fd8227e43c187c27d4e268cf012" + }, + { + "m_Id": "2f7b1b646c0e48ea97e79bbea05a28be" + }, + { + "m_Id": "4366e50434124fa88d2cffa8f3e4a2a2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "72649eca76ff479ebc6b4ac70dae2c90", + "m_Id": 0, + "m_DisplayName": "Noise", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ModuloNode", + "m_ObjectId": "72c04fb709f64c45be83bcf03a9e4c89", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Modulo", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4646.9736328125, + "y": 186.66571044921876, + "width": 125.60009765625, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "e28d03e03f54491d8507e9793c7020ee" + }, + { + "m_Id": "a2d267bb85144f5f9b91f8495bb96c41" + }, + { + "m_Id": "a3834be72ac547919cf0b9af3dbea4fd" + } + ], + "synonyms": [ + "fmod" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7388049637244bd29c02899ad12bf7f7", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "739eb1031a2f4cdba6785d06fc348349", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "7454c87ec1cf46799638cc3b628e3f04", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "749fec466d4248c287d8535a82b4c0d4", + "m_Id": 0, + "m_DisplayName": "Use depth?", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "74b7b818c9734363b9be255772f1add1", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "751d878649434adfbc590f66beceaad6", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7520aa379bc9435a865fd8e4274bbd14", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "755f738a778d468ebc787f6744708e52", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "758142629a2a4928a89c1556550036eb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1522.999755859375, + "y": -426.0, + "width": 129.9998779296875, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "661c20d479764316b3ef86500e4c9ec6" + }, + { + "m_Id": "dc981229e3ea467281b13b4afc7c3615" + }, + { + "m_Id": "17919ef8522a4c74896597925b0927f5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "75e7c8f9621d4e1b9c683d40668c1cc0", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "76c2d3ceac40426b9759d7547401ae85", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "77210a82b9a143369511231c7a8ee6ef", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4206.173828125, + "y": 682.0656127929688, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "a4b4e28e51d949e4a1bfbfda930ea115" + }, + { + "m_Id": "ec8285481ada4cfe803dd3a9ea7f1f77" + }, + { + "m_Id": "e0f9534e0de04f4a9963370fc4e3f654" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7741e5b327c74f74a0b0e75d627e3f31", + "m_Id": 5, + "m_DisplayName": "Z Buffer Sign", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Z Buffer Sign", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "7767018d10ee41e1936575235726ec05", + "m_Id": 0, + "m_DisplayName": "Use fresnel", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "77da3d544f03442196eb640cd000133a", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7881a4361c2442c99f0c5763d9f49f0c", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "78ea2a3004834e5b9006bb205b604441", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "791836e0286e4a0ebaa0799dd178bcbd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2392.999755859375, + "y": -749.9999389648438, + "width": 145.0, + "height": 128.0 + } + }, + "m_Slots": [ + { + "m_Id": "3997e6d57480459ea14e9cded2eb4941" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "79d411ac8c614260b8946ff480bb6394", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "7a659cc644ba4b6ab8beb0621c05e41c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4948.173828125, + "y": -241.93438720703126, + "width": 194.0, + "height": 125.0 + } + }, + "m_Slots": [ + { + "m_Id": "78ea2a3004834e5b9006bb205b604441" + }, + { + "m_Id": "b3c558a583694fe4ab5d0bd2813b0399" + }, + { + "m_Id": "d719e1227e7a41f1b3140b6437dbd0cc" + }, + { + "m_Id": "df41b23a9bca40b28bc3a6f498c2d70e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "7b1c8e8cd16b427085b408d6acd3141a", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7b77cd951a1e4b1494e375c6cbb33a51", + "m_Id": 1, + "m_DisplayName": "Sine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Sine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.StepNode", + "m_ObjectId": "7be6c0b295b540c79c06eef3152bbf9c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Step", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3558.400146484375, + "y": 1559.199951171875, + "width": 144.800048828125, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "3c4845182c9e4705b830ed424213c5f1" + }, + { + "m_Id": "5688cd26d36342c394308f13f7938133" + }, + { + "m_Id": "c61761687ac345ac8b569311c4086c6b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7c4a9c420e36450e8a3cde90f04e4b46", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7ca2b770e27d41019167ee24ce3fe3b4", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", + "m_ObjectId": "7cadd5af41a749518ab40048e08b9c63" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "7e25907fe8024dda91c560989ac994e7", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7e770ed91a9f4836b57d87f20d88236d", + "m_Id": 0, + "m_DisplayName": "Fresnel scale", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7f2221d52f9a4901bd7d35be5f26d7d0", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "7f3e215147654feeb79faea2f1bea77c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3179.999755859375, + "y": -367.0, + "width": 130.000244140625, + "height": 118.00004577636719 + } + }, + "m_Slots": [ + { + "m_Id": "6527c37e9ca7421a9173ab3121655361" + }, + { + "m_Id": "20a5d0effe6b45b5986cd7e4af33ab6d" + }, + { + "m_Id": "a786280c37c24b549e11bdffc01358f6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "80b76a97e0ff419683e00f84271806c0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -6504.00048828125, + "y": 537.0000610351563, + "width": 228.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "ccf9c0007c29484fabdecfb3ed59cfc1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "ec6a0c274b5e64888e9f70111cb03d15" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "818c547640a4467ba77e4139b327dbfb", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "82d579eef71146e79154a7d02840e110", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ViewDirectionMaterialSlot", + "m_ObjectId": "83c18fd8227e43c187c27d4e268cf012", + "m_Id": 1, + "m_DisplayName": "View Dir", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "ViewDir", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "840eb110449d422cafefc6406a2bb049", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "84191c1eb65c412fa4717452ae23ab8d", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "84226c0ec7304c82aa4746905242c11a", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "84c7ff72d3a54607af89f9f25d69a966", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1643.999755859375, + "y": 881.6000366210938, + "width": 125.5999755859375, + "height": 117.59991455078125 + } + }, + "m_Slots": [ + { + "m_Id": "5b962c27ada6492c9222b4d2bcaf3bc8" + }, + { + "m_Id": "ccb8780e5f7f476480c26c912c203a6f" + }, + { + "m_Id": "41fb692f7d8a467386c8cfb5482bac7d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "85119ea5ec0844bf8e6caa621e88098a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8567ad6c5e5f4643a8ab47a818060c07", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "858573a8f7d24877944cfe439ad863cd", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8590db3bc09b4303bae473805aeafc96", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "85d16ff7a6e5491d99769d1ab3f233c4", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "865ecb7a59aa47e38fcdfb6457f859a7", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MaximumNode", + "m_ObjectId": "874109f6ec3747a08d3e729edf69a2a9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Maximum", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2762.999755859375, + "y": -499.9999694824219, + "width": 130.000244140625, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "c5dd5f93e7e74b649ae5e8bea9d0c8f6" + }, + { + "m_Id": "a2726eee02204283a8566b95f469f93d" + }, + { + "m_Id": "22e997a97c804da8930f3a51fec512ae" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "87999260e45c41b4bcece7a2de865445", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "87a6865069e047e7b514d06220c962f4", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "7cadd5af41a749518ab40048e08b9c63" + }, + "m_AllowMaterialOverride": true, + "m_SurfaceType": 1, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": false, + "m_CastShadows": false, + "m_ReceiveShadows": true, + "m_DisableTint": false, + "m_AdditionalMotionVectorMode": 0, + "m_AlembicMotionVectors": false, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "87f1bce95f6e435d8b77cda524fde2c3", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8a1787b1fbc846d7993af77d2f350cfe", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "8bdbd2bb066342bd8e8310fdcf30878e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4942.173828125, + "y": 682.0657348632813, + "width": 183.000244140625, + "height": 250.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "1730e2c9fa6847399a805f5f15de3271" + }, + { + "m_Id": "023b19b4d2264d8e9fe939ba30cac883" + }, + { + "m_Id": "3066aab770c34147af9852b8a62d5c50" + }, + { + "m_Id": "a1a8a37d19d14537a675c92507117046" + }, + { + "m_Id": "a25590c4205b4aa0a3a0ed55e8e08ad9" + }, + { + "m_Id": "82d579eef71146e79154a7d02840e110" + }, + { + "m_Id": "c4cca8f0d9554dee82e6afe849ac7986" + }, + { + "m_Id": "5e82415f92a94babaf940a2ba1d9aaf0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "8be5697cb0c244e1bf2b3e8bec4f1db2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4516.0, + "y": -629.0, + "width": 119.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "2babdb5fe08040478a0d0933254dd895" + }, + { + "m_Id": "48a34d9a1f604912bfc69cddb70b3957" + }, + { + "m_Id": "8590db3bc09b4303bae473805aeafc96" + }, + { + "m_Id": "d14fc8a8ba1e4dba84a8fdf442d945de" + }, + { + "m_Id": "8d5f73dc2116407ebace8f3c5bc20260" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8bea84c7dba4437f832b00e67129e1ad", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "8c30414c80aa409292f900071995eecd", + "m_Guid": { + "m_GuidSerialized": "ce0bbcd6-c1c9-468f-9d9d-455eb5817dd4" + }, + "m_Name": "Texture opacity", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Texture opacity", + "m_DefaultReferenceName": "_Texture_opacity", + "m_OverrideReferenceName": "_Textureopacity", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "8d00dd1e72a81381aa7e80b759631f23", + "m_Guid": { + "m_GuidSerialized": "1658b4dc-9511-487b-81e0-aed42824ae07" + }, + "m_Name": "Depth power", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_2145D603", + "m_OverrideReferenceName": "_Depthpower", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8d5f73dc2116407ebace8f3c5bc20260", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8dd4e2f1d90b4102b65e897f4b9c7a3a", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInUnlitSubTarget", + "m_ObjectId": "8e81530bb2ad43fb8fa8eca447d3df70" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8ee79219a6fe4507b9007192fb9fc904", + "m_Id": 0, + "m_DisplayName": "Triplanar tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8f1c847e9f45499aa97a977b666bb2ec", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "8f3aaa5eb1c64eee8d378db4020a7a7e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4722.173828125, + "y": -49.93426513671875, + "width": 130.0, + "height": 117.99996185302735 + } + }, + "m_Slots": [ + { + "m_Id": "0c60e29b9c6144ca8ff17ad4d8b87720" + }, + { + "m_Id": "032cc05f279548e580851578e8ea8a64" + }, + { + "m_Id": "840eb110449d422cafefc6406a2bb049" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.SystemData", + "m_ObjectId": "8f54c0ec0e4d434fb7a3310db12d3716", + "m_MaterialNeedsUpdateHash": 0, + "m_SurfaceType": 1, + "m_RenderingPass": 4, + "m_BlendMode": 0, + "m_ZTest": 4, + "m_ZWrite": false, + "m_TransparentCullMode": 2, + "m_OpaqueCullMode": 2, + "m_SortPriority": 0, + "m_AlphaTest": false, + "m_ExcludeFromTUAndAA": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_SupportLodCrossFade": false, + "m_DoubleSidedMode": 1, + "m_DOTSInstancing": false, + "m_CustomVelocity": false, + "m_Tessellation": false, + "m_TessellationMode": 0, + "m_TessellationFactorMinDistance": 20.0, + "m_TessellationFactorMaxDistance": 50.0, + "m_TessellationFactorTriangleSize": 100.0, + "m_TessellationShapeFactor": 0.75, + "m_TessellationBackFaceCullEpsilon": -0.25, + "m_TessellationMaxDisplacement": 0.009999999776482582, + "m_DebugSymbols": false, + "m_Version": 2, + "inspectorFoldoutMask": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "8f5581c2a6af44e9a769ccd596ac24e4", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8f597d1465e440f1a11ef8fe0f33027a", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8fd6b1343d2840c89aa5f2bf098f233b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "90606813c1aa47e2af1a55eb747a093b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4047.173828125, + "y": 146.065673828125, + "width": 130.000244140625, + "height": 118.0000228881836 + } + }, + "m_Slots": [ + { + "m_Id": "5c839e1152e64f088c4cb44730fb78e5" + }, + { + "m_Id": "f094c64997c64d509da71ae97695ddfa" + }, + { + "m_Id": "0ce6e0777bbc427c97b5fd3ff2116350" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "914aefc19e4245579cffcc6c650501c4", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "9154dd0225dc43f99a173dc8d14253dc", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9168120076d049ada0534718a72e12b8", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "9184ec18b5ae46ce9618d0f9a5b3b11f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3526.000244140625, + "y": -422.0, + "width": 119.999755859375, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "ba5f71b41d4849638de8a8491e152aa0" + }, + { + "m_Id": "afb72cdb31804971a85e8bf6002cab3c" + }, + { + "m_Id": "b75b68d2706e41f697cf6e92864ae71b" + }, + { + "m_Id": "865ecb7a59aa47e38fcdfb6457f859a7" + }, + { + "m_Id": "7388049637244bd29c02899ad12bf7f7" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "91dc8b9ea5b140e68ca53ccaf6a98921", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "91fe51e90118450487da0be814af0467", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "91ff7b30cbbf45a2b070063719bbf7e6", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "935adfc5c7c6417e93576c49f4cc28fe", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2241.99951171875, + "y": -440.9999694824219, + "width": 167.999755859375, + "height": 34.000030517578128 + } + }, + "m_Slots": [ + { + "m_Id": "05713c57547545e2a52df93a6149a4ae" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "bf1d272b7d30f18f8175dfa0a19aaf7d" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "93f7b48aaa51439f97d95cd7e84b685d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4276.7998046875, + "y": 1612.0, + "width": 119.19970703125, + "height": 148.7999267578125 + } + }, + "m_Slots": [ + { + "m_Id": "8bea84c7dba4437f832b00e67129e1ad" + }, + { + "m_Id": "1340a8699153418ba898adf24076502c" + }, + { + "m_Id": "b87e1ea84c044ef2b9a957a96ef10d8c" + }, + { + "m_Id": "8567ad6c5e5f4643a8ab47a818060c07" + }, + { + "m_Id": "61a0b03865e740c8a68e50567e150f64" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "93f8a14e80fc491fa5d2f8c3bffabe37", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "9457e001561243de93bbee7742573bcd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2583.2001953125, + "y": 881.60009765625, + "width": 125.599853515625, + "height": 117.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "41fb9bfc33f5452798ad30e601a26ffc" + }, + { + "m_Id": "7520aa379bc9435a865fd8e4274bbd14" + }, + { + "m_Id": "7881a4361c2442c99f0c5763d9f49f0c" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "9613363a6761442ab9eeedae1185ced7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1331.999755859375, + "y": -426.0, + "width": 130.0, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "8dd4e2f1d90b4102b65e897f4b9c7a3a" + }, + { + "m_Id": "96162d8fd4cf4e3fa237957cce3b79f3" + }, + { + "m_Id": "8fd6b1343d2840c89aa5f2bf098f233b" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "96162d8fd4cf4e3fa237957cce3b79f3", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "9674a024f9254b1a857be230ebc56396", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3743.174072265625, + "y": -408.93438720703127, + "width": 198.0, + "height": 261.0 + } + }, + "m_Slots": [ + { + "m_Id": "0e2181db011149c980c128aa69131184" + }, + { + "m_Id": "f18323a7022c4a48b8697525f7ab1a9c" + }, + { + "m_Id": "84226c0ec7304c82aa4746905242c11a" + }, + { + "m_Id": "35b34720abf04dd1bd941157fdab0624" + }, + { + "m_Id": "27be3e6c258b495c8c3c64dff7727638" + }, + { + "m_Id": "40de5c023eee46d989be9cbb4f81efbe" + }, + { + "m_Id": "b68f476adcec4bda966795c7d657d72b" + }, + { + "m_Id": "fcfa9ccb22654eeea665d49f2fada5c7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "968dde9a0b144508aca07aa828d63a46", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "971970815ede4caaad6192453a84f036", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "98a2c45332444630903075542474acf8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3897.173828125, + "y": -347.93426513671877, + "width": 122.00000762939453, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "bff71c14d9f5490a892897635a23efbe" + }, + { + "m_Id": "f8001d97e2384cb1a96933c83430f47c" + }, + { + "m_Id": "4dd16267a8d1488bb0b9ccd305394a67" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "98e10706e60641c298eba43bd815f574", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "993dccf2eb8240af91aabae4b5298af5", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "9998e609a9634195b903b027a4a41354", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2392.999755859375, + "y": -877.9998779296875, + "width": 145.0, + "height": 127.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "9154dd0225dc43f99a173dc8d14253dc" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "99b6e5eece764c1bb615931c19a79253", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3411.173828125, + "y": 1075.065673828125, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "c2ef41d3ede4422a9d3c0d2db3abb628" + }, + { + "m_Id": "91ff7b30cbbf45a2b070063719bbf7e6" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "9a0efe39c7f043ed8ad7e003db5c6019", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9a95849cfc9c411c9ff7abd366031841", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9ad66e5b19c2454a96197e5bcd1d9b84", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9b435efc4a104abd93cea9ed61d2190e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9c38dae46bb440898ebd843c582efd6b", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9de3b28421154f67b757063489dff654", + "m_Id": 1, + "m_DisplayName": "", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "9ea93e7273af492a976cd5eafc066d17", + "m_Id": 3, + "m_DisplayName": "Position", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 4 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9f578de144b042f3bc5702b02670cc06", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9f9700cb2fec4d73871ef26372bbc78c", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9fe89aed0e7b4aa7af519e2d9a007631", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "a074340fc2e641cfab4d9b33cb6c4d08", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3742.173828125, + "y": -156.934326171875, + "width": 198.0, + "height": 261.0 + } + }, + "m_Slots": [ + { + "m_Id": "7005cc3cde9c4db9a3a2d62ee30bb170" + }, + { + "m_Id": "62b6259a406c49af92f51c9c42a66bd1" + }, + { + "m_Id": "d0e42d6b1e934d21858ee7031dd23362" + }, + { + "m_Id": "52e088274299412285eefeb0c1370c35" + }, + { + "m_Id": "233fde62128a4247a5cdef42c1c2c0e7" + }, + { + "m_Id": "ad32b8a1a25e40aab3fe00e327a7be57" + }, + { + "m_Id": "faac3c71315c41f591072001fd5475d6" + }, + { + "m_Id": "6cf9b7307b96485faa4cf0af2464f052" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "a0b714f7323646a3b4ba4911ea02b812", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3329.600341796875, + "y": 1480.7999267578125, + "width": 125.60009765625, + "height": 141.599853515625 + } + }, + "m_Slots": [ + { + "m_Id": "dff95001c7914cec8f277a9baaedcac7" + }, + { + "m_Id": "208a7459c2e545f99555ab3ac2732cf2" + }, + { + "m_Id": "065eba80a91e46d2bc98046e054fc29f" + }, + { + "m_Id": "8f597d1465e440f1a11ef8fe0f33027a" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a1986cb3c136475abaaa458147c82bd6", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a1a8a37d19d14537a675c92507117046", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "a214ecf0f42f41e9a757d5a3d251122c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4509.3740234375, + "y": 466.66571044921877, + "width": 125.599853515625, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "a501c9e9db1a4971b223345deb5f3c15" + }, + { + "m_Id": "85119ea5ec0844bf8e6caa621e88098a" + }, + { + "m_Id": "98e10706e60641c298eba43bd815f574" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "a238e9ae552d4b8ba5e0829e6289c720", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a25590c4205b4aa0a3a0ed55e8e08ad9", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a2726eee02204283a8566b95f469f93d", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "a2a645c9edfa471f92be7c622216d434", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5179.173828125, + "y": 910.0657958984375, + "width": 120.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "3e50adecb3174f7cb098dfd84e4e83dd" + }, + { + "m_Id": "baa9fa5c80584667bbd45f2c39387e10" + }, + { + "m_Id": "712d7a904adf4d46bc6fa1b3e9124ec4" + }, + { + "m_Id": "91fe51e90118450487da0be814af0467" + }, + { + "m_Id": "751d878649434adfbc590f66beceaad6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a2d267bb85144f5f9b91f8495bb96c41", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.9998999834060669, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "a306874d350c4b7eb5eaafbc200f3762", + "m_Id": 0, + "m_DisplayName": "Speed MainTex U/V + Noise Z/W", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "a3456891ae414973b5b858bf561a2be5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3130.99951171875, + "y": -466.99993896484377, + "width": 151.999755859375, + "height": 33.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "f7d3c0bf5d40484bac0c14fb0b03bae3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f914184f738b4bcb802a7cda3c279606" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a3834be72ac547919cf0b9af3dbea4fd", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "a3e90fd61a5a48e1946f7ae91c25a02e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3622.173828125, + "y": 1075.065673828125, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "c33a3b0b31354b1b94a4b2fe9c394459" + }, + { + "m_Id": "b9117095148946ada3b1cb08ed47f218" + }, + { + "m_Id": "c51f77ca4d64471bb27c53a6fe3d92b2" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a416e7a06d5a4761a3854d98c6cffd86", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a45be9f23859457f9cd6421ce687fccf", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a4b4e28e51d949e4a1bfbfda930ea115", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a4befea7cbcd440cb612cdae8509fac7", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a501c9e9db1a4971b223345deb5f3c15", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "a5f0ce1595624206b01d069fac98cf24", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a5f43945b59f408ca008112ec4538888", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "a64b3acbbf24485a9ef89bae784a0f13", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3840.173828125, + "y": 1219.065673828125, + "width": 144.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "7e770ed91a9f4836b57d87f20d88236d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "59b135513ed347598835b7b01c83eaac" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a712c9caaa504de695ad2ef572c73b6a", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "a769f8f1819c4859bf76ae0536b38ef4", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a786280c37c24b549e11bdffc01358f6", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a85237abba874cf5af283334cd9c9ca2", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "a86e7b5781364d64b71a689048f56823", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a9f90c89319645cfbd5313febb7a2c43", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "abb796f9d11849908b4990106bd6f362", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "abc24e2c920340a5bace880f7d676fff", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "ad003b67db98491d87f18d29f87fa651", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5409.173828125, + "y": 911.0657348632813, + "width": 145.0, + "height": 129.0 + } + }, + "m_Slots": [ + { + "m_Id": "05c9dcf9edef49a5aba3e27830f1114b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "ad32b8a1a25e40aab3fe00e327a7be57", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ad73157ccdb940f780722c13991e160b", + "m_Id": 2, + "m_DisplayName": "Cosine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Cosine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "aed3c91520c84433bfe187ca23c25f0c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5255.173828125, + "y": 432.065673828125, + "width": 155.0, + "height": 142.00006103515626 + } + }, + "m_Slots": [ + { + "m_Id": "334ef15df09941e4a1b84fe555c3cbdd" + }, + { + "m_Id": "eb8d96a67a2848cc9d415a7635a1b744" + }, + { + "m_Id": "e94b4ff98abb4f3fbec0a7c6fc2d0b04" + }, + { + "m_Id": "a86e7b5781364d64b71a689048f56823" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "af0599c0f2f2415dbfd7cc3141857464", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4948.173828125, + "y": -116.93426513671875, + "width": 128.0, + "height": 100.9999771118164 + } + }, + "m_Slots": [ + { + "m_Id": "3a474198bc1b499b88f18928f6d9b529" + }, + { + "m_Id": "3210628288e545a686e22d118f54b904" + }, + { + "m_Id": "af466cbda2084e03b4a17ab38f971c92" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "af466cbda2084e03b4a17ab38f971c92", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "afb72cdb31804971a85e8bf6002cab3c", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "afd7e7c7da944d72858183628faa09e6", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "b0ad1ddbfd9446e3aaeda39c471a03ab", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -983.173828125, + "y": 665.065673828125, + "width": 125.99981689453125, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "043149e75d3042a09724db37616dae86" + }, + { + "m_Id": "c1e7e44169594dc9b36148f459c33cf7" + }, + { + "m_Id": "1b50edb5ee674a3e82f1b558820fc27d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "b116d3f28dbf4baf875293d05b2e6e53", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4206.173828125, + "y": -418.934326171875, + "width": 155.000244140625, + "height": 141.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "e7bbc2005cef4522a3feed595b868aa7" + }, + { + "m_Id": "3d5e75c3e01942309e0b47e1a60ab596" + }, + { + "m_Id": "676e8e2d7e124347bfd0a3367dde721c" + }, + { + "m_Id": "08059872d96f42ab823502a0cdf9b1fb" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b11edef9511744d98ed1f747df621143", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "b19b4743d9eb406e9eaea7a35c70f3b6", + "m_Guid": { + "m_GuidSerialized": "2bcf01b0-6cef-4691-b315-d23d890381d2" + }, + "m_Name": "Use triplanar", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Use triplanar", + "m_DefaultReferenceName": "_Use_triplanar", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b243919c802a425c983bd03e9b912e1a", + "m_Id": 3, + "m_DisplayName": "Delta Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Delta Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b2bc41a4ab9c404b8fa4aeb1a60b8b76", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b32e06794ee249b6b757b35aa5f1a876", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "b36e85307b1c458ba36f87467e3fa5da", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 2, + "m_Value": true, + "m_DefaultValue": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "b3c558a583694fe4ab5d0bd2813b0399", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitSubTarget", + "m_ObjectId": "b4794375d82049b2a3b8f39d3c7910a5" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b47c6bc372204406830cb5f5887551c8", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": -1.0, + "y": -1.0, + "z": -1.0, + "w": -1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "b494bc6bd10a43438271666a4cf71b42", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b58c53dd088d477a863fc395ab1d99db", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b6190434d09a43e78980058ece435626", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "b68f476adcec4bda966795c7d657d72b", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "b6a3dbb1d29f462d8fdd64e5a2c7d53c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4865.3740234375, + "y": 115.4656982421875, + "width": 119.199951171875, + "height": 148.79998779296876 + } + }, + "m_Slots": [ + { + "m_Id": "0ff752e6f27f4491b576164e134cb740" + }, + { + "m_Id": "9a95849cfc9c411c9ff7abd366031841" + }, + { + "m_Id": "15afd2012e054e469147d1fd9479e5ab" + }, + { + "m_Id": "4ad7b35c25a943ffbb81224d55c5d20a" + }, + { + "m_Id": "91dc8b9ea5b140e68ca53ccaf6a98921" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b75b68d2706e41f697cf6e92864ae71b", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "b814b207b1d84e37a2474233219161b4", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b87e1ea84c044ef2b9a957a96ef10d8c", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b9117095148946ada3b1cb08ed47f218", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "b94cac7d67f0489fa91ed1bb4c27fad0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2547.999755859375, + "y": -408.9999694824219, + "width": 172.000244140625, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "7e25907fe8024dda91c560989ac994e7" + }, + { + "m_Id": "f77353d476ee4c36bbd9262a45256e8f" + }, + { + "m_Id": "480e882806034601a348cda871c3add9" + }, + { + "m_Id": "f8dd62de69e342ae8f858cb8d2a9fa76" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ba5f71b41d4849638de8a8491e152aa0", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "baa9fa5c80584667bbd45f2c39387e10", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "baad4b1bebca41c48a8dfda1a9e58f15", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5018.173828125, + "y": 114.6656494140625, + "width": 144.800048828125, + "height": 127.20001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "a5f0ce1595624206b01d069fac98cf24" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "bad5590de32c44ae9cb1b73f636689ee", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "bae07bdb01294435b007e54d79e8e63b", + "m_Id": 1, + "m_DisplayName": "In Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "InMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": -1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bae1938880974d81bebcf6fd9b30e2de", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "bbb5f00b7ee943b2a6b4ce8d178ff196", + "m_Id": 0, + "m_DisplayName": "Mask", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bbcd7f2890574fa582730e2d41573300", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "bc384c1869ad4c7b912ff5964fdd0218", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDTarget", + "m_ObjectId": "bcc8e51403294043906ee0bb1c8dcb5f", + "m_ActiveSubTarget": { + "m_Id": "b4794375d82049b2a3b8f39d3c7910a5" + }, + "m_Datas": [ + { + "m_Id": "3ae69c0eb0e546e0a4e581468b7d71da" + }, + { + "m_Id": "8f54c0ec0e4d434fb7a3310db12d3716" + }, + { + "m_Id": "295351af4862439499b51706af4961eb" + } + ], + "m_CustomEditorGUI": "", + "m_SupportVFX": true, + "m_SupportLineRendering": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "bcda0d09ffb14b21b6c30b30c6c09e6b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5786.173828125, + "y": 508.065673828125, + "width": 123.999755859375, + "height": 173.0 + } + }, + "m_Slots": [ + { + "m_Id": "8f1c847e9f45499aa97a977b666bb2ec" + }, + { + "m_Id": "7b77cd951a1e4b1494e375c6cbb33a51" + }, + { + "m_Id": "ad73157ccdb940f780722c13991e160b" + }, + { + "m_Id": "3af30af8212845ecbe7b6064e90fcf93" + }, + { + "m_Id": "5100760197cf412ab48526c3ad3d21c3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bdf1448bef2543678f0753d286fa204d", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "bef2766e010746738ec4e1f6d7714294", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "bf1d272b7d30f18f8175dfa0a19aaf7d", + "m_Guid": { + "m_GuidSerialized": "c451cc58-1c5a-4e4f-b088-67d0c6648a90" + }, + "m_Name": "Use center glow?", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Boolean_7A8F4F91", + "m_OverrideReferenceName": "_Usecenterglow", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bf2345a1c56d48f59987fb62ac838cea", + "m_Id": 3, + "m_DisplayName": "Z", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Z", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bf238f6b091e4eae99b0c206f11782c5", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "bf79c2835aa749cf81596f9a67102fc2", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bfad820d07574a27b85ce62cf0b8d86a", + "m_Id": 0, + "m_DisplayName": "Texture opacity", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bff71c14d9f5490a892897635a23efbe", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "c03a6e8810a2f98f8e01a7187103665e", + "m_Guid": { + "m_GuidSerialized": "01dc216e-a170-433a-9542-a77ce280727b" + }, + "m_Name": "Noise", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_2CD074A9", + "m_OverrideReferenceName": "_Noise", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c092db1b52554a5d9defcc2cb921985d", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c0f7256c1b6d4dafa71034e85ab6a68e", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "c1c148202e23449ba63be23cd714385d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1746.9996337890625, + "y": -798.0, + "width": 120.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "3fb47d50d8d4418187d48ab8d2f17b6e" + }, + { + "m_Id": "abc24e2c920340a5bace880f7d676fff" + }, + { + "m_Id": "bbcd7f2890574fa582730e2d41573300" + }, + { + "m_Id": "c77c02afbdd347da87805448e1f55b84" + }, + { + "m_Id": "c5fb5e0b0c8f4e98b28fb0f400aa7d81" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c1e7e44169594dc9b36148f459c33cf7", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c2ef41d3ede4422a9d3c0d2db3abb628", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c33a3b0b31354b1b94a4b2fe9c394459", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c4c1d756d22f4128a7cb0f0d60ac8228", + "m_Id": 6, + "m_DisplayName": "Blend", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Blend", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "c4cca8f0d9554dee82e6afe849ac7986", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "c4e84f58d2dc48a9abd2733b878f7c37", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "c4fcbcf9707a460ca5dcb1f57be7a697", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5478.173828125, + "y": -231.93426513671876, + "width": 248.0, + "height": 33.999969482421878 + } + }, + "m_Slots": [ + { + "m_Id": "a306874d350c4b7eb5eaafbc200f3762" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "dd1df9d842261d8881629ce70568e0ca" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c51f77ca4d64471bb27c53a6fe3d92b2", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c5b6cf500a44460198f0e01aee89dede", + "m_Id": 3, + "m_DisplayName": "Near Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Near Plane", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c5dd5f93e7e74b649ae5e8bea9d0c8f6", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c5fb5e0b0c8f4e98b28fb0f400aa7d81", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c61761687ac345ac8b569311c4086c6b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c651b6d1eacb4835915f409846a8e762", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "c65475cb74974860813230cee8e7a02e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4929.173828125, + "y": 955.0657348632813, + "width": 186.000244140625, + "height": 141.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "b47c6bc372204406830cb5f5887551c8" + }, + { + "m_Id": "bae07bdb01294435b007e54d79e8e63b" + }, + { + "m_Id": "8f5581c2a6af44e9a769ccd596ac24e4" + }, + { + "m_Id": "a85237abba874cf5af283334cd9c9ca2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "c6c663c5950e466e8066c21948fa5520", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4009.173828125, + "y": 1176.0657958984375, + "width": 149.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "56ecfbff2a8f423fbd78e798262ac000" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "25b260794301493da3d6d8e3c142a64f" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "c779e9a3a3f64886bb3394d9985d03e7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1614.173828125, + "y": 697.0655517578125, + "width": 136.9999542236328, + "height": 34.00030517578125 + } + }, + "m_Slots": [ + { + "m_Id": "749fec466d4248c287d8535a82b4c0d4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "df371f7652d2968aacff152eb2d7dbb3" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c77c02afbdd347da87805448e1f55b84", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "c79ebda882084c85a094901a20a664b2", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "5246188bf8cab28d819d347f8b1bf8d0" + }, + { + "m_Id": "c03a6e8810a2f98f8e01a7187103665e" + }, + { + "m_Id": "56f95c9b40802b8daea0bab8acf5d626" + }, + { + "m_Id": "2e8817d6a782a98da49e5a1db662e5b2" + }, + { + "m_Id": "dd1df9d842261d8881629ce70568e0ca" + }, + { + "m_Id": "ec6a0c274b5e64888e9f70111cb03d15" + }, + { + "m_Id": "f3b1db719b4a1886bc86fd83e0647608" + }, + { + "m_Id": "069e56cb7b97908e8df7d2ac480dad7b" + }, + { + "m_Id": "e777fb890bb10889a45df7c70eaf85c0" + }, + { + "m_Id": "bf1d272b7d30f18f8175dfa0a19aaf7d" + }, + { + "m_Id": "df371f7652d2968aacff152eb2d7dbb3" + }, + { + "m_Id": "8d00dd1e72a81381aa7e80b759631f23" + }, + { + "m_Id": "4542f1063ef74ac78467bf9dc01a659d" + }, + { + "m_Id": "25b260794301493da3d6d8e3c142a64f" + }, + { + "m_Id": "59b135513ed347598835b7b01c83eaac" + }, + { + "m_Id": "f914184f738b4bcb802a7cda3c279606" + }, + { + "m_Id": "8c30414c80aa409292f900071995eecd" + }, + { + "m_Id": "474b87de7d5a448b92463a0358cc5c83" + }, + { + "m_Id": "b19b4743d9eb406e9eaea7a35c70f3b6" + }, + { + "m_Id": "68edb52202564d27b2a1f9e45ea2446b" + }, + { + "m_Id": "d0b45258d97a41ecba0c49e315c91f7e" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c7a1428f4ddb465482e15c7e57daf1a6", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "c7c8efa7006f4d4aa216cb2520ad1605", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4693.3740234375, + "y": 407.4656982421875, + "width": 125.599853515625, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "3fe1860f23b24a9f8b4bb5cfcea448a1" + }, + { + "m_Id": "16bf672e4e1b40e3bcab066df0a068a1" + }, + { + "m_Id": "0312adaec67e48f09c72b5f9c146ad95" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "c81b2c5bb6b24088a9dea9ca169a4705", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2922.173828125, + "y": 918.065673828125, + "width": 126.0, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "3725c28209ec4d74a42ccb6a1057111b" + }, + { + "m_Id": "b11edef9511744d98ed1f747df621143" + }, + { + "m_Id": "c651b6d1eacb4835915f409846a8e762" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "c83e50a414ee42119522c7b7077d9764", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4948.173828125, + "y": -15.934326171875, + "width": 194.0, + "height": 124.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "fda8a3f9e7044456880bc46ea95471ee" + }, + { + "m_Id": "5d5516f55594405da2ac4e59f92381d1" + }, + { + "m_Id": "1e5ff6c7100148ae93782d8ba5349d78" + }, + { + "m_Id": "bc384c1869ad4c7b912ff5964fdd0218" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ca4aa19424eb403c8519dc49a6147fdb", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ca6e8e48ea4d431a83615328f75f5348", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "cbf987fe7ec34eceb69740bb29921c50", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "cc526e7afa5f490a82ce22a32c449e27", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "cc87fad7c5134892b196559e0517b7bd", + "m_Id": 2, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ccaf9fce65c64c17a09b6fc6ca8b017f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ccb8780e5f7f476480c26c912c203a6f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "ccf9c0007c29484fabdecfb3ed59cfc1", + "m_Id": 0, + "m_DisplayName": "Distortion Speed XY Power Z", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "cd4aa8d6247243d09f4693ab77dfeca5", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "ce05c8db894846e483fe92081a5c9130", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2058.99951171875, + "y": -440.0, + "width": 172.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "d5b2b5f5e62e4076b8f7c0a6b1c1fca7" + }, + { + "m_Id": "18f604d061bf48c28e24921a21529aa8" + }, + { + "m_Id": "cc526e7afa5f490a82ce22a32c449e27" + }, + { + "m_Id": "d8b21dc881b24682865bca3dacbb3708" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "cf419ae6f1de4ef798cc7f0a114143dd", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "cf479438fb5e404b889266ba49f31fd6", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "cf67dae798e64d5cbf9d27affa2444da", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "cfad1932fb9244d5a6f9b19e8729f1cd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4942.173828125, + "y": -347.93438720703127, + "width": 128.0, + "height": 101.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "c0f7256c1b6d4dafa71034e85ab6a68e" + }, + { + "m_Id": "491eb6d9c9944716bbc62b1121284ec9" + }, + { + "m_Id": "993dccf2eb8240af91aabae4b5298af5" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "cfe7364d56eb445989209e5b428ad24d", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "d0b45258d97a41ecba0c49e315c91f7e", + "m_Guid": { + "m_GuidSerialized": "40eafb05-da3d-453a-af39-43a65f49a604" + }, + "m_Name": "Triplanar blend", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Triplanar blend", + "m_DefaultReferenceName": "_Triplanar_blend", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d0e42d6b1e934d21858ee7031dd23362", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d14fc8a8ba1e4dba84a8fdf442d945de", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d162c1ad318e4c23b4b77a8ddbbfa06e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "d21a62e46fc146f3a0fa217ba2188d4b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4109.60009765625, + "y": 1488.7999267578125, + "width": 125.599853515625, + "height": 117.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "19b2fc4b8e2547a498ff7cb64e3346d9" + }, + { + "m_Id": "4ef830aad15c4c88a17507c694102cde" + }, + { + "m_Id": "abb796f9d11849908b4990106bd6f362" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "d41955d6ab1743c0878b7fac8cd2c74f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4139.77392578125, + "y": -122.13433837890625, + "width": 153.60009765625, + "height": 141.60000610351563 + } + }, + "m_Slots": [ + { + "m_Id": "7454c87ec1cf46799638cc3b628e3f04" + }, + { + "m_Id": "368691143f0b4c2c8699b69210055e38" + }, + { + "m_Id": "77da3d544f03442196eb640cd000133a" + }, + { + "m_Id": "488fbf1cd4234c74a5dde1e771573de6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d41aa1d00e2a4d9688a3f957505b2904", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d5941b9256bc4deaa8528c0a37bc9d38", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "d5b2b5f5e62e4076b8f7c0a6b1c1fca7", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d6463343a66346028c1766116eb7f7cc", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d68682ac18054ab7ab4a9764c3a07c64", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "d719e1227e7a41f1b3140b6437dbd0cc", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3Node", + "m_ObjectId": "d71a557a7b264ec7a66752cfe18221d4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 3", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4285.0, + "y": -629.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "87999260e45c41b4bcece7a2de865445" + }, + { + "m_Id": "48d5739cf4814eaea416bc3c00eb4cc1" + }, + { + "m_Id": "bf2345a1c56d48f59987fb62ac838cea" + }, + { + "m_Id": "914aefc19e4245579cffcc6c650501c4" + } + ], + "synonyms": [ + "3", + "v3", + "vec3", + "float3" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "d729f99434d845d18d200adf2d8a29bf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4638.173828125, + "y": 873.065673828125, + "width": 129.999755859375, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "971970815ede4caaad6192453a84f036" + }, + { + "m_Id": "f2341a80eb99469fbcf782563fa3fdfe" + }, + { + "m_Id": "9b435efc4a104abd93cea9ed61d2190e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "d82fa0653f024150bea6834b48337030", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5076.173828125, + "y": -188.934326171875, + "width": 129.0, + "height": 33.999969482421878 + } + }, + "m_Slots": [ + { + "m_Id": "3ca588db7774489b9b4adbf1b84a5247" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5246188bf8cab28d819d347f8b1bf8d0" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "d8abc09dd15a4f5b96e41964871f0379", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3154.173828125, + "y": 1193.065673828125, + "width": 128.0001220703125, + "height": 93.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "cf479438fb5e404b889266ba49f31fd6" + }, + { + "m_Id": "79d411ac8c614260b8946ff480bb6394" + } + ], + "synonyms": [ + "complement", + "invert", + "opposite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d8b21dc881b24682865bca3dacbb3708", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "d8c6c88a261542e99aa7bacb94557abf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -6031.173828125, + "y": 412.065673828125, + "width": 194.0, + "height": 124.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "75e7c8f9621d4e1b9c683d40668c1cc0" + }, + { + "m_Id": "120760d6efce44f0b01d51d510b854f4" + }, + { + "m_Id": "20a654952f1a4ce7b5b2a4f73cb93315" + }, + { + "m_Id": "24c8d1bb5a1d4a72bde0cb44cef66ca9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "dc64d1f885284a96a3b4d1c513cefbb3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4494.173828125, + "y": -356.934326171875, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "bef2766e010746738ec4e1f6d7714294" + }, + { + "m_Id": "6ede64ff82cd467da4510eae4332d0ec" + }, + { + "m_Id": "afd7e7c7da944d72858183628faa09e6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "dc981229e3ea467281b13b4afc7c3615", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dc9c50e0216047409f3c8fc7b5075de9", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", + "m_ObjectId": "dd1df9d842261d8881629ce70568e0ca", + "m_Guid": { + "m_GuidSerialized": "b59762d8-3e0e-47ad-ba6a-3d7a3162bc31" + }, + "m_Name": "Speed MainTex U/V + Noise Z/W", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector4_72221BD9", + "m_OverrideReferenceName": "_SpeedMainTexUVNoiseZW", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dd49ac44bf7e433aa1da1e8b0e528e93", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "ddbe8f8a23014344abe71c69cd988e6f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1848.9996337890625, + "y": -440.0, + "width": 130.0, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "353c17346fa44fff857cf93b02a8242f" + }, + { + "m_Id": "93f8a14e80fc491fa5d2f8c3bffabe37" + }, + { + "m_Id": "a5f43945b59f408ca008112ec4538888" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "de096f4b575549589b30aaf3cb24e2d0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5100.173828125, + "y": 405.06573486328127, + "width": 109.000244140625, + "height": 33.999969482421878 + } + }, + "m_Slots": [ + { + "m_Id": "4df11d0a283d4a4fae20bdbef1301452" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "56f95c9b40802b8daea0bab8acf5d626" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "de9dd6e1c7bf4bc582c8689b38cde5cc", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "dea7bbad22c943f7a1bb40223e228c95", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4528.99951171875, + "y": -788.0, + "width": 120.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "968dde9a0b144508aca07aa828d63a46" + }, + { + "m_Id": "9fe89aed0e7b4aa7af519e2d9a007631" + }, + { + "m_Id": "13880150664b4c79885eefcbadac8005" + }, + { + "m_Id": "858573a8f7d24877944cfe439ad863cd" + }, + { + "m_Id": "9f578de144b042f3bc5702b02670cc06" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "df371f7652d2968aacff152eb2d7dbb3", + "m_Guid": { + "m_GuidSerialized": "c0977d0a-9347-4c56-abd3-ff0468a07119" + }, + "m_Name": "Use depth?", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Boolean_D84B36BE", + "m_OverrideReferenceName": "_Usedepth", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "df41b23a9bca40b28bc3a6f498c2d70e", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "dfdab1aebb424473830ca812f9bb501a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3916.999755859375, + "y": -502.0, + "width": 149.0, + "height": 33.999969482421878 + } + }, + "m_Slots": [ + { + "m_Id": "8ee79219a6fe4507b9007192fb9fc904" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "68edb52202564d27b2a1f9e45ea2446b" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "dff95001c7914cec8f277a9baaedcac7", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "e018473054e4403fb9365c54fc4a1c0e", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e0266398467842f1bbdadd821d5e9622", + "m_Id": 0, + "m_DisplayName": "Depth power", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e0740fbc02d546d8bd566e9cf003455b", + "m_Id": 4, + "m_DisplayName": "Smooth Delta", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Smooth Delta", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e0f9534e0de04f4a9963370fc4e3f654", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e1c7f45158a14cb980887d3057ea0af2", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e28d03e03f54491d8507e9793c7020ee", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "e2a75095110b441eafca279197417891", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Emission", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "468cf6fe07634fd695f1bbd85850f99d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Emission" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "e35a6013a9de4b3b9bac112fb91d7885", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4303.173828125, + "y": 157.065673828125, + "width": 194.0, + "height": 125.0 + } + }, + "m_Slots": [ + { + "m_Id": "739eb1031a2f4cdba6785d06fc348349" + }, + { + "m_Id": "c4e84f58d2dc48a9abd2733b878f7c37" + }, + { + "m_Id": "4764242c5c7b4b5891a86709d7525513" + }, + { + "m_Id": "6851b9637982494a968615e4962e6bce" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e3f9218e66634748afad8cac33a2f439", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e661a2700afc4524b4e76b9118a83ac4", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "e746e94a7af04ba780c9dd00e7223e62", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "e777fb890bb10889a45df7c70eaf85c0", + "m_Guid": { + "m_GuidSerialized": "5776a4e9-3d0f-41c6-9782-7d9fc2276bb5" + }, + "m_Name": "Opacity", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_3340BB83", + "m_OverrideReferenceName": "_Opacity", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "e7bbc2005cef4522a3feed595b868aa7", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "e81d35ce2a884e3b887f0bb0266310d2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5786.173828125, + "y": 374.065673828125, + "width": 130.0, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "593e10ab44ba4427aa45c2c1e25f0e45" + }, + { + "m_Id": "3edc064edfca47d1aed67b2140642ec3" + }, + { + "m_Id": "5fcd79e1836d4d07b03e1be413ee4e2a" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e83e9df85d0740cc9dea42c35de8d9f6", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "e9378c67f2c942aa96cfb6e26c000281", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3777.600341796875, + "y": 1480.7999267578125, + "width": 128.000244140625, + "height": 93.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "ca6e8e48ea4d431a83615328f75f5348" + }, + { + "m_Id": "a712c9caaa504de695ad2ef572c73b6a" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "e94b4ff98abb4f3fbec0a7c6fc2d0b04", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e9841859203e4be9b298a311a81586d6", + "m_Id": 2, + "m_DisplayName": "Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Max", + "m_StageCapability": 3, + "m_Value": { + "x": 1000000.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ea584b678f814eb0b584e7191ca98359", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "eb498ec5378e408ab46f68dfb3310ee1", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "eb8b483cd5ea407bb4e1cd00b78acf58", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "eb8d96a67a2848cc9d415a7635a1b744", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ec2b2087f12a446993c54a8f9f2a7c44", + "m_Id": 0, + "m_DisplayName": "Triplanar blend", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", + "m_ObjectId": "ec6a0c274b5e64888e9f70111cb03d15", + "m_Guid": { + "m_GuidSerialized": "6e642b86-e35b-43b6-ae2a-3d06b780b618" + }, + "m_Name": "Distortion Speed XY Power Z", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector4_ABCF8388", + "m_OverrideReferenceName": "_DistortionSpeedXYPowerZ", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ec8285481ada4cfe803dd3a9ea7f1f77", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "ecf8feac921a440d86cd83423c765816", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3881.999755859375, + "y": -620.0, + "width": 127.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "3f568b4fd4944ce9a974a2fd630dd99b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5246188bf8cab28d819d347f8b1bf8d0" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "ed1338149c634c3cbc7597905c93c0aa", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5212.173828125, + "y": -265.934326171875, + "width": 120.0, + "height": 149.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "ffe28d9609dc4588bb00c9d83096179e" + }, + { + "m_Id": "5d7c85f4cfcc4b28a5fc36f18205bba3" + }, + { + "m_Id": "059f579d9e3c4022a3578c4ff6a00ece" + }, + { + "m_Id": "818c547640a4467ba77e4139b327dbfb" + }, + { + "m_Id": "dc9c50e0216047409f3c8fc7b5075de9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ed3c7194bda1439baa5888dad1517f3f", + "m_Id": 6, + "m_DisplayName": "Width", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Width", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ed87103ac02b498daa3bdd352c651934", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "ef8801c2ab75465db426c984fa4410c1", + "m_Id": 0, + "m_DisplayName": "Tangent", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tangent", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "efb29c1d1f684706b32130e38cf8987b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2254.400146484375, + "y": 958.400146484375, + "width": 158.39990234375, + "height": 33.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "08c865981040494bafdd5946502814b1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "474b87de7d5a448b92463a0358cc5c83" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "efba287ebce4493bb88495f0da4dbcb5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4940.173828125, + "y": 404.065673828125, + "width": 183.0, + "height": 251.0 + } + }, + "m_Slots": [ + { + "m_Id": "6aaede61f8bb497e9f793ae544749048" + }, + { + "m_Id": "5a989792d6ff482d86f7be8eccd69aec" + }, + { + "m_Id": "a45be9f23859457f9cd6421ce687fccf" + }, + { + "m_Id": "5a6940d813454c169e800397ff730d8f" + }, + { + "m_Id": "bdf1448bef2543678f0753d286fa204d" + }, + { + "m_Id": "bad5590de32c44ae9cb1b73f636689ee" + }, + { + "m_Id": "b494bc6bd10a43438271666a4cf71b42" + }, + { + "m_Id": "5d8ef59ea4c54811a8b8458718a7eea1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f00303e87bfc4920b5d02969038c83f9", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f094c64997c64d509da71ae97695ddfa", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot", + "m_ObjectId": "f0e67772fed746fda630ebd951d35a45", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [], + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f18323a7022c4a48b8697525f7ab1a9c", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f2341a80eb99469fbcf782563fa3fdfe", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "f23cf763efbf4c52a1d4ea7d1b4daf5a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2410.400146484375, + "y": 881.60009765625, + "width": 128.0, + "height": 93.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "74b7b818c9734363b9be255772f1add1" + }, + { + "m_Id": "cf419ae6f1de4ef798cc7f0a114143dd" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f36d4690bb1c41908a1ccb24b8092a80", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "f3b1db719b4a1886bc86fd83e0647608", + "m_Guid": { + "m_GuidSerialized": "8c99dd19-cb0e-4f6e-b98c-a2ff94bb3c52" + }, + "m_Name": "Emission", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_6294219F", + "m_OverrideReferenceName": "_Emission", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f4d8c96deed64213afb2156e3a92994b", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "f5dc8fd7023e44cda72487fd596d223e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4094.39990234375, + "y": 1617.599853515625, + "width": 143.199951171875, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "e0266398467842f1bbdadd821d5e9622" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "8d00dd1e72a81381aa7e80b759631f23" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TriplanarNode", + "m_ObjectId": "f6f59421b16a4f41a079705af51a869e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Triplanar", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3742.999755859375, + "y": -666.9999389648438, + "width": 172.0, + "height": 247.99990844726563 + } + }, + "m_Slots": [ + { + "m_Id": "6d285e64638045d0a1117408317c8dde" + }, + { + "m_Id": "a769f8f1819c4859bf76ae0536b38ef4" + }, + { + "m_Id": "cc87fad7c5134892b196559e0517b7bd" + }, + { + "m_Id": "9ea93e7273af492a976cd5eafc066d17" + }, + { + "m_Id": "156f05707ba9493ab1c41023b7f19be7" + }, + { + "m_Id": "54db429b6db946be9ad619a4c38b041e" + }, + { + "m_Id": "c4c1d756d22f4128a7cb0f0d60ac8228" + } + ], + "synonyms": [ + "project" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_InputSpace": 4, + "m_NormalOutputSpace": 3 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f77353d476ee4c36bbd9262a45256e8f", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "f7d3c0bf5d40484bac0c14fb0b03bae3", + "m_Id": 0, + "m_DisplayName": "Use only color", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f8001d97e2384cb1a96933c83430f47c", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "f868a252e0e7491a8d958e8f4bedd813", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3714.999755859375, + "y": -711.9999389648438, + "width": 144.0, + "height": 33.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "439cdc09958d4880b0b0a138fef98d78" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "b19b4743d9eb406e9eaea7a35c70f3b6" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f8afceae8ee54242bf65e688a34c2f9a", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f8dd62de69e342ae8f858cb8d2a9fa76", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "f914184f738b4bcb802a7cda3c279606", + "m_Guid": { + "m_GuidSerialized": "b54e64d0-6f66-4886-86fc-27f1a4c9ad18" + }, + "m_Name": "Use only color", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Use only color", + "m_DefaultReferenceName": "_Use_only_color", + "m_OverrideReferenceName": "_Useonlycolor", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f96bd3693b5642309821b128bdb66c97", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "f9d28669acd74da98f094a633a06818c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2236.999755859375, + "y": -283.0000305175781, + "width": 130.0, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "16e77a7d8f9449bdaad2e48727446ba4" + }, + { + "m_Id": "050b7da454344b6ab4e774106d61435f" + }, + { + "m_Id": "cf67dae798e64d5cbf9d27affa2444da" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "faac3c71315c41f591072001fd5475d6", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "fb309ebc72e246e7ad752069db187937", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1456.174072265625, + "y": 672.0654907226563, + "width": 170.00006103515626, + "height": 142.00030517578126 + } + }, + "m_Slots": [ + { + "m_Id": "152107ffb26a412f83421ac3af4b94d7" + }, + { + "m_Id": "5719c57008cd4f17bf38cd671207ac36" + }, + { + "m_Id": "f00303e87bfc4920b5d02969038c83f9" + }, + { + "m_Id": "e83e9df85d0740cc9dea42c35de8d9f6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fca40537bbb94e8fab57ab321280e52f", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "fcfa9ccb22654eeea665d49f2fada5c7", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "fda8a3f9e7044456880bc46ea95471ee", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ff6441bcdb1440d3a56d4a353748a2a4", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "ffb65f79793d4ce58301f5048d6ffdc3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "cd4aa8d6247243d09f4693ab77dfeca5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ffe28d9609dc4588bb00c9d83096179e", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_CG.shadergraph.meta b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_CG.shadergraph.meta new file mode 100644 index 0000000..7733856 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_CG.shadergraph.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 00191177e5fd5c4468ad546ce87ef329 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_CG.shadergraph + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_TwoSides.shadergraph b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_TwoSides.shadergraph new file mode 100644 index 0000000..62e8f88 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_TwoSides.shadergraph @@ -0,0 +1,17218 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "0f909e9c1fd5431f86a58da6e275f67c", + "m_Properties": [ + { + "m_Id": "f9478bd126f4c786897f08aaa682297c" + }, + { + "m_Id": "001f45c310118181b8ba66536af46645" + }, + { + "m_Id": "726c33d19472f585bb429cce18d23415" + }, + { + "m_Id": "9d318e011dbe3f87b3375f60793628f4" + }, + { + "m_Id": "dd05acaf99e0fc858d9809926a914f75" + }, + { + "m_Id": "fc16bc08faa7af8489d5c3db7379f881" + }, + { + "m_Id": "bc5542a8085cce889ddbb4cb3a12557e" + }, + { + "m_Id": "9419fc5d734bcf858409cbf13dbe6cb0" + }, + { + "m_Id": "ff38a12f37a434818008046dd5623bd8" + }, + { + "m_Id": "ce61e8222454168eb9660f3f13dbd992" + }, + { + "m_Id": "670d04d918695489b4329315e78c8e53" + }, + { + "m_Id": "c50a00aedeb5aa86af515964cd63b8e6" + }, + { + "m_Id": "0a62167ef330be8c946cec770c91eb29" + }, + { + "m_Id": "0a8c91977e5ff98780f3a93d9e01e9ad" + }, + { + "m_Id": "05162a6af144c3878a823cd94ab648ea" + }, + { + "m_Id": "2b1343dfb9db078eadb100dec3e57a9e" + }, + { + "m_Id": "c914ef711d367d80847a5fc20ed2eb6e" + }, + { + "m_Id": "46e23c4c63c99987b39137c5ac1a756f" + }, + { + "m_Id": "a3f76ccf4bf443b1b09860973d938746" + }, + { + "m_Id": "84dfcebcf7fc4a828bcffeb83dd313f1" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "9931ef5b2706470da09f41a57ea16ec1" + } + ], + "m_Nodes": [ + { + "m_Id": "8f6bfc51888cad85980abc7f4ea8ad78" + }, + { + "m_Id": "02b083b17204df85b07ea414065ca6c0" + }, + { + "m_Id": "103f5fdd8e0ca386be9507da46e92451" + }, + { + "m_Id": "d26cda40659a3c8499947dcc9be62371" + }, + { + "m_Id": "a24c84df7e263c88937af148767851d4" + }, + { + "m_Id": "6b3c7cbe96ad3c8ba8d953cb5415d26e" + }, + { + "m_Id": "07b00ec3a0633f86afe390e333ce5a75" + }, + { + "m_Id": "da23cba36d56a788928defca8d96713e" + }, + { + "m_Id": "8c17bd94c2631287a61456cf4fc489ac" + }, + { + "m_Id": "894f45b3a73b1083be7bdd6916eadf8c" + }, + { + "m_Id": "88acda2b4922408fb80b7e653c38b662" + }, + { + "m_Id": "04ee1b7cfcac5f8f8bde170ba7d86b0b" + }, + { + "m_Id": "0e74feda4a172587ac556c4e0f700fa2" + }, + { + "m_Id": "0b85a15071d1e2869d7bf831f7cf13f6" + }, + { + "m_Id": "02c7e46f3ddb09808729a7912ce6a3c8" + }, + { + "m_Id": "06a8ad8d240f78848445ebd83de601e7" + }, + { + "m_Id": "ec6899a04aaf128889930dc977de5bab" + }, + { + "m_Id": "e6f4d1f91a6db38f90f2055fd19fd069" + }, + { + "m_Id": "c5b51fecc2d0bd82a965a44a9a1f9ae4" + }, + { + "m_Id": "4eb8e9076d459c8894761f968ad7812c" + }, + { + "m_Id": "7e1ab880fc3eb887987e1d37ca3ab544" + }, + { + "m_Id": "477e8f320cbb4a81a27df54886e9b796" + }, + { + "m_Id": "0aa6435869f14d83b6a6a89df93eaf8f" + }, + { + "m_Id": "db290516b8459986a34d95397e1a55ac" + }, + { + "m_Id": "08af7ea32886728babc533c32fccf9a6" + }, + { + "m_Id": "da60e2a5d000db8cb62a193a5bef30d5" + }, + { + "m_Id": "1beb1e22142ac88c84c54525028f56bf" + }, + { + "m_Id": "bf6b63c93eec98839f06d3c03ad43012" + }, + { + "m_Id": "f76932044b6a22889c59468f4740ee6b" + }, + { + "m_Id": "468dc9cc8c5d0883a30ab8008f325e41" + }, + { + "m_Id": "19ec725581b725858906a14ee2acb1b6" + }, + { + "m_Id": "d7ce489cc307578298d5bffa8792201b" + }, + { + "m_Id": "8fee6370b0432783ac520831ffecb64a" + }, + { + "m_Id": "6509c653f72aec808b5ea52b8737c7fa" + }, + { + "m_Id": "8782399b3c785d85986c9a2aaac34166" + }, + { + "m_Id": "dfc03c0be7ea7d86ae903d957f6bab64" + }, + { + "m_Id": "58e7372214a69b80a12153e3a649800c" + }, + { + "m_Id": "8ceeefeec431b7838cf4cae014bbebae" + }, + { + "m_Id": "4f88deba690ab885a0e56bd8dac9fa0d" + }, + { + "m_Id": "f54782d9da0e9f888e4326ea0fd5a040" + }, + { + "m_Id": "d7e4a0f0e6dbd18db99373b730850d08" + }, + { + "m_Id": "97fc7071580709869193bb2328976bde" + }, + { + "m_Id": "034767e90300358fbc6a2d70a31db008" + }, + { + "m_Id": "1477e6e081902b8a8c5b2154e3bbedde" + }, + { + "m_Id": "a11e2b958ee160818fe976ef9c1a3f07" + }, + { + "m_Id": "9a2cfafa20323c809e5a4e6316689459" + }, + { + "m_Id": "68e8d97b03cbfb88a4878867187f02e6" + }, + { + "m_Id": "088fb178945a64819d3d4e723183eeff" + }, + { + "m_Id": "a3e91a91283d298eae4e3ba0a910460b" + }, + { + "m_Id": "24be806b5c54d187926ad8352f2d327d" + }, + { + "m_Id": "bb6377f88e9b26838af2ec794254ffbe" + }, + { + "m_Id": "d258294a57f2ea84b5574e28b6963311" + }, + { + "m_Id": "b8e2dc1a07f9f484a55f128219e6eea0" + }, + { + "m_Id": "a4ce01a03ce8a48db663472526b6f0df" + }, + { + "m_Id": "75e9881fbd0d4d838c161119af0c407a" + }, + { + "m_Id": "6f0927beee1cad84a4f976e93ceeaf66" + }, + { + "m_Id": "f6aef80ba435a9869ec437b9ba3ccf70" + }, + { + "m_Id": "bb3670b4515f7b8a885b2c8d7903a080" + }, + { + "m_Id": "2121826375d4598185ae6f55a6b11dca" + }, + { + "m_Id": "6715aed7eb46c787b19ea9233fe863cb" + }, + { + "m_Id": "a6ea20ea25000c87ab1354c056bcb32b" + }, + { + "m_Id": "78166ffbb5de808fa549592d914f36c8" + }, + { + "m_Id": "c46313e38a99e282bdbe69acb09621ce" + }, + { + "m_Id": "112ff8861c243987bbf23c97aeee79ca" + }, + { + "m_Id": "02b23d44427f2d8f93cf99550326521d" + }, + { + "m_Id": "b744012b8341a98690ed0b736c4b67c8" + }, + { + "m_Id": "e0b43fa4d5e66c8da3fa87aa72090a2c" + }, + { + "m_Id": "4fc3d6eaabe18682965111aeedeb7a29" + }, + { + "m_Id": "6dd8d83058c00b86bb3479e9c9aa5c13" + }, + { + "m_Id": "dd790a9fc5defa86a883dc9cc6199bb3" + }, + { + "m_Id": "372775cc9b1afb8390b065e61e855f48" + }, + { + "m_Id": "569ed148e28a098ea9dd30c177a2d7ce" + }, + { + "m_Id": "11687b5518eb2180b55b5cd4e6f0b85f" + }, + { + "m_Id": "40392ed108a944979d33cd78dee13b32" + }, + { + "m_Id": "21d42abfc620419b8e13de613dc4a0c9" + }, + { + "m_Id": "85bd5a65023a4fe58c8e8ef1618a47fd" + }, + { + "m_Id": "80eb1eb2f3804db493b3b46d6950707c" + }, + { + "m_Id": "11232676bb294479b2d068129e407bbd" + }, + { + "m_Id": "74463d877e884d768138be9ba7b31ce7" + }, + { + "m_Id": "a308f834b88c424ab87b3d05cc4ade21" + }, + { + "m_Id": "d64bd30483bd463cbd437124ee03bc29" + }, + { + "m_Id": "78e91e54de4a4ec2980d439d26257cd7" + }, + { + "m_Id": "269ff823c846495d97e2077234689ccf" + }, + { + "m_Id": "4d7c67ff003946f786e0b341dc391f6d" + }, + { + "m_Id": "1dfd6c4bc8c047efb458233bf1d0c8e4" + }, + { + "m_Id": "fd52317dc4d64ef7b76e17793af542ab" + }, + { + "m_Id": "d8c355bbc6c94f579a2c98580e758a0b" + }, + { + "m_Id": "d115bcb70ad140fe92723d938fa0fb1e" + }, + { + "m_Id": "baa9dd3c5f9b49cdae63f15b7fde38a5" + }, + { + "m_Id": "d936e989efa34882a095b2f79cc6366c" + }, + { + "m_Id": "d99d2b98ddcd42bfa1a965bdd7bc262f" + }, + { + "m_Id": "62b01575111e4d628305ce7a6b8aec2e" + }, + { + "m_Id": "27d93faf5aae4f2089dc887ffc71bad8" + }, + { + "m_Id": "59f9e51f4d2d461c894fe62478efab0e" + }, + { + "m_Id": "fe1d2813be4a46a49158cc9e9272433b" + }, + { + "m_Id": "6631c1a2df8d4f4e89ba7f0329329f3e" + }, + { + "m_Id": "80fc80a7fb5a47e8ad2778d68d139cd8" + }, + { + "m_Id": "fbfbb57ed5a640798be550fe085e62aa" + }, + { + "m_Id": "02efbe0476dd4041a761316e92023552" + }, + { + "m_Id": "fe496d69f1db4dc1b9d809ff0aeca110" + }, + { + "m_Id": "42e40bc0eff945d5bac35220f3845e3d" + }, + { + "m_Id": "99e422b3421e48169548a6c5a1ae4b96" + }, + { + "m_Id": "52c7a5471ee94622bcd7dae55ca7045b" + }, + { + "m_Id": "febdbf4842424d2eb8809d830d279750" + }, + { + "m_Id": "1941727852ea4ff4827eeb97b938acd3" + }, + { + "m_Id": "fde39e9795f34d9691536569d4cc3957" + }, + { + "m_Id": "64651b19cf6342ccb9c79aaa5842956c" + }, + { + "m_Id": "cbd08a5220f04e158428c8e4ed01c651" + }, + { + "m_Id": "72cca9fe53a04762981aeb3ac6880974" + }, + { + "m_Id": "fe292a6546164ecbb4811a7d7c049ccf" + }, + { + "m_Id": "073b3586a2404e2695cae522ec2701d5" + }, + { + "m_Id": "9dac4d9f7a814ba6900bcd0f98a77d20" + }, + { + "m_Id": "8a733bf083a3438facd7575404f74145" + }, + { + "m_Id": "b3a617f5fb3c428bbaec3c00e3a83792" + }, + { + "m_Id": "517dfb41649647589689d141d2a24d76" + }, + { + "m_Id": "56ce010334124b9781b826128f045689" + }, + { + "m_Id": "2a07dc2b25fa487c904bb38119b0b73e" + }, + { + "m_Id": "2b4b14d47d504d2bb31875ec850e3347" + }, + { + "m_Id": "85d98c34f0c54c868bbc5cd18f1c578f" + }, + { + "m_Id": "d7bc6c341b8743cda27f30cd4b2d438f" + }, + { + "m_Id": "53dc4ed1ea55466191358a925c6f9ddb" + }, + { + "m_Id": "5641a827a2a248b7b1f402a9ea6202fb" + }, + { + "m_Id": "e05341526c634a1b9c7bd93a6c655b25" + }, + { + "m_Id": "382a0b8a78fa4cf48642160db86c497d" + }, + { + "m_Id": "03c4b24a110f4a4e939ce1c552cd6fff" + }, + { + "m_Id": "12071f605cd4496aa63afcfe2c88ae28" + }, + { + "m_Id": "9da6fd3a035e4e12880516ab0cbe1627" + }, + { + "m_Id": "ab17cdd06bde432a95738356f821dc55" + }, + { + "m_Id": "d47ad921f26c446ab4d8626452f12bca" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "02b083b17204df85b07ea414065ca6c0" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "372775cc9b1afb8390b065e61e855f48" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "02b23d44427f2d8f93cf99550326521d" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "02b083b17204df85b07ea414065ca6c0" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "02c7e46f3ddb09808729a7912ce6a3c8" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "88acda2b4922408fb80b7e653c38b662" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "02efbe0476dd4041a761316e92023552" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "42e40bc0eff945d5bac35220f3845e3d" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "034767e90300358fbc6a2d70a31db008" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a11e2b958ee160818fe976ef9c1a3f07" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "03c4b24a110f4a4e939ce1c552cd6fff" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cbd08a5220f04e158428c8e4ed01c651" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "03c4b24a110f4a4e939ce1c552cd6fff" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fde39e9795f34d9691536569d4cc3957" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "04ee1b7cfcac5f8f8bde170ba7d86b0b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6b3c7cbe96ad3c8ba8d953cb5415d26e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "06a8ad8d240f78848445ebd83de601e7" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ec6899a04aaf128889930dc977de5bab" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "073b3586a2404e2695cae522ec2701d5" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4d7c67ff003946f786e0b341dc391f6d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "073b3586a2404e2695cae522ec2701d5" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "53dc4ed1ea55466191358a925c6f9ddb" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "07b00ec3a0633f86afe390e333ce5a75" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6b3c7cbe96ad3c8ba8d953cb5415d26e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "07b00ec3a0633f86afe390e333ce5a75" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d7ce489cc307578298d5bffa8792201b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "088fb178945a64819d3d4e723183eeff" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "24be806b5c54d187926ad8352f2d327d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "08af7ea32886728babc533c32fccf9a6" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "97fc7071580709869193bb2328976bde" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0aa6435869f14d83b6a6a89df93eaf8f" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "78e91e54de4a4ec2980d439d26257cd7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0aa6435869f14d83b6a6a89df93eaf8f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "78e91e54de4a4ec2980d439d26257cd7" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0aa6435869f14d83b6a6a89df93eaf8f" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d64bd30483bd463cbd437124ee03bc29" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0aa6435869f14d83b6a6a89df93eaf8f" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d64bd30483bd463cbd437124ee03bc29" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0b85a15071d1e2869d7bf831f7cf13f6" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fe1d2813be4a46a49158cc9e9272433b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0e74feda4a172587ac556c4e0f700fa2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0b85a15071d1e2869d7bf831f7cf13f6" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "103f5fdd8e0ca386be9507da46e92451" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "19ec725581b725858906a14ee2acb1b6" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "103f5fdd8e0ca386be9507da46e92451" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d26cda40659a3c8499947dcc9be62371" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "112ff8861c243987bbf23c97aeee79ca" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "78166ffbb5de808fa549592d914f36c8" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "11687b5518eb2180b55b5cd4e6f0b85f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c46313e38a99e282bdbe69acb09621ce" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "12071f605cd4496aa63afcfe2c88ae28" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9da6fd3a035e4e12880516ab0cbe1627" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1477e6e081902b8a8c5b2154e3bbedde" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "034767e90300358fbc6a2d70a31db008" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1941727852ea4ff4827eeb97b938acd3" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "febdbf4842424d2eb8809d830d279750" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "19ec725581b725858906a14ee2acb1b6" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8f6bfc51888cad85980abc7f4ea8ad78" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1beb1e22142ac88c84c54525028f56bf" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "468dc9cc8c5d0883a30ab8008f325e41" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1dfd6c4bc8c047efb458233bf1d0c8e4" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d115bcb70ad140fe92723d938fa0fb1e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2121826375d4598185ae6f55a6b11dca" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "80fc80a7fb5a47e8ad2778d68d139cd8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "24be806b5c54d187926ad8352f2d327d" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0e74feda4a172587ac556c4e0f700fa2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "269ff823c846495d97e2077234689ccf" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "569ed148e28a098ea9dd30c177a2d7ce" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "27d93faf5aae4f2089dc887ffc71bad8" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "59f9e51f4d2d461c894fe62478efab0e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2a07dc2b25fa487c904bb38119b0b73e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "468dc9cc8c5d0883a30ab8008f325e41" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2b4b14d47d504d2bb31875ec850e3347" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2a07dc2b25fa487c904bb38119b0b73e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "372775cc9b1afb8390b065e61e855f48" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "269ff823c846495d97e2077234689ccf" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "382a0b8a78fa4cf48642160db86c497d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "03c4b24a110f4a4e939ce1c552cd6fff" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "42e40bc0eff945d5bac35220f3845e3d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "477e8f320cbb4a81a27df54886e9b796" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "468dc9cc8c5d0883a30ab8008f325e41" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d7e4a0f0e6dbd18db99373b730850d08" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "477e8f320cbb4a81a27df54886e9b796" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c5b51fecc2d0bd82a965a44a9a1f9ae4" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4d7c67ff003946f786e0b341dc391f6d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1dfd6c4bc8c047efb458233bf1d0c8e4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4eb8e9076d459c8894761f968ad7812c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1beb1e22142ac88c84c54525028f56bf" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4eb8e9076d459c8894761f968ad7812c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7e1ab880fc3eb887987e1d37ca3ab544" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4f88deba690ab885a0e56bd8dac9fa0d" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5641a827a2a248b7b1f402a9ea6202fb" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4fc3d6eaabe18682965111aeedeb7a29" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "02b23d44427f2d8f93cf99550326521d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "517dfb41649647589689d141d2a24d76" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "56ce010334124b9781b826128f045689" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "52c7a5471ee94622bcd7dae55ca7045b" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bf6b63c93eec98839f06d3c03ad43012" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "53dc4ed1ea55466191358a925c6f9ddb" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "11232676bb294479b2d068129e407bbd" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5641a827a2a248b7b1f402a9ea6202fb" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "517dfb41649647589689d141d2a24d76" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5641a827a2a248b7b1f402a9ea6202fb" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b3a617f5fb3c428bbaec3c00e3a83792" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "569ed148e28a098ea9dd30c177a2d7ce" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2121826375d4598185ae6f55a6b11dca" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "569ed148e28a098ea9dd30c177a2d7ce" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f6aef80ba435a9869ec437b9ba3ccf70" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "56ce010334124b9781b826128f045689" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8a733bf083a3438facd7575404f74145" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "58e7372214a69b80a12153e3a649800c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8fee6370b0432783ac520831ffecb64a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "59f9e51f4d2d461c894fe62478efab0e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7e1ab880fc3eb887987e1d37ca3ab544" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "62b01575111e4d628305ce7a6b8aec2e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "27d93faf5aae4f2089dc887ffc71bad8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "64651b19cf6342ccb9c79aaa5842956c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b3a617f5fb3c428bbaec3c00e3a83792" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6509c653f72aec808b5ea52b8737c7fa" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "58e7372214a69b80a12153e3a649800c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6631c1a2df8d4f4e89ba7f0329329f3e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fe1d2813be4a46a49158cc9e9272433b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6715aed7eb46c787b19ea9233fe863cb" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a6ea20ea25000c87ab1354c056bcb32b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "68e8d97b03cbfb88a4878867187f02e6" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9a2cfafa20323c809e5a4e6316689459" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6b3c7cbe96ad3c8ba8d953cb5415d26e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d26cda40659a3c8499947dcc9be62371" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6dd8d83058c00b86bb3479e9c9aa5c13" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a6ea20ea25000c87ab1354c056bcb32b" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6dd8d83058c00b86bb3479e9c9aa5c13" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c46313e38a99e282bdbe69acb09621ce" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6dd8d83058c00b86bb3479e9c9aa5c13" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d258294a57f2ea84b5574e28b6963311" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6f0927beee1cad84a4f976e93ceeaf66" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a4ce01a03ce8a48db663472526b6f0df" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "72cca9fe53a04762981aeb3ac6880974" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fe292a6546164ecbb4811a7d7c049ccf" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "75e9881fbd0d4d838c161119af0c407a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a4ce01a03ce8a48db663472526b6f0df" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "78166ffbb5de808fa549592d914f36c8" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c46313e38a99e282bdbe69acb09621ce" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "78e91e54de4a4ec2980d439d26257cd7" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "59f9e51f4d2d461c894fe62478efab0e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7e1ab880fc3eb887987e1d37ca3ab544" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "477e8f320cbb4a81a27df54886e9b796" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "80fc80a7fb5a47e8ad2778d68d139cd8" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d258294a57f2ea84b5574e28b6963311" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "85d98c34f0c54c868bbc5cd18f1c578f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d7bc6c341b8743cda27f30cd4b2d438f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8782399b3c785d85986c9a2aaac34166" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8ceeefeec431b7838cf4cae014bbebae" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "88acda2b4922408fb80b7e653c38b662" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "034767e90300358fbc6a2d70a31db008" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "88acda2b4922408fb80b7e653c38b662" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8c17bd94c2631287a61456cf4fc489ac" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "88acda2b4922408fb80b7e653c38b662" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9a2cfafa20323c809e5a4e6316689459" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "894f45b3a73b1083be7bdd6916eadf8c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "24be806b5c54d187926ad8352f2d327d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8a733bf083a3438facd7575404f74145" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9dac4d9f7a814ba6900bcd0f98a77d20" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8c17bd94c2631287a61456cf4fc489ac" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "894f45b3a73b1083be7bdd6916eadf8c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8ceeefeec431b7838cf4cae014bbebae" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5641a827a2a248b7b1f402a9ea6202fb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8f6bfc51888cad85980abc7f4ea8ad78" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "97fc7071580709869193bb2328976bde" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8fee6370b0432783ac520831ffecb64a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "04ee1b7cfcac5f8f8bde170ba7d86b0b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "97fc7071580709869193bb2328976bde" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d47ad921f26c446ab4d8626452f12bca" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "99e422b3421e48169548a6c5a1ae4b96" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "52c7a5471ee94622bcd7dae55ca7045b" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "99e422b3421e48169548a6c5a1ae4b96" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "febdbf4842424d2eb8809d830d279750" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9a2cfafa20323c809e5a4e6316689459" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "da23cba36d56a788928defca8d96713e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9da6fd3a035e4e12880516ab0cbe1627" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ab17cdd06bde432a95738356f821dc55" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9dac4d9f7a814ba6900bcd0f98a77d20" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fe292a6546164ecbb4811a7d7c049ccf" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a11e2b958ee160818fe976ef9c1a3f07" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9a2cfafa20323c809e5a4e6316689459" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a24c84df7e263c88937af148767851d4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0b85a15071d1e2869d7bf831f7cf13f6" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a3e91a91283d298eae4e3ba0a910460b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "088fb178945a64819d3d4e723183eeff" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a4ce01a03ce8a48db663472526b6f0df" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bb6377f88e9b26838af2ec794254ffbe" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a6ea20ea25000c87ab1354c056bcb32b" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fe1d2813be4a46a49158cc9e9272433b" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ab17cdd06bde432a95738356f821dc55" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d47ad921f26c446ab4d8626452f12bca" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b3a617f5fb3c428bbaec3c00e3a83792" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8a733bf083a3438facd7575404f74145" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b744012b8341a98690ed0b736c4b67c8" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "02b083b17204df85b07ea414065ca6c0" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b8e2dc1a07f9f484a55f128219e6eea0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "569ed148e28a098ea9dd30c177a2d7ce" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "baa9dd3c5f9b49cdae63f15b7fde38a5" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d936e989efa34882a095b2f79cc6366c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bb3670b4515f7b8a885b2c8d7903a080" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bb6377f88e9b26838af2ec794254ffbe" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bb6377f88e9b26838af2ec794254ffbe" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "78166ffbb5de808fa549592d914f36c8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bf6b63c93eec98839f06d3c03ad43012" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "03c4b24a110f4a4e939ce1c552cd6fff" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bf6b63c93eec98839f06d3c03ad43012" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cbd08a5220f04e158428c8e4ed01c651" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c46313e38a99e282bdbe69acb09621ce" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a6ea20ea25000c87ab1354c056bcb32b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c5b51fecc2d0bd82a965a44a9a1f9ae4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "58e7372214a69b80a12153e3a649800c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c5b51fecc2d0bd82a965a44a9a1f9ae4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8f6bfc51888cad85980abc7f4ea8ad78" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cbd08a5220f04e158428c8e4ed01c651" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "72cca9fe53a04762981aeb3ac6880974" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d115bcb70ad140fe92723d938fa0fb1e" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d8c355bbc6c94f579a2c98580e758a0b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d258294a57f2ea84b5574e28b6963311" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "112ff8861c243987bbf23c97aeee79ca" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d26cda40659a3c8499947dcc9be62371" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "97fc7071580709869193bb2328976bde" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d47ad921f26c446ab4d8626452f12bca" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "80eb1eb2f3804db493b3b46d6950707c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d47ad921f26c446ab4d8626452f12bca" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a308f834b88c424ab87b3d05cc4ade21" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d64bd30483bd463cbd437124ee03bc29" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d936e989efa34882a095b2f79cc6366c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d7bc6c341b8743cda27f30cd4b2d438f" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "53dc4ed1ea55466191358a925c6f9ddb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d7ce489cc307578298d5bffa8792201b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "19ec725581b725858906a14ee2acb1b6" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d7e4a0f0e6dbd18db99373b730850d08" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4f88deba690ab885a0e56bd8dac9fa0d" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d8c355bbc6c94f579a2c98580e758a0b" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fd52317dc4d64ef7b76e17793af542ab" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d936e989efa34882a095b2f79cc6366c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1beb1e22142ac88c84c54525028f56bf" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d99d2b98ddcd42bfa1a965bdd7bc262f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "baa9dd3c5f9b49cdae63f15b7fde38a5" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "da23cba36d56a788928defca8d96713e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0e74feda4a172587ac556c4e0f700fa2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "da60e2a5d000db8cb62a193a5bef30d5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ec6899a04aaf128889930dc977de5bab" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "db290516b8459986a34d95397e1a55ac" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c5b51fecc2d0bd82a965a44a9a1f9ae4" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dd790a9fc5defa86a883dc9cc6199bb3" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b744012b8341a98690ed0b736c4b67c8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dfc03c0be7ea7d86ae903d957f6bab64" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8fee6370b0432783ac520831ffecb64a" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e05341526c634a1b9c7bd93a6c655b25" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "382a0b8a78fa4cf48642160db86c497d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e0b43fa4d5e66c8da3fa87aa72090a2c" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f6aef80ba435a9869ec437b9ba3ccf70" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e6f4d1f91a6db38f90f2055fd19fd069" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0b85a15071d1e2869d7bf831f7cf13f6" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e6f4d1f91a6db38f90f2055fd19fd069" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "894f45b3a73b1083be7bdd6916eadf8c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ec6899a04aaf128889930dc977de5bab" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "da23cba36d56a788928defca8d96713e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f54782d9da0e9f888e4326ea0fd5a040" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4f88deba690ab885a0e56bd8dac9fa0d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f6aef80ba435a9869ec437b9ba3ccf70" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bb3670b4515f7b8a885b2c8d7903a080" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f76932044b6a22889c59468f4740ee6b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0aa6435869f14d83b6a6a89df93eaf8f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fbfbb57ed5a640798be550fe085e62aa" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "42e40bc0eff945d5bac35220f3845e3d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fd52317dc4d64ef7b76e17793af542ab" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "088fb178945a64819d3d4e723183eeff" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fd52317dc4d64ef7b76e17793af542ab" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "112ff8861c243987bbf23c97aeee79ca" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fd52317dc4d64ef7b76e17793af542ab" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1477e6e081902b8a8c5b2154e3bbedde" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fd52317dc4d64ef7b76e17793af542ab" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e0b43fa4d5e66c8da3fa87aa72090a2c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fde39e9795f34d9691536569d4cc3957" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "64651b19cf6342ccb9c79aaa5842956c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fe1d2813be4a46a49158cc9e9272433b" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "04ee1b7cfcac5f8f8bde170ba7d86b0b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fe1d2813be4a46a49158cc9e9272433b" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d7ce489cc307578298d5bffa8792201b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fe292a6546164ecbb4811a7d7c049ccf" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "073b3586a2404e2695cae522ec2701d5" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fe496d69f1db4dc1b9d809ff0aeca110" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "42e40bc0eff945d5bac35220f3845e3d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "febdbf4842424d2eb8809d830d279750" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "52c7a5471ee94622bcd7dae55ca7045b" + }, + "m_SlotId": 0 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 2755.0, + "y": 1.0000464916229249 + }, + "m_Blocks": [ + { + "m_Id": "40392ed108a944979d33cd78dee13b32" + }, + { + "m_Id": "21d42abfc620419b8e13de613dc4a0c9" + }, + { + "m_Id": "85bd5a65023a4fe58c8e8ef1618a47fd" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": 2755.0, + "y": 201.00009155273438 + }, + "m_Blocks": [ + { + "m_Id": "80eb1eb2f3804db493b3b46d6950707c" + }, + { + "m_Id": "a308f834b88c424ab87b3d05cc4ade21" + }, + { + "m_Id": "11232676bb294479b2d068129e407bbd" + }, + { + "m_Id": "74463d877e884d768138be9ba7b31ce7" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 0, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_SubDatas": [], + "m_ActiveTargets": [ + { + "m_Id": "ff0b3655e0814e4eb5a228ec2b28c46a" + }, + { + "m_Id": "d3e3a8b0cd5c40df97d2fc912d56b9d7" + }, + { + "m_Id": "75c589d6a4ad4062918afbecd63eff19" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "001f45c310118181b8ba66536af46645", + "m_Guid": { + "m_GuidSerialized": "03387f64-10df-4738-a812-b1763f3f41b3" + }, + "m_Name": "Mask", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_72E8B93D", + "m_OverrideReferenceName": "_Mask", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "00346d55ffad5e8abd3341d94c96249d", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "00dbb0b5f21b4748bc3ab30850baf987", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "01b5f3c02e524237ac25420c0a6b0d35", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "021422d966164d4eb6dd3d5a40e50ad6", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "02937d2a92bd8c8fade9c1235919ae41", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DotProductNode", + "m_ObjectId": "02b083b17204df85b07ea414065ca6c0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Dot Product", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3443.0, + "y": -1039.9998779296875, + "width": 128.0, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "a5c0961f8847738a9b89dd966a9368f4" + }, + { + "m_Id": "cdcf70a400f5748fa64d8f4859fd2bf4" + }, + { + "m_Id": "579c434c8226c18a8be310b745bc627e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalizeNode", + "m_ObjectId": "02b23d44427f2d8f93cf99550326521d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Normalize", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3605.0, + "y": -1066.0, + "width": 131.999755859375, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "afd05ea492ef7a8b86d255754a57eec6" + }, + { + "m_Id": "6d9ebce0ae496680a53e353aacf64ee2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "02c7e46f3ddb09808729a7912ce6a3c8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2936.999755859375, + "y": -1904.0, + "width": 107.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "52c6be2aa57f328e97ba2955cac25fab" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "9419fc5d734bcf858409cbf13dbe6cb0" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "02efbe0476dd4041a761316e92023552", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1787.9998779296875, + "y": 236.79994201660157, + "width": 144.7998046875, + "height": 127.20005798339844 + } + }, + "m_Slots": [ + { + "m_Id": "13b6a75eb9094cf180e95a6fa557e6f2" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "034767e90300358fbc6a2d70a31db008", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2512.0, + "y": -1901.0, + "width": 125.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "e66087339d7d8f8db87f32c2bc04572d" + }, + { + "m_Id": "84d0105e004c55889d2abeb5e1b49536" + }, + { + "m_Id": "3694c07454a06d8a85340efe09b6a660" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "0365ff6a7e9d4b34847e8612ba115257", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "036b095287f647168a7cda0ff80355fa", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": -1.0, + "y": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "036d64bd580786869946895e58e4f7ed", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "03c4b24a110f4a4e939ce1c552cd6fff", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -56.0, + "y": 1381.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "021422d966164d4eb6dd3d5a40e50ad6" + }, + { + "m_Id": "3389f1b33b234f238ea9b21ffd709f26" + }, + { + "m_Id": "bf3031f00a2742719d34e57446bbca14" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "04d8274112b8c28d9843c9c51bc5bdbf", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "04ee1b7cfcac5f8f8bde170ba7d86b0b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -281.0000305175781, + "y": -231.00001525878907, + "width": 130.00003051757813, + "height": 117.99995422363281 + } + }, + "m_Slots": [ + { + "m_Id": "abf991606eb4c38ba1eb03ebf37bada6" + }, + { + "m_Id": "4eb7e2fd9e083187ae9003d50cfff185" + }, + { + "m_Id": "0f71133d250b728ab541d7f4d0c0c9f3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "05162a6af144c3878a823cd94ab648ea", + "m_Guid": { + "m_GuidSerialized": "cf909f67-44fd-4ec2-9bf9-9afdd18ed323" + }, + "m_Name": "Back Fresnel Color", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Color_3749CCD2", + "m_OverrideReferenceName": "_BackFresnelColor", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "05afd5001801d28b947ba648d32af37e", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "05b322e299db988f9f154c8b3deb221f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "06a8ad8d240f78848445ebd83de601e7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2307.0, + "y": -2035.0, + "width": 143.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "f9f0cbf5b593fe8fac7067b16bf21b60" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "c50a00aedeb5aa86af515964cd63b8e6" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "073b3586a2404e2695cae522ec2701d5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1814.0, + "y": 949.9999389648438, + "width": 128.0, + "height": 93.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "dc4c61f4aaa840e082e7f05d0d047c1c" + }, + { + "m_Id": "b965da084b2c4bc5aaefe255dedc4ced" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "07b00ec3a0633f86afe390e333ce5a75", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -531.0000610351563, + "y": -13.00001049041748, + "width": 121.00009155273438, + "height": 34.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "fdc378b67e3cd883b19d667d2a787375" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "dd05acaf99e0fc858d9809926a914f75" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "088fb178945a64819d3d4e723183eeff", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1807.999755859375, + "y": -1807.0, + "width": 158.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "4bb6b1c2805d8487800eaf349b70ddf3" + }, + { + "m_Id": "b7350d95cbfa8c8793c67a32ba6b21be" + }, + { + "m_Id": "5c0f30966e0cb088bf3b02fdc8b54857" + }, + { + "m_Id": "56ca8ea268f608879738700947e6b558" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "08af7ea32886728babc533c32fccf9a6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 82.0, + "y": -231.00001525878907, + "width": 162.99993896484376, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "d493cfd49f294b88893ebb526763eebb" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "ce61e8222454168eb9660f3f13dbd992" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "093111d166dba583b24b698c04f86f58", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "0a62167ef330be8c946cec770c91eb29", + "m_Guid": { + "m_GuidSerialized": "457a4f6f-9abb-4844-bf3a-5ea012f59919" + }, + "m_Name": "Front Faces Color", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Color_41322778", + "m_OverrideReferenceName": "_FrontFacesColor", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.0, + "g": 0.23137255012989045, + "b": 1.0, + "a": 1.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "0a8c91977e5ff98780f3a93d9e01e9ad", + "m_Guid": { + "m_GuidSerialized": "e00ce684-f160-47c0-a43e-eb65909f3adf" + }, + "m_Name": "Back Faces Color", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Color_DDB437EC", + "m_OverrideReferenceName": "_BackFacesColor", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 0.10980392247438431, + "g": 0.42352941632270815, + "b": 1.0, + "a": 1.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "0aa6435869f14d83b6a6a89df93eaf8f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2134.0, + "y": 532.0, + "width": 119.9998779296875, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "79631e34c196018c96d5dce8a68b08d5" + }, + { + "m_Id": "97139c1679bf7283b9117b2520092531" + }, + { + "m_Id": "ef48b06eb5f83d8a9a4a407d1df691c1" + }, + { + "m_Id": "2ce98f52341ed18ba3fc4d07423cb6ca" + }, + { + "m_Id": "5b6c0f2c4de25785a0d5a9c5a8493999" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "0b85a15071d1e2869d7bf831f7cf13f6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1289.999755859375, + "y": -2177.0, + "width": 166.99998474121095, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "2e7f6b988d7ee88684d29b9c4f50a75b" + }, + { + "m_Id": "7ceaa95466e1d388b383ea76fb41c308" + }, + { + "m_Id": "4877b1b775f02a80b267c8f45655d497" + }, + { + "m_Id": "23c12b0f1c1635868737f7d6a9e70940" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "0b897bb4febf4f9e809db0b0cb65d422", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0d9176472b5048a7a6147fecaf89e472", + "m_Id": 1, + "m_DisplayName": "Min", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Min", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0e00a8d4fb8c40028e0c69664c9c0856", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0e4d6ea0750f488e9f7d83c38b67941f", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "0e74feda4a172587ac556c4e0f700fa2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1441.9998779296875, + "y": -2051.0, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "f44869cef249c080bccf5410928b2b01" + }, + { + "m_Id": "6cf4957398346489811502429afe1a39" + }, + { + "m_Id": "54dc7ac3d4ab758a875ffc685a9eb425" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0ee114df4c7c5d82bdd2058e8a1fb35f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "0eff83af00622b888fbfedd8fb317802", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0f3ecfd7d4444b4095c7bd59d09a2d6c", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "0f4d4d9a80757d8190f400df4a92fbc4", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ], + "m_Space": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0f71133d250b728ab541d7f4d0c0c9f3", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.VertexColorNode", + "m_ObjectId": "103f5fdd8e0ca386be9507da46e92451", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vertex Color", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -262.0, + "y": -72.99999237060547, + "width": 117.99992370605469, + "height": 93.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "12b6c94f69cf3d868d9ea51b46aa7220" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "11232676bb294479b2d068129e407bbd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Alpha", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "426e655b4ecf4e699309a052a1ab86e2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Alpha" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "112ff8861c243987bbf23c97aeee79ca", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1726.0001220703125, + "y": -1039.0001220703125, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "8ccb94ff1806eb89850935857de2b1ad" + }, + { + "m_Id": "8e73b08d3bb8768d823d1cb3c99100f4" + }, + { + "m_Id": "58a6fd9980f8c5839188ad8da304f4e8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "11687b5518eb2180b55b5cd4e6f0b85f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1606.0, + "y": -1232.0, + "width": 161.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "fa358f791ca5828fb683ff16577b81d9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "2b1343dfb9db078eadb100dec3e57a9e" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "12071f605cd4496aa63afcfe2c88ae28", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 352.9999694824219, + "y": -325.0000305175781, + "width": 145.00003051757813, + "height": 128.0 + } + }, + "m_Slots": [ + { + "m_Id": "53bb0d59a2234082be6296a777f5e194" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "120bab52df40ed87b707d64e51a8a88b", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "122b94ea13f0417c8d17054ae55a7829", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "12b6c94f69cf3d868d9ea51b46aa7220", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "12d74910ecd7218fa08ed830d5e32581", + "m_Id": 1, + "m_DisplayName": "Sine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Sine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "12e8adc624412982b44e2bae3ce3e4ab", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "137669fed50b7384acd13110744feca8", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "13b6a75eb9094cf180e95a6fa557e6f2", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "1477e6e081902b8a8c5b2154e3bbedde", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2734.999755859375, + "y": -1672.0, + "width": 127.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "00346d55ffad5e8abd3341d94c96249d" + }, + { + "m_Id": "cbc342ecf9f4ac82b311b038f3c07abb" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "14dd8ded6d67158b9e8bd08cd324c1ae", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "1510262098bdfa8aa36ef4c7d783f645", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "156d05ff0656c182b27becd55360ef1c", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "15db1ed98fb9e48dbde620b16b57e9e9", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "160337c1dae445a0bb2ec337a649792c", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "161365c56d234afcadbe8159d924f753", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "16a7765dac814c4889baf9380a5b72f6", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": -1.0, + "z": -1.0, + "w": -1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "17656c1642e8a68e9fc03c1c4f868c1c", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "17aa0fa8656a9f839d5ce86d476501a4", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "18512c55be0e44809c28d19447e650a7", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "1941727852ea4ff4827eeb97b938acd3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1067.0001220703125, + "y": 1012.0001220703125, + "width": 145.00006103515626, + "height": 127.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "460ead5081c04f62ace4d063280b50ca" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "19ec725581b725858906a14ee2acb1b6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -97.1956787109375, + "y": 48.234657287597659, + "width": 129.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "858354939d81da8a9b1bf8d0205d8b10" + }, + { + "m_Id": "8e623fdfbe3d368b9995f74724d2d391" + }, + { + "m_Id": "d3f12933587d378a9a685a9748aee0d1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1a653cbfae1c477aa08376bb9404e7f9", + "m_Id": 2, + "m_DisplayName": "Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Max", + "m_StageCapability": 3, + "m_Value": { + "x": 1000000.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "1b2c73ea7a3703848da56c3ef048b522", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "1beb1e22142ac88c84c54525028f56bf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1193.0, + "y": 681.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "4e0016a87faaa384a1633696c1876d24" + }, + { + "m_Id": "84628557f423188e8862c6ede85b336a" + }, + { + "m_Id": "7f3bd991d56f3783ab48d7874400d15e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "1dfd6c4bc8c047efb458233bf1d0c8e4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1985.999755859375, + "y": 1633.9998779296875, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "94e2de2056c142c793e4dcb9e9506867" + }, + { + "m_Id": "7f6ac076fa7c44c7b26f73271e0e99c9" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1edb8b941ecc738d8cf746efeefcc28b", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "20ec02f4af94d582bdf596874b8c750b", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "2121826375d4598185ae6f55a6b11dca", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2528.000244140625, + "y": -922.0001831054688, + "width": 130.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "137669fed50b7384acd13110744feca8" + }, + { + "m_Id": "c5d06a80e153af838ad7f8c4188a0865" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "217e447d520343699cbde3fe29b059de", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "21a9477f09bacd89aba14805a1e4adc0", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "21d42abfc620419b8e13de613dc4a0c9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Normal", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "e9131ba7e77e4cc7b520a565f53ffdcc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "225e24a78ff74cde9ea8d3526541a7a9", + "m_Id": 0, + "m_DisplayName": "Alpha Clip Threshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "AlphaClipThreshold", + "m_StageCapability": 2, + "m_Value": 0.0010000000474974514, + "m_DefaultValue": 0.5, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "22b955791691436f8f23e47bede112d6", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "23c12b0f1c1635868737f7d6a9e70940", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "24be806b5c54d187926ad8352f2d327d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1614.9998779296875, + "y": -1958.0, + "width": 125.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "02937d2a92bd8c8fade9c1235919ae41" + }, + { + "m_Id": "120bab52df40ed87b707d64e51a8a88b" + }, + { + "m_Id": "f50d3f9a3e2d878e85019d2d3c868877" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AbsoluteNode", + "m_ObjectId": "269ff823c846495d97e2077234689ccf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Absolute", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2939.0, + "y": -1067.9998779296875, + "width": 127.999755859375, + "height": 93.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "af0545253faf48b286591702e20650f4" + }, + { + "m_Id": "d1d5565a98fd4f52a568778b62c3b06f" + } + ], + "synonyms": [ + "positive" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "27d93faf5aae4f2089dc887ffc71bad8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1837.0, + "y": 571.0, + "width": 193.9998779296875, + "height": 125.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "3a9b7e5b45a04411a0e7dd3d7ffc34e3" + }, + { + "m_Id": "ef8fb8384c5d47e18c5d7f951f6bd3e0" + }, + { + "m_Id": "a6fb2a35a4524f37bec2fef24953cb4b" + }, + { + "m_Id": "cd7870976e164581965d4c77f5570300" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "28427b62a3dd40d1a84930fd147b9f3c", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "285d59db314e558396b6340a1b5965eb", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2962cefd9d8d470f88cec194ab6f83e8", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "29d8d45465594bfb890a9477a8297c32", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2a005839fbd0aa8ca87590fc69de2d94", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "2a07dc2b25fa487c904bb38119b0b73e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1056.0, + "y": 795.0, + "width": 120.0, + "height": 148.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "896dbda401ec4e248df0a1aa345ddf75" + }, + { + "m_Id": "ec027b8292ee44ec8254ed02729e9f02" + }, + { + "m_Id": "77781724317942ce99ec10ef95a573e4" + }, + { + "m_Id": "160337c1dae445a0bb2ec337a649792c" + }, + { + "m_Id": "385efd56140443aa89078d90614d0224" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2a9b5011d9685985a966c789a2d7ed88", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "2b1343dfb9db078eadb100dec3e57a9e", + "m_Guid": { + "m_GuidSerialized": "aca6b228-6bfc-4d7e-9b9a-4bc356de51cc" + }, + "m_Name": "Use Back Fresnel?", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Boolean_77938026", + "m_OverrideReferenceName": "_UseBackFresnel", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2b474277571543428fcb315c78ff566c", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "2b4b14d47d504d2bb31875ec850e3347", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1208.0, + "y": 795.0, + "width": 145.0, + "height": 128.0 + } + }, + "m_Slots": [ + { + "m_Id": "bd5e724baa484b96ba3cc2ef8be34a9f" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2c6d431d830848b5b69892b8ed79c4a4", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2ce98f52341ed18ba3fc4d07423cb6ca", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2d98365f79fcdb818fdcb33952b04058", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "2e7f6b988d7ee88684d29b9c4f50a75b", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2e8bfc5f98404db5af811e0cc2706fbc", + "m_Id": 1, + "m_DisplayName": "", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2fa98687e03ef48092764cc6f1bf45f7", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.BuiltinData", + "m_ObjectId": "305e4a0b7d0e4f158ad56ad89741536a", + "m_Distortion": false, + "m_DistortionMode": 0, + "m_DistortionDepthTest": true, + "m_AddPrecomputedVelocity": false, + "m_TransparentWritesMotionVec": false, + "m_DepthOffset": false, + "m_ConservativeDepthOffset": false, + "m_TransparencyFog": true, + "m_AlphaTestShadow": false, + "m_BackThenFrontRendering": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_TransparentPerPixelSorting": false, + "m_SupportLodCrossFade": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "3096630ac3c9488d826208fa4ff0d44a", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "30a2458fe3f57d87848073facbf4b43f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3120cee9a0f8da8fb311699d5e1b1e28", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "31dfe9ee3209078bb2ea4f9132524d58", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "32737dbf6ef1f78a83ca04d46016dfb7", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "33419f646db778838a8ec016e5d848bf", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3389f1b33b234f238ea9b21ffd709f26", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "33b0bb11f3757580a1292773932accd2", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "34a125ac2cff5a8e95106a5b8bb1ca5c", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "35d25a1f6cc8c18297822b74c612e72a", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3694c07454a06d8a85340efe09b6a660", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "372775cc9b1afb8390b065e61e855f48", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3222.000244140625, + "y": -1066.0, + "width": 208.0, + "height": 302.0 + } + }, + "m_Slots": [ + { + "m_Id": "04d8274112b8c28d9843c9c51bc5bdbf" + }, + { + "m_Id": "625f31db0b520c84b637696c347c737f" + }, + { + "m_Id": "73581684c8d09d84b6bbe7f74c5b156b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "37fe456ca75b421eaa67f9c703efe014", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "382a0b8a78fa4cf48642160db86c497d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -288.0, + "y": 1487.0, + "width": 186.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "aaf6960c0a5b488f9286baaa8fae94a4" + }, + { + "m_Id": "72723ee3ccd0456fbb378f5178cc11cc" + }, + { + "m_Id": "f3496975aee64277b3ec37c1ad4b7e1b" + }, + { + "m_Id": "6ca7bc2405ab49bb8c3a9ff2a9adc601" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3833d43bd1ac978ab40b65424cc9f33b", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "385efd56140443aa89078d90614d0224", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3a1799447da8434488b64cc204e2c6fc", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "3a9b7e5b45a04411a0e7dd3d7ffc34e3", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "3ad7f9035cc1fa8bbd6802657f58fd54", + "m_Id": 0, + "m_DisplayName": "Noise", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3c1709d4cb363e88be1e48315f0a6127", + "m_Id": 2, + "m_DisplayName": "Cosine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Cosine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3d8ae81afb92434e8df0b813a4cd78d5", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3e0b0de49ea49e8281f8f503426f14cd", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3ebf85f132dc2e81bef761870ef35358", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "40392ed108a944979d33cd78dee13b32", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "f4ac21ed32324d4e875749caee6d519a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "408fdf8eec22aa8d81d39fe4cc84b775", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "426e655b4ecf4e699309a052a1ab86e2", + "m_Id": 0, + "m_DisplayName": "Alpha", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Alpha", + "m_StageCapability": 2, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "427c9e94d0be9d829a4296cb75cbfdf1", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "42b807132dd74734960891d8194d3dfe", + "m_Id": 0, + "m_DisplayName": "Noise", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "42bb0c820c145189a0fcb75b24e245ef", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "42e40bc0eff945d5bac35220f3845e3d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1414.39990234375, + "y": 195.99996948242188, + "width": 172.0, + "height": 141.60000610351563 + } + }, + "m_Slots": [ + { + "m_Id": "a05fb8c40b9246b08e540b3bab8c9f3c" + }, + { + "m_Id": "3a1799447da8434488b64cc204e2c6fc" + }, + { + "m_Id": "fae2d7370215452a816420746ed8567a" + }, + { + "m_Id": "454204df57ee4b4e8851e1f618a5cbd0" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "430bee003d7347fc8932bda957067004", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "43715260191b558f9cf087797e95bb3d", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "43ac10409f722788b8d38e6f36599fad", + "m_Id": 0, + "m_DisplayName": "Use Fresnel?", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "454204df57ee4b4e8851e1f618a5cbd0", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "45bd843cf03b47a88f8553035350c5ff", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "460ead5081c04f62ace4d063280b50ca", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "463b1c4980e7bc86ae266a86072ce683", + "m_Id": 0, + "m_DisplayName": "Use smooth corners?", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "468dc9cc8c5d0883a30ab8008f325e41", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -910.0, + "y": 677.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "dc56f749ed36d887bb0c581b7014f014" + }, + { + "m_Id": "34a125ac2cff5a8e95106a5b8bb1ca5c" + }, + { + "m_Id": "35d25a1f6cc8c18297822b74c612e72a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "46e23c4c63c99987b39137c5ac1a756f", + "m_Guid": { + "m_GuidSerialized": "9dc1326b-1e14-4f6f-8196-1d3fe52b8abe" + }, + "m_Name": "Back Fresnel Emission", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_73FD001A", + "m_OverrideReferenceName": "_BackFresnelEmission", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "47798547f14b42099ce1af5dbccbeeee", + "m_Id": 1, + "m_DisplayName": "In Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "InMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": -1.0, + "y": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "477e8f320cbb4a81a27df54886e9b796", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1110.0, + "y": 380.00006103515627, + "width": 154.99993896484376, + "height": 141.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "1510262098bdfa8aa36ef4c7d783f645" + }, + { + "m_Id": "d87da6bb37d34b84bb7c16e20697ca13" + }, + { + "m_Id": "904c4bb986e148839bafc4328da53062" + }, + { + "m_Id": "b13861a7e00e8787bdcaa4d1cdab6083" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4877b1b775f02a80b267c8f45655d497", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitData", + "m_ObjectId": "49a4af41a8d44a70843b9370d047ba3e", + "m_EnableShadowMatte": false, + "m_DistortionOnly": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "49f6002d0e9e46d993fb920aa3a0c936", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4ad67bb00a2246a5b907783f3f488cdd", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "4bb6b1c2805d8487800eaf349b70ddf3", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "4bdb52240b2c9e85a413a9c8d38793a9", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "4d7c67ff003946f786e0b341dc391f6d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1728.9998779296875, + "y": 1633.9998779296875, + "width": 186.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "e8e5bcacddf344858a4026eedbd21704" + }, + { + "m_Id": "ed30ff20b44f44df8025b9418a547b29" + }, + { + "m_Id": "036b095287f647168a7cda0ff80355fa" + }, + { + "m_Id": "0e4d6ea0750f488e9f7d83c38b67941f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4dd8255f5c9a48dda82c23e200f0e440", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "4ddbcfe2bb2d3b829ad9854f65bfe91d", + "m_Id": 0, + "m_DisplayName": "Mask", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4e0016a87faaa384a1633696c1876d24", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4e8674a8f0a64340bab1aa3750db4872", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4eb7e2fd9e083187ae9003d50cfff185", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "4eb8e9076d459c8894761f968ad7812c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1540.9998779296875, + "y": 543.9999389648438, + "width": 124.0, + "height": 173.0 + } + }, + "m_Slots": [ + { + "m_Id": "7421df59a8ff2a8db29437f806cf1759" + }, + { + "m_Id": "12d74910ecd7218fa08ed830d5e32581" + }, + { + "m_Id": "3c1709d4cb363e88be1e48315f0a6127" + }, + { + "m_Id": "c33810782407068483f2dc47fc04435c" + }, + { + "m_Id": "92e9094ebec3198dbbe867273ae01f10" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4f1b1f31cf174b1889f348519323b9d3", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "4f88deba690ab885a0e56bd8dac9fa0d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -324.1956787109375, + "y": 763.2346801757813, + "width": 197.99998474121095, + "height": 253.0 + } + }, + "m_Slots": [ + { + "m_Id": "ca9467a6a5272380a69787378d7b85b8" + }, + { + "m_Id": "e6bc99478e2f358d9a3d6140ed125d29" + }, + { + "m_Id": "32737dbf6ef1f78a83ca04d46016dfb7" + }, + { + "m_Id": "3833d43bd1ac978ab40b65424cc9f33b" + }, + { + "m_Id": "64eecf7534d06f87918be17dfcec3d3c" + }, + { + "m_Id": "88aa6002c04d948b9b409d90409b5bc3" + }, + { + "m_Id": "d7a1c79cf0dc2b808bf9cdd90641f16d" + }, + { + "m_Id": "988e4136d726f788b5bae29cd03f7cf7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalVectorNode", + "m_ObjectId": "4fc3d6eaabe18682965111aeedeb7a29", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Normal Vector", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3839.000244140625, + "y": -1091.0, + "width": 206.000244140625, + "height": 131.00006103515626 + } + }, + "m_Slots": [ + { + "m_Id": "b4448f73cca21888a1aa6d5f8c0d7b55" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4fef814383e340d0be537e0624c999b5", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "507e9cb14da552828dc089aa349136da", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "517dfb41649647589689d141d2a24d76", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 643.0, + "y": 664.0, + "width": 126.0, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "b52fc95eea444d7087b62c9a520a86d2" + }, + { + "m_Id": "d98dd42140a445aba21d4c93c7736e9e" + }, + { + "m_Id": "b1644ab4f2324eecac285fc02dda7858" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "51fc1152b75a42aea24a1ff43eeddd13", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "52c6be2aa57f328e97ba2955cac25fab", + "m_Id": 0, + "m_DisplayName": "Fresnel", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "52c7a5471ee94622bcd7dae55ca7045b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -433.0001220703125, + "y": 1012.0001220703125, + "width": 171.99996948242188, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "28427b62a3dd40d1a84930fd147b9f3c" + }, + { + "m_Id": "e4faa9556074446da93aded4eac123ea" + }, + { + "m_Id": "b5967591a45a435cb3e8df8a17e4b391" + }, + { + "m_Id": "c1d7025c30e34633868dda239ba9f15e" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "5326d0ca6819ab87951771fa3382fa52", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "53bb0d59a2234082be6296a777f5e194", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "53dc4ed1ea55466191358a925c6f9ddb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1990.9998779296875, + "y": 925.9998779296875, + "width": 126.0001220703125, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "4dd8255f5c9a48dda82c23e200f0e440" + }, + { + "m_Id": "4fef814383e340d0be537e0624c999b5" + }, + { + "m_Id": "00dbb0b5f21b4748bc3ab30850baf987" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "54b15530af134cb28a294bd4e52fc7de", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "54dc7ac3d4ab758a875ffc685a9eb425", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "56212b0781413488a72d6f8ea2a89c96", + "m_Id": 0, + "m_DisplayName": "Back Faces Color", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "5641a827a2a248b7b1f402a9ea6202fb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 70.00001525878906, + "y": 645.0000610351563, + "width": 125.99996948242188, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "5651a3813cd445ba881a51ab91a74e82" + }, + { + "m_Id": "3d8ae81afb92434e8df0b813a4cd78d5" + }, + { + "m_Id": "71c4ce7a3bfb439a87c033fef145f916" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5651a3813cd445ba881a51ab91a74e82", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "5691b281ccf8431787f14eb8da74e525", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Emission", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 1, + "m_DefaultColor": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "569a0b8356864358ac1aa0eebd9d93e5", + "m_Id": 2, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PowerNode", + "m_ObjectId": "569ed148e28a098ea9dd30c177a2d7ce", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Power", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2771.000244140625, + "y": -1066.0, + "width": 125.00000762939453, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "ebbcdffbbd2aa285a31f069efa12d13f" + }, + { + "m_Id": "a885c42acaa4748a9598e3f6797ef8a7" + }, + { + "m_Id": "ab1c546df5b0e98bb5ee1f5bc0f0b9b0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "56ca8ea268f608879738700947e6b558", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "56ce010334124b9781b826128f045689", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 829.0, + "y": 664.0, + "width": 128.0, + "height": 94.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "e88cae44f21540d69947dd127baa3ce8" + }, + { + "m_Id": "a92cfab66e174856a4c8311ac2e80178" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "5714b4567967436f88ca09788146f473", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 2, + "m_Value": true, + "m_DefaultValue": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "579c434c8226c18a8be310b745bc627e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "57cd5577b3bff28ba6959a39d51ce21c", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "58a6fd9980f8c5839188ad8da304f4e8", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "58c0866a380346d898398994f7ab8729", + "m_Id": 0, + "m_DisplayName": "", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "58e7372214a69b80a12153e3a649800c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -689.1956787109375, + "y": 37.23466491699219, + "width": 129.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "31dfe9ee3209078bb2ea4f9132524d58" + }, + { + "m_Id": "57cd5577b3bff28ba6959a39d51ce21c" + }, + { + "m_Id": "5904e0ca91385089b18832424c30d1e8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "58f0a4d7533d18818d334c47fa43c096", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5904e0ca91385089b18832424c30d1e8", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "59f9e51f4d2d461c894fe62478efab0e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1546.9998779296875, + "y": 424.9999694824219, + "width": 130.0, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "b7db509147aa4fc89501c0c540bed838" + }, + { + "m_Id": "bd50782e9aec4d0cbf7d84c1fee6bec1" + }, + { + "m_Id": "7f512770ff8e45efa936589f769d82c5" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "5a13f12a4936d58c91d4dd0e3eb400aa", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "5ae008629300479eac074891a7bc42c5", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5b6c0f2c4de25785a0d5a9c5a8493999", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5c0f30966e0cb088bf3b02fdc8b54857", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5e7a9393270bf2829f1fc7424017a58c", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5fe68ae693db7f85be7a5dba3d5a0500", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "6045884eb4471f81ba12cd02b0c53513", + "m_Id": 0, + "m_DisplayName": "Front Faces Color", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "622c903d07c24d45901fd4fa077c05ca", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "625f31db0b520c84b637696c347c737f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "62b01575111e4d628305ce7a6b8aec2e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1963.0001220703125, + "y": 606.0000610351563, + "width": 129.0001220703125, + "height": 33.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "d378a8c8babc42a69e39b1cc651b6a24" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f9478bd126f4c786897f08aaa682297c" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "62f363163e044f46b5a2f49f1dadc8ee", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "64651b19cf6342ccb9c79aaa5842956c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 477.99993896484377, + "y": 998.0000610351563, + "width": 126.0, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "9cbc2742c82b416c80c2208282cb4cf5" + }, + { + "m_Id": "22b955791691436f8f23e47bede112d6" + }, + { + "m_Id": "da08fa0e365343d2942b777a56bcc5a4" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "64eecf7534d06f87918be17dfcec3d3c", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "6509c653f72aec808b5ea52b8737c7fa", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -861.19580078125, + "y": 77.23475646972656, + "width": 138.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "96e3eae14b56ac879b0fad61bcda0310" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "c50a00aedeb5aa86af515964cd63b8e6" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "65324ec1f4ea4980ad0ac1799be06b8b", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "655aed254d67431c91ecfbfad3f78e30", + "m_Id": 1, + "m_DisplayName": "Edge2", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge2", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.IsFrontFaceNode", + "m_ObjectId": "6631c1a2df8d4f4e89ba7f0329329f3e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Is Front Face", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -804.0, + "y": -247.99989318847657, + "width": 121.60009765625, + "height": 76.79997253417969 + } + }, + "m_Slots": [ + { + "m_Id": "5714b4567967436f88ca09788146f473" + } + ], + "synonyms": [ + "face", + "side" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "66810deca328b18bafdd93ba15a90c8a", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "670d04d918695489b4329315e78c8e53", + "m_Guid": { + "m_GuidSerialized": "f0b00d68-8813-4c6d-87be-6a8f299f0a9b" + }, + "m_Name": "Separate Emission", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_9189B1AD", + "m_OverrideReferenceName": "_SeparateEmission", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 2.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "6715aed7eb46c787b19ea9233fe863cb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1402.0001220703125, + "y": -1311.0001220703125, + "width": 182.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "96693c5ae182ea82a45dea77b7b5c2b1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "bc5542a8085cce889ddbb4cb3a12557e" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "68638f45158848a9ba488996ffe3e232", + "m_Id": 0, + "m_DisplayName": "Edge1", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge1", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "68e8d97b03cbfb88a4878867187f02e6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2351.999755859375, + "y": -1983.0, + "width": 176.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "463b1c4980e7bc86ae266a86072ce683" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "bc5542a8085cce889ddbb4cb3a12557e" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "69d5a530a34d4adda5b041438f816697", + "m_Id": 0, + "m_DisplayName": "Tangent", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tangent", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "6a31242fd6b60f87b00e5f4bee189ded", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "6b3c7cbe96ad3c8ba8d953cb5415d26e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -97.0, + "y": -191.00003051757813, + "width": 130.00003051757813, + "height": 118.00003814697266 + } + }, + "m_Slots": [ + { + "m_Id": "14dd8ded6d67158b9e8bd08cd324c1ae" + }, + { + "m_Id": "b81cca88b7842b8182a1c481b3325957" + }, + { + "m_Id": "e50d44a2fbecc988ba409212f4f963f8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6b519e797467778f946671a68f728547", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6ca7bc2405ab49bb8c3a9ff2a9adc601", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6cf4957398346489811502429afe1a39", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6d9ebce0ae496680a53e353aacf64ee2", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "6dd8d83058c00b86bb3479e9c9aa5c13", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2092.000244140625, + "y": -1176.0001220703125, + "width": 157.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "56212b0781413488a72d6f8ea2a89c96" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "0a8c91977e5ff98780f3a93d9e01e9ad" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6e311fd827d9497a87131d24c2f76927", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "6f0927beee1cad84a4f976e93ceeaf66", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2421.000244140625, + "y": -1121.0001220703125, + "width": 163.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "7a75011db763cc849aa6d5ce79f91982" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "05162a6af144c3878a823cd94ab648ea" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6f6ae08b5d7f45baaad569b7ac94c1be", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "71c4ce7a3bfb439a87c033fef145f916", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "72150eefaf51538cadcf12ade0652fdc", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "726c33d19472f585bb429cce18d23415", + "m_Guid": { + "m_GuidSerialized": "d8892bc4-388a-4b92-b3bd-ff2f89c7796b" + }, + "m_Name": "Noise", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_B88B4830", + "m_OverrideReferenceName": "_Noise", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "72723ee3ccd0456fbb378f5178cc11cc", + "m_Id": 1, + "m_DisplayName": "In Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "InMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": -1.0, + "y": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ClampNode", + "m_ObjectId": "72cca9fe53a04762981aeb3ac6880974", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Clamp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 463.9999694824219, + "y": 1197.0, + "width": 139.99996948242188, + "height": 142.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "6f6ae08b5d7f45baaad569b7ac94c1be" + }, + { + "m_Id": "b3d9b7be16cf45b287c8982567ebfb57" + }, + { + "m_Id": "8fe1d678e98143b48b1e192403de9199" + }, + { + "m_Id": "7471b457da244fbc88307cd0149f3670" + } + ], + "synonyms": [ + "limit" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "730f04173f0cdd8d87307c490fc62120", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "73581684c8d09d84b6bbe7f74c5b156b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7421df59a8ff2a8db29437f806cf1759", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "74463d877e884d768138be9ba7b31ce7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.AlphaClipThreshold", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "225e24a78ff74cde9ea8d3526541a7a9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.AlphaClipThreshold" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "74520a4a90fe42d68d9b2ac7ffabf486", + "m_Id": 1, + "m_DisplayName": "", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "746b8b95dd315c859f69d4d64755cc48", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7471b457da244fbc88307cd0149f3670", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "74e8698c980eca84b8f3257846bdb1a1", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "75b0550d67d26b8c9b9fac2f08ec7c9c", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "75c589d6a4ad4062918afbecd63eff19", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "d913be1146d649848cc8c884ad869297" + }, + "m_AllowMaterialOverride": true, + "m_SurfaceType": 1, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": true, + "m_CastShadows": true, + "m_ReceiveShadows": true, + "m_DisableTint": false, + "m_AdditionalMotionVectorMode": 0, + "m_AlembicMotionVectors": false, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "75e9881fbd0d4d838c161119af0c407a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2445.000244140625, + "y": -1157.0001220703125, + "width": 180.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "9acdcb950769f28795926c5addc86947" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "46e23c4c63c99987b39137c5ac1a756f" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "77781724317942ce99ec10ef95a573e4", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "77e2a0146b4f2283938905f9717e61ca", + "m_Id": 0, + "m_DisplayName": "Speed MainTex U/V + Noise Z/W", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "78166ffbb5de808fa549592d914f36c8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1553.0, + "y": -1132.0001220703125, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "890d8cb8206f6683a543a4eb08c28e21" + }, + { + "m_Id": "a91f7abb86e9b38ea6fbfa2d56603086" + }, + { + "m_Id": "093111d166dba583b24b698c04f86f58" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "78e91e54de4a4ec2980d439d26257cd7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1837.0, + "y": 472.00006103515627, + "width": 127.9998779296875, + "height": 100.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "6e311fd827d9497a87131d24c2f76927" + }, + { + "m_Id": "4f1b1f31cf174b1889f348519323b9d3" + }, + { + "m_Id": "ef9f0caee2a4497e8baf68088eec9ccc" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "79631e34c196018c96d5dce8a68b08d5", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "79917378d3e07681b04f7868135c0782", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7a3ba7fe34f9e482ae9a697693ae1e52", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "7a75011db763cc849aa6d5ce79f91982", + "m_Id": 0, + "m_DisplayName": "Back Fresnel Color", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.SystemData", + "m_ObjectId": "7ab26d199b704cf2a75eeb6c40c67cfd", + "m_MaterialNeedsUpdateHash": 1, + "m_SurfaceType": 1, + "m_RenderingPass": 4, + "m_BlendMode": 0, + "m_ZTest": 4, + "m_ZWrite": true, + "m_TransparentCullMode": 2, + "m_OpaqueCullMode": 2, + "m_SortPriority": 0, + "m_AlphaTest": true, + "m_ExcludeFromTUAndAA": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_SupportLodCrossFade": false, + "m_DoubleSidedMode": 1, + "m_DOTSInstancing": false, + "m_CustomVelocity": false, + "m_Tessellation": false, + "m_TessellationMode": 0, + "m_TessellationFactorMinDistance": 20.0, + "m_TessellationFactorMaxDistance": 50.0, + "m_TessellationFactorTriangleSize": 100.0, + "m_TessellationShapeFactor": 0.75, + "m_TessellationBackFaceCullEpsilon": -0.25, + "m_TessellationMaxDisplacement": 0.009999999776482582, + "m_DebugSymbols": false, + "m_Version": 2, + "inspectorFoldoutMask": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "7c8740b61de3358d991e93296372d7d9", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7ceaa95466e1d388b383ea76fb41c308", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7dced02edc8bc584b52468a734d578d2", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "7e1ab880fc3eb887987e1d37ca3ab544", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1390.9998779296875, + "y": 424.9999694824219, + "width": 130.0, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "21a9477f09bacd89aba14805a1e4adc0" + }, + { + "m_Id": "12e8adc624412982b44e2bae3ce3e4ab" + }, + { + "m_Id": "05b322e299db988f9f154c8b3deb221f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7e1d7172046540a3ab71d06b228d8382", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "7f3bd991d56f3783ab48d7874400d15e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7f512770ff8e45efa936589f769d82c5", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7f6ac076fa7c44c7b26f73271e0e99c9", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "804559f3de52518a90294df7e639de1d", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "80eb1eb2f3804db493b3b46d6950707c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.BaseColor", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "97606aa63d304a4791364cc46303dbcd" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "80fc80a7fb5a47e8ad2778d68d139cd8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2302.400146484375, + "y": -932.7999877929688, + "width": 128.0, + "height": 93.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "ade9f71ae41b43c094bb0269cbcef9b6" + }, + { + "m_Id": "c9c3855c2b084c9a95fee9f2b0047f0c" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "81459264681fd980b911b805801466f8", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "82c31f17c91d048393bf15b34d76b39a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "84628557f423188e8862c6ede85b336a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "84d0105e004c55889d2abeb5e1b49536", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "84dfcebcf7fc4a828bcffeb83dd313f1", + "m_Guid": { + "m_GuidSerialized": "2933d571-cfec-4e55-95b0-7a5492482b66" + }, + "m_Name": "Opacity", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Opacity", + "m_DefaultReferenceName": "_Opacity", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "858354939d81da8a9b1bf8d0205d8b10", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "85bd5a65023a4fe58c8e8ef1618a47fd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Tangent", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "69d5a530a34d4adda5b041438f816697" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.VertexColorNode", + "m_ObjectId": "85d98c34f0c54c868bbc5cd18f1c578f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vertex Color", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1705.0, + "y": 801.0, + "width": 117.0, + "height": 93.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "54b15530af134cb28a294bd4e52fc7de" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "85dcc278042747499a0ecf22cf30c069", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "8637276027764aecb12ab7e4d4785fe5", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "8782399b3c785d85986c9a2aaac34166", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -458.1956787109375, + "y": 539.2348022460938, + "width": 106.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "4ddbcfe2bb2d3b829ad9854f65bfe91d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "001f45c310118181b8ba66536af46645" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "88aa6002c04d948b9b409d90409b5bc3", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.FresnelNode", + "m_ObjectId": "88acda2b4922408fb80b7e653c38b662", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Fresnel Effect", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2808.999755859375, + "y": -2009.0, + "width": 207.99998474121095, + "height": 326.0 + } + }, + "m_Slots": [ + { + "m_Id": "0f4d4d9a80757d8190f400df4a92fbc4" + }, + { + "m_Id": "b66960523fc24f8bbe9991d9b69a7032" + }, + { + "m_Id": "fa11db3ba3fa318a8307e3943d7c0898" + }, + { + "m_Id": "42bb0c820c145189a0fcb75b24e245ef" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "890d8cb8206f6683a543a4eb08c28e21", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "894f45b3a73b1083be7bdd6916eadf8c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1806.9998779296875, + "y": -1954.0, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "3ebf85f132dc2e81bef761870ef35358" + }, + { + "m_Id": "d4dcd35b21abec87a5ddc2c3924cc618" + }, + { + "m_Id": "75b0550d67d26b8c9b9fac2f08ec7c9c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "896dbda401ec4e248df0a1aa345ddf75", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8a392dbe84503787a7c074b4ce0ab7f6", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "8a733bf083a3438facd7575404f74145", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 986.0, + "y": 748.0000610351563, + "width": 126.0, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "b19cefd109b8491eab1b229bf391c5e5" + }, + { + "m_Id": "122b94ea13f0417c8d17054ae55a7829" + }, + { + "m_Id": "f2206c1130c74319b86a28a542d08943" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8ab464c19049c18a96882b775370b2b4", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8af0a94c79f4dc8d82ec50de8a3f3ee5", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8b0cd176387c78898044ccc0682663c9", + "m_Id": 0, + "m_DisplayName": "Fresnel Emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "8c17bd94c2631287a61456cf4fc489ac", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2139.0, + "y": -1838.0, + "width": 131.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "7dced02edc8bc584b52468a734d578d2" + }, + { + "m_Id": "285d59db314e558396b6340a1b5965eb" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8ccb94ff1806eb89850935857de2b1ad", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "8ceeefeec431b7838cf4cae014bbebae", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -327.1956787109375, + "y": 506.2346496582031, + "width": 197.99998474121095, + "height": 253.0 + } + }, + "m_Slots": [ + { + "m_Id": "6a31242fd6b60f87b00e5f4bee189ded" + }, + { + "m_Id": "408fdf8eec22aa8d81d39fe4cc84b775" + }, + { + "m_Id": "fcdece9f0ecff58dbf6f971a90328779" + }, + { + "m_Id": "f4b1a1f95b5e548cb0e8ab0088e294c4" + }, + { + "m_Id": "1edb8b941ecc738d8cf746efeefcc28b" + }, + { + "m_Id": "15db1ed98fb9e48dbde620b16b57e9e9" + }, + { + "m_Id": "5326d0ca6819ab87951771fa3382fa52" + }, + { + "m_Id": "d346fa725137e58d81437df545292141" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "8d127e509c4e41e1811f857afbac1943", + "m_Id": 0, + "m_DisplayName": "Use ScreenSpace?", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "8e571f52b285fd8a884560d6606f1cc0", + "m_Id": 0, + "m_DisplayName": "Use smooth corners?", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8e58f13796625181a50a7434655beeaa", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8e623fdfbe3d368b9995f74724d2d391", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8e73b08d3bb8768d823d1cb3c99100f4", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "8f6bfc51888cad85980abc7f4ea8ad78", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 70.00006866455078, + "y": 136.0000457763672, + "width": 129.9998779296875, + "height": 117.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "81459264681fd980b911b805801466f8" + }, + { + "m_Id": "5fe68ae693db7f85be7a5dba3d5a0500" + }, + { + "m_Id": "985f45d8715ec68b98844404f9372a26" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8f75241deb359a858f37df6ec77f427c", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8fe1d678e98143b48b1e192403de9199", + "m_Id": 2, + "m_DisplayName": "Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Max", + "m_StageCapability": 3, + "m_Value": { + "x": 0.9900000095367432, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "8fee6370b0432783ac520831ffecb64a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -531.1956787109375, + "y": 37.23466491699219, + "width": 129.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "036d64bd580786869946895e58e4f7ed" + }, + { + "m_Id": "f9f2a61ac4cc0d898156bace5e027222" + }, + { + "m_Id": "cca594e13267c08cadac7d734ac110b5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "904c4bb986e148839bafc4328da53062", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "92d55352ae9fde8bac5ded06912d833c", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "92e9094ebec3198dbbe867273ae01f10", + "m_Id": 4, + "m_DisplayName": "Smooth Delta", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Smooth Delta", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "9419fc5d734bcf858409cbf13dbe6cb0", + "m_Guid": { + "m_GuidSerialized": "02539ee6-60a5-429d-a08a-6acc8fc13001" + }, + "m_Name": "Fresnel", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_FD75555D", + "m_OverrideReferenceName": "_Fresnel", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "94e2de2056c142c793e4dcb9e9506867", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "96693c5ae182ea82a45dea77b7b5c2b1", + "m_Id": 0, + "m_DisplayName": "Use smooth corners?", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "96bea3cf34dc42ecb5a79e9050655c56", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "96e3eae14b56ac879b0fad61bcda0310", + "m_Id": 0, + "m_DisplayName": "Fresnel Color", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "97139c1679bf7283b9117b2520092531", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "97606aa63d304a4791364cc46303dbcd", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.7353569269180298, + "y": 0.7353569269180298, + "z": 0.7353569269180298 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 0, + "m_DefaultColor": { + "r": 0.5, + "g": 0.5, + "b": 0.5, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "97fc7071580709869193bb2328976bde", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 326.00006103515627, + "y": -195.99998474121095, + "width": 171.99990844726563, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "05afd5001801d28b947ba648d32af37e" + }, + { + "m_Id": "3120cee9a0f8da8fb311699d5e1b1e28" + }, + { + "m_Id": "aa4c46809ffc4380b4bb4ea859b30c1b" + }, + { + "m_Id": "5e7a9393270bf2829f1fc7424017a58c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "985f45d8715ec68b98844404f9372a26", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "988e4136d726f788b5bae29cd03f7cf7", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "9931ef5b2706470da09f41a57ea16ec1", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "f9478bd126f4c786897f08aaa682297c" + }, + { + "m_Id": "001f45c310118181b8ba66536af46645" + }, + { + "m_Id": "726c33d19472f585bb429cce18d23415" + }, + { + "m_Id": "9d318e011dbe3f87b3375f60793628f4" + }, + { + "m_Id": "dd05acaf99e0fc858d9809926a914f75" + }, + { + "m_Id": "fc16bc08faa7af8489d5c3db7379f881" + }, + { + "m_Id": "bc5542a8085cce889ddbb4cb3a12557e" + }, + { + "m_Id": "9419fc5d734bcf858409cbf13dbe6cb0" + }, + { + "m_Id": "ff38a12f37a434818008046dd5623bd8" + }, + { + "m_Id": "ce61e8222454168eb9660f3f13dbd992" + }, + { + "m_Id": "670d04d918695489b4329315e78c8e53" + }, + { + "m_Id": "c50a00aedeb5aa86af515964cd63b8e6" + }, + { + "m_Id": "0a62167ef330be8c946cec770c91eb29" + }, + { + "m_Id": "0a8c91977e5ff98780f3a93d9e01e9ad" + }, + { + "m_Id": "05162a6af144c3878a823cd94ab648ea" + }, + { + "m_Id": "2b1343dfb9db078eadb100dec3e57a9e" + }, + { + "m_Id": "c914ef711d367d80847a5fc20ed2eb6e" + }, + { + "m_Id": "46e23c4c63c99987b39137c5ac1a756f" + }, + { + "m_Id": "a3f76ccf4bf443b1b09860973d938746" + }, + { + "m_Id": "84dfcebcf7fc4a828bcffeb83dd313f1" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "99e422b3421e48169548a6c5a1ae4b96", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1067.0001220703125, + "y": 1139.9998779296875, + "width": 145.00006103515626, + "height": 128.0 + } + }, + "m_Slots": [ + { + "m_Id": "f3a716ec7e714b9780c6af25631613dc" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "9a2cfafa20323c809e5a4e6316689459", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2164.999755859375, + "y": -1986.0, + "width": 165.99998474121095, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "e873c56ed8d056819a3ad9c1e16ba2f7" + }, + { + "m_Id": "be480c79bd4aef8fac20b07cbfee6698" + }, + { + "m_Id": "8ab464c19049c18a96882b775370b2b4" + }, + { + "m_Id": "92d55352ae9fde8bac5ded06912d833c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9acdcb950769f28795926c5addc86947", + "m_Id": 0, + "m_DisplayName": "Back Fresnel Emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9cbc2742c82b416c80c2208282cb4cf5", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", + "m_ObjectId": "9d318e011dbe3f87b3375f60793628f4", + "m_Guid": { + "m_GuidSerialized": "f7214548-af79-4967-80e7-1d7427b1b87b" + }, + "m_Name": "Speed MainTex U/V + Noise Z/W", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector4_66811EE2", + "m_OverrideReferenceName": "_SpeedMainTexUVNoiseZW", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "9da6fd3a035e4e12880516ab0cbe1627", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 592.0, + "y": -325.0000305175781, + "width": 119.99993896484375, + "height": 149.00001525878907 + } + }, + "m_Slots": [ + { + "m_Id": "62f363163e044f46b5a2f49f1dadc8ee" + }, + { + "m_Id": "217e447d520343699cbde3fe29b059de" + }, + { + "m_Id": "29d8d45465594bfb890a9477a8297c32" + }, + { + "m_Id": "2b474277571543428fcb315c78ff566c" + }, + { + "m_Id": "0f3ecfd7d4444b4095c7bd59d09a2d6c" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "9dac4d9f7a814ba6900bcd0f98a77d20", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1136.0, + "y": 748.0000610351563, + "width": 128.0, + "height": 93.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "db40c6521f504250a0a9fb14b6b9113e" + }, + { + "m_Id": "ace3dcaae9d148d1bfeab1bd2afa58f9" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9eac47900b2d398cb1879f37c36fca28", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9f0422e8429744a3a71a12d2f66ad77f", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "a05fb8c40b9246b08e540b3bab8c9f3c", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "a11e2b958ee160818fe976ef9c1a3f07", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2355.999755859375, + "y": -1902.0, + "width": 127.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "8f75241deb359a858f37df6ec77f427c" + }, + { + "m_Id": "58f0a4d7533d18818d334c47fa43c096" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "a24c84df7e263c88937af148767851d4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1454.9998779296875, + "y": -2138.0, + "width": 135.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "43ac10409f722788b8d38e6f36599fad" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "fc16bc08faa7af8489d5c3db7379f881" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "a308f834b88c424ab87b3d05cc4ade21", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Emission", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1817.000244140625, + "y": 359.0, + "width": 199.9998779296875, + "height": 41.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "5691b281ccf8431787f14eb8da74e525" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Emission" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "a3e91a91283d298eae4e3ba0a910460b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1995.9998779296875, + "y": -1767.0, + "width": 175.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "8e571f52b285fd8a884560d6606f1cc0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "bc5542a8085cce889ddbb4cb3a12557e" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "a3f76ccf4bf443b1b09860973d938746", + "m_Guid": { + "m_GuidSerialized": "f31b64d0-2c6e-4e00-a700-bab9465b6201" + }, + "m_Name": "Use ScreenSpace?", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Use ScreenSpace?", + "m_DefaultReferenceName": "_Use_ScreenSpace", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a41026976b798e899b0a9fcf9034aea8", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a483bed02b78ab828ab15c80ffc5aee7", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "a4ce01a03ce8a48db663472526b6f0df", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2243.0, + "y": -1186.0001220703125, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "bdba82b393a98b8b966d028cd33319c1" + }, + { + "m_Id": "2d98365f79fcdb818fdcb33952b04058" + }, + { + "m_Id": "c48f3645d9f8a081baec5c309d4efd60" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a5c0961f8847738a9b89dd966a9368f4", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "a66eedd5674c463d8e1664749add89cf", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "a6ea20ea25000c87ab1354c056bcb32b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1184.0, + "y": -1303.0001220703125, + "width": 166.0, + "height": 142.00001525878907 + } + }, + "m_Slots": [ + { + "m_Id": "f3075ddc7c2e368e8a5d63d3f203c528" + }, + { + "m_Id": "b7bd8e73f51ae68aa0484dda22db3753" + }, + { + "m_Id": "6b519e797467778f946671a68f728547" + }, + { + "m_Id": "43715260191b558f9cf087797e95bb3d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "a6fb2a35a4524f37bec2fef24953cb4b", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a885c42acaa4748a9598e3f6797ef8a7", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a8eb7d9cba654f7b8ff5c0bd360a180c", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a91f7abb86e9b38ea6fbfa2d56603086", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a92cfab66e174856a4c8311ac2e80178", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a96ecf0fefc34a598b8a30626375a20c", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "aa4c46809ffc4380b4bb4ea859b30c1b", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "aaf6960c0a5b488f9286baaa8fae94a4", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": -1.0, + "y": -1.0, + "z": -1.0, + "w": -1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ClampNode", + "m_ObjectId": "ab17cdd06bde432a95738356f821dc55", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Clamp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 808.9999389648438, + "y": -325.0000305175781, + "width": 140.0, + "height": 141.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "01b5f3c02e524237ac25420c0a6b0d35" + }, + { + "m_Id": "0d9176472b5048a7a6147fecaf89e472" + }, + { + "m_Id": "1a653cbfae1c477aa08376bb9404e7f9" + }, + { + "m_Id": "51fc1152b75a42aea24a1ff43eeddd13" + } + ], + "synonyms": [ + "limit" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ab1c546df5b0e98bb5ee1f5bc0f0b9b0", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "abf991606eb4c38ba1eb03ebf37bada6", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "ac0173b45484408a9b6bf94beb6ce2d6", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ace3dcaae9d148d1bfeab1bd2afa58f9", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ade9f71ae41b43c094bb0269cbcef9b6", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "af0545253faf48b286591702e20650f4", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "afbf8ffaf8db318f89f13270138dab78", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "afd05ea492ef7a8b86d255754a57eec6", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b036eb60a10d4eec900349c6fba850cb", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b06999ee0ce59680a116c9297021abc4", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b10953db4295454d9a276dffca462e89", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "b13861a7e00e8787bdcaa4d1cdab6083", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b1644ab4f2324eecac285fc02dda7858", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b19cefd109b8491eab1b229bf391c5e5", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "b3a617f5fb3c428bbaec3c00e3a83792", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 651.9999389648438, + "y": 783.0, + "width": 126.0, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "d412d9d9e4be4cb29eb5b760907373d8" + }, + { + "m_Id": "dba3acc0b7be4825a4575822ff95d81c" + }, + { + "m_Id": "eeb49491d2c34d6ea940ed0069447519" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b3d9b7be16cf45b287c8982567ebfb57", + "m_Id": 1, + "m_DisplayName": "Min", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Min", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "b4448f73cca21888a1aa6d5f8c0d7b55", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 1.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b52fc95eea444d7087b62c9a520a86d2", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b5967591a45a435cb3e8df8a17e4b391", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ViewDirectionMaterialSlot", + "m_ObjectId": "b66960523fc24f8bbe9991d9b69a7032", + "m_Id": 1, + "m_DisplayName": "View Dir", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "ViewDir", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ], + "m_Space": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b6f4f9cc8d20f38598aaf052e590cb6d", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b7350d95cbfa8c8793c67a32ba6b21be", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalizeNode", + "m_ObjectId": "b744012b8341a98690ed0b736c4b67c8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Normalize", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3605.0, + "y": -972.0, + "width": 131.999755859375, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "72150eefaf51538cadcf12ade0652fdc" + }, + { + "m_Id": "a483bed02b78ab828ab15c80ffc5aee7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b7bd8e73f51ae68aa0484dda22db3753", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b7db509147aa4fc89501c0c540bed838", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b81cca88b7842b8182a1c481b3325957", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "b8e2dc1a07f9f484a55f128219e6eea0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2953.000244140625, + "y": -754.0, + "width": 134.0, + "height": 34.000003814697269 + } + }, + "m_Slots": [ + { + "m_Id": "c4f9aea38a353a8f9f4f983ae8c277b2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "c914ef711d367d80847a5fc20ed2eb6e" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b965da084b2c4bc5aaefe255dedc4ced", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "baa9dd3c5f9b49cdae63f15b7fde38a5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1837.0, + "y": 850.0000610351563, + "width": 193.9998779296875, + "height": 125.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "622c903d07c24d45901fd4fa077c05ca" + }, + { + "m_Id": "0b897bb4febf4f9e809db0b0cb65d422" + }, + { + "m_Id": "a66eedd5674c463d8e1664749add89cf" + }, + { + "m_Id": "d9750b4ff6b8427dac13749a4d0eae13" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "bb3670b4515f7b8a885b2c8d7903a080", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2382.0, + "y": -1056.0001220703125, + "width": 130.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "66810deca328b18bafdd93ba15a90c8a" + }, + { + "m_Id": "b06999ee0ce59680a116c9297021abc4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "bb6377f88e9b26838af2ec794254ffbe", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2084.000244140625, + "y": -1136.000244140625, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "f092fa25bf87738ea8d2cd2b226e9d77" + }, + { + "m_Id": "82c31f17c91d048393bf15b34d76b39a" + }, + { + "m_Id": "3e0b0de49ea49e8281f8f503426f14cd" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bb79fc777ccb768f9b2a2901848c4d19", + "m_Id": 0, + "m_DisplayName": "Separate Emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bc0bfe3c29ab0b89a3c2b9241ddbbc2e", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bc287aedbb9c482fa90683340a4f3ef0", + "m_Id": 0, + "m_DisplayName": "Opacity", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "bc5542a8085cce889ddbb4cb3a12557e", + "m_Guid": { + "m_GuidSerialized": "f5abb4ba-fb3f-4ac1-8729-889309d3bbd4" + }, + "m_Name": "Use smooth corners?", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Boolean_7725840E", + "m_OverrideReferenceName": "_Usesmoothcorners", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bd50782e9aec4d0cbf7d84c1fee6bec1", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "bd5e724baa484b96ba3cc2ef8be34a9f", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "bdba82b393a98b8b966d028cd33319c1", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "be480c79bd4aef8fac20b07cbfee6698", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bf3031f00a2742719d34e57446bbca14", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "bf6b63c93eec98839f06d3c03ad43012", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -261.0001525878906, + "y": 1012.0001220703125, + "width": 120.0001220703125, + "height": 148.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "804559f3de52518a90294df7e639de1d" + }, + { + "m_Id": "fa508a47779e6389b0fb6e355c2d711f" + }, + { + "m_Id": "b6f4f9cc8d20f38598aaf052e590cb6d" + }, + { + "m_Id": "2a9b5011d9685985a966c789a2d7ed88" + }, + { + "m_Id": "c70ae9c4b4361b8fb9d85c4e518a9e8f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c1d7025c30e34633868dda239ba9f15e", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c33810782407068483f2dc47fc04435c", + "m_Id": 3, + "m_DisplayName": "Delta Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Delta Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "c46313e38a99e282bdbe69acb09621ce", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1401.0, + "y": -1258.0001220703125, + "width": 169.0, + "height": 142.00001525878907 + } + }, + "m_Slots": [ + { + "m_Id": "4bdb52240b2c9e85a413a9c8d38793a9" + }, + { + "m_Id": "a41026976b798e899b0a9fcf9034aea8" + }, + { + "m_Id": "17656c1642e8a68e9fc03c1c4f868c1c" + }, + { + "m_Id": "afbf8ffaf8db318f89f13270138dab78" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c48f3645d9f8a081baec5c309d4efd60", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c4f9aea38a353a8f9f4f983ae8c277b2", + "m_Id": 0, + "m_DisplayName": "Back Fresnel", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "c50a00aedeb5aa86af515964cd63b8e6", + "m_Guid": { + "m_GuidSerialized": "2e81c1aa-45a9-40e6-82b1-1ffabbda2989" + }, + "m_Name": "Fresnel Color", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Color_453FB849", + "m_OverrideReferenceName": "_FresnelColor", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "c5b51fecc2d0bd82a965a44a9a1f9ae4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -928.0, + "y": 292.0000305175781, + "width": 182.99993896484376, + "height": 251.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "d945ffbf936b418aaf9d70651ac1da32" + }, + { + "m_Id": "8a392dbe84503787a7c074b4ce0ab7f6" + }, + { + "m_Id": "2fa98687e03ef48092764cc6f1bf45f7" + }, + { + "m_Id": "7a3ba7fe34f9e482ae9a697693ae1e52" + }, + { + "m_Id": "2a005839fbd0aa8ca87590fc69de2d94" + }, + { + "m_Id": "5a13f12a4936d58c91d4dd0e3eb400aa" + }, + { + "m_Id": "33b0bb11f3757580a1292773932accd2" + }, + { + "m_Id": "746b8b95dd315c859f69d4d64755cc48" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c5d06a80e153af838ad7f8c4188a0865", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c6d8d7addc624a89bff00c01f6a7e497", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c70ae9c4b4361b8fb9d85c4e518a9e8f", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "c914ef711d367d80847a5fc20ed2eb6e", + "m_Guid": { + "m_GuidSerialized": "18a9c728-9487-43eb-83bd-1d5440e0986a" + }, + "m_Name": "Back Fresnel", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_B85B0C60", + "m_OverrideReferenceName": "_BackFresnel", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": -4.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c9c3855c2b084c9a95fee9f2b0047f0c", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "ca9467a6a5272380a69787378d7b85b8", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "cb4d92b65610fd89b8ccd86ae01d73d2", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "cbc342ecf9f4ac82b311b038f3c07abb", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "cbd08a5220f04e158428c8e4ed01c651", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 236.99998474121095, + "y": 1197.0, + "width": 125.99998474121094, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "45bd843cf03b47a88f8553035350c5ff" + }, + { + "m_Id": "37fe456ca75b421eaa67f9c703efe014" + }, + { + "m_Id": "85dcc278042747499a0ecf22cf30c069" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "cca594e13267c08cadac7d734ac110b5", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "cd7870976e164581965d4c77f5570300", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "cdcf70a400f5748fa64d8f4859fd2bf4", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "ce61e8222454168eb9660f3f13dbd992", + "m_Guid": { + "m_GuidSerialized": "d56d4910-0ac0-4430-b5e0-6386fa782965" + }, + "m_Name": "SeparateFresnel", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Boolean_F10271B4", + "m_OverrideReferenceName": "_SeparateFresnel", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RedirectNodeData", + "m_ObjectId": "d115bcb70ad140fe92723d938fa0fb1e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Redirect Node", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 2217.0, + "y": 1840.0, + "width": 56.000244140625, + "height": 24.0 + } + }, + "m_Slots": [ + { + "m_Id": "d196c1fe2c7d4df2887aa3fc85d0e23d" + }, + { + "m_Id": "74520a4a90fe42d68d9b2ac7ffabf486" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d196c1fe2c7d4df2887aa3fc85d0e23d", + "m_Id": 0, + "m_DisplayName": "", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d1d5565a98fd4f52a568778b62c3b06f", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "d258294a57f2ea84b5574e28b6963311", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1918.0001220703125, + "y": -1035.0001220703125, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "9eac47900b2d398cb1879f37c36fca28" + }, + { + "m_Id": "defe5e24e6321486ba7f56bffe9a9a6e" + }, + { + "m_Id": "30a2458fe3f57d87848073facbf4b43f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "d26cda40659a3c8499947dcc9be62371", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 114.9999008178711, + "y": -172.00001525878907, + "width": 130.00003051757813, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "cb4d92b65610fd89b8ccd86ae01d73d2" + }, + { + "m_Id": "e511ef27ca77cc858d0da99c7c373336" + }, + { + "m_Id": "427c9e94d0be9d829a4296cb75cbfdf1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "d346fa725137e58d81437df545292141", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "d378a8c8babc42a69e39b1cc651b6a24", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDTarget", + "m_ObjectId": "d3e3a8b0cd5c40df97d2fc912d56b9d7", + "m_ActiveSubTarget": { + "m_Id": "f05c0f8594424e0dbfab670e40a9393c" + }, + "m_Datas": [ + { + "m_Id": "305e4a0b7d0e4f158ad56ad89741536a" + }, + { + "m_Id": "7ab26d199b704cf2a75eeb6c40c67cfd" + }, + { + "m_Id": "49a4af41a8d44a70843b9370d047ba3e" + } + ], + "m_CustomEditorGUI": "", + "m_SupportVFX": true, + "m_SupportLineRendering": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d3f12933587d378a9a685a9748aee0d1", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d412d9d9e4be4cb29eb5b760907373d8", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "d47ad921f26c446ab4d8626452f12bca", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1046.9998779296875, + "y": -190.99996948242188, + "width": 130.0, + "height": 117.99995422363281 + } + }, + "m_Slots": [ + { + "m_Id": "dc22b8a7bc9f4155aecfdcadb6364dbb" + }, + { + "m_Id": "2962cefd9d8d470f88cec194ab6f83e8" + }, + { + "m_Id": "a96ecf0fefc34a598b8a30626375a20c" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "d493cfd49f294b88893ebb526763eebb", + "m_Id": 0, + "m_DisplayName": "SeparateFresnel", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d4dcd35b21abec87a5ddc2c3924cc618", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "d64bd30483bd463cbd437124ee03bc29", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1837.0, + "y": 752.0, + "width": 127.9998779296875, + "height": 101.0 + } + }, + "m_Slots": [ + { + "m_Id": "18512c55be0e44809c28d19447e650a7" + }, + { + "m_Id": "4e8674a8f0a64340bab1aa3750db4872" + }, + { + "m_Id": "0365ff6a7e9d4b34847e8612ba115257" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d66bafbe372e4cfb85adb89c9cfb32ee", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInUnlitSubTarget", + "m_ObjectId": "d72758d578ae4149838a2f1531b4c8cf" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "d7a1c79cf0dc2b808bf9cdd90641f16d", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "d7bc6c341b8743cda27f30cd4b2d438f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1822.0, + "y": 801.0, + "width": 120.0, + "height": 148.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "d66bafbe372e4cfb85adb89c9cfb32ee" + }, + { + "m_Id": "96bea3cf34dc42ecb5a79e9050655c56" + }, + { + "m_Id": "df0428e49d714abb8effbe72dfd1f581" + }, + { + "m_Id": "161365c56d234afcadbe8159d924f753" + }, + { + "m_Id": "7e1d7172046540a3ab71d06b228d8382" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "d7ce489cc307578298d5bffa8792201b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -281.1956787109375, + "y": 21.234725952148439, + "width": 129.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "730f04173f0cdd8d87307c490fc62120" + }, + { + "m_Id": "8e58f13796625181a50a7434655beeaa" + }, + { + "m_Id": "0ee114df4c7c5d82bdd2058e8a1fb35f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "d7e4a0f0e6dbd18db99373b730850d08", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -607.1956787109375, + "y": 784.2347412109375, + "width": 151.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "0eff83af00622b888fbfedd8fb317802" + }, + { + "m_Id": "33419f646db778838a8ec016e5d848bf" + }, + { + "m_Id": "3096630ac3c9488d826208fa4ff0d44a" + }, + { + "m_Id": "65324ec1f4ea4980ad0ac1799be06b8b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "d87da6bb37d34b84bb7c16e20697ca13", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RedirectNodeData", + "m_ObjectId": "d8c355bbc6c94f579a2c98580e758a0b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Redirect Node", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2770.999755859375, + "y": 1864.0001220703125, + "width": 56.0, + "height": 24.0 + } + }, + "m_Slots": [ + { + "m_Id": "58c0866a380346d898398994f7ab8729" + }, + { + "m_Id": "2e8bfc5f98404db5af811e0cc2706fbc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", + "m_ObjectId": "d913be1146d649848cc8c884ad869297" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "d936e989efa34882a095b2f79cc6366c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1531.9998779296875, + "y": 807.0, + "width": 130.0, + "height": 118.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "b036eb60a10d4eec900349c6fba850cb" + }, + { + "m_Id": "0e00a8d4fb8c40028e0c69664c9c0856" + }, + { + "m_Id": "c6d8d7addc624a89bff00c01f6a7e497" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "d945ffbf936b418aaf9d70651ac1da32", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "d9750b4ff6b8427dac13749a4d0eae13", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d98dd42140a445aba21d4c93c7736e9e", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 99.0, + "e01": 99.0, + "e02": 99.0, + "e03": 99.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "d99d2b98ddcd42bfa1a965bdd7bc262f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1948.0, + "y": 888.0, + "width": 114.0, + "height": 34.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "42b807132dd74734960891d8194d3dfe" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "726c33d19472f585bb429cce18d23415" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "da08fa0e365343d2942b777a56bcc5a4", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "da23cba36d56a788928defca8d96713e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1972.999755859375, + "y": -2055.0, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "74e8698c980eca84b8f3257846bdb1a1" + }, + { + "m_Id": "156d05ff0656c182b27becd55360ef1c" + }, + { + "m_Id": "7c8740b61de3358d991e93296372d7d9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "da60e2a5d000db8cb62a193a5bef30d5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2320.0, + "y": -2074.0, + "width": 156.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "8b0cd176387c78898044ccc0682663c9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "ff38a12f37a434818008046dd5623bd8" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "db290516b8459986a34d95397e1a55ac", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1084.0001220703125, + "y": 330.0, + "width": 129.00006103515626, + "height": 34.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "1b2c73ea7a3703848da56c3ef048b522" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f9478bd126f4c786897f08aaa682297c" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "db40c6521f504250a0a9fb14b6b9113e", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "dba3acc0b7be4825a4575822ff95d81c", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "dc22b8a7bc9f4155aecfdcadb6364dbb", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "dc4c61f4aaa840e082e7f05d0d047c1c", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "dc56f749ed36d887bb0c581b7014f014", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "dd05acaf99e0fc858d9809926a914f75", + "m_Guid": { + "m_GuidSerialized": "e40fb0e2-5eca-4711-b85c-7073b0c4d261" + }, + "m_Name": "Emission", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_181A45F2", + "m_OverrideReferenceName": "_Emission", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.ViewDirectionNode", + "m_ObjectId": "dd790a9fc5defa86a883dc9cc6199bb3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "View Direction", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3834.0, + "y": -954.0, + "width": 206.0, + "height": 131.00006103515626 + } + }, + "m_Slots": [ + { + "m_Id": "eb25ee28cbd2d582974f9e3a52e090df" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "dd826ebaaf51438fa17b771703f452cb", + "m_Id": 1, + "m_DisplayName": "", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "defe5e24e6321486ba7f56bffe9a9a6e", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 1.0, + "e01": 1.0, + "e02": 1.0, + "e03": 1.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "df0428e49d714abb8effbe72dfd1f581", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "df1184d002cd4985af92faad568dbb69", + "m_Id": 0, + "m_DisplayName": "", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "dfc03c0be7ea7d86ae903d957f6bab64", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -725.19580078125, + "y": 161.2347412109375, + "width": 163.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "bb79fc777ccb768f9b2a2901848c4d19" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "670d04d918695489b4329315e78c8e53" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "e05341526c634a1b9c7bd93a6c655b25", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -415.0, + "y": 1524.0, + "width": 116.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "bc287aedbb9c482fa90683340a4f3ef0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "84dfcebcf7fc4a828bcffeb83dd313f1" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e0617136716f4287897e51fd78d1bcb4", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "e0b43fa4d5e66c8da3fa87aa72090a2c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2769.000244140625, + "y": -930.9999389648438, + "width": 130.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "8af0a94c79f4dc8d82ec50de8a3f3ee5" + }, + { + "m_Id": "bc0bfe3c29ab0b89a3c2b9241ddbbc2e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e4faa9556074446da93aded4eac123ea", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e50d44a2fbecc988ba409212f4f963f8", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e511ef27ca77cc858d0da99c7c373336", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 1.0, + "e01": 1.0, + "e02": 1.0, + "e03": 1.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e55c94500dd04c1aa5cec911a7899a02", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e66087339d7d8f8db87f32c2bc04572d", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e6bc99478e2f358d9a3d6140ed125d29", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "e6f4d1f91a6db38f90f2055fd19fd069", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1995.9998779296875, + "y": -2093.0, + "width": 164.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "6045884eb4471f81ba12cd02b0c53513" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "0a62167ef330be8c946cec770c91eb29" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "e873c56ed8d056819a3ad9c1e16ba2f7", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e88cae44f21540d69947dd127baa3ce8", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e8e5bcacddf344858a4026eedbd21704", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": -1.0, + "y": -1.0, + "z": -1.0, + "w": -1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "e9131ba7e77e4cc7b520a565f53ffdcc", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "eb25ee28cbd2d582974f9e3a52e090df", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ebbcdffbbd2aa285a31f069efa12d13f", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ec027b8292ee44ec8254ed02729e9f02", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "ec6899a04aaf128889930dc977de5bab", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2131.999755859375, + "y": -2105.0, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "fa56e1c971aa4c8ab547f4f3e87aa6cf" + }, + { + "m_Id": "79917378d3e07681b04f7868135c0782" + }, + { + "m_Id": "e0617136716f4287897e51fd78d1bcb4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "ed30ff20b44f44df8025b9418a547b29", + "m_Id": 1, + "m_DisplayName": "In Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "InMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": -1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "eeb49491d2c34d6ea940ed0069447519", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ef48b06eb5f83d8a9a4a407d1df691c1", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "ef8fb8384c5d47e18c5d7f951f6bd3e0", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "ef9f0caee2a4497e8baf68088eec9ccc", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitSubTarget", + "m_ObjectId": "f05c0f8594424e0dbfab670e40a9393c" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f092fa25bf87738ea8d2cd2b226e9d77", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f2206c1130c74319b86a28a542d08943", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "f3075ddc7c2e368e8a5d63d3f203c528", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "f3496975aee64277b3ec37c1ad4b7e1b", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "f3a716ec7e714b9780c6af25631613dc", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f44869cef249c080bccf5410928b2b01", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "f4ac21ed32324d4e875749caee6d519a", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f4b1a1f95b5e548cb0e8ab0088e294c4", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f50d3f9a3e2d878e85019d2d3c868877", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "f54782d9da0e9f888e4326ea0fd5a040", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -446.1956787109375, + "y": 795.2347412109375, + "width": 109.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "3ad7f9035cc1fa8bbd6802657f58fd54" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "726c33d19472f585bb429cce18d23415" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "f6aef80ba435a9869ec437b9ba3ccf70", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2538.000244140625, + "y": -1055.0001220703125, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "507e9cb14da552828dc089aa349136da" + }, + { + "m_Id": "20ec02f4af94d582bdf596874b8c750b" + }, + { + "m_Id": "17aa0fa8656a9f839d5ce86d476501a4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "f76932044b6a22889c59468f4740ee6b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2382.0, + "y": 571.0, + "width": 248.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "77e2a0146b4f2283938905f9717e61ca" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "9d318e011dbe3f87b3375f60793628f4" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "f9478bd126f4c786897f08aaa682297c", + "m_Guid": { + "m_GuidSerialized": "09f01c99-4fcb-4360-bae8-071a5185a5b2" + }, + "m_Name": "MainTex", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_5A429A35", + "m_OverrideReferenceName": "_MainTex", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "f9f0cbf5b593fe8fac7067b16bf21b60", + "m_Id": 0, + "m_DisplayName": "Fresnel Color", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f9f2a61ac4cc0d898156bace5e027222", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fa11db3ba3fa318a8307e3943d7c0898", + "m_Id": 2, + "m_DisplayName": "Power", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Power", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "fa358f791ca5828fb683ff16577b81d9", + "m_Id": 0, + "m_DisplayName": "Use Back Fresnel?", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fa508a47779e6389b0fb6e355c2d711f", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "fa56e1c971aa4c8ab547f4f3e87aa6cf", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fae2d7370215452a816420746ed8567a", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionNode", + "m_ObjectId": "fbfbb57ed5a640798be550fe085e62aa", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Screen Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1793.5999755859375, + "y": 108.79999542236328, + "width": 144.7999267578125, + "height": 127.19995880126953 + } + }, + "m_Slots": [ + { + "m_Id": "5ae008629300479eac074891a7bc42c5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "fc16bc08faa7af8489d5c3db7379f881", + "m_Guid": { + "m_GuidSerialized": "98443bb0-f588-4ef1-9411-c2137a8cf9fd" + }, + "m_Name": "Use Fresnel?", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Boolean_5AB60D5B", + "m_OverrideReferenceName": "_UseFresnel", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fcdece9f0ecff58dbf6f971a90328779", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RedirectNodeData", + "m_ObjectId": "fd52317dc4d64ef7b76e17793af542ab", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Redirect Node", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2769.0, + "y": -629.0, + "width": 56.0, + "height": 24.0 + } + }, + "m_Slots": [ + { + "m_Id": "df1184d002cd4985af92faad568dbb69" + }, + { + "m_Id": "dd826ebaaf51438fa17b771703f452cb" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fdc378b67e3cd883b19d667d2a787375", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "fde39e9795f34d9691536569d4cc3957", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 195.9999542236328, + "y": 998.0000610351563, + "width": 186.00001525878907, + "height": 141.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "16a7765dac814c4889baf9380a5b72f6" + }, + { + "m_Id": "47798547f14b42099ce1af5dbccbeeee" + }, + { + "m_Id": "430bee003d7347fc8932bda957067004" + }, + { + "m_Id": "a8eb7d9cba654f7b8ff5c0bd360a180c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "fe1d2813be4a46a49158cc9e9272433b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -578.3998413085938, + "y": -239.19998168945313, + "width": 171.99981689453126, + "height": 141.59996032714845 + } + }, + "m_Slots": [ + { + "m_Id": "ac0173b45484408a9b6bf94beb6ce2d6" + }, + { + "m_Id": "b10953db4295454d9a276dffca462e89" + }, + { + "m_Id": "9f0422e8429744a3a71a12d2f66ad77f" + }, + { + "m_Id": "4ad67bb00a2246a5b907783f3f488cdd" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SmoothstepNode", + "m_ObjectId": "fe292a6546164ecbb4811a7d7c049ccf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Smoothstep", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1662.0001220703125, + "y": 949.9999389648438, + "width": 151.9998779296875, + "height": 141.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "68638f45158848a9ba488996ffe3e232" + }, + { + "m_Id": "655aed254d67431c91ecfbfad3f78e30" + }, + { + "m_Id": "569a0b8356864358ac1aa0eebd9d93e5" + }, + { + "m_Id": "e55c94500dd04c1aa5cec911a7899a02" + } + ], + "synonyms": [ + "curve" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "fe496d69f1db4dc1b9d809ff0aeca110", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1629.60009765625, + "y": 157.5999755859375, + "width": 175.2000732421875, + "height": 33.60005187988281 + } + }, + "m_Slots": [ + { + "m_Id": "8d127e509c4e41e1811f857afbac1943" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "a3f76ccf4bf443b1b09860973d938746" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ComparisonNode", + "m_ObjectId": "febdbf4842424d2eb8809d830d279750", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Comparison", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -847.0001220703125, + "y": 1012.0001220703125, + "width": 145.00006103515626, + "height": 134.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "2c6d431d830848b5b69892b8ed79c4a4" + }, + { + "m_Id": "49f6002d0e9e46d993fb920aa3a0c936" + }, + { + "m_Id": "8637276027764aecb12ab7e4d4785fe5" + } + ], + "synonyms": [ + "equal", + "greater than", + "less than" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ComparisonType": 0 +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInTarget", + "m_ObjectId": "ff0b3655e0814e4eb5a228ec2b28c46a", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "d72758d578ae4149838a2f1531b4c8cf" + }, + "m_AllowMaterialOverride": true, + "m_SurfaceType": 1, + "m_ZWriteControl": 0, + "m_ZTestMode": 4, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": true, + "m_CustomEditorGUI": "" +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "ff38a12f37a434818008046dd5623bd8", + "m_Guid": { + "m_GuidSerialized": "6812fd72-ce0d-43cd-942e-eaba4afde370" + }, + "m_Name": "Fresnel Emission", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_53B0EA93", + "m_OverrideReferenceName": "_FresnelEmission", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_TwoSides.shadergraph.meta b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_TwoSides.shadergraph.meta new file mode 100644 index 0000000..ef810ec --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_TwoSides.shadergraph.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 23b841a5164f097488432f6f3df2e185 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Blend_TwoSides.shadergraph + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ChannelCut.shadergraph b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ChannelCut.shadergraph new file mode 100644 index 0000000..faff2da --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ChannelCut.shadergraph @@ -0,0 +1,15135 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "b5bbd3d4de1f4128a683085baf7eeb7e", + "m_Properties": [ + { + "m_Id": "12bbd6bc76a741aeb8841e5368233841" + }, + { + "m_Id": "f7c61ecfab824d6abb4e8e9d8a386e5a" + }, + { + "m_Id": "48d8ba33f14d483caaebb6b76bf0059e" + }, + { + "m_Id": "5d36fa5c352c411593c5e218e2baac46" + }, + { + "m_Id": "f2dcb2834f074b3893ad0189cec4b9f5" + }, + { + "m_Id": "409639d1b26149088782440d34d61498" + }, + { + "m_Id": "af26d71c48b74de3a5996d7ab2a477a4" + }, + { + "m_Id": "3703d4f34a4d4c68811d5ddd783d9ff5" + }, + { + "m_Id": "b5506e71a3e74efb9fb2b6eaa8d6ccd9" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "bc5e4d87494a4394b3f8bc4831319453" + } + ], + "m_Nodes": [ + { + "m_Id": "a2e0aed5773747f191c7aca20d6fc33a" + }, + { + "m_Id": "c94552ffdfbe4ccb93f9322aff655d13" + }, + { + "m_Id": "05dfc9b90e784b37be14df146000e44a" + }, + { + "m_Id": "6fb9907c0ce142d29228f2a39b1ba009" + }, + { + "m_Id": "78d22f3b9cc5438ba7cea992248b1db9" + }, + { + "m_Id": "30e0af2d6df44f25a9d1cde8b40b4422" + }, + { + "m_Id": "30662af2021b4f029d1bf876dbbdd1ee" + }, + { + "m_Id": "3e81ae53f52847f5b62d525cdaaa8ba7" + }, + { + "m_Id": "7111a7fd79404ea5aca245c4312c8345" + }, + { + "m_Id": "2ef00cadeb3b4146a5ec3513d4687a45" + }, + { + "m_Id": "a6ce1d6ca267411991efe56ca2564ce8" + }, + { + "m_Id": "3ab70457f3264f01934935cb400cdd4c" + }, + { + "m_Id": "a424354941b0432786c1f54f9a793e35" + }, + { + "m_Id": "4a90903ed0b742139b4b4554e5bada7b" + }, + { + "m_Id": "3b382dcd2f79417eafe553c5d21f54cb" + }, + { + "m_Id": "be38c7ea709741a68a3a5d92e75cbc47" + }, + { + "m_Id": "8852a38e05994ba4a6ec30bde5b1a97a" + }, + { + "m_Id": "80b23cd6471f4e138a01bedd0dfbda20" + }, + { + "m_Id": "f6b69e1d2a334b6a95e44c43b317ecfe" + }, + { + "m_Id": "ebb18b07becc417da10f987e9e594cd2" + }, + { + "m_Id": "5db1a109c66d45fe833f3769cf372083" + }, + { + "m_Id": "898b996721ac4a588dfd8596f77cdb75" + }, + { + "m_Id": "5d866037a1f64c09a8ceee94712e31ac" + }, + { + "m_Id": "ea9bdf32e8b648c589650744be435427" + }, + { + "m_Id": "f9e64b43d7f042128842bad301d8b676" + }, + { + "m_Id": "a240ecdf07994b55b9d09d4495c2df81" + }, + { + "m_Id": "1c0ad3940a344f6883c3adc574739e5c" + }, + { + "m_Id": "8be114a72b2b4f828987d72eddd4c717" + }, + { + "m_Id": "8b4b760c444346b1ad4f685baa85503e" + }, + { + "m_Id": "21c3d9e1d06243c8a78f4108130c0e5a" + }, + { + "m_Id": "3e46d2435c224e12bdaebf31d1e1208e" + }, + { + "m_Id": "81b4056fe02d4dc8820d46a3555ae948" + }, + { + "m_Id": "595a354119014f1a84e7857e6709513d" + }, + { + "m_Id": "9a2192ca916643c39bd504066ffea78d" + }, + { + "m_Id": "1d125498d6b2494895c6c5a8b8ff7eb5" + }, + { + "m_Id": "b0ebfc46d216406aa5c2b9f71244fc3c" + }, + { + "m_Id": "9585b0d0176d47b986965690493d9727" + }, + { + "m_Id": "d67dcb96439c4a35865ef8a4eeed18f9" + }, + { + "m_Id": "b8297f081a5f43e7a18842a4df675b1f" + }, + { + "m_Id": "78078e9c2bfc42daa67ddb1c1a854675" + }, + { + "m_Id": "ea0fc8c68de54e8aae9edaa4e1915289" + }, + { + "m_Id": "27089f1876c348a8be561b9c74a19467" + }, + { + "m_Id": "cbf60c6f96884bff977c2a66c8bd30fb" + }, + { + "m_Id": "b2e8bc5889374a2f9845ae737aa2b025" + }, + { + "m_Id": "c0093fdb1a58445b85f710fa49270ac0" + }, + { + "m_Id": "067bf9d26dce4275ba7cf942e964c77a" + }, + { + "m_Id": "d3a70a7f0ef5467387a2b219211a24ef" + }, + { + "m_Id": "96252108a6f0458c8fa42a41c940e3c2" + }, + { + "m_Id": "00d3e8a9e5ea4457a3f73f6918ec4050" + }, + { + "m_Id": "e62038bcc5604e0c8356fe244d4288f1" + }, + { + "m_Id": "df0b8f4b2d184dbe828d245970388ce4" + }, + { + "m_Id": "3a4f48c35d3f4538b03f64a4c2d7adae" + }, + { + "m_Id": "7ccda742be704fd29f8b434068bf17fd" + }, + { + "m_Id": "c10273f4d82840939a6a591adf14331c" + }, + { + "m_Id": "e4501be8f9ee4d76b8312b35a6ddc621" + }, + { + "m_Id": "7794c08b1f8e40368e33d45f6edf4e87" + }, + { + "m_Id": "c5f7975130584038979eee801373afee" + }, + { + "m_Id": "235f83b0ff764f69952509767d4f21ad" + }, + { + "m_Id": "63b75814fa8944a3b970828cae67a474" + }, + { + "m_Id": "7c56cb995d5d47e08cad5672b0c89d02" + }, + { + "m_Id": "a62e04857c9145998dd76dea7977c13b" + }, + { + "m_Id": "57ab2cc48aa948b1ab11238b9dc9c656" + }, + { + "m_Id": "0d1231f9b85e45e393a1611b2a62279d" + }, + { + "m_Id": "fc2d622ffb544761915319adf1cfd456" + }, + { + "m_Id": "fe97b1eba1eb42f6863a6c6bbb7a8ce8" + }, + { + "m_Id": "9d098144f2924678a10451db2c3f8cc4" + }, + { + "m_Id": "7da2894281644915a940bbc79e19ea1a" + }, + { + "m_Id": "0732504f236444a698d63bfbaba0da84" + }, + { + "m_Id": "14f4b3ebc18d49faaf27dc35e6399443" + }, + { + "m_Id": "5f0391f1d06e410b97e6a4d7bb01d3af" + }, + { + "m_Id": "d3751d84332d4f868af379fa8c89534d" + }, + { + "m_Id": "a2fb959945154bb4b503090ad2f91300" + }, + { + "m_Id": "5af315e270f640608325cbf2ab7daeb0" + }, + { + "m_Id": "68e4eb0d90a342758f8071cf1c0cd200" + }, + { + "m_Id": "87da569866a249bc9d1083f6e7af1b5f" + }, + { + "m_Id": "bb8d83b709e54d79a8a4fe34b63a2574" + }, + { + "m_Id": "7dd01d02f4944c8488102c091c328ad7" + }, + { + "m_Id": "8825683df9b64f72b6f4ba6b750d7672" + }, + { + "m_Id": "dc8c906a59b440babdcb94575b8896b4" + }, + { + "m_Id": "e72c7f6679764d8a9d82a0a268bd5ab9" + }, + { + "m_Id": "a376428cc24945a1824c4a555bd0f519" + }, + { + "m_Id": "21a4b478cb7544dbbb8df458c1e31fd1" + }, + { + "m_Id": "aac1572fad674f2b82905d9d15e012e7" + }, + { + "m_Id": "9ec20a9c3bb341d691b207e2bde3e22b" + }, + { + "m_Id": "2efe27883fc64b728095a3798a65dc3d" + }, + { + "m_Id": "2642cc00345642bfa6515f056f3f77b0" + }, + { + "m_Id": "a062c6886fce48ea9d5b1eb205934bc7" + }, + { + "m_Id": "049845f417484a33b996b1cd79de4016" + }, + { + "m_Id": "e9b9b9be474946fb928ac22e453c4ace" + }, + { + "m_Id": "38fdfcb974004a7c8feecf584029b5e2" + }, + { + "m_Id": "ebee3d97ec32451e973626daae9e6828" + }, + { + "m_Id": "9923dd356ac64b7a8ccc2eed6ab60eda" + }, + { + "m_Id": "ab08967feca142919a08e087f50244a4" + }, + { + "m_Id": "6dcd06137c3141aea5b81bfdaffba24b" + }, + { + "m_Id": "39b25f8bc0584422a960be789be0887a" + }, + { + "m_Id": "567c268d467d421e8e3c8e7d7b02ccc2" + }, + { + "m_Id": "76c0aeacc1324b4aad5dda8da0a0269f" + }, + { + "m_Id": "7f5ee32f922141d987f82acf49a6dfeb" + }, + { + "m_Id": "85cb308cafbf43c6ab6cd2b866c22cf5" + }, + { + "m_Id": "3b6871e7e082433b9122523b931b7322" + }, + { + "m_Id": "c6a2fd5192db4312b36c2c1523006b85" + }, + { + "m_Id": "cc3ef24f674245eb9a10899e91393201" + }, + { + "m_Id": "3463612643f5467baaf4cc3102f1772e" + }, + { + "m_Id": "6290345a331c497d91d3dbccaa82e5ea" + }, + { + "m_Id": "5273156ea4c046949b52b4e794b51201" + }, + { + "m_Id": "75da9dd3b5c14ce3b23f706c1d5672a7" + }, + { + "m_Id": "9c8602ff01d248c2913751ccb052174a" + }, + { + "m_Id": "935fe20dff4b4f719d42461b24226186" + }, + { + "m_Id": "be6641a6c4f042cda81fc71ceaf68e3f" + }, + { + "m_Id": "9e40770b708e4ea18648917dd5b12d16" + }, + { + "m_Id": "e45f342c92ec4b2f8584e421db93c75e" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "00d3e8a9e5ea4457a3f73f6918ec4050" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e62038bcc5604e0c8356fe244d4288f1" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "049845f417484a33b996b1cd79de4016" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9ec20a9c3bb341d691b207e2bde3e22b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "067bf9d26dce4275ba7cf942e964c77a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "96252108a6f0458c8fa42a41c940e3c2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "067bf9d26dce4275ba7cf942e964c77a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d3a70a7f0ef5467387a2b219211a24ef" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0732504f236444a698d63bfbaba0da84" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "14f4b3ebc18d49faaf27dc35e6399443" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0d1231f9b85e45e393a1611b2a62279d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0732504f236444a698d63bfbaba0da84" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0d1231f9b85e45e393a1611b2a62279d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7da2894281644915a940bbc79e19ea1a" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0d1231f9b85e45e393a1611b2a62279d" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9c8602ff01d248c2913751ccb052174a" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "14f4b3ebc18d49faaf27dc35e6399443" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d3751d84332d4f868af379fa8c89534d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1c0ad3940a344f6883c3adc574739e5c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "935fe20dff4b4f719d42461b24226186" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1c0ad3940a344f6883c3adc574739e5c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9d098144f2924678a10451db2c3f8cc4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1d125498d6b2494895c6c5a8b8ff7eb5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b0ebfc46d216406aa5c2b9f71244fc3c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "21a4b478cb7544dbbb8df458c1e31fd1" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e9b9b9be474946fb928ac22e453c4ace" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "21c3d9e1d06243c8a78f4108130c0e5a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b8297f081a5f43e7a18842a4df675b1f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "235f83b0ff764f69952509767d4f21ad" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a62e04857c9145998dd76dea7977c13b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "235f83b0ff764f69952509767d4f21ad" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c5f7975130584038979eee801373afee" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2642cc00345642bfa6515f056f3f77b0" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a062c6886fce48ea9d5b1eb205934bc7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "27089f1876c348a8be561b9c74a19467" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ea0fc8c68de54e8aae9edaa4e1915289" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2efe27883fc64b728095a3798a65dc3d" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2642cc00345642bfa6515f056f3f77b0" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "30662af2021b4f029d1bf876dbbdd1ee" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dc8c906a59b440babdcb94575b8896b4" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "30e0af2d6df44f25a9d1cde8b40b4422" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "30662af2021b4f029d1bf876dbbdd1ee" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3463612643f5467baaf4cc3102f1772e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cc3ef24f674245eb9a10899e91393201" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "38fdfcb974004a7c8feecf584029b5e2" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "aac1572fad674f2b82905d9d15e012e7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "39b25f8bc0584422a960be789be0887a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "567c268d467d421e8e3c8e7d7b02ccc2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3a4f48c35d3f4538b03f64a4c2d7adae" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cbf60c6f96884bff977c2a66c8bd30fb" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3b382dcd2f79417eafe553c5d21f54cb" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "be38c7ea709741a68a3a5d92e75cbc47" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3b6871e7e082433b9122523b931b7322" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cc3ef24f674245eb9a10899e91393201" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3e46d2435c224e12bdaebf31d1e1208e" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "21c3d9e1d06243c8a78f4108130c0e5a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4a90903ed0b742139b4b4554e5bada7b" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "27089f1876c348a8be561b9c74a19467" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4a90903ed0b742139b4b4554e5bada7b" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d3a70a7f0ef5467387a2b219211a24ef" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4a90903ed0b742139b4b4554e5bada7b" + }, + "m_SlotId": 5 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f6b69e1d2a334b6a95e44c43b317ecfe" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4a90903ed0b742139b4b4554e5bada7b" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "96252108a6f0458c8fa42a41c940e3c2" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5273156ea4c046949b52b4e794b51201" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "75da9dd3b5c14ce3b23f706c1d5672a7" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "567c268d467d421e8e3c8e7d7b02ccc2" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "85cb308cafbf43c6ab6cd2b866c22cf5" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "57ab2cc48aa948b1ab11238b9dc9c656" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0d1231f9b85e45e393a1611b2a62279d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "57ab2cc48aa948b1ab11238b9dc9c656" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "935fe20dff4b4f719d42461b24226186" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "595a354119014f1a84e7857e6709513d" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "21c3d9e1d06243c8a78f4108130c0e5a" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5af315e270f640608325cbf2ab7daeb0" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d3a70a7f0ef5467387a2b219211a24ef" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5d866037a1f64c09a8ceee94712e31ac" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ea9bdf32e8b648c589650744be435427" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5db1a109c66d45fe833f3769cf372083" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ebb18b07becc417da10f987e9e594cd2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5f0391f1d06e410b97e6a4d7bb01d3af" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d3751d84332d4f868af379fa8c89534d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6290345a331c497d91d3dbccaa82e5ea" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "87da569866a249bc9d1083f6e7af1b5f" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6290345a331c497d91d3dbccaa82e5ea" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c0093fdb1a58445b85f710fa49270ac0" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "63b75814fa8944a3b970828cae67a474" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a62e04857c9145998dd76dea7977c13b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "68e4eb0d90a342758f8071cf1c0cd200" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "87da569866a249bc9d1083f6e7af1b5f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6dcd06137c3141aea5b81bfdaffba24b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7f5ee32f922141d987f82acf49a6dfeb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "75da9dd3b5c14ce3b23f706c1d5672a7" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "78d22f3b9cc5438ba7cea992248b1db9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "76c0aeacc1324b4aad5dda8da0a0269f" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "567c268d467d421e8e3c8e7d7b02ccc2" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7794c08b1f8e40368e33d45f6edf4e87" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c5f7975130584038979eee801373afee" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "78078e9c2bfc42daa67ddb1c1a854675" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d67dcb96439c4a35865ef8a4eeed18f9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7c56cb995d5d47e08cad5672b0c89d02" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4a90903ed0b742139b4b4554e5bada7b" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7ccda742be704fd29f8b434068bf17fd" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3a4f48c35d3f4538b03f64a4c2d7adae" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7da2894281644915a940bbc79e19ea1a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "14f4b3ebc18d49faaf27dc35e6399443" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7dd01d02f4944c8488102c091c328ad7" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8825683df9b64f72b6f4ba6b750d7672" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7f5ee32f922141d987f82acf49a6dfeb" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "76c0aeacc1324b4aad5dda8da0a0269f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "80b23cd6471f4e138a01bedd0dfbda20" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5db1a109c66d45fe833f3769cf372083" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "80b23cd6471f4e138a01bedd0dfbda20" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5d866037a1f64c09a8ceee94712e31ac" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "80b23cd6471f4e138a01bedd0dfbda20" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f9e64b43d7f042128842bad301d8b676" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "80b23cd6471f4e138a01bedd0dfbda20" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "78078e9c2bfc42daa67ddb1c1a854675" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "81b4056fe02d4dc8820d46a3555ae948" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "30662af2021b4f029d1bf876dbbdd1ee" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "85cb308cafbf43c6ab6cd2b866c22cf5" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5af315e270f640608325cbf2ab7daeb0" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "87da569866a249bc9d1083f6e7af1b5f" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "85cb308cafbf43c6ab6cd2b866c22cf5" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8825683df9b64f72b6f4ba6b750d7672" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dc8c906a59b440babdcb94575b8896b4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8852a38e05994ba4a6ec30bde5b1a97a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9e40770b708e4ea18648917dd5b12d16" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8852a38e05994ba4a6ec30bde5b1a97a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "be6641a6c4f042cda81fc71ceaf68e3f" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "898b996721ac4a588dfd8596f77cdb75" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "595a354119014f1a84e7857e6709513d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8b4b760c444346b1ad4f685baa85503e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3e46d2435c224e12bdaebf31d1e1208e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8b4b760c444346b1ad4f685baa85503e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "81b4056fe02d4dc8820d46a3555ae948" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8be114a72b2b4f828987d72eddd4c717" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6290345a331c497d91d3dbccaa82e5ea" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8be114a72b2b4f828987d72eddd4c717" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "df0b8f4b2d184dbe828d245970388ce4" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "935fe20dff4b4f719d42461b24226186" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9c8602ff01d248c2913751ccb052174a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9585b0d0176d47b986965690493d9727" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "78078e9c2bfc42daa67ddb1c1a854675" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "96252108a6f0458c8fa42a41c940e3c2" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cbf60c6f96884bff977c2a66c8bd30fb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9923dd356ac64b7a8ccc2eed6ab60eda" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ab08967feca142919a08e087f50244a4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9a2192ca916643c39bd504066ffea78d" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9585b0d0176d47b986965690493d9727" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9c8602ff01d248c2913751ccb052174a" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5f0391f1d06e410b97e6a4d7bb01d3af" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9d098144f2924678a10451db2c3f8cc4" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7da2894281644915a940bbc79e19ea1a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9d098144f2924678a10451db2c3f8cc4" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fe97b1eba1eb42f6863a6c6bbb7a8ce8" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9e40770b708e4ea18648917dd5b12d16" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "be6641a6c4f042cda81fc71ceaf68e3f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9ec20a9c3bb341d691b207e2bde3e22b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2642cc00345642bfa6515f056f3f77b0" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a062c6886fce48ea9d5b1eb205934bc7" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a2fb959945154bb4b503090ad2f91300" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a240ecdf07994b55b9d09d4495c2df81" + }, + "m_SlotId": 6 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f9e64b43d7f042128842bad301d8b676" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a2fb959945154bb4b503090ad2f91300" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "75da9dd3b5c14ce3b23f706c1d5672a7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a376428cc24945a1824c4a555bd0f519" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e9b9b9be474946fb928ac22e453c4ace" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a424354941b0432786c1f54f9a793e35" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a240ecdf07994b55b9d09d4495c2df81" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a62e04857c9145998dd76dea7977c13b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7c56cb995d5d47e08cad5672b0c89d02" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "aac1572fad674f2b82905d9d15e012e7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a376428cc24945a1824c4a555bd0f519" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ab08967feca142919a08e087f50244a4" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "aac1572fad674f2b82905d9d15e012e7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ab08967feca142919a08e087f50244a4" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e72c7f6679764d8a9d82a0a268bd5ab9" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ab08967feca142919a08e087f50244a4" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "21a4b478cb7544dbbb8df458c1e31fd1" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b0ebfc46d216406aa5c2b9f71244fc3c" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9585b0d0176d47b986965690493d9727" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b2e8bc5889374a2f9845ae737aa2b025" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c0093fdb1a58445b85f710fa49270ac0" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b8297f081a5f43e7a18842a4df675b1f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "75da9dd3b5c14ce3b23f706c1d5672a7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b8297f081a5f43e7a18842a4df675b1f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a2fb959945154bb4b503090ad2f91300" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bb8d83b709e54d79a8a4fe34b63a2574" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7dd01d02f4944c8488102c091c328ad7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "be38c7ea709741a68a3a5d92e75cbc47" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "898b996721ac4a588dfd8596f77cdb75" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "be6641a6c4f042cda81fc71ceaf68e3f" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "80b23cd6471f4e138a01bedd0dfbda20" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c0093fdb1a58445b85f710fa49270ac0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5af315e270f640608325cbf2ab7daeb0" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c0093fdb1a58445b85f710fa49270ac0" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "96252108a6f0458c8fa42a41c940e3c2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c10273f4d82840939a6a591adf14331c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e4501be8f9ee4d76b8312b35a6ddc621" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c5f7975130584038979eee801373afee" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6290345a331c497d91d3dbccaa82e5ea" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c5f7975130584038979eee801373afee" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "76c0aeacc1324b4aad5dda8da0a0269f" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c6a2fd5192db4312b36c2c1523006b85" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cc3ef24f674245eb9a10899e91393201" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cbf60c6f96884bff977c2a66c8bd30fb" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b8297f081a5f43e7a18842a4df675b1f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cc3ef24f674245eb9a10899e91393201" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a240ecdf07994b55b9d09d4495c2df81" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d3751d84332d4f868af379fa8c89534d" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fe97b1eba1eb42f6863a6c6bbb7a8ce8" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d3a70a7f0ef5467387a2b219211a24ef" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "81b4056fe02d4dc8820d46a3555ae948" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d67dcb96439c4a35865ef8a4eeed18f9" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3a4f48c35d3f4538b03f64a4c2d7adae" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d67dcb96439c4a35865ef8a4eeed18f9" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7ccda742be704fd29f8b434068bf17fd" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dc8c906a59b440babdcb94575b8896b4" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2ef00cadeb3b4146a5ec3513d4687a45" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dc8c906a59b440babdcb94575b8896b4" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6fb9907c0ce142d29228f2a39b1ba009" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "df0b8f4b2d184dbe828d245970388ce4" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7c56cb995d5d47e08cad5672b0c89d02" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e4501be8f9ee4d76b8312b35a6ddc621" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7794c08b1f8e40368e33d45f6edf4e87" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e4501be8f9ee4d76b8312b35a6ddc621" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7794c08b1f8e40368e33d45f6edf4e87" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e4501be8f9ee4d76b8312b35a6ddc621" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "63b75814fa8944a3b970828cae67a474" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e4501be8f9ee4d76b8312b35a6ddc621" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "63b75814fa8944a3b970828cae67a474" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e45f342c92ec4b2f8584e421db93c75e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9e40770b708e4ea18648917dd5b12d16" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e62038bcc5604e0c8356fe244d4288f1" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "df0b8f4b2d184dbe828d245970388ce4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e72c7f6679764d8a9d82a0a268bd5ab9" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a376428cc24945a1824c4a555bd0f519" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e9b9b9be474946fb928ac22e453c4ace" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "049845f417484a33b996b1cd79de4016" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e9b9b9be474946fb928ac22e453c4ace" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2efe27883fc64b728095a3798a65dc3d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ea0fc8c68de54e8aae9edaa4e1915289" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3b382dcd2f79417eafe553c5d21f54cb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ea9bdf32e8b648c589650744be435427" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "898b996721ac4a588dfd8596f77cdb75" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ebb18b07becc417da10f987e9e594cd2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f6b69e1d2a334b6a95e44c43b317ecfe" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ebee3d97ec32451e973626daae9e6828" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "38fdfcb974004a7c8feecf584029b5e2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f6b69e1d2a334b6a95e44c43b317ecfe" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3b382dcd2f79417eafe553c5d21f54cb" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f9e64b43d7f042128842bad301d8b676" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7f5ee32f922141d987f82acf49a6dfeb" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f9e64b43d7f042128842bad301d8b676" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8be114a72b2b4f828987d72eddd4c717" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fc2d622ffb544761915319adf1cfd456" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4a90903ed0b742139b4b4554e5bada7b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fe97b1eba1eb42f6863a6c6bbb7a8ce8" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8be114a72b2b4f828987d72eddd4c717" + }, + "m_SlotId": 0 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 1227.0001220703125, + "y": -98.99996948242188 + }, + "m_Blocks": [ + { + "m_Id": "a2e0aed5773747f191c7aca20d6fc33a" + }, + { + "m_Id": "c94552ffdfbe4ccb93f9322aff655d13" + }, + { + "m_Id": "05dfc9b90e784b37be14df146000e44a" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": 1227.0001220703125, + "y": 100.99996948242188 + }, + "m_Blocks": [ + { + "m_Id": "6fb9907c0ce142d29228f2a39b1ba009" + }, + { + "m_Id": "78d22f3b9cc5438ba7cea992248b1db9" + }, + { + "m_Id": "3e81ae53f52847f5b62d525cdaaa8ba7" + }, + { + "m_Id": "7111a7fd79404ea5aca245c4312c8345" + }, + { + "m_Id": "2ef00cadeb3b4146a5ec3513d4687a45" + }, + { + "m_Id": "a6ce1d6ca267411991efe56ca2564ce8" + }, + { + "m_Id": "3ab70457f3264f01934935cb400cdd4c" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_SubDatas": [], + "m_ActiveTargets": [ + { + "m_Id": "22b8cda4d1654331a29efa249448ded0" + }, + { + "m_Id": "d08c1d31a794492b8f1df2db15dad278" + }, + { + "m_Id": "cae43d3ee271470bbd000bdcd166adcf" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "009c89e971b14a819abfe577ce44fe51", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "00d3e8a9e5ea4457a3f73f6918ec4050", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2868.0, + "y": 87.0000228881836, + "width": 145.000244140625, + "height": 127.99996185302735 + } + }, + "m_Slots": [ + { + "m_Id": "5c871a93ab2f4ae996385f08369676ff" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "0190c40351f8455fb8416179d9fc7b62", + "m_Id": 0, + "m_DisplayName": "Noise", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "019715f4a9fd47f2962a034b64ebc7d4", + "m_Id": 0, + "m_DisplayName": "Use Color texture?", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "02bc51d3feff4dab84e18ca09f2ddd2f", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "049845f417484a33b996b1cd79de4016", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -675.0, + "y": 2401.0, + "width": 128.0, + "height": 93.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "878c8b6e9b264a8b9d177792b4e8d853" + }, + { + "m_Id": "b77a03bb10c145feadaa1695d08bfd4a" + } + ], + "synonyms": [ + "complement", + "invert", + "opposite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "04ba9fbf30324ec198f0840d3d9da29e", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "05dfc9b90e784b37be14df146000e44a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Tangent", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "37b0a6efa5c1421c98908fc33ababf7c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "065a5a6574e84dabb476360621b65fd1", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "067bf9d26dce4275ba7cf942e964c77a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1781.0, + "y": -233.99998474121095, + "width": 175.0001220703125, + "height": 33.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "019715f4a9fd47f2962a034b64ebc7d4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "409639d1b26149088782440d34d61498" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "0732504f236444a698d63bfbaba0da84", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4262.99951171875, + "y": 199.0, + "width": 125.99951171875, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "e63e74e37adc423f86bca012e26b9537" + }, + { + "m_Id": "d296e45196eb4254baf223d395ded41f" + }, + { + "m_Id": "f0a86f92f1d147d186bbc6fecc37e532" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0753ebbe728744569c1fd6597ab3650c", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "07623a3119ae48a7807b1fb37df6b656", + "m_Id": 4, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "07c5cf39f6f44f18a1fb7b6bedc81bdb", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0865e51259d04a988a02a6fd4095f2e5", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "0a759aa0854b4ae59915f329b177a0e4", + "m_Id": 0, + "m_DisplayName": "Polar coordinates", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0bc6414ec8ca4a36b3156b78a7e67e59", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0c74623238e2426d93b66917417f1eaf", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "0d1231f9b85e45e393a1611b2a62279d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4800.0, + "y": 143.0, + "width": 120.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "901db71fb5c74092aa3ddfa2b76dc68d" + }, + { + "m_Id": "6558015f55f84985af3916f5b9c7f2db" + }, + { + "m_Id": "ad95c10e25db49578f1a2bd9bef1b7fd" + }, + { + "m_Id": "02bc51d3feff4dab84e18ca09f2ddd2f" + }, + { + "m_Id": "b0f8f65f2c5a431bb3b37844e1d3e209" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0d7868d1db594b9daf768a4f9487c601", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "0e1c12957aa44bec9252ae8abad783e9", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0ebd2e160008477fbbf4c0995c975414", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0f293bbc69dd4e24b853eb6570f23881", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "113cffae030c47cda4a4b114bbdc3c82", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "11ec38f718824a1783a0853052f138c3", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1247e78bae2741f086f418d0f4b75c69", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot", + "m_ObjectId": "12a0a5aebb594a4198d6126e477c8545", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [], + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "12bbd6bc76a741aeb8841e5368233841", + "m_Guid": { + "m_GuidSerialized": "59528855-659d-487b-bead-8f24503ff44b" + }, + "m_Name": "Noise", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Noise", + "m_DefaultReferenceName": "_Noise", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "13118915517e4c83bae39d95e624c203", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitData", + "m_ObjectId": "13c538bc00a84d2a948d75350371053a", + "m_EnableShadowMatte": false, + "m_DistortionOnly": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "14f3ca1785124994b9274d00b72ef8bd", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "14f4b3ebc18d49faaf27dc35e6399443", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3998.999755859375, + "y": 75.99999237060547, + "width": 125.999755859375, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "c1753ca5412343529ed91e4000eb3a65" + }, + { + "m_Id": "4833edcb01964a51a57773325c67f3e0" + }, + { + "m_Id": "691df14f710649f6b84a8e6f8ce1d7e4" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "15cca9bcd20f4cf9ae993888bc726cf8", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "16507cb72de443769bef78f25237c6be", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "16867a4025ab480a84c068a7d5659409", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "179d4cd2c8eb4279bcf1951985a34a41", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "17e81c1de8f64848aa34c551bf77bce3", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "17ea47bfda134774a308a0109d052b1f", + "m_Id": 0, + "m_DisplayName": "Color Texture", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "186a524ac2dd41a28077def573df6a2b", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "195eef9e32934481bc4b7a402dd337ef", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "19bdc5d4d0224fff86544b41b9b0ec0b", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1a3a4e59b5ee4b87a5e634a79ef8a54e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "1c0ad3940a344f6883c3adc574739e5c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -5044.0, + "y": -29.999958038330079, + "width": 145.0, + "height": 128.00001525878907 + } + }, + "m_Slots": [ + { + "m_Id": "defc6686c8354c9399f4dcbb34bb1b9e" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1ca81dab89d14a40b9de79622053595d", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1cde337033d843258138df0a910d473c", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionNode", + "m_ObjectId": "1d125498d6b2494895c6c5a8b8ff7eb5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Screen Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1265.0, + "y": 1233.9998779296875, + "width": 145.0, + "height": 128.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "0e1c12957aa44bec9252ae8abad783e9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ScreenSpaceType": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1d5e06b4d0c94089bb79d6af13ec9149", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1d708f55d81c4f968c0a6215b357e7e5", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1dd3002aa26f47019ec938ebd3a97c36", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1e03e87096a04d4084fb262b1d5b838d", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1e81b92e7c874ac488de557ec7f8c642", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1ecbfc39abc64704854546e28741b2f9", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1ef4d200f4e84c548aceee239bfd4f72", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1f03868ae1524a39942a5a5bbba67f50", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "1fcfc87b16ea4ede983d353860beb8bc", + "m_Id": 1, + "m_DisplayName": "Center", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Center", + "m_StageCapability": 3, + "m_Value": { + "x": 0.5, + "y": 0.5 + }, + "m_DefaultValue": { + "x": 0.5, + "y": 0.5 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1ff608f697574164b6173a89bb38272e", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "202d4347d3b647ed869eb31e639c8281", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "217d4c815c5945fbbd2f3fd30eabb827", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "21a4b478cb7544dbbb8df458c1e31fd1", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1526.9998779296875, + "y": 2641.999755859375, + "width": 126.0, + "height": 118.000244140625 + } + }, + "m_Slots": [ + { + "m_Id": "86d9c76b538044f0bb4cf4f420b5beb2" + }, + { + "m_Id": "e63c4c2cbb8948e5bfc8fce4946586ab" + }, + { + "m_Id": "b42df7dc34df4d669bc8464caf294f10" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "21c3d9e1d06243c8a78f4108130c0e5a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 130.99996948242188, + "y": 374.99993896484377, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "71297196f3964e07af0fb00b6ce4e685" + }, + { + "m_Id": "a857b4718772498caba6c2285b4474c2" + }, + { + "m_Id": "6da0bf967d9f42b692587e39ecb53ef3" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2228615c4c174324ae884f0a48e91e4c", + "m_Id": 1, + "m_DisplayName": "Min", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Min", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInTarget", + "m_ObjectId": "22b8cda4d1654331a29efa249448ded0", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "e1fd1692047045d19202ef99f3883b11" + }, + "m_AllowMaterialOverride": true, + "m_SurfaceType": 1, + "m_ZWriteControl": 0, + "m_ZTestMode": 4, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": true, + "m_CustomEditorGUI": "" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "22e94c3f89fd44ab980fda0a8ac36604", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "232d28498069431eb64dfbcfeb840986", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "235f83b0ff764f69952509767d4f21ad", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2805.999755859375, + "y": -203.99998474121095, + "width": 123.999755859375, + "height": 173.00001525878907 + } + }, + "m_Slots": [ + { + "m_Id": "1ca81dab89d14a40b9de79622053595d" + }, + { + "m_Id": "26740e7edf7844ee93c552908d25eb9d" + }, + { + "m_Id": "f1d6ffc9f3d94a6b9c4d74e2b375628b" + }, + { + "m_Id": "3aacc9ce1d904cf39fca95180f622402" + }, + { + "m_Id": "7699e746a52e4e96ab3b6f08891d4f27" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "25673063d5b644b9b39b566040cd8d92", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "25dae84cd7ef44fcb096ca97f48b2e53", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "263d4b511caf43278a204875a2b52560", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MaximumNode", + "m_ObjectId": "2642cc00345642bfa6515f056f3f77b0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Maximum", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -201.00001525878907, + "y": 2401.0, + "width": 126.00001525878906, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "80d2b563558045809c3a0ac560bd0cfe" + }, + { + "m_Id": "59508150287c451ab88f1b7634c6338f" + }, + { + "m_Id": "3e9b025a8cd444a29fcc6dc38d43dde9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "26740e7edf7844ee93c552908d25eb9d", + "m_Id": 1, + "m_DisplayName": "Sine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Sine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "26b9a46565984a9cacc6850d14d27a04", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "27089f1876c348a8be561b9c74a19467", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1271.0, + "y": 177.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "94c1bb67829144cfbd328570137f240d" + }, + { + "m_Id": "9bd146bef79b4e1287cf81ce37ec5db5" + }, + { + "m_Id": "a25f46bd299648d983cdcc4a9313e31a" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "272a9ce2f47c4219a83997f6891fcfc8", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2786ab35421b4576988dc3b48d82a618", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "299ca8495397470196c2de46bdf50595", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "29aa2dd967f64f7fb11602dddbbf2e9b", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "29d9786800a343179a2b8238491575b8", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "2cd8798bd08d42cdb7331b6b43199d9f", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2ed64d520f61454e832d0ed571964135", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "2ef00cadeb3b4146a5ec3513d4687a45", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Emission", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "4fe59d9e62f0492fa4f0366caee3ea78" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Emission" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.StepNode", + "m_ObjectId": "2efe27883fc64b728095a3798a65dc3d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Step", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -433.0, + "y": 2519.0, + "width": 145.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "9f13ed2170454158b8499b597e80ae1e" + }, + { + "m_Id": "7b165938d73f4f539cc53f2c4571d66e" + }, + { + "m_Id": "4058a3be39b449719202a1412aa1cf78" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2f219ed4c1f04f74a978d2006b05f502", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": -1.0, + "z": -1.0, + "w": -1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "2faa27536cc142178a88da10f1c57ae1", + "m_Id": 1, + "m_DisplayName": "In Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "InMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": -1.0, + "y": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3055d72986474cc1a0b8bdf80f9b9e27", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "30662af2021b4f029d1bf876dbbdd1ee", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 327.0000305175781, + "y": -7.000034809112549, + "width": 130.0, + "height": 117.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "ad0a6fcc91224c5ea802539fa72f9e06" + }, + { + "m_Id": "a4961fc4d66a49bfb73e6ed8be007698" + }, + { + "m_Id": "909a8820837344638d214f83863b031d" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "30d0d108a33c4e4f997d233b4405f2ba", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "30e0af2d6df44f25a9d1cde8b40b4422", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 111.00001525878906, + "y": 123.9999771118164, + "width": 121.0, + "height": 34.000038146972659 + } + }, + "m_Slots": [ + { + "m_Id": "0c74623238e2426d93b66917417f1eaf" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5d36fa5c352c411593c5e218e2baac46" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "31d2195d08bf4f77ab89b1133c8848a6", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "325f79ac3612483dad9083ef0962559a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "32c6aba439184469b16ddc9ba6c888fe", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "330f615c425c4f769150f5465b19b104", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "33d947dcc09a4e26ad91ffa50cd6c64c", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "3463612643f5467baaf4cc3102f1772e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4201.99951171875, + "y": 540.9999389648438, + "width": 168.99951171875, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "0a759aa0854b4ae59915f329b177a0e4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "3703d4f34a4d4c68811d5ddd783d9ff5" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "36ae271b26b24ff682d522022646714b", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "36b2653b81b345688a6073af23d1f818", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "3703d4f34a4d4c68811d5ddd783d9ff5", + "m_Guid": { + "m_GuidSerialized": "c4b60db9-7ce5-4d38-bd78-0a2d656ce498" + }, + "m_Name": "Polar coordinates", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Polar coordinates", + "m_DefaultReferenceName": "_Polar_coordinates", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3795ad7cc4e74dd5b55b1b7a04603838", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "379e45f0ffc34579ae371fb053c85502", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "37acb1b39f06426e88316ff35618a533", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "37b0a6efa5c1421c98908fc33ababf7c", + "m_Id": 0, + "m_DisplayName": "Tangent", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tangent", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "37e15a20b9bd4f8eb6d192fcb3ee2e1f", + "m_Id": 2, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "38869274f13b478597cc1d22364b8591", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "38fdfcb974004a7c8feecf584029b5e2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1817.0, + "y": 2401.0, + "width": 120.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "462fb968857e4700b0125769c94b32c0" + }, + { + "m_Id": "6ce326d615904f3d9609db1bd9cbfbf1" + }, + { + "m_Id": "2786ab35421b4576988dc3b48d82a618" + }, + { + "m_Id": "93b5d50db4ad4583a8834c14dd56a0f5" + }, + { + "m_Id": "179d4cd2c8eb4279bcf1951985a34a41" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "3949c602c6314947946e2874c1838a94", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "39b25f8bc0584422a960be789be0887a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2405.999755859375, + "y": -700.0, + "width": 113.999755859375, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "0190c40351f8455fb8416179d9fc7b62" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "12bbd6bc76a741aeb8841e5368233841" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3a45cf05cd3048cc96ed520ae10cb101", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 1.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "3a4f48c35d3f4538b03f64a4c2d7adae", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -277.0, + "y": 1348.0, + "width": 125.99998474121094, + "height": 141.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "30d0d108a33c4e4f997d233b4405f2ba" + }, + { + "m_Id": "594093ef7a7e45298faa5cc5e3f72f61" + }, + { + "m_Id": "36ae271b26b24ff682d522022646714b" + }, + { + "m_Id": "5c802bb352a84040a0b7709c797a5088" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3aacc9ce1d904cf39fca95180f622402", + "m_Id": 3, + "m_DisplayName": "Delta Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Delta Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "3ab70457f3264f01934935cb400cdd4c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Specular", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "c87fceb3efa34fda86bc1327707aefcc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Specular" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "3b382dcd2f79417eafe553c5d21f54cb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -928.0, + "y": 261.0, + "width": 126.0, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "fcf898d35334426fbfef5066696bc28d" + }, + { + "m_Id": "9f8ec41b22204665ad455436dcf4725f" + }, + { + "m_Id": "780e9a97b1f74c5f9ba1ab60aad52714" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PolarCoordinatesNode", + "m_ObjectId": "3b6871e7e082433b9122523b931b7322", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Polar Coordinates", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4220.0, + "y": 574.9999389648438, + "width": 188.000244140625, + "height": 166.0 + } + }, + "m_Slots": [ + { + "m_Id": "f95e3986bc064365ac4f73f5a1659255" + }, + { + "m_Id": "1fcfc87b16ea4ede983d353860beb8bc" + }, + { + "m_Id": "8dc451aa533e49b8a7b5615bef81feab" + }, + { + "m_Id": "4ea7905a9f90415f96159746b48d0d35" + }, + { + "m_Id": "07623a3119ae48a7807b1fb37df6b656" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3c8dbffa991a404ab6e128a47bd2cecf", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3dfb972bcdbd4681807252081bdeaa49", + "m_Id": 0, + "m_DisplayName": "Cut tiling value 1", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "3e46d2435c224e12bdaebf31d1e1208e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -63.00001907348633, + "y": 281.0, + "width": 120.0, + "height": 148.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "fa7992c398e14b81bb09ba4bf4e46269" + }, + { + "m_Id": "1dd3002aa26f47019ec938ebd3a97c36" + }, + { + "m_Id": "a5642896932d4bff949620d67db3c6b0" + }, + { + "m_Id": "0ebd2e160008477fbbf4c0995c975414" + }, + { + "m_Id": "4d4063a604894c118a032d4d2e2a8b06" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "3e81ae53f52847f5b62d525cdaaa8ba7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.AlphaClipThreshold", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "ca2ba0d93fb84de8b46bb75836e1444f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.AlphaClipThreshold" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3e9b025a8cd444a29fcc6dc38d43dde9", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "4005b8d98a7e49f8a07e5efaafed2490", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4058a3be39b449719202a1412aa1cf78", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "409639d1b26149088782440d34d61498", + "m_Guid": { + "m_GuidSerialized": "6fdb7d1b-8324-4e0a-9b9e-75a81988928b" + }, + "m_Name": "Use Color texture?", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Use Color texture?", + "m_DefaultReferenceName": "_Use_Color_texture", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "42edcb98b5bc438f87868331a6331fd8", + "m_Id": 0, + "m_DisplayName": "Smoothness", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Smoothness", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.5, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "437f1d8b4e8a47d48dead0d02aff50ed", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "445759ea2d8c4624b8f4a7a6c47f1d87", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "44912f371ebd4715acc0d14deeedd431", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "44f9335862a446299ddb753a7ebc23c3", + "m_Id": 0, + "m_DisplayName": "Alpha", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Alpha", + "m_StageCapability": 2, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "45fbc122fba148e6b423dc06dd5cfc7c", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "462035942a85455fb926eb8d1bf26080", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "462fb968857e4700b0125769c94b32c0", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "466dbab7ddf644188d7dc4f161c6cacc", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "47632addbcaf414789dc81c5b5fbbf62", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4833edcb01964a51a57773325c67f3e0", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "487076fa7a0b47729ca11292b04abded", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "48d8ba33f14d483caaebb6b76bf0059e", + "m_Guid": { + "m_GuidSerialized": "79503f9a-eb69-4b48-b400-630c72c9a0d2" + }, + "m_Name": "MainTex", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "MainTex", + "m_DefaultReferenceName": "_MainTex", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4a37ba28235546c5a156e8c4f5dc2386", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "4a90903ed0b742139b4b4554e5bada7b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2019.0, + "y": 128.00003051757813, + "width": 183.0001220703125, + "height": 248.99990844726563 + } + }, + "m_Slots": [ + { + "m_Id": "b9a138da68b8477b9b0ff4d012cc9bd8" + }, + { + "m_Id": "1f03868ae1524a39942a5a5bbba67f50" + }, + { + "m_Id": "cb0279c6b9c1491c82b71022fcd6dc25" + }, + { + "m_Id": "263d4b511caf43278a204875a2b52560" + }, + { + "m_Id": "bab403198a084ed399c91779106a8a7d" + }, + { + "m_Id": "cf576c34f5bb44f4be67e9d0a330c03a" + }, + { + "m_Id": "5a1b4bb2e37047ef93bd396b4544474c" + }, + { + "m_Id": "466dbab7ddf644188d7dc4f161c6cacc" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4d4063a604894c118a032d4d2e2a8b06", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4dd2024827ac48d1b9252000c2e4a18d", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4e0242e4c8a1448c8a36995848923b16", + "m_Id": 1, + "m_DisplayName": "Edge2", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge2", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4e0eaf072d314f34bac2d9a2c76d644e", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4ea7905a9f90415f96159746b48d0d35", + "m_Id": 3, + "m_DisplayName": "Length Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "LengthScale", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "4fe59d9e62f0492fa4f0366caee3ea78", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Emission", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 1, + "m_DefaultColor": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "511dcd18789e4dcaacdb15cc2fb90662", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitSubTarget", + "m_ObjectId": "51ca37f577f64bf5b6ba8e06c183523c" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "51caa5d865834d0b9f7d91a82ff09cec", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "5273156ea4c046949b52b4e794b51201", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 627.0, + "y": 579.0, + "width": 161.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "3dfb972bcdbd4681807252081bdeaa49" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "b5506e71a3e74efb9fb2b6eaa8d6ccd9" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5617cf6f724444d192741ee74686f0f9", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5665d605f1154972a60dbe238d286d58", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "567c268d467d421e8e3c8e7d7b02ccc2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2292.0, + "y": -732.0, + "width": 183.0, + "height": 249.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "71d7a3631f4a4ca3a5cdcc43240dec32" + }, + { + "m_Id": "91a0e35a100444288c085473ee360f16" + }, + { + "m_Id": "065a5a6574e84dabb476360621b65fd1" + }, + { + "m_Id": "7e4e9d5bef9b4d779474bb5a424a6c29" + }, + { + "m_Id": "45fbc122fba148e6b423dc06dd5cfc7c" + }, + { + "m_Id": "445759ea2d8c4624b8f4a7a6c47f1d87" + }, + { + "m_Id": "a3b04939861d4fbf921bf95c26ec8008" + }, + { + "m_Id": "daacf6ce9b7545f084adab61dd70280e" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "56851726fde94d828a2de6f89b6a00a7", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "570a330ff77d429e9af29ac57684661f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "57572703073d4a9e8a726399c136aeae", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "57ab2cc48aa948b1ab11238b9dc9c656", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4987.0, + "y": 143.0, + "width": 145.0, + "height": 128.0 + } + }, + "m_Slots": [ + { + "m_Id": "66146a80cdff4c7fb44b29e7b41535c8" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "58594da2c6b1428baade49b2d43e897d", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "586e0d19998f448f86a0fb3a3a7d88dd", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "58a845d2416640afb6e6b149ba893e71", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "594093ef7a7e45298faa5cc5e3f72f61", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "59508150287c451ab88f1b7634c6338f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "595a354119014f1a84e7857e6709513d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -70.99999237060547, + "y": 434.0, + "width": 127.99996948242188, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "b7c0c3d6ad194314b261178e133d0476" + }, + { + "m_Id": "61be12fef16c45a9ba6e2718158c8d20" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "59eee90a22ec446b8f0484d587955006", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5a152e3589514dc5be3f77d023a98268", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "5a1b4bb2e37047ef93bd396b4544474c", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5a2b1688d994446eb553a415153cd548", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "5af315e270f640608325cbf2ab7daeb0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1781.0, + "y": -166.99998474121095, + "width": 130.0, + "height": 117.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "66b7e04008c647e5968cbcb9da831640" + }, + { + "m_Id": "29aa2dd967f64f7fb11602dddbbf2e9b" + }, + { + "m_Id": "1a3a4e59b5ee4b87a5e634a79ef8a54e" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5b31b46c167b436c81bd9fdc484091f9", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5c802bb352a84040a0b7709c797a5088", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "5c871a93ab2f4ae996385f08369676ff", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5c997055feee4ae9aed870bcfce6a053", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5ca7ec34e55e4f7098d358053948b176", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "5d36fa5c352c411593c5e218e2baac46", + "m_Guid": { + "m_GuidSerialized": "99c3268b-4483-41b7-8634-7f0af61c662a" + }, + "m_Name": "Emission", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Emission", + "m_DefaultReferenceName": "_Emission", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 2.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5d4c3f9798c64afc8f2b7dffbb9c1512", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "5d866037a1f64c09a8ceee94712e31ac", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1225.0, + "y": 714.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "1247e78bae2741f086f418d0f4b75c69" + }, + { + "m_Id": "b1f72dc7d1004c7699d8a9de34965fc9" + }, + { + "m_Id": "76c5f035d2974b1880e818a89da6327e" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "5db1a109c66d45fe833f3769cf372083", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1717.9998779296875, + "y": 510.9999694824219, + "width": 185.9998779296875, + "height": 141.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "2f219ed4c1f04f74a978d2006b05f502" + }, + { + "m_Id": "2faa27536cc142178a88da10f1c57ae1" + }, + { + "m_Id": "29d9786800a343179a2b8238491575b8" + }, + { + "m_Id": "8fe7eb5979e74a54b9abd4d5cea4f206" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "5dcfff75522240e4a4847873258db2d5", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "5f0391f1d06e410b97e6a4d7bb01d3af", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4262.99951171875, + "y": 317.0, + "width": 125.99951171875, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "ff13e8e67b684387a8ca6d39cf08781c" + }, + { + "m_Id": "325f79ac3612483dad9083ef0962559a" + }, + { + "m_Id": "d8c9e20e1f11402c9b94403c6b78ef54" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "5f697f7dfa3545e5acfc727e5d42566b", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "61be12fef16c45a9ba6e2718158c8d20", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "625f0fb8d8a54a659496a093d6a29a24", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "6290345a331c497d91d3dbccaa82e5ea", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2482.999755859375, + "y": -191.0, + "width": 154.0, + "height": 141.99998474121095 + } + }, + "m_Slots": [ + { + "m_Id": "56851726fde94d828a2de6f89b6a00a7" + }, + { + "m_Id": "38869274f13b478597cc1d22364b8591" + }, + { + "m_Id": "37acb1b39f06426e88316ff35618a533" + }, + { + "m_Id": "217d4c815c5945fbbd2f3fd30eabb827" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "630c57561e094b9290be69e84c3733df", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "63b75814fa8944a3b970828cae67a474", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2823.0, + "y": -25.000009536743165, + "width": 128.0, + "height": 101.0 + } + }, + "m_Slots": [ + { + "m_Id": "22e94c3f89fd44ab980fda0a8ac36604" + }, + { + "m_Id": "696cabe1284e434f928cb20095867171" + }, + { + "m_Id": "d1b6515c7753413f8880e46d8cec351f" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "64739764bdbe4a9eb5658841ef50bbff", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6558015f55f84985af3916f5b9c7f2db", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "65e4b7d6f97346f6a3ef0f919d8b7256", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "65feaab7336543ef91186ba4d1b387c7", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "66146a80cdff4c7fb44b29e7b41535c8", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6640c11fe30b4648b0517271085cdcdf", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "664ad0ee704748d59b79bcb0096dfd36", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "66b7e04008c647e5968cbcb9da831640", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 1.0, + "e01": 1.0, + "e02": 1.0, + "e03": 1.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "67d5efae29ef4d91be7c56d06be03012", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "67dcf7c15b93467bad4e606a26b6e862", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "68e4eb0d90a342758f8071cf1c0cd200", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2441.0, + "y": -448.9999694824219, + "width": 144.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "6b0c9def620c4e6883c2f2b5931b3614" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f7c61ecfab824d6abb4e8e9d8a386e5a" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "691df14f710649f6b84a8e6f8ce1d7e4", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "694686f2f82a47f0b0e94e5db82617ec", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "696cabe1284e434f928cb20095867171", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "6b0c9def620c4e6883c2f2b5931b3614", + "m_Id": 0, + "m_DisplayName": "Noise mask", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6be9a4059b9842e7b38377f38a54026b", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "6c26fb9e59bc454381a53caff526cf16", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6ce326d615904f3d9609db1bd9cbfbf1", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6da0bf967d9f42b692587e39ecb53ef3", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionNode", + "m_ObjectId": "6dcd06137c3141aea5b81bfdaffba24b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Screen Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3044.999755859375, + "y": -647.0, + "width": 144.999755859375, + "height": 128.0 + } + }, + "m_Slots": [ + { + "m_Id": "19bdc5d4d0224fff86544b41b9b0ec0b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6e6b835654dc425dbe1758c55d83ff12", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6f9684687d9e429fa4c226744a21e478", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "6fb9907c0ce142d29228f2a39b1ba009", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.BaseColor", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "eaf393d71dbe49f1b024d984825ad843" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "70ce8b0d5d194b4987ff0ee0150d5c08", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "7111a7fd79404ea5aca245c4312c8345", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Smoothness", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "42edcb98b5bc438f87868331a6331fd8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Smoothness" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "71297196f3964e07af0fb00b6ce4e685", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "71d7a3631f4a4ca3a5cdcc43240dec32", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "73b5a92ee9fe499d883fab0349dca67f", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "75a7a2cbdb84479e86814b170612ae9f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "75da9dd3b5c14ce3b23f706c1d5672a7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 841.0, + "y": 373.0, + "width": 126.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "1e81b92e7c874ac488de557ec7f8c642" + }, + { + "m_Id": "67dcf7c15b93467bad4e606a26b6e862" + }, + { + "m_Id": "625f0fb8d8a54a659496a093d6a29a24" + }, + { + "m_Id": "d5270b16f1ab434b8dc05b8a3669e598" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "765d9b7c6d1143eb868f0920a5021f2a", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7699e746a52e4e96ab3b6f08891d4f27", + "m_Id": 4, + "m_DisplayName": "Smooth Delta", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Smooth Delta", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "769d7bf8423442ee8766d8e6406f01b2", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "76c0aeacc1324b4aad5dda8da0a0269f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2501.0, + "y": -647.0, + "width": 154.0, + "height": 142.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "dff440b0ffe84766901ce755c73f84d6" + }, + { + "m_Id": "a3511fcbb818446c8d2f45b68f50531c" + }, + { + "m_Id": "c7904870bf4c464487fc98c53f4864bd" + }, + { + "m_Id": "dce334650f1345a9989913ef4eb24f66" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "76c5f035d2974b1880e818a89da6327e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "7794c08b1f8e40368e33d45f6edf4e87", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2832.0, + "y": -307.9999694824219, + "width": 128.0, + "height": 100.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "c115d2e3bb9d4f899b037f8c73eb6c1c" + }, + { + "m_Id": "96f1aa42432f4eedab56f568b610dc56" + }, + { + "m_Id": "8e80ead2619245af9aa2441cb9f38ef0" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "78078e9c2bfc42daa67ddb1c1a854675", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -815.0, + "y": 1350.0, + "width": 126.0, + "height": 117.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "ff9ad703cd244f4fae6e308bf03183f7" + }, + { + "m_Id": "d92be2c2cacb4bedb05ef9bcac54fac2" + }, + { + "m_Id": "5665d605f1154972a60dbe238d286d58" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "780e9a97b1f74c5f9ba1ab60aad52714", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "78d22f3b9cc5438ba7cea992248b1db9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Alpha", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "44f9335862a446299ddb753a7ebc23c3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Alpha" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "79558bacd93f4b6089e5a7351771eaaa", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7ae7f8085818415cb195bdf93d815c80", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7b165938d73f4f539cc53f2c4571d66e", + "m_Id": 1, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "7b9d569b169547fd8d193837bbaea532", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "7c56cb995d5d47e08cad5672b0c89d02", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2201.0, + "y": 206.00001525878907, + "width": 154.0, + "height": 141.9999542236328 + } + }, + "m_Slots": [ + { + "m_Id": "664ad0ee704748d59b79bcb0096dfd36" + }, + { + "m_Id": "5dcfff75522240e4a4847873258db2d5" + }, + { + "m_Id": "511dcd18789e4dcaacdb15cc2fb90662" + }, + { + "m_Id": "a7012cd9676d4d68b2f920c971152f53" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.StepNode", + "m_ObjectId": "7ccda742be704fd29f8b434068bf17fd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Step", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -505.0, + "y": 1426.0, + "width": 145.0, + "height": 117.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "ba540be1c2694d97a4beb696d86b5900" + }, + { + "m_Id": "c8ca1f7c5ea24a39bc551845fd4e8246" + }, + { + "m_Id": "f832427ee778459f97fa588670f1a1a7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7d0034f7f95c4dd5bec46ca53aa457d9", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "7da2894281644915a940bbc79e19ea1a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4262.99951171875, + "y": 75.99999237060547, + "width": 125.99951171875, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "a1b29c67893e4aa695e50d53f96411c8" + }, + { + "m_Id": "ed4569218ecb499db16ad74ad88c0f5d" + }, + { + "m_Id": "570a330ff77d429e9af29ac57684661f" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "7dd01d02f4944c8488102c091c328ad7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -131.00001525878907, + "y": -163.99998474121095, + "width": 120.0000228881836, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "36b2653b81b345688a6073af23d1f818" + }, + { + "m_Id": "6e6b835654dc425dbe1758c55d83ff12" + }, + { + "m_Id": "25673063d5b644b9b39b566040cd8d92" + }, + { + "m_Id": "c723995c5bb149aa898434cacd8c879b" + }, + { + "m_Id": "89cfc972bf294fb3947d52e768c0c241" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7e0ae80c2909413c9dc5a7d18284804f", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7e4e9d5bef9b4d779474bb5a424a6c29", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "7f5ee32f922141d987f82acf49a6dfeb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2816.999755859375, + "y": -647.0, + "width": 129.999755859375, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "870428b4f24f4c3e877c601ac32f105c" + }, + { + "m_Id": "3c8dbffa991a404ab6e128a47bd2cecf" + }, + { + "m_Id": "70ce8b0d5d194b4987ff0ee0150d5c08" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "80b23cd6471f4e138a01bedd0dfbda20", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3381.0, + "y": 1095.0, + "width": 120.0, + "height": 148.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "299ca8495397470196c2de46bdf50595" + }, + { + "m_Id": "91044bfcdcaa474f8cf50792f3435070" + }, + { + "m_Id": "e092c6705f67465eb5951b0fb03f99ad" + }, + { + "m_Id": "b0d10168af734d7fbfe02df006994450" + }, + { + "m_Id": "7ae7f8085818415cb195bdf93d815c80" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "80d2b563558045809c3a0ac560bd0cfe", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "80db1672e5e6442e99bd78d017d6f592", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "80f66eeb483f473789522244b949d6c0", + "m_Id": 1, + "m_DisplayName": "Min", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Min", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "81b4056fe02d4dc8820d46a3555ae948", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 86.00000762939453, + "y": -10.999974250793457, + "width": 129.99996948242188, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "16867a4025ab480a84c068a7d5659409" + }, + { + "m_Id": "81cfe1183c4544599261b5ba5f2f1028" + }, + { + "m_Id": "94e39143f55e4af181989189e9a2476b" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "81b875ce8fb1413a9e4630b64ef1707e", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "81cfe1183c4544599261b5ba5f2f1028", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "82dabe20782d4cb687816729bbca511d", + "m_Id": 0, + "m_DisplayName": "Speed Color XY Main ZW", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "84301c78d9ee40a6ae0ac68589cd7899", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "854b8a15aa6542f1bc23f4974d66232f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "85cb308cafbf43c6ab6cd2b866c22cf5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1965.9998779296875, + "y": -271.0, + "width": 130.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "89cc146cc80942e58d4ce8ecd47618d7" + }, + { + "m_Id": "9dba097011494eeabad433db2bb7154a" + }, + { + "m_Id": "26b9a46565984a9cacc6850d14d27a04" + }, + { + "m_Id": "462035942a85455fb926eb8d1bf26080" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "85fc70d64f924b8a9bcc12cd4f236e08", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "86bf75119e764ab5a95d7eeba0760a1c", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "86d9c76b538044f0bb4cf4f420b5beb2", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "870428b4f24f4c3e877c601ac32f105c", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "878c8b6e9b264a8b9d177792b4e8d853", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "87da569866a249bc9d1083f6e7af1b5f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2292.0, + "y": -482.9999694824219, + "width": 183.0, + "height": 248.99998474121095 + } + }, + "m_Slots": [ + { + "m_Id": "14f3ca1785124994b9274d00b72ef8bd" + }, + { + "m_Id": "3055d72986474cc1a0b8bdf80f9b9e27" + }, + { + "m_Id": "dcade3d041fe42608c67e9ccd1bcea7e" + }, + { + "m_Id": "a7ad930879fa40c18805ccbf4f4b4d8b" + }, + { + "m_Id": "970386bd64784c02b6344e42f3aecb11" + }, + { + "m_Id": "ee9f8d26f0b24613ba76c28b2af8c5fb" + }, + { + "m_Id": "b390cbbbaf024f79917cca740c292846" + }, + { + "m_Id": "a8323bf7ea59446cb6b462e3f9826325" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ClampNode", + "m_ObjectId": "8825683df9b64f72b6f4ba6b750d7672", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Clamp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 86.00000762939453, + "y": -163.99998474121095, + "width": 140.0, + "height": 141.99998474121095 + } + }, + "m_Slots": [ + { + "m_Id": "330f615c425c4f769150f5465b19b104" + }, + { + "m_Id": "2228615c4c174324ae884f0a48e91e4c" + }, + { + "m_Id": "9a3c19d2be554acfa7277009805217e8" + }, + { + "m_Id": "232d28498069431eb64dfbcfeb840986" + } + ], + "synonyms": [ + "limit" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "8852a38e05994ba4a6ec30bde5b1a97a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4198.0, + "y": 1223.0001220703125, + "width": 144.999755859375, + "height": 128.0 + } + }, + "m_Slots": [ + { + "m_Id": "e3c2fe912b684c8eb5ab1afb3158c0f4" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SmoothstepNode", + "m_ObjectId": "898b996721ac4a588dfd8596f77cdb75", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Smoothstep", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -357.0, + "y": 335.0, + "width": 152.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "919c61eb55014fef94ff5c8f69f1cddb" + }, + { + "m_Id": "4e0242e4c8a1448c8a36995848923b16" + }, + { + "m_Id": "37e15a20b9bd4f8eb6d192fcb3ee2e1f" + }, + { + "m_Id": "d7d275f649544567a67f97b94ceba684" + } + ], + "synonyms": [ + "curve" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "89cc146cc80942e58d4ce8ecd47618d7", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "89cfc972bf294fb3947d52e768c0c241", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.VertexColorNode", + "m_ObjectId": "8b4b760c444346b1ad4f685baa85503e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vertex Color", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -352.0, + "y": 110.99998474121094, + "width": 117.0, + "height": 94.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "b0ee761d5d2349699f02cf2b05fa4ec5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.BuiltinData", + "m_ObjectId": "8b99950c7325455b986c7e34143f0ad2", + "m_Distortion": false, + "m_DistortionMode": 0, + "m_DistortionDepthTest": true, + "m_AddPrecomputedVelocity": false, + "m_TransparentWritesMotionVec": false, + "m_DepthOffset": false, + "m_ConservativeDepthOffset": false, + "m_TransparencyFog": true, + "m_AlphaTestShadow": false, + "m_BackThenFrontRendering": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_TransparentPerPixelSorting": false, + "m_SupportLodCrossFade": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "8be114a72b2b4f828987d72eddd4c717", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2725.999755859375, + "y": 236.0, + "width": 129.999755859375, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "b217450ccf6f49beaaf3c9fb47aee1f1" + }, + { + "m_Id": "9cb03140d7bf4a41a8a15a3424994520" + }, + { + "m_Id": "a96a117d03144776b9704c90670a120e" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "8c83c14b8f484d0493472805d6ce116c", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8dc451aa533e49b8a7b5615bef81feab", + "m_Id": 2, + "m_DisplayName": "Radial Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "RadialScale", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8dd5bb5800a347358058fc341aa3f2ab", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8ddccdea9fc44471bd7144725e1f0c3a", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "8e80ead2619245af9aa2441cb9f38ef0", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8f4380ae1c1243a6ba645269c860a90a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8fe7eb5979e74a54b9abd4d5cea4f206", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "901db71fb5c74092aa3ddfa2b76dc68d", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "909a8820837344638d214f83863b031d", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "91044bfcdcaa474f8cf50792f3435070", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "919c61eb55014fef94ff5c8f69f1cddb", + "m_Id": 0, + "m_DisplayName": "Edge1", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge1", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "91a0e35a100444288c085473ee360f16", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "93022776ec5b4f2fb96c6a54884d15fa", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ComparisonNode", + "m_ObjectId": "935fe20dff4b4f719d42461b24226186", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Comparison", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4818.0, + "y": 344.0, + "width": 145.0, + "height": 135.0 + } + }, + "m_Slots": [ + { + "m_Id": "64739764bdbe4a9eb5658841ef50bbff" + }, + { + "m_Id": "f837d294b7fe436eab6920c72f74f6ee" + }, + { + "m_Id": "bde0c0548fe74d9191f61fd61cb5eb34" + } + ], + "synonyms": [ + "equal", + "greater than", + "less than" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ComparisonType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "93784feac3d7469a92bd04cf76cb9f45", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "93b5d50db4ad4583a8834c14dd56a0f5", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "942de5507f6e49a697fae9a6c5f73ef9", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "94c1bb67829144cfbd328570137f240d", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "94e39143f55e4af181989189e9a2476b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "9585b0d0176d47b986965690493d9727", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -967.0, + "y": 1265.0, + "width": 126.0, + "height": 117.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "57572703073d4a9e8a726399c136aeae" + }, + { + "m_Id": "67d5efae29ef4d91be7c56d06be03012" + }, + { + "m_Id": "854b8a15aa6542f1bc23f4974d66232f" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "96252108a6f0458c8fa42a41c940e3c2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1478.9998779296875, + "y": 365.0000305175781, + "width": 169.9998779296875, + "height": 141.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "b21322f65b084080a37de222dbbf328b" + }, + { + "m_Id": "a7015bb3e4714ec8acd2b3b544858d12" + }, + { + "m_Id": "86bf75119e764ab5a95d7eeba0760a1c" + }, + { + "m_Id": "ffba1dae6e4046779241f0ac536f13bf" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "96f1aa42432f4eedab56f568b610dc56", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "970386bd64784c02b6344e42f3aecb11", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "97eb66babb35484792ff49cf8905d79e", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "983474de42b54e2d82efed7542dd6ecd", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "98d6826c227745dc986cc54b3f7228be", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "9923dd356ac64b7a8ccc2eed6ab60eda", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1961.9998779296875, + "y": 2551.0, + "width": 144.9998779296875, + "height": 128.0 + } + }, + "m_Slots": [ + { + "m_Id": "47632addbcaf414789dc81c5b5fbbf62" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SceneDepthNode", + "m_ObjectId": "9a2192ca916643c39bd504066ffea78d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Scene Depth", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1145.0, + "y": 1122.0, + "width": 145.00006103515626, + "height": 110.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "12a0a5aebb594a4198d6126e477c8545" + }, + { + "m_Id": "7d0034f7f95c4dd5bec46ca53aa457d9" + } + ], + "synonyms": [ + "zbuffer", + "zdepth" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_DepthSamplingMode": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9a313a983dc541d28b54af412cb2dfb6", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9a3c19d2be554acfa7277009805217e8", + "m_Id": 2, + "m_DisplayName": "Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Max", + "m_StageCapability": 3, + "m_Value": { + "x": 1000000.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9bd146bef79b4e1287cf81ce37ec5db5", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 99.0, + "e01": 99.0, + "e02": 99.0, + "e03": 99.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "9c8602ff01d248c2913751ccb052174a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4529.99951171875, + "y": 344.0, + "width": 170.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "ce285952c2d0416db3013e10d7e2d6ae" + }, + { + "m_Id": "f654d90140504b699bdd53a1ce11f6e6" + }, + { + "m_Id": "11ec38f718824a1783a0853052f138c3" + }, + { + "m_Id": "1ff608f697574164b6173a89bb38272e" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9cb03140d7bf4a41a8a15a3424994520", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "9d098144f2924678a10451db2c3f8cc4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4501.0, + "y": -29.999971389770509, + "width": 120.0, + "height": 148.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "81b875ce8fb1413a9e4630b64ef1707e" + }, + { + "m_Id": "e5cf1017652f455493e5fe0c1f250fa5" + }, + { + "m_Id": "abdda43451534a07bcf713a799035924" + }, + { + "m_Id": "a6126f6de09642daa7b3988b17d43b70" + }, + { + "m_Id": "586e0d19998f448f86a0fb3a3a7d88dd" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9dba097011494eeabad433db2bb7154a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ComparisonNode", + "m_ObjectId": "9e40770b708e4ea18648917dd5b12d16", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Comparison", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3984.000244140625, + "y": 1095.0001220703125, + "width": 145.0, + "height": 135.0 + } + }, + "m_Slots": [ + { + "m_Id": "694686f2f82a47f0b0e94e5db82617ec" + }, + { + "m_Id": "75a7a2cbdb84479e86814b170612ae9f" + }, + { + "m_Id": "942de5507f6e49a697fae9a6c5f73ef9" + } + ], + "synonyms": [ + "equal", + "greater than", + "less than" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ComparisonType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.StepNode", + "m_ObjectId": "9ec20a9c3bb341d691b207e2bde3e22b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Step", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -433.0, + "y": 2401.0, + "width": 145.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "dfb0385a19f24d02b2384bbba2a8ded0" + }, + { + "m_Id": "bae9a182dac74a878cac98272a052f90" + }, + { + "m_Id": "4dd2024827ac48d1b9252000c2e4a18d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9f13ed2170454158b8499b597e80ae1e", + "m_Id": 0, + "m_DisplayName": "Edge", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "9f46d85f7ecc406b891c75c97b49d939", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9f8ec41b22204665ad455436dcf4725f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "a062c6886fce48ea9d5b1eb205934bc7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -42.00002670288086, + "y": 2401.0, + "width": 128.0000457763672, + "height": 94.000244140625 + } + }, + "m_Slots": [ + { + "m_Id": "272a9ce2f47c4219a83997f6891fcfc8" + }, + { + "m_Id": "bd3f40858a66405492aadd9cd3ffc0f0" + } + ], + "synonyms": [ + "complement", + "invert", + "opposite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a1b29c67893e4aa695e50d53f96411c8", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a21f6c8b7cb64609810fbf03a058f782", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a239f3289c7d41b59a19e80c6a8ec320", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "a240ecdf07994b55b9d09d4495c2df81", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3565.0, + "y": 599.0, + "width": 208.000244140625, + "height": 433.0 + } + }, + "m_Slots": [ + { + "m_Id": "2cd8798bd08d42cdb7331b6b43199d9f" + }, + { + "m_Id": "a21f6c8b7cb64609810fbf03a058f782" + }, + { + "m_Id": "eb57fca4573745da8f1976083ce330c6" + }, + { + "m_Id": "983474de42b54e2d82efed7542dd6ecd" + }, + { + "m_Id": "e63029af66c447e1bdadacb23977f03e" + }, + { + "m_Id": "009c89e971b14a819abfe577ce44fe51" + }, + { + "m_Id": "b0bd5046bf0c480a81ba8498daeb521f" + }, + { + "m_Id": "c3e421f8006c4a038c50a32b0b553f56" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a25f46bd299648d983cdcc4a9313e31a", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "a28766b478064a0886f885706e505e37", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a29f45af752e498bb42402aeaba98407", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "a2e0aed5773747f191c7aca20d6fc33a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "4005b8d98a7e49f8a07e5efaafed2490" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "a2fb959945154bb4b503090ad2f91300", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 627.0, + "y": 448.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "ede4caecaa3d43a08e541e8102472068" + }, + { + "m_Id": "3a45cf05cd3048cc96ed520ae10cb101" + }, + { + "m_Id": "ba92f1b5b6694cb99592d1f7b372444b" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "a3511fcbb818446c8d2f45b68f50531c", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "a376428cc24945a1824c4a555bd0f519", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1263.0, + "y": 2401.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "0d7868d1db594b9daf768a4f9487c601" + }, + { + "m_Id": "5b31b46c167b436c81bd9fdc484091f9" + }, + { + "m_Id": "ad60f13de68745c4826f8e1f8e75457b" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "a3b04939861d4fbf921bf95c26ec8008", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a40b5d346d0d4016b8f80f0f59ed1c91", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "a424354941b0432786c1f54f9a793e35", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3707.0, + "y": 623.9999389648438, + "width": 128.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "f04dbfacdf574631918480724c895f29" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "48d8ba33f14d483caaebb6b76bf0059e" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a4961fc4d66a49bfb73e6ed8be007698", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a5642896932d4bff949620d67db3c6b0", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a6126f6de09642daa7b3988b17d43b70", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "a62e04857c9145998dd76dea7977c13b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2639.999755859375, + "y": -48.00001525878906, + "width": 129.999755859375, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "f27a332d11b64023861a7c3e0d375b70" + }, + { + "m_Id": "3795ad7cc4e74dd5b55b1b7a04603838" + }, + { + "m_Id": "adb5cb461d4e4a1a9efd3d42cb8b14dd" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "a6ce1d6ca267411991efe56ca2564ce8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Occlusion", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "c350687c916f49d1b022b3b842f31207" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Occlusion" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "a7012cd9676d4d68b2f920c971152f53", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a7015bb3e4714ec8acd2b3b544858d12", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a7ad930879fa40c18805ccbf4f4b4d8b", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "a8323bf7ea59446cb6b462e3f9826325", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a857b4718772498caba6c2285b4474c2", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "a916246390304a7fa0c51f699bd1e191", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a96a117d03144776b9704c90670a120e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "aac1572fad674f2b82905d9d15e012e7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1526.9998779296875, + "y": 2401.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "13118915517e4c83bae39d95e624c203" + }, + { + "m_Id": "379e45f0ffc34579ae371fb053c85502" + }, + { + "m_Id": "6640c11fe30b4648b0517271085cdcdf" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "ab08967feca142919a08e087f50244a4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1817.0, + "y": 2551.0, + "width": 120.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "c0bfca7933be4c4d90d3ce158669fc99" + }, + { + "m_Id": "a29f45af752e498bb42402aeaba98407" + }, + { + "m_Id": "202d4347d3b647ed869eb31e639c8281" + }, + { + "m_Id": "195eef9e32934481bc4b7a402dd337ef" + }, + { + "m_Id": "fd819473a4d541c58069906c74fdf6b4" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "abdda43451534a07bcf713a799035924", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ac1fd9af6c01416090848db5c1cbda28", + "m_Id": 2, + "m_DisplayName": "Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Max", + "m_StageCapability": 3, + "m_Value": { + "x": 0.9900000095367432, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ad0a6fcc91224c5ea802539fa72f9e06", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ad60f13de68745c4826f8e1f8e75457b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ad95c10e25db49578f1a2bd9bef1b7fd", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "adb5cb461d4e4a1a9efd3d42cb8b14dd", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", + "m_ObjectId": "af26d71c48b74de3a5996d7ab2a477a4", + "m_Guid": { + "m_GuidSerialized": "c8ca4cd7-92d2-4c83-afd2-ee7b75f4d54c" + }, + "m_Name": "Speed Color XY Main ZW", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Speed Color XY Main ZW", + "m_DefaultReferenceName": "_Speed_Color_XY_Main_ZW", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "af3b471964dd42998eb5e99be6212b47", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "b0bd5046bf0c480a81ba8498daeb521f", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b0d10168af734d7fbfe02df006994450", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "b0ebfc46d216406aa5c2b9f71244fc3c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1120.0, + "y": 1233.9998779296875, + "width": 120.00006103515625, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "51caa5d865834d0b9f7d91a82ff09cec" + }, + { + "m_Id": "4a37ba28235546c5a156e8c4f5dc2386" + }, + { + "m_Id": "0f293bbc69dd4e24b853eb6570f23881" + }, + { + "m_Id": "e00a432a28674047bc5b9de8969cad28" + }, + { + "m_Id": "c34597aea7b0401e94a3bd3ebf6a31b1" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "b0ee761d5d2349699f02cf2b05fa4ec5", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b0f8f65f2c5a431bb3b37844e1d3e209", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b1f72dc7d1004c7699d8a9de34965fc9", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "b21322f65b084080a37de222dbbf328b", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b217450ccf6f49beaaf3c9fb47aee1f1", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "b2e8bc5889374a2f9845ae737aa2b025", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2201.0, + "y": -142.0, + "width": 154.0, + "height": 34.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "17ea47bfda134774a308a0109d052b1f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f2dcb2834f074b3893ad0189cec4b9f5" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "b390cbbbaf024f79917cca740c292846", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b42df7dc34df4d669bc8464caf294f10", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "b5506e71a3e74efb9fb2b6eaa8d6ccd9", + "m_Guid": { + "m_GuidSerialized": "45816cf1-eb34-4cf5-9519-e08d9b70153f" + }, + "m_Name": "Cut tiling value 1", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Cut tiling value 1", + "m_DefaultReferenceName": "_Cut_tiling_value_1", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b77a03bb10c145feadaa1695d08bfd4a", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b7c0c3d6ad194314b261178e133d0476", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", + "m_ObjectId": "b81872518d3e465b9b03c44c556388df" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "b8297f081a5f43e7a18842a4df675b1f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 409.0, + "y": 373.0000305175781, + "width": 125.99993896484375, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "2ed64d520f61454e832d0ed571964135" + }, + { + "m_Id": "eefa34b8ae504b7ca0d9aee324d0997c" + }, + { + "m_Id": "5c997055feee4ae9aed870bcfce6a053" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "b9a138da68b8477b9b0ff4d012cc9bd8", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ba540be1c2694d97a4beb696d86b5900", + "m_Id": 0, + "m_DisplayName": "Edge", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ba92f1b5b6694cb99592d1f7b372444b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bab403198a084ed399c91779106a8a7d", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bae9a182dac74a878cac98272a052f90", + "m_Id": 1, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "bb8d83b709e54d79a8a4fe34b63a2574", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -370.0, + "y": -163.99998474121095, + "width": 145.0, + "height": 128.0 + } + }, + "m_Slots": [ + { + "m_Id": "3949c602c6314947946e2874c1838a94" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "bc56b57a83c24333b09d263eaa3a1584", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "bc5e4d87494a4394b3f8bc4831319453", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "48d8ba33f14d483caaebb6b76bf0059e" + }, + { + "m_Id": "5d36fa5c352c411593c5e218e2baac46" + }, + { + "m_Id": "409639d1b26149088782440d34d61498" + }, + { + "m_Id": "f2dcb2834f074b3893ad0189cec4b9f5" + }, + { + "m_Id": "af26d71c48b74de3a5996d7ab2a477a4" + }, + { + "m_Id": "3703d4f34a4d4c68811d5ddd783d9ff5" + }, + { + "m_Id": "12bbd6bc76a741aeb8841e5368233841" + }, + { + "m_Id": "f7c61ecfab824d6abb4e8e9d8a386e5a" + }, + { + "m_Id": "b5506e71a3e74efb9fb2b6eaa8d6ccd9" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bd3f40858a66405492aadd9cd3ffc0f0", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "bde0c0548fe74d9191f61fd61cb5eb34", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "be38c7ea709741a68a3a5d92e75cbc47", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -778.0, + "y": 261.0, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "32c6aba439184469b16ddc9ba6c888fe" + }, + { + "m_Id": "4e0eaf072d314f34bac2d9a2c76d644e" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "be6641a6c4f042cda81fc71ceaf68e3f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3565.00048828125, + "y": 1095.0001220703125, + "width": 172.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "a916246390304a7fa0c51f699bd1e191" + }, + { + "m_Id": "df4e2352422742fc9a6aeba1c2b4b374" + }, + { + "m_Id": "9a313a983dc541d28b54af412cb2dfb6" + }, + { + "m_Id": "5d4c3f9798c64afc8f2b7dffbb9c1512" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "c0093fdb1a58445b85f710fa49270ac0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2019.0, + "y": -121.0, + "width": 183.0001220703125, + "height": 249.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "65feaab7336543ef91186ba4d1b387c7" + }, + { + "m_Id": "d362fad0a7964744a1c9cf12e6e3d6f8" + }, + { + "m_Id": "1cde337033d843258138df0a910d473c" + }, + { + "m_Id": "c42876a8c275476e84d08851ed89a419" + }, + { + "m_Id": "db8780f2de1641daaaf5d4e94f86be94" + }, + { + "m_Id": "9f46d85f7ecc406b891c75c97b49d939" + }, + { + "m_Id": "a28766b478064a0886f885706e505e37" + }, + { + "m_Id": "6c26fb9e59bc454381a53caff526cf16" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c0bfca7933be4c4d90d3ce158669fc99", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "c10273f4d82840939a6a591adf14331c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3275.999755859375, + "y": -189.0, + "width": 207.999755859375, + "height": 34.00001525878906 + } + }, + "m_Slots": [ + { + "m_Id": "82dabe20782d4cb687816729bbca511d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "af26d71c48b74de3a5996d7ab2a477a4" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c115d2e3bb9d4f899b037f8c73eb6c1c", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c1753ca5412343529ed91e4000eb3a65", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c34597aea7b0401e94a3bd3ebf6a31b1", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c350687c916f49d1b022b3b842f31207", + "m_Id": 0, + "m_DisplayName": "Ambient Occlusion", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Occlusion", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "c36611ce37bb416eb18a2d0382d6a5aa", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "c3e421f8006c4a038c50a32b0b553f56", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c42876a8c275476e84d08851ed89a419", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "c5f7975130584038979eee801373afee", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2655.999755859375, + "y": -290.0, + "width": 129.999755859375, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "8dd5bb5800a347358058fc341aa3f2ab" + }, + { + "m_Id": "f59b10bdb141406a9450f7f2dfad6760" + }, + { + "m_Id": "7b9d569b169547fd8d193837bbaea532" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "c6a2fd5192db4312b36c2c1523006b85", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4177.99951171875, + "y": 739.9999389648438, + "width": 144.99951171875, + "height": 128.00006103515626 + } + }, + "m_Slots": [ + { + "m_Id": "33d947dcc09a4e26ad91ffa50cd6c64c" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c723995c5bb149aa898434cacd8c879b", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "c7904870bf4c464487fc98c53f4864bd", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c7d77de9d4a3422b9305893b80289191", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "c87fceb3efa34fda86bc1327707aefcc", + "m_Id": 0, + "m_DisplayName": "Specular Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Specular", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 0, + "m_DefaultColor": { + "r": 0.5, + "g": 0.5, + "b": 0.5, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c8ca1f7c5ea24a39bc551845fd4e8246", + "m_Id": 1, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "c94552ffdfbe4ccb93f9322aff655d13", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Normal", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "bc56b57a83c24333b09d263eaa3a1584" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ca2ba0d93fb84de8b46bb75836e1444f", + "m_Id": 0, + "m_DisplayName": "Alpha Clip Threshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "AlphaClipThreshold", + "m_StageCapability": 2, + "m_Value": 0.009999999776482582, + "m_DefaultValue": 0.5, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ca5cded34d6d4afba723cd88c59aa19e", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ca65dafd36354c9bb9389d915ca30a90", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "cae43d3ee271470bbd000bdcd166adcf", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "b81872518d3e465b9b03c44c556388df" + }, + "m_AllowMaterialOverride": true, + "m_SurfaceType": 1, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": true, + "m_CastShadows": false, + "m_ReceiveShadows": true, + "m_DisableTint": false, + "m_AdditionalMotionVectorMode": 0, + "m_AlembicMotionVectors": false, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "cb0279c6b9c1491c82b71022fcd6dc25", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "cbf60c6f96884bff977c2a66c8bd30fb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 130.99996948242188, + "y": 492.99993896484377, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "186a524ac2dd41a28077def573df6a2b" + }, + { + "m_Id": "59eee90a22ec446b8f0484d587955006" + }, + { + "m_Id": "84301c78d9ee40a6ae0ac68589cd7899" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "cc3ef24f674245eb9a10899e91393201", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3911.999755859375, + "y": 623.9999389648438, + "width": 171.999755859375, + "height": 142.00006103515626 + } + }, + "m_Slots": [ + { + "m_Id": "04ba9fbf30324ec198f0840d3d9da29e" + }, + { + "m_Id": "0753ebbe728744569c1fd6597ab3650c" + }, + { + "m_Id": "31d2195d08bf4f77ab89b1133c8848a6" + }, + { + "m_Id": "93022776ec5b4f2fb96c6a54884d15fa" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "ce285952c2d0416db3013e10d7e2d6ae", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "cf576c34f5bb44f4be67e9d0a330c03a", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDTarget", + "m_ObjectId": "d08c1d31a794492b8f1df2db15dad278", + "m_ActiveSubTarget": { + "m_Id": "51ca37f577f64bf5b6ba8e06c183523c" + }, + "m_Datas": [ + { + "m_Id": "8b99950c7325455b986c7e34143f0ad2" + }, + { + "m_Id": "f63f11152b1340f4b5ff4cc72fa78516" + }, + { + "m_Id": "13c538bc00a84d2a948d75350371053a" + } + ], + "m_CustomEditorGUI": "", + "m_SupportVFX": true, + "m_SupportLineRendering": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "d1b6515c7753413f8880e46d8cec351f", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d296e45196eb4254baf223d395ded41f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d362fad0a7964744a1c9cf12e6e3d6f8", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "d3751d84332d4f868af379fa8c89534d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3740.0, + "y": 75.99999237060547, + "width": 126.000244140625, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "16507cb72de443769bef78f25237c6be" + }, + { + "m_Id": "5617cf6f724444d192741ee74686f0f9" + }, + { + "m_Id": "1ef4d200f4e84c548aceee239bfd4f72" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "d3a70a7f0ef5467387a2b219211a24ef", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1496.0, + "y": -142.99998474121095, + "width": 172.0, + "height": 141.99998474121095 + } + }, + "m_Slots": [ + { + "m_Id": "8c83c14b8f484d0493472805d6ce116c" + }, + { + "m_Id": "fa16e0a130dc46ec958065a372505bda" + }, + { + "m_Id": "ca65dafd36354c9bb9389d915ca30a90" + }, + { + "m_Id": "ca5cded34d6d4afba723cd88c59aa19e" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d5270b16f1ab434b8dc05b8a3669e598", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "d67dcb96439c4a35865ef8a4eeed18f9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -672.0, + "y": 1350.0, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "7e0ae80c2909413c9dc5a7d18284804f" + }, + { + "m_Id": "17e81c1de8f64848aa34c551bf77bce3" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d7d275f649544567a67f97b94ceba684", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d8a65ab4426b4536ad9b26e82867c4fa", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d8c9e20e1f11402c9b94403c6b78ef54", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d92be2c2cacb4bedb05ef9bcac54fac2", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "daacf6ce9b7545f084adab61dd70280e", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "db8780f2de1641daaaf5d4e94f86be94", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "dc8c906a59b440babdcb94575b8896b4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 602.0000610351563, + "y": -140.00009155273438, + "width": 130.0, + "height": 118.00007629394531 + } + }, + "m_Slots": [ + { + "m_Id": "af3b471964dd42998eb5e99be6212b47" + }, + { + "m_Id": "1d708f55d81c4f968c0a6215b357e7e5" + }, + { + "m_Id": "44912f371ebd4715acc0d14deeedd431" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dcade3d041fe42608c67e9ccd1bcea7e", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "dce334650f1345a9989913ef4eb24f66", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "defc6686c8354c9399f4dcbb34bb1b9e", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "df0b8f4b2d184dbe828d245970388ce4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2510.0, + "y": 214.99998474121095, + "width": 130.0, + "height": 118.00001525878906 + } + }, + "m_Slots": [ + { + "m_Id": "85fc70d64f924b8a9bcc12cd4f236e08" + }, + { + "m_Id": "80db1672e5e6442e99bd78d017d6f592" + }, + { + "m_Id": "79558bacd93f4b6089e5a7351771eaaa" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "df4e2352422742fc9a6aeba1c2b4b374", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "dfb0385a19f24d02b2384bbba2a8ded0", + "m_Id": 0, + "m_DisplayName": "Edge", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "dff440b0ffe84766901ce755c73f84d6", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e00a432a28674047bc5b9de8969cad28", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e092c6705f67465eb5951b0fb03f99ad", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInUnlitSubTarget", + "m_ObjectId": "e1fd1692047045d19202ef99f3883b11" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e29485b2fdc64236b3f5a7dea6d035da", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "e3c2fe912b684c8eb5ab1afb3158c0f4", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "e4501be8f9ee4d76b8312b35a6ddc621", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3035.999755859375, + "y": -216.99998474121095, + "width": 119.999755859375, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "437f1d8b4e8a47d48dead0d02aff50ed" + }, + { + "m_Id": "6f9684687d9e429fa4c226744a21e478" + }, + { + "m_Id": "73b5a92ee9fe499d883fab0349dca67f" + }, + { + "m_Id": "e29485b2fdc64236b3f5a7dea6d035da" + }, + { + "m_Id": "98d6826c227745dc986cc54b3f7228be" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "e45f342c92ec4b2f8584e421db93c75e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4198.0, + "y": 1095.0001220703125, + "width": 144.999755859375, + "height": 128.0 + } + }, + "m_Slots": [ + { + "m_Id": "c36611ce37bb416eb18a2d0382d6a5aa" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e5cf1017652f455493e5fe0c1f250fa5", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "e62038bcc5604e0c8356fe244d4288f1", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2716.0, + "y": 87.0000228881836, + "width": 120.0, + "height": 148.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "487076fa7a0b47729ca11292b04abded" + }, + { + "m_Id": "15cca9bcd20f4cf9ae993888bc726cf8" + }, + { + "m_Id": "113cffae030c47cda4a4b114bbdc3c82" + }, + { + "m_Id": "0865e51259d04a988a02a6fd4095f2e5" + }, + { + "m_Id": "6be9a4059b9842e7b38377f38a54026b" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e63029af66c447e1bdadacb23977f03e", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e63c4c2cbb8948e5bfc8fce4946586ab", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e63e74e37adc423f86bca012e26b9537", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "e72c7f6679764d8a9d82a0a268bd5ab9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1526.9998779296875, + "y": 2524.0, + "width": 126.0, + "height": 117.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "5a2b1688d994446eb553a415153cd548" + }, + { + "m_Id": "8f4380ae1c1243a6ba645269c860a90a" + }, + { + "m_Id": "765d9b7c6d1143eb868f0920a5021f2a" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "e9b9b9be474946fb928ac22e453c4ace", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -975.9999389648438, + "y": 2401.0, + "width": 125.99993896484375, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "d8a65ab4426b4536ad9b26e82867c4fa" + }, + { + "m_Id": "58a845d2416640afb6e6b149ba893e71" + }, + { + "m_Id": "58594da2c6b1428baade49b2d43e897d" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "ea0fc8c68de54e8aae9edaa4e1915289", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1085.0, + "y": 177.0, + "width": 128.00006103515626, + "height": 93.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "1d5e06b4d0c94089bb79d6af13ec9149" + }, + { + "m_Id": "769d7bf8423442ee8766d8e6406f01b2" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ClampNode", + "m_ObjectId": "ea9bdf32e8b648c589650744be435427", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Clamp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -997.9999389648438, + "y": 714.0, + "width": 139.99993896484376, + "height": 141.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "1ecbfc39abc64704854546e28741b2f9" + }, + { + "m_Id": "80f66eeb483f473789522244b949d6c0" + }, + { + "m_Id": "ac1fd9af6c01416090848db5c1cbda28" + }, + { + "m_Id": "25dae84cd7ef44fcb096ca97f48b2e53" + } + ], + "synonyms": [ + "limit" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "eaf393d71dbe49f1b024d984825ad843", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 0, + "m_DefaultColor": { + "r": 0.5, + "g": 0.5, + "b": 0.5, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "eb57fca4573745da8f1976083ce330c6", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "ebb18b07becc417da10f987e9e594cd2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1436.0, + "y": 510.9999694824219, + "width": 126.0, + "height": 118.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "8ddccdea9fc44471bd7144725e1f0c3a" + }, + { + "m_Id": "0bc6414ec8ca4a36b3156b78a7e67e59" + }, + { + "m_Id": "a239f3289c7d41b59a19e80c6a8ec320" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "ebee3d97ec32451e973626daae9e6828", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1961.9998779296875, + "y": 2401.0, + "width": 144.9998779296875, + "height": 128.0 + } + }, + "m_Slots": [ + { + "m_Id": "93784feac3d7469a92bd04cf76cb9f45" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ed4569218ecb499db16ad74ad88c0f5d", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ede4caecaa3d43a08e541e8102472068", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "ee9f8d26f0b24613ba76c28b2af8c5fb", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "eefa34b8ae504b7ca0d9aee324d0997c", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "f04dbfacdf574631918480724c895f29", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f0a86f92f1d147d186bbc6fecc37e532", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f1d6ffc9f3d94a6b9c4d74e2b375628b", + "m_Id": 2, + "m_DisplayName": "Cosine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Cosine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f27a332d11b64023861a7c3e0d375b70", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "f2dcb2834f074b3893ad0189cec4b9f5", + "m_Guid": { + "m_GuidSerialized": "915975d7-25db-4129-86b8-f95651a2b9c3" + }, + "m_Name": "Color Texture", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Color Texture", + "m_DefaultReferenceName": "_Color_Texture", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f59b10bdb141406a9450f7f2dfad6760", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.SystemData", + "m_ObjectId": "f63f11152b1340f4b5ff4cc72fa78516", + "m_MaterialNeedsUpdateHash": 1, + "m_SurfaceType": 1, + "m_RenderingPass": 4, + "m_BlendMode": 0, + "m_ZTest": 4, + "m_ZWrite": false, + "m_TransparentCullMode": 2, + "m_OpaqueCullMode": 2, + "m_SortPriority": 0, + "m_AlphaTest": true, + "m_ExcludeFromTUAndAA": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_SupportLodCrossFade": false, + "m_DoubleSidedMode": 1, + "m_DOTSInstancing": false, + "m_CustomVelocity": false, + "m_Tessellation": false, + "m_TessellationMode": 0, + "m_TessellationFactorMinDistance": 20.0, + "m_TessellationFactorMaxDistance": 50.0, + "m_TessellationFactorTriangleSize": 100.0, + "m_TessellationShapeFactor": 0.75, + "m_TessellationBackFaceCullEpsilon": -0.25, + "m_TessellationMaxDisplacement": 0.009999999776482582, + "m_DebugSymbols": false, + "m_Version": 2, + "inspectorFoldoutMask": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f654d90140504b699bdd53a1ce11f6e6", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "f6b69e1d2a334b6a95e44c43b317ecfe", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1262.0, + "y": 296.0, + "width": 126.0, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "a40b5d346d0d4016b8f80f0f59ed1c91" + }, + { + "m_Id": "07c5cf39f6f44f18a1fb7b6bedc81bdb" + }, + { + "m_Id": "c7d77de9d4a3422b9305893b80289191" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "f7c61ecfab824d6abb4e8e9d8a386e5a", + "m_Guid": { + "m_GuidSerialized": "12a6d1a2-f5e1-4ae0-ba89-dc75d2802f92" + }, + "m_Name": "Noise mask", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Noise mask", + "m_DefaultReferenceName": "_Noise_mask", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f832427ee778459f97fa588670f1a1a7", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f837d294b7fe436eab6920c72f74f6ee", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "f95e3986bc064365ac4f73f5a1659255", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "f9e64b43d7f042128842bad301d8b676", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3245.0, + "y": 657.9999389648438, + "width": 126.000244140625, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "97eb66babb35484792ff49cf8905d79e" + }, + { + "m_Id": "65e4b7d6f97346f6a3ef0f919d8b7256" + }, + { + "m_Id": "5a152e3589514dc5be3f77d023a98268" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fa16e0a130dc46ec958065a372505bda", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fa7992c398e14b81bb09ba4bf4e46269", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "fc2d622ffb544761915319adf1cfd456", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2176.0, + "y": 154.99998474121095, + "width": 128.0, + "height": 33.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "630c57561e094b9290be69e84c3733df" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "48d8ba33f14d483caaebb6b76bf0059e" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "fcf898d35334426fbfef5066696bc28d", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fd819473a4d541c58069906c74fdf6b4", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "fe97b1eba1eb42f6863a6c6bbb7a8ce8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3497.0, + "y": -29.999971389770509, + "width": 128.000244140625, + "height": 100.99995422363281 + } + }, + "m_Slots": [ + { + "m_Id": "5ca7ec34e55e4f7098d358053948b176" + }, + { + "m_Id": "1e03e87096a04d4084fb262b1d5b838d" + }, + { + "m_Id": "5f697f7dfa3545e5acfc727e5d42566b" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ff13e8e67b684387a8ca6d39cf08781c", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ff9ad703cd244f4fae6e308bf03183f7", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ffba1dae6e4046779241f0ac536f13bf", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ChannelCut.shadergraph.meta b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ChannelCut.shadergraph.meta new file mode 100644 index 0000000..d92f2fa --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ChannelCut.shadergraph.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 5914e2992cf113d4e9e7eb0578a1520f +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ChannelCut.shadergraph + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Distortion.shadergraph b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Distortion.shadergraph new file mode 100644 index 0000000..3ee7deb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Distortion.shadergraph @@ -0,0 +1,6159 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "4c0ad568949241af8e1c90a71a96687b", + "m_Properties": [ + { + "m_Id": "468dfd619457fd8c9a83ae5e629331b4" + }, + { + "m_Id": "c45c4270ca04448e984714f336e62c27" + }, + { + "m_Id": "ec3426217a41da849b685fd318d46182" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "a08c536d0d9d4e6e9b25dade722a9284" + } + ], + "m_Nodes": [ + { + "m_Id": "018d71fe3176518abf1b0a91b65efa55" + }, + { + "m_Id": "2e75ee28d5971c8caaa386759df824aa" + }, + { + "m_Id": "cff3514e854f4b899719d2ebdfd54239" + }, + { + "m_Id": "d1ca691dc1a2dc8289be24203f3be46f" + }, + { + "m_Id": "1ac50f7f68aae580ac5ca048f68fd83f" + }, + { + "m_Id": "46331228d1561d89bcc8602d8c19d3be" + }, + { + "m_Id": "289d294ba7202185841d48cd1afc1a83" + }, + { + "m_Id": "8a8e35b20447298b8f6c773510aeddc3" + }, + { + "m_Id": "c827d73e3e29eb808daf5ad6ea455570" + }, + { + "m_Id": "7d02e9dbec4f0f86adf4b31273ec51ec" + }, + { + "m_Id": "6a55d455e4c78280a82dcd6b17a0d557" + }, + { + "m_Id": "e4dd8751e687db869b10873684d6b2dc" + }, + { + "m_Id": "aea24aeae48ba68084a8424aea7061c5" + }, + { + "m_Id": "295dbf9e9315ff8eb818790a0901f6ac" + }, + { + "m_Id": "11befe732ba091839e6e5825c0889752" + }, + { + "m_Id": "c98ae91a4e908f8aa3007a3263ced80a" + }, + { + "m_Id": "82337b11688bfb809bc272545f7d4d70" + }, + { + "m_Id": "446cae8ecbaa6a88b5b7c1e0ec2141a4" + }, + { + "m_Id": "7b88cb3fe0094f9db64ef97075bdd051" + }, + { + "m_Id": "449f41517c604bbe88d8c1c9a94b633b" + }, + { + "m_Id": "58c7b780479743b683579573ac4ed555" + }, + { + "m_Id": "e3e6b7ad06d24307b7c91f7d9650f467" + }, + { + "m_Id": "f6874a8701b448aaba7d7e425fad47bc" + }, + { + "m_Id": "99db68a18653427797389a5ef7e7dbff" + }, + { + "m_Id": "6ae32553250a4332a892083b7bf30e54" + }, + { + "m_Id": "b593dbf6f037493b8813383a55382345" + }, + { + "m_Id": "042cb620b9f44f8faabce8f01f64ee9d" + }, + { + "m_Id": "f59e4a1c261248eca4d9c8ad49bd0203" + }, + { + "m_Id": "fe346aa873d9429483590d29a16142b5" + }, + { + "m_Id": "ab54745402374b9194b30e181cd71537" + }, + { + "m_Id": "7d0eaf12c62245b7a4bdc398f896e02e" + }, + { + "m_Id": "ea49c6e2e1a14ce4ad9dc1063e2fee2c" + }, + { + "m_Id": "e6905e258d9d4eab9c0bb00a67db8e3f" + }, + { + "m_Id": "5a4aab7f0cbd4102a87c1f873da56826" + }, + { + "m_Id": "64b2b5c1a3694a0aabaaae11d5d3f99d" + }, + { + "m_Id": "accf699313ad4d468de3060ad6a1ad88" + }, + { + "m_Id": "dd60737310764c539a412a67f36fd917" + }, + { + "m_Id": "f3334a08c7ef4705aaa416eb5aaa629b" + }, + { + "m_Id": "263ea82fca994a2a993c020157e687c7" + }, + { + "m_Id": "1e13cae608a642c589e7222e25fac842" + }, + { + "m_Id": "f6c44314780848528a656d0f72e93b14" + }, + { + "m_Id": "f99ac21f1ffd40c0a4a9cfcb13abb4e3" + }, + { + "m_Id": "5d25fad8e74640b39eeba5802ec143e8" + }, + { + "m_Id": "9f9db40b5b954d888ac1b2d5f0a141cb" + }, + { + "m_Id": "eeb97a0b55c24bb989fcfc19a4c01ccf" + }, + { + "m_Id": "3113aff83c3442049465833ebf773214" + }, + { + "m_Id": "8462cb2331544f46a15b18144bad5702" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "018d71fe3176518abf1b0a91b65efa55" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "295dbf9e9315ff8eb818790a0901f6ac" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "11befe732ba091839e6e5825c0889752" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e4dd8751e687db869b10873684d6b2dc" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1ac50f7f68aae580ac5ca048f68fd83f" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6ae32553250a4332a892083b7bf30e54" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1ac50f7f68aae580ac5ca048f68fd83f" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "82337b11688bfb809bc272545f7d4d70" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1ac50f7f68aae580ac5ca048f68fd83f" + }, + "m_SlotId": 5 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6a55d455e4c78280a82dcd6b17a0d557" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1ac50f7f68aae580ac5ca048f68fd83f" + }, + "m_SlotId": 5 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6ae32553250a4332a892083b7bf30e54" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1e13cae608a642c589e7222e25fac842" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f6c44314780848528a656d0f72e93b14" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "263ea82fca994a2a993c020157e687c7" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f6c44314780848528a656d0f72e93b14" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "289d294ba7202185841d48cd1afc1a83" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2e75ee28d5971c8caaa386759df824aa" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "295dbf9e9315ff8eb818790a0901f6ac" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c98ae91a4e908f8aa3007a3263ced80a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2e75ee28d5971c8caaa386759df824aa" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "446cae8ecbaa6a88b5b7c1e0ec2141a4" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3113aff83c3442049465833ebf773214" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c98ae91a4e908f8aa3007a3263ced80a" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "446cae8ecbaa6a88b5b7c1e0ec2141a4" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8a8e35b20447298b8f6c773510aeddc3" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "46331228d1561d89bcc8602d8c19d3be" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b593dbf6f037493b8813383a55382345" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5a4aab7f0cbd4102a87c1f873da56826" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "64b2b5c1a3694a0aabaaae11d5d3f99d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5a4aab7f0cbd4102a87c1f873da56826" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "accf699313ad4d468de3060ad6a1ad88" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5d25fad8e74640b39eeba5802ec143e8" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f3334a08c7ef4705aaa416eb5aaa629b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "64b2b5c1a3694a0aabaaae11d5d3f99d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f6874a8701b448aaba7d7e425fad47bc" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6a55d455e4c78280a82dcd6b17a0d557" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d1ca691dc1a2dc8289be24203f3be46f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6ae32553250a4332a892083b7bf30e54" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8a8e35b20447298b8f6c773510aeddc3" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6ae32553250a4332a892083b7bf30e54" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ab54745402374b9194b30e181cd71537" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7d02e9dbec4f0f86adf4b31273ec51ec" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "64b2b5c1a3694a0aabaaae11d5d3f99d" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7d0eaf12c62245b7a4bdc398f896e02e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ab54745402374b9194b30e181cd71537" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "82337b11688bfb809bc272545f7d4d70" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d1ca691dc1a2dc8289be24203f3be46f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8462cb2331544f46a15b18144bad5702" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3113aff83c3442049465833ebf773214" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8a8e35b20447298b8f6c773510aeddc3" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "11befe732ba091839e6e5825c0889752" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9f9db40b5b954d888ac1b2d5f0a141cb" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eeb97a0b55c24bb989fcfc19a4c01ccf" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ab54745402374b9194b30e181cd71537" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e6905e258d9d4eab9c0bb00a67db8e3f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "accf699313ad4d468de3060ad6a1ad88" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e3e6b7ad06d24307b7c91f7d9650f467" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "aea24aeae48ba68084a8424aea7061c5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "11befe732ba091839e6e5825c0889752" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b593dbf6f037493b8813383a55382345" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "446cae8ecbaa6a88b5b7c1e0ec2141a4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b593dbf6f037493b8813383a55382345" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7d02e9dbec4f0f86adf4b31273ec51ec" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c827d73e3e29eb808daf5ad6ea455570" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "46331228d1561d89bcc8602d8c19d3be" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c98ae91a4e908f8aa3007a3263ced80a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7d02e9dbec4f0f86adf4b31273ec51ec" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c98ae91a4e908f8aa3007a3263ced80a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e6905e258d9d4eab9c0bb00a67db8e3f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cff3514e854f4b899719d2ebdfd54239" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1ac50f7f68aae580ac5ca048f68fd83f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d1ca691dc1a2dc8289be24203f3be46f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c827d73e3e29eb808daf5ad6ea455570" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dd60737310764c539a412a67f36fd917" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9f9db40b5b954d888ac1b2d5f0a141cb" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e4dd8751e687db869b10873684d6b2dc" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "accf699313ad4d468de3060ad6a1ad88" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e6905e258d9d4eab9c0bb00a67db8e3f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f59e4a1c261248eca4d9c8ad49bd0203" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ea49c6e2e1a14ce4ad9dc1063e2fee2c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7d0eaf12c62245b7a4bdc398f896e02e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "eeb97a0b55c24bb989fcfc19a4c01ccf" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3113aff83c3442049465833ebf773214" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "eeb97a0b55c24bb989fcfc19a4c01ccf" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8462cb2331544f46a15b18144bad5702" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f3334a08c7ef4705aaa416eb5aaa629b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9f9db40b5b954d888ac1b2d5f0a141cb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f6c44314780848528a656d0f72e93b14" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f3334a08c7ef4705aaa416eb5aaa629b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f99ac21f1ffd40c0a4a9cfcb13abb4e3" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5d25fad8e74640b39eeba5802ec143e8" + }, + "m_SlotId": 0 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 401.99993896484377, + "y": 0.0000019073486328125 + }, + "m_Blocks": [ + { + "m_Id": "7b88cb3fe0094f9db64ef97075bdd051" + }, + { + "m_Id": "449f41517c604bbe88d8c1c9a94b633b" + }, + { + "m_Id": "58c7b780479743b683579573ac4ed555" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": 401.99993896484377, + "y": 199.99996948242188 + }, + "m_Blocks": [ + { + "m_Id": "e3e6b7ad06d24307b7c91f7d9650f467" + }, + { + "m_Id": "f6874a8701b448aaba7d7e425fad47bc" + }, + { + "m_Id": "99db68a18653427797389a5ef7e7dbff" + }, + { + "m_Id": "042cb620b9f44f8faabce8f01f64ee9d" + }, + { + "m_Id": "f59e4a1c261248eca4d9c8ad49bd0203" + }, + { + "m_Id": "fe346aa873d9429483590d29a16142b5" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 0, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_SubDatas": [], + "m_ActiveTargets": [ + { + "m_Id": "dc25327f1158408fa72b5945a0873d8b" + }, + { + "m_Id": "80c76083f159412b9cf93fed94ebc23a" + }, + { + "m_Id": "cc210087065d4a60a19f24ab8cf8c73b" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "00fd725b09fc088f9cebd56a1db6829d", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 30.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.VertexColorNode", + "m_ObjectId": "018d71fe3176518abf1b0a91b65efa55", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vertex Color", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -772.0000610351563, + "y": 466.9999694824219, + "width": 118.0, + "height": 93.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "250d8796aca48c8eb3e60da899160a51" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "042cb620b9f44f8faabce8f01f64ee9d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Emission", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "63c177a78f074d87aec2290430a9275b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Emission" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "06fb7a0d934142a69598eb9a7aed85c3", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0c17e2ed31e74b809748927e90dde950", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 4000.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0cb89d401355dd8097a8ac9d04c0eaf6", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "11befe732ba091839e6e5825c0889752", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1180.0001220703125, + "y": 52.99995040893555, + "width": 119.0, + "height": 118.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "d624bd4963c7f18b876826c0e921c22e" + }, + { + "m_Id": "7826de47a4ee18809e7c9f375d0e612a" + }, + { + "m_Id": "535aef0d41fa2187b10fbd12c5e4d76f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "152bd6c923abd2878508c3849bebd380", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "15617ca1a09340e19515d653ec0b3fb9", + "m_Id": 0, + "m_DisplayName": "HDRP", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "HDRP", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "16cfce6a007244e0aed3dcb5c86758f3", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1a95cadef76349658ef690468af851b0", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "1ac50f7f68aae580ac5ca048f68fd83f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3022.000244140625, + "y": 165.99998474121095, + "width": 208.00001525878907, + "height": 439.0 + } + }, + "m_Slots": [ + { + "m_Id": "c21037736d9fc08e8cb64f8ad7b52ae9" + }, + { + "m_Id": "24e6d6ed31a07684ac1e1c255097dc8c" + }, + { + "m_Id": "47afccf01248648c88047b10ecc17f3b" + }, + { + "m_Id": "2747da0cc4ccd883b880e76641d73de5" + }, + { + "m_Id": "95c1393c2bfe998ca9e68f54039b91e8" + }, + { + "m_Id": "d3cc53effd75438d817df94ccbc6f91a" + }, + { + "m_Id": "ab50ff6d41c2008abe30309615919e2d" + }, + { + "m_Id": "b07463baeab3d989bdab2d2d70f38804" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 1, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1badf675c83d7480a31afbb6b8f7acd5", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CameraNode", + "m_ObjectId": "1e13cae608a642c589e7222e25fac842", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Camera", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2003.5919189453125, + "y": 1456.53125, + "width": 122.0, + "height": 245.0 + } + }, + "m_Slots": [ + { + "m_Id": "06fb7a0d934142a69598eb9a7aed85c3" + }, + { + "m_Id": "c7b9c6a79caf4de19f93be18a74d7df4" + }, + { + "m_Id": "eec10b513a6348c38fd6d1426ca9fb6b" + }, + { + "m_Id": "a9250c813017484b9ec5793117e6fc58" + }, + { + "m_Id": "d1125728afb244e5aa857dfb80213a66" + }, + { + "m_Id": "33a57a2d26484999a13bf365f56343af" + }, + { + "m_Id": "231f85d8b7b049729193f707497348e1" + }, + { + "m_Id": "5d6471d45507465db06ddd211cb4973f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1f13b1a2022e4fd99c219fd28350920b", + "m_Id": 0, + "m_DisplayName": "Edge", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1fd27caec66f4486be8d804e8a9149b2", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "231f85d8b7b049729193f707497348e1", + "m_Id": 6, + "m_DisplayName": "Width", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Width", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "239791c4a1ab7f8e8d495be31e0b9c40", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "23bb700dee6547f2987362280c10136b", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "24e6d6ed31a07684ac1e1c255097dc8c", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "250d8796aca48c8eb3e60da899160a51", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SceneDepthNode", + "m_ObjectId": "263ea82fca994a2a993c020157e687c7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Scene Depth", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2026.5919189453125, + "y": 1344.53125, + "width": 145.0, + "height": 112.0 + } + }, + "m_Slots": [ + { + "m_Id": "7ba88666651f47aab71b3907cd8f6496" + }, + { + "m_Id": "aaf02e64674541aebb99dc50ecf1e65c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_DepthSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "269e0c479b47466faca36f21126c4ae7", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2747da0cc4ccd883b880e76641d73de5", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "289d294ba7202185841d48cd1afc1a83", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2013.0, + "y": 501.0, + "width": 156.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "322eadc97205f185947cbeb0ad6f9da6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "c45c4270ca04448e984714f336e62c27" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "295dbf9e9315ff8eb818790a0901f6ac", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -617.9999389648438, + "y": 466.9999694824219, + "width": 119.99996948242188, + "height": 149.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "6a3c0c843fb2458eb2dc19284eeb70da" + }, + { + "m_Id": "dae448f273f7078cb05f13afd2fec6d7" + }, + { + "m_Id": "db8c1a1fc104078daccfc4f01090cae2" + }, + { + "m_Id": "0cb89d401355dd8097a8ac9d04c0eaf6" + }, + { + "m_Id": "dee52d77d5b16f8ea16f29720e7e70a9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "2b640ab531be42439fcf8c50a08516b0", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot", + "m_ObjectId": "2beffd776d4f8689bb46001d758b02f8", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [], + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "2ceeefdda8e3485984374cd491f47dd4", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "2e75ee28d5971c8caaa386759df824aa", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1774.0, + "y": 459.0, + "width": 122.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "e754be365d5b8280a0d30306b9f2964c" + }, + { + "m_Id": "0c17e2ed31e74b809748927e90dde950" + }, + { + "m_Id": "ae6596c0360d96808dfb933a64ef4e15" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "3113aff83c3442049465833ebf773214", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -836.5919189453125, + "y": 1362.53125, + "width": 126.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "b34305dc4254409789cd5ca6b1a6f4e9" + }, + { + "m_Id": "d73989acb84a497da5755b960a9cca91" + }, + { + "m_Id": "8147d2becedb4d229dd96f1f22ffcf43" + }, + { + "m_Id": "e607e0d5f8f24ca0b6a2fe5534cffe46" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "31c0b884725349009ee88135a0db92ba", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "322eadc97205f185947cbeb0ad6f9da6", + "m_Id": 0, + "m_DisplayName": "Distortion power", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "328fd34d7c794b89b94ac4f11b5cb734", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "33a57a2d26484999a13bf365f56343af", + "m_Id": 5, + "m_DisplayName": "Z Buffer Sign", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Z Buffer Sign", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "363f0ac1c7634479bab43ca5d1f27a7d", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3884e168a6fd4fa0bc20860ee7f34333", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3a17cca2358949c9b6001ca23e8f2deb", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3a5239778b994c88960705f99ad425db", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3b1df2fecc645683bb239a57ad4080a9", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3fe329a6f33c9183863fe0bc7e26916f", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "411adaedff15480daae1c3e1b622fc57", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4171f5669c5d4fe5a963ea20ddcc6d06", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4219bb767762a28983a646852f4a872e", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInUnlitSubTarget", + "m_ObjectId": "43ab963445b14336b9f1a6b8d324d31a" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "446cae8ecbaa6a88b5b7c1e0ec2141a4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1549.0, + "y": 435.0, + "width": 122.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "5307eb3e77730785abf80258edf24bc6" + }, + { + "m_Id": "00fd725b09fc088f9cebd56a1db6829d" + }, + { + "m_Id": "f69755bf854a4786bdebb9ea39cfd56f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "449f41517c604bbe88d8c1c9a94b633b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Normal", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "411adaedff15480daae1c3e1b622fc57" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "46331228d1561d89bcc8602d8c19d3be", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2009.0001220703125, + "y": 301.0, + "width": 119.0, + "height": 118.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "3b1df2fecc645683bb239a57ad4080a9" + }, + { + "m_Id": "63faa47b3bb9838b98b2b9462115c53b" + }, + { + "m_Id": "1fd27caec66f4486be8d804e8a9149b2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "468dfd619457fd8c9a83ae5e629331b4", + "m_Guid": { + "m_GuidSerialized": "ae278522-d636-4e67-b92c-d886051ccecb" + }, + "m_Name": "NormalMap", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_C10FF626", + "m_OverrideReferenceName": "_NormalMap", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 3 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "47afccf01248648c88047b10ecc17f3b", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4848fde245749d868fe27c9592112f65", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", + "m_ObjectId": "4c58b15ccffb48a28dc7599b9c051f40" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5148499b636348398c3e0a7285735724", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "528b3592b30c898a8251c83e28269401", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5307eb3e77730785abf80258edf24bc6", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "535aef0d41fa2187b10fbd12c5e4d76f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5587f6a67cd941e6a3266d0eb9c3c2a3", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "58c7b780479743b683579573ac4ed555", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Tangent", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "e4672f984b664a869ab475aa69246593" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "5a4aab7f0cbd4102a87c1f873da56826", + "m_Group": { + "m_Id": "" + }, + "m_Name": "HDPR (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -354.0, + "y": -18.00005340576172, + "width": 187.99996948242188, + "height": 94.00006866455078 + } + }, + "m_Slots": [ + { + "m_Id": "15617ca1a09340e19515d653ec0b3fb9" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 1, + "m_FunctionName": "HDPR", + "m_FunctionSource": "", + "m_FunctionSourceUsePragmas": true, + "m_FunctionBody": "#ifdef HAVE_DECALS\n\tHDRP = true;\n#else\n\tHDRP = false;\n#endif" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "5d25fad8e74640b39eeba5802ec143e8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1783.592041015625, + "y": 1493.53125, + "width": 120.0, + "height": 149.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "16cfce6a007244e0aed3dcb5c86758f3" + }, + { + "m_Id": "c763fa7eb6684ff4af8993b55c6b49b7" + }, + { + "m_Id": "78d25328174344b194f6a19602561353" + }, + { + "m_Id": "1a95cadef76349658ef690468af851b0" + }, + { + "m_Id": "6b4f9e2a4aeb42b1813e614b9f2d114c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5d6471d45507465db06ddd211cb4973f", + "m_Id": 7, + "m_DisplayName": "Height", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Height", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5f4d6c97f55b4741b29465177aa89c73", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "60d0d24125dc4486aea2133b7d3c3d71", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "63c177a78f074d87aec2290430a9275b", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Emission", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 1, + "m_DefaultColor": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "63faa47b3bb9838b98b2b9462115c53b", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.20000000298023225, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "649d3f3e1c919188987d6b925c95a241", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "64b2b5c1a3694a0aabaaae11d5d3f99d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 8.000024795532227, + "y": 254.0, + "width": 169.99996948242188, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "23bb700dee6547f2987362280c10136b" + }, + { + "m_Id": "85147a49de8447ba84a1282796885512" + }, + { + "m_Id": "e636d4de33b84632b9313c13f1debd6c" + }, + { + "m_Id": "86cdededb047458e97c631a5d3de9854" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6a3c0c843fb2458eb2dc19284eeb70da", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AbsoluteNode", + "m_ObjectId": "6a55d455e4c78280a82dcd6b17a0d557", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Absolute", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2714.0, + "y": 361.9999694824219, + "width": 127.99999237060547, + "height": 93.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "cc87536d29f84d83aeff1614dc771e91" + }, + { + "m_Id": "4219bb767762a28983a646852f4a872e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "6ae32553250a4332a892083b7bf30e54", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2713.999755859375, + "y": 166.99996948242188, + "width": 127.99999237060547, + "height": 101.0 + } + }, + "m_Slots": [ + { + "m_Id": "3884e168a6fd4fa0bc20860ee7f34333" + }, + { + "m_Id": "b6e7e5856f8f47b3864abada2d5e7660" + }, + { + "m_Id": "2ceeefdda8e3485984374cd491f47dd4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6b4f9e2a4aeb42b1813e614b9f2d114c", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "6e66a1f1a2c84577ab491e895981d68f", + "m_Id": 0, + "m_DisplayName": "Distortion", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Distortion", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "70e5cac088984ecfb188e54432ae8e1f", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "747ccb0aa424423e9ad9fadd53b75b05", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "77d339c69bc94b1aade733b914979590", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7826de47a4ee18809e7c9f375d0e612a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "78d25328174344b194f6a19602561353", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7a900b31ce3741ad8dc1eb54820e5973", + "m_Id": 0, + "m_DisplayName": "Alpha", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Alpha", + "m_StageCapability": 2, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "7b88cb3fe0094f9db64ef97075bdd051", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "2b640ab531be42439fcf8c50a08516b0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot", + "m_ObjectId": "7ba88666651f47aab71b3907cd8f6496", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [], + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "7cc53c16a1564843b37b05a358df2ef8", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 0, + "m_DefaultColor": { + "r": 0.5, + "g": 0.5, + "b": 0.5, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "7d02e9dbec4f0f86adf4b31273ec51ec", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -259.99993896484377, + "y": 254.00003051757813, + "width": 125.99999237060547, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "d96b40ef1b061b829837336e5b5ef3e0" + }, + { + "m_Id": "fc9c88535d4f508496a989e5b5a55f18" + }, + { + "m_Id": "8b5791a4fa4f6981bcb0f6ec9b08c649" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "7d0eaf12c62245b7a4bdc398f896e02e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1612.0, + "y": 711.9999389648438, + "width": 126.0001220703125, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "77d339c69bc94b1aade733b914979590" + }, + { + "m_Id": "b09fb94a1dfc473191890a9369cc1dbc" + }, + { + "m_Id": "da65a9ca72974688837174fedf43e172" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDTarget", + "m_ObjectId": "80c76083f159412b9cf93fed94ebc23a", + "m_ActiveSubTarget": { + "m_Id": "d086f614ba074da9a980f848ac963c4f" + }, + "m_Datas": [ + { + "m_Id": "a6cec7a7c9384d9789cc3d73df6bf9f0" + }, + { + "m_Id": "a4a6273b027c45d1935b0caf9682cb74" + }, + { + "m_Id": "eeb32352943a4780a3a4f9337a7b38a4" + } + ], + "m_CustomEditorGUI": "", + "m_SupportVFX": true, + "m_SupportLineRendering": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8147d2becedb4d229dd96f1f22ffcf43", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AbsoluteNode", + "m_ObjectId": "82337b11688bfb809bc272545f7d4d70", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Absolute", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2714.0, + "y": 268.0, + "width": 119.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "ab41a1fd270567808cb916ee531f1876" + }, + { + "m_Id": "649d3f3e1c919188987d6b925c95a241" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "83079a967d154dc0bb84c3564669e67e", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.StepNode", + "m_ObjectId": "8462cb2331544f46a15b18144bad5702", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Step", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1065.5919189453125, + "y": 1440.5313720703125, + "width": 145.0, + "height": 117.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "1f13b1a2022e4fd99c219fd28350920b" + }, + { + "m_Id": "92ccd48a07a443cdaec09dbe88c84907" + }, + { + "m_Id": "3a5239778b994c88960705f99ad425db" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "85147a49de8447ba84a1282796885512", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "86cdededb047458e97c631a5d3de9854", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "8a8e35b20447298b8f6c773510aeddc3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1388.0, + "y": 147.00001525878907, + "width": 119.0, + "height": 118.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "a59359d5aeb00b89833b568924d49af3" + }, + { + "m_Id": "152bd6c923abd2878508c3849bebd380" + }, + { + "m_Id": "4848fde245749d868fe27c9592112f65" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8b5791a4fa4f6981bcb0f6ec9b08c649", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8c9e3dbeab24488dae2dd7972d98daa1", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "92ccd48a07a443cdaec09dbe88c84907", + "m_Id": 1, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "95c1393c2bfe998ca9e68f54039b91e8", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "99db68a18653427797389a5ef7e7dbff", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.AlphaClipThreshold", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "e20cb7d59e7a48678846953fee5fa1af" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.AlphaClipThreshold" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9e7cc71ecc334fb2a48728aa76aeb51e", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "9f9db40b5b954d888ac1b2d5f0a141cb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1433.592041015625, + "y": 1362.53125, + "width": 126.0, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "bb2da46788c34871a23c9d8ba3b8de18" + }, + { + "m_Id": "9e7cc71ecc334fb2a48728aa76aeb51e" + }, + { + "m_Id": "8c9e3dbeab24488dae2dd7972d98daa1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "a08c536d0d9d4e6e9b25dade722a9284", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "468dfd619457fd8c9a83ae5e629331b4" + }, + { + "m_Id": "c45c4270ca04448e984714f336e62c27" + }, + { + "m_Id": "ec3426217a41da849b685fd318d46182" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.SystemData", + "m_ObjectId": "a4a6273b027c45d1935b0caf9682cb74", + "m_MaterialNeedsUpdateHash": 0, + "m_SurfaceType": 1, + "m_RenderingPass": 4, + "m_BlendMode": 0, + "m_ZTest": 4, + "m_ZWrite": false, + "m_TransparentCullMode": 2, + "m_OpaqueCullMode": 2, + "m_SortPriority": 0, + "m_AlphaTest": false, + "m_ExcludeFromTUAndAA": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_SupportLodCrossFade": false, + "m_DoubleSidedMode": 1, + "m_DOTSInstancing": false, + "m_CustomVelocity": false, + "m_Tessellation": false, + "m_TessellationMode": 0, + "m_TessellationFactorMinDistance": 20.0, + "m_TessellationFactorMaxDistance": 50.0, + "m_TessellationFactorTriangleSize": 100.0, + "m_TessellationShapeFactor": 0.75, + "m_TessellationBackFaceCullEpsilon": -0.25, + "m_TessellationMaxDisplacement": 0.009999999776482582, + "m_DebugSymbols": false, + "m_Version": 2, + "inspectorFoldoutMask": 3 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a59359d5aeb00b89833b568924d49af3", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a62cfbb83a064cd0b97653ef1735ccd4", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.BuiltinData", + "m_ObjectId": "a6cec7a7c9384d9789cc3d73df6bf9f0", + "m_Distortion": true, + "m_DistortionMode": 0, + "m_DistortionDepthTest": true, + "m_AddPrecomputedVelocity": false, + "m_TransparentWritesMotionVec": false, + "m_DepthOffset": false, + "m_ConservativeDepthOffset": false, + "m_TransparencyFog": false, + "m_AlphaTestShadow": false, + "m_BackThenFrontRendering": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_TransparentPerPixelSorting": false, + "m_SupportLodCrossFade": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a7cfda51298243d4be3f3c2553f7c19d", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a9250c813017484b9ec5793117e6fc58", + "m_Id": 3, + "m_DisplayName": "Near Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Near Plane", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "aaf02e64674541aebb99dc50ecf1e65c", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ab41a1fd270567808cb916ee531f1876", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "ab50ff6d41c2008abe30309615919e2d", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "ab54745402374b9194b30e181cd71537", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1403.999755859375, + "y": 652.9999389648438, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "5f4d6c97f55b4741b29465177aa89c73" + }, + { + "m_Id": "c2e665acd8494c5d894b998bb82a3db3" + }, + { + "m_Id": "4171f5669c5d4fe5a963ea20ddcc6d06" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "accf699313ad4d468de3060ad6a1ad88", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 8.000005722045899, + "y": 52.99995040893555, + "width": 171.9999237060547, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "cb66c917554e41aeb32a272faac14483" + }, + { + "m_Id": "a62cfbb83a064cd0b97653ef1735ccd4" + }, + { + "m_Id": "3a17cca2358949c9b6001ca23e8f2deb" + }, + { + "m_Id": "c3881dcf73994efbb905f8ed9e34538a" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ae6596c0360d96808dfb933a64ef4e15", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionNode", + "m_ObjectId": "aea24aeae48ba68084a8424aea7061c5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Screen Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1402.9998779296875, + "y": -10.999994277954102, + "width": 144.9998779296875, + "height": 129.0 + } + }, + "m_Slots": [ + { + "m_Id": "bb7e631059b2d78d941a841f2e296d5f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "b07463baeab3d989bdab2d2d70f38804", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b09fb94a1dfc473191890a9369cc1dbc", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 10.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b34305dc4254409789cd5ca6b1a6f4e9", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "b593dbf6f037493b8813383a55382345", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1775.9998779296875, + "y": 299.0, + "width": 127.9998779296875, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "83079a967d154dc0bb84c3564669e67e" + }, + { + "m_Id": "60d0d24125dc4486aea2133b7d3c3d71" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b6e7e5856f8f47b3864abada2d5e7660", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b7d0f50733294393a1f02bee8c005bca", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b8e3d4f326064ea4a154e83c95c1eac8", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bb2da46788c34871a23c9d8ba3b8de18", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "bb7e631059b2d78d941a841f2e296d5f", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "bc104bfbcd9e0d8c83894ac08535c56f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c117ef85c9e2298cac677219687eb5a8", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "c21037736d9fc08e8cb64f8ad7b52ae9", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c2e665acd8494c5d894b998bb82a3db3", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c3881dcf73994efbb905f8ed9e34538a", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "c45c4270ca04448e984714f336e62c27", + "m_Guid": { + "m_GuidSerialized": "194525f1-df76-4be6-89c5-c98c36503e08" + }, + "m_Name": "Distortion power", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_1B4AF3CC", + "m_OverrideReferenceName": "_Distortionpower", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 100.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c763fa7eb6684ff4af8993b55c6b49b7", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "c7b9c6a79caf4de19f93be18a74d7df4", + "m_Id": 1, + "m_DisplayName": "Direction", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Direction", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c7fd987d1d835b8ca85b1a087ab9fa90", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 30.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "c827d73e3e29eb808daf5ad6ea455570", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2256.0, + "y": 302.0, + "width": 119.0, + "height": 118.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "3fe329a6f33c9183863fe0bc7e26916f" + }, + { + "m_Id": "c7fd987d1d835b8ca85b1a087ab9fa90" + }, + { + "m_Id": "bc104bfbcd9e0d8c83894ac08535c56f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "c98ae91a4e908f8aa3007a3263ced80a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -437.00006103515627, + "y": 535.0, + "width": 126.00003051757813, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "f0f78bd0c7c5e789b845a4ebd89d0b31" + }, + { + "m_Id": "528b3592b30c898a8251c83e28269401" + }, + { + "m_Id": "239791c4a1ab7f8e8d495be31e0b9c40" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "cb66c917554e41aeb32a272faac14483", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "cc210087065d4a60a19f24ab8cf8c73b", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "4c58b15ccffb48a28dc7599b9c051f40" + }, + "m_AllowMaterialOverride": true, + "m_SurfaceType": 1, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": false, + "m_CastShadows": false, + "m_ReceiveShadows": true, + "m_DisableTint": false, + "m_AdditionalMotionVectorMode": 0, + "m_AlembicMotionVectors": false, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "cc87536d29f84d83aeff1614dc771e91", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "cff3514e854f4b899719d2ebdfd54239", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3236.0, + "y": 205.99996948242188, + "width": 139.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "d0dd2d3aa0b8888bbdbe0069fcc342d8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "468dfd619457fd8c9a83ae5e629331b4" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitSubTarget", + "m_ObjectId": "d086f614ba074da9a980f848ac963c4f" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "d0dd2d3aa0b8888bbdbe0069fcc342d8", + "m_Id": 0, + "m_DisplayName": "NormalMap", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d1125728afb244e5aa857dfb80213a66", + "m_Id": 4, + "m_DisplayName": "Far Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Far Plane", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "d1ca691dc1a2dc8289be24203f3be46f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2497.0, + "y": 299.0000305175781, + "width": 119.0, + "height": 118.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "1badf675c83d7480a31afbb6b8f7acd5" + }, + { + "m_Id": "c117ef85c9e2298cac677219687eb5a8" + }, + { + "m_Id": "d607e401a618a787bc6787faa7021276" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "d3cc53effd75438d817df94ccbc6f91a", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 3 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d607e401a618a787bc6787faa7021276", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d624bd4963c7f18b876826c0e921c22e", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d73989acb84a497da5755b960a9cca91", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d96b40ef1b061b829837336e5b5ef3e0", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "da65a9ca72974688837174fedf43e172", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dae448f273f7078cb05f13afd2fec6d7", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "db8c1a1fc104078daccfc4f01090cae2", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInTarget", + "m_ObjectId": "dc25327f1158408fa72b5945a0873d8b", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "43ab963445b14336b9f1a6b8d324d31a" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 1, + "m_ZWriteControl": 0, + "m_ZTestMode": 4, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": false, + "m_CustomEditorGUI": "" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1Node", + "m_ObjectId": "dd60737310764c539a412a67f36fd917", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Float", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1601.592041015625, + "y": 1499.53125, + "width": 143.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "fb7ec7bc0780454c9efcee2ff2ec060e" + }, + { + "m_Id": "70e5cac088984ecfb188e54432ae8e1f" + } + ], + "synonyms": [ + "Vector 1", + "1", + "v1", + "vec1", + "scalar" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": 0.0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dee52d77d5b16f8ea16f29720e7e70a9", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e20cb7d59e7a48678846953fee5fa1af", + "m_Id": 0, + "m_DisplayName": "Alpha Clip Threshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "AlphaClipThreshold", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.5, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e35176e6f1b64944ade3ed94dc095800", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "e3e6b7ad06d24307b7c91f7d9650f467", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.BaseColor", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "7cc53c16a1564843b37b05a358df2ef8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "e4672f984b664a869ab475aa69246593", + "m_Id": 0, + "m_DisplayName": "Tangent", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tangent", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SceneColorNode", + "m_ObjectId": "e4dd8751e687db869b10873684d6b2dc", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Scene Color", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1009.0000610351563, + "y": 76.00001525878906, + "width": 127.0, + "height": 77.0 + } + }, + "m_Slots": [ + { + "m_Id": "2beffd776d4f8689bb46001d758b02f8" + }, + { + "m_Id": "328fd34d7c794b89b94ac4f11b5cb734" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e607e0d5f8f24ca0b6a2fe5534cffe46", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e636d4de33b84632b9313c13f1debd6c", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "e6905e258d9d4eab9c0bb00a67db8e3f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -199.00015258789063, + "y": 653.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "747ccb0aa424423e9ad9fadd53b75b05" + }, + { + "m_Id": "a7cfda51298243d4be3f3c2553f7c19d" + }, + { + "m_Id": "31c0b884725349009ee88135a0db92ba" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e730bf54851e43b89eb51686b6f15f60", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e754be365d5b8280a0d30306b9f2964c", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e9c11eb9f0ae4b9d90a96a50374fcfc3", + "m_Id": 0, + "m_DisplayName": "Distortion Blur", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "DistortionBlur", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "ea49c6e2e1a14ce4ad9dc1063e2fee2c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1810.0001220703125, + "y": 737.0000610351563, + "width": 162.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "f42b2822c1b7478096a47930fe553349" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "c45c4270ca04448e984714f336e62c27" + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "ec3426217a41da849b685fd318d46182", + "m_Guid": { + "m_GuidSerialized": "4afcc18d-c368-443d-927e-19a811f69d7b" + }, + "m_Name": "Soft Particles Factor", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_AE31BD40", + "m_OverrideReferenceName": "_InvFade", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 3.0, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.009999999776482582, + "y": 3.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitData", + "m_ObjectId": "eeb32352943a4780a3a4f9337a7b38a4", + "m_EnableShadowMatte": false, + "m_DistortionOnly": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "eeb97a0b55c24bb989fcfc19a4c01ccf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1284.5919189453125, + "y": 1362.53125, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "f13af8e9cdf243a2a7fd2d3c771c9bef" + }, + { + "m_Id": "b8e3d4f326064ea4a154e83c95c1eac8" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "eec10b513a6348c38fd6d1426ca9fb6b", + "m_Id": 2, + "m_DisplayName": "Orthographic", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Orthographic", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f0f78bd0c7c5e789b845a4ebd89d0b31", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f13af8e9cdf243a2a7fd2d3c771c9bef", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "f3334a08c7ef4705aaa416eb5aaa629b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1616.592041015625, + "y": 1370.53125, + "width": 125.9998779296875, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "269e0c479b47466faca36f21126c4ae7" + }, + { + "m_Id": "5587f6a67cd941e6a3266d0eb9c3c2a3" + }, + { + "m_Id": "e730bf54851e43b89eb51686b6f15f60" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f42b2822c1b7478096a47930fe553349", + "m_Id": 0, + "m_DisplayName": "Distortion power", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "f59e4a1c261248eca4d9c8ad49bd0203", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Distortion", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "6e66a1f1a2c84577ab491e895981d68f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Distortion" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "f6874a8701b448aaba7d7e425fad47bc", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Alpha", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "7a900b31ce3741ad8dc1eb54820e5973" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Alpha" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f69755bf854a4786bdebb9ea39cfd56f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "f6c44314780848528a656d0f72e93b14", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1794.592041015625, + "y": 1375.5313720703125, + "width": 126.0, + "height": 117.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "5148499b636348398c3e0a7285735724" + }, + { + "m_Id": "b7d0f50733294393a1f02bee8c005bca" + }, + { + "m_Id": "e35176e6f1b64944ade3ed94dc095800" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionNode", + "m_ObjectId": "f99ac21f1ffd40c0a4a9cfcb13abb4e3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Screen Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2026.5919189453125, + "y": 1701.5311279296875, + "width": 145.0, + "height": 129.0 + } + }, + "m_Slots": [ + { + "m_Id": "363f0ac1c7634479bab43ca5d1f27a7d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ScreenSpaceType": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fb7ec7bc0780454c9efcee2ff2ec060e", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "fc9c88535d4f508496a989e5b5a55f18", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "fe346aa873d9429483590d29a16142b5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.DistortionBlur", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "e9c11eb9f0ae4b9d90a96a50374fcfc3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.DistortionBlur" +} + diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Distortion.shadergraph.meta b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Distortion.shadergraph.meta new file mode 100644 index 0000000..491264a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Distortion.shadergraph.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: df628dd226338d7419358b8bff74bea2 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Distortion.shadergraph + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Explosion.shadergraph b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Explosion.shadergraph new file mode 100644 index 0000000..074ba77 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Explosion.shadergraph @@ -0,0 +1,9560 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "ceba4ce5660c48c1a42327939cac7410", + "m_Properties": [ + { + "m_Id": "ea9c721e74b18d82abd6881c6f7dd6ec" + }, + { + "m_Id": "5d14d8844f90c98caa6bf2fbb2ae5d00" + }, + { + "m_Id": "30bc916c6e226c878b78d985373606ac" + }, + { + "m_Id": "61cb54fd0e503a8b814b65fd15b2dacc" + }, + { + "m_Id": "edf64f3ada209f829ec8ceaa1ba726f3" + }, + { + "m_Id": "c6ee10ccd6988f89aa310ee9bd385431" + }, + { + "m_Id": "7e714401ddc3ad80876eb34b4dc728a8" + }, + { + "m_Id": "ee2110007399f9829d04c5d6ffe3fc18" + }, + { + "m_Id": "4ba1c3fb43d7e58fbb598c11463a16a9" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "e2a4101b4e344579826c29985e3c650c" + } + ], + "m_Nodes": [ + { + "m_Id": "fe89eaf3063fce8f99c6b2f4f060166c" + }, + { + "m_Id": "b5efadb906e8af85b1e442fa6035f85b" + }, + { + "m_Id": "c766a6510a737489aacf4cd358efbe1f" + }, + { + "m_Id": "5ef699c8b0d757848010bde483bcf90d" + }, + { + "m_Id": "76e27b1cb754438099504064c4a7fc4d" + }, + { + "m_Id": "f59908ada153208ea60b746a66e0952b" + }, + { + "m_Id": "ba4ab0735f8bae8c87a487e476c9d461" + }, + { + "m_Id": "15aed79cba4d3387b4106f44992434d1" + }, + { + "m_Id": "9fc06c1daa2de28ebf53abd6130fb832" + }, + { + "m_Id": "2537eac5436dcc8e93fe82ec187ff99d" + }, + { + "m_Id": "5fdfe3a8feef248ca044b49a4c828864" + }, + { + "m_Id": "3b2f86d3ca15718a95a1c39a99bbc077" + }, + { + "m_Id": "3153e89c5bb21a8bbb6edb6c51af282b" + }, + { + "m_Id": "df855770dff32584b4638e61fdea45a4" + }, + { + "m_Id": "fc04c61c37e53280af82d45848f1cfbc" + }, + { + "m_Id": "1926a9943fa3b78fb5c95fc1044e7bbf" + }, + { + "m_Id": "d18ccb8b8aa7a58f88743588f71b6f8f" + }, + { + "m_Id": "2ee7671918433987b6e7c0f819dfeed7" + }, + { + "m_Id": "7a3d6ca75ce08c83a9267adab3d79341" + }, + { + "m_Id": "d4eac2678f9aa183bfa5ffbbddcf72c0" + }, + { + "m_Id": "6e66b9e7e67db986a96fd72ad8ec0039" + }, + { + "m_Id": "f147666a5e2ac888adb72c9370625184" + }, + { + "m_Id": "6bbe1c639d6c918186d93e015672df50" + }, + { + "m_Id": "fe25c16449a22387a197219ee98655db" + }, + { + "m_Id": "3ec7561f0e5f6f81a2aa460409c8f1d5" + }, + { + "m_Id": "239a69825ed24c809aacb3033a3f2d1e" + }, + { + "m_Id": "87f4733d2861ca83aa70dfa5705dc476" + }, + { + "m_Id": "c3560b60db271084acfd59efbe794e79" + }, + { + "m_Id": "72d1b68b68551b8ebac9a05789ea3c28" + }, + { + "m_Id": "82afef45a0456a8a838481174db096d5" + }, + { + "m_Id": "96440a5d7796198da5fe50b6e4bf34c2" + }, + { + "m_Id": "c46d5857645e0085aa88838a6c16340e" + }, + { + "m_Id": "97502a3305ce7986924a1f3ce34ac956" + }, + { + "m_Id": "6b9c2e5d8af8678e993624297a85d3d5" + }, + { + "m_Id": "fb5b3e86d8207b87a67933dffa2dbac2" + }, + { + "m_Id": "c5e01f8539d36886ae6293cee65c76ee" + }, + { + "m_Id": "1c96f379aa96e384b8f7070485a8cd36" + }, + { + "m_Id": "b06aa7b2ee8fc98d9be7953b5f0aca61" + }, + { + "m_Id": "03b77e43f737cf88bc1448d406b8ac99" + }, + { + "m_Id": "28d8bb0838a63f89983d066ce20365b4" + }, + { + "m_Id": "dfc2bacecb48469c8e5b13d414b66b13" + }, + { + "m_Id": "cd3e20c895654865a7d43810066c73fc" + }, + { + "m_Id": "d4334012657e4641895b647dacbb5af5" + }, + { + "m_Id": "31fa2af2341a45dd94b58bc54c92fbd5" + }, + { + "m_Id": "acfedc91118c4365b345f1d80d3ac416" + }, + { + "m_Id": "2381b06ecf8b4af9b00e2202d7b23760" + }, + { + "m_Id": "aa32f92398ab43abb2985dbe09b7e339" + }, + { + "m_Id": "419e97968e414108b74595e9605a85c5" + }, + { + "m_Id": "ce8ad8b1489e444980d330ce3e1c9327" + }, + { + "m_Id": "4d0f60303ae74264ba812c6b86b97164" + }, + { + "m_Id": "6d6c7c92e5f34ba29d3918a4fe6c066f" + }, + { + "m_Id": "5186640cfc44448ea6abfc061c27e26e" + }, + { + "m_Id": "67a462a139cf4d4f8cac9a9caae5da38" + }, + { + "m_Id": "88c4043629e5432699bf00c2be2741aa" + }, + { + "m_Id": "5d42bf3de7b64a0e9a3121d41c4f2ca7" + }, + { + "m_Id": "6c50e4481bce430ead32591c60e76f41" + }, + { + "m_Id": "431d04f4790f4a5988dc933672bea0ea" + }, + { + "m_Id": "e5816d3b70ff48deb882b8da65408748" + }, + { + "m_Id": "bc54e57212944659834183bc1f0b6626" + }, + { + "m_Id": "7da77510addd466ca84382950bf94558" + }, + { + "m_Id": "c510fe67ac3740b0acc41b4c9d5596b7" + }, + { + "m_Id": "42b4684db9f24c14ad2b4a2fbdc2c029" + }, + { + "m_Id": "fc2458fe63c841ecabf0da4a791d04b9" + }, + { + "m_Id": "f5bac0a8d51942e9b6e42f4bfbfa2b94" + }, + { + "m_Id": "24935be697424a7a9dd21a89faeeba15" + }, + { + "m_Id": "9027ab9824c1412499fbd0898580adc7" + }, + { + "m_Id": "f4dbb750c4d9470c9b66de40b969be79" + }, + { + "m_Id": "abfbbf6ca2684955a3b2b92f4a192752" + } + ], + "m_GroupDatas": [ + { + "m_Id": "50058eecd2ec47d0956f75c258ff3987" + }, + { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + } + ], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "03b77e43f737cf88bc1448d406b8ac99" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "82afef45a0456a8a838481174db096d5" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "03b77e43f737cf88bc1448d406b8ac99" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fe25c16449a22387a197219ee98655db" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "15aed79cba4d3387b4106f44992434d1" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "31fa2af2341a45dd94b58bc54c92fbd5" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "15aed79cba4d3387b4106f44992434d1" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "aa32f92398ab43abb2985dbe09b7e339" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1926a9943fa3b78fb5c95fc1044e7bbf" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fe25c16449a22387a197219ee98655db" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1c96f379aa96e384b8f7070485a8cd36" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f147666a5e2ac888adb72c9370625184" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "239a69825ed24c809aacb3033a3f2d1e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c5e01f8539d36886ae6293cee65c76ee" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "24935be697424a7a9dd21a89faeeba15" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f5bac0a8d51942e9b6e42f4bfbfa2b94" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2537eac5436dcc8e93fe82ec187ff99d" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "03b77e43f737cf88bc1448d406b8ac99" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "28d8bb0838a63f89983d066ce20365b4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f59908ada153208ea60b746a66e0952b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2ee7671918433987b6e7c0f819dfeed7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "15aed79cba4d3387b4106f44992434d1" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3153e89c5bb21a8bbb6edb6c51af282b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "76e27b1cb754438099504064c4a7fc4d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3153e89c5bb21a8bbb6edb6c51af282b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "df855770dff32584b4638e61fdea45a4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3b2f86d3ca15718a95a1c39a99bbc077" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c766a6510a737489aacf4cd358efbe1f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3ec7561f0e5f6f81a2aa460409c8f1d5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "96440a5d7796198da5fe50b6e4bf34c2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "419e97968e414108b74595e9605a85c5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "67a462a139cf4d4f8cac9a9caae5da38" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "42b4684db9f24c14ad2b4a2fbdc2c029" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fc2458fe63c841ecabf0da4a791d04b9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "431d04f4790f4a5988dc933672bea0ea" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bc54e57212944659834183bc1f0b6626" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4d0f60303ae74264ba812c6b86b97164" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d18ccb8b8aa7a58f88743588f71b6f8f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4d0f60303ae74264ba812c6b86b97164" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fe89eaf3063fce8f99c6b2f4f060166c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5186640cfc44448ea6abfc061c27e26e" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "67a462a139cf4d4f8cac9a9caae5da38" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5d42bf3de7b64a0e9a3121d41c4f2ca7" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "42b4684db9f24c14ad2b4a2fbdc2c029" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5ef699c8b0d757848010bde483bcf90d" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6e66b9e7e67db986a96fd72ad8ec0039" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5fdfe3a8feef248ca044b49a4c828864" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fc04c61c37e53280af82d45848f1cfbc" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "67a462a139cf4d4f8cac9a9caae5da38" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9fc06c1daa2de28ebf53abd6130fb832" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6b9c2e5d8af8678e993624297a85d3d5" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "76e27b1cb754438099504064c4a7fc4d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6bbe1c639d6c918186d93e015672df50" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "87f4733d2861ca83aa70dfa5705dc476" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6bbe1c639d6c918186d93e015672df50" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ba4ab0735f8bae8c87a487e476c9d461" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6c50e4481bce430ead32591c60e76f41" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "42b4684db9f24c14ad2b4a2fbdc2c029" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6d6c7c92e5f34ba29d3918a4fe6c066f" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4d0f60303ae74264ba812c6b86b97164" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6e66b9e7e67db986a96fd72ad8ec0039" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "97502a3305ce7986924a1f3ce34ac956" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "72d1b68b68551b8ebac9a05789ea3c28" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1c96f379aa96e384b8f7070485a8cd36" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "72d1b68b68551b8ebac9a05789ea3c28" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6b9c2e5d8af8678e993624297a85d3d5" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "72d1b68b68551b8ebac9a05789ea3c28" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b06aa7b2ee8fc98d9be7953b5f0aca61" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "76e27b1cb754438099504064c4a7fc4d" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2ee7671918433987b6e7c0f819dfeed7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7a3d6ca75ce08c83a9267adab3d79341" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "15aed79cba4d3387b4106f44992434d1" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7da77510addd466ca84382950bf94558" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c510fe67ac3740b0acc41b4c9d5596b7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "82afef45a0456a8a838481174db096d5" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fe25c16449a22387a197219ee98655db" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "87f4733d2861ca83aa70dfa5705dc476" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "72d1b68b68551b8ebac9a05789ea3c28" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "88c4043629e5432699bf00c2be2741aa" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5186640cfc44448ea6abfc061c27e26e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9027ab9824c1412499fbd0898580adc7" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "abfbbf6ca2684955a3b2b92f4a192752" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9027ab9824c1412499fbd0898580adc7" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d18ccb8b8aa7a58f88743588f71b6f8f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "96440a5d7796198da5fe50b6e4bf34c2" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fb5b3e86d8207b87a67933dffa2dbac2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "97502a3305ce7986924a1f3ce34ac956" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6b9c2e5d8af8678e993624297a85d3d5" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9fc06c1daa2de28ebf53abd6130fb832" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c3560b60db271084acfd59efbe794e79" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "abfbbf6ca2684955a3b2b92f4a192752" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "72d1b68b68551b8ebac9a05789ea3c28" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b06aa7b2ee8fc98d9be7953b5f0aca61" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5ef699c8b0d757848010bde483bcf90d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b5efadb906e8af85b1e442fa6035f85b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "97502a3305ce7986924a1f3ce34ac956" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ba4ab0735f8bae8c87a487e476c9d461" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "72d1b68b68551b8ebac9a05789ea3c28" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bc54e57212944659834183bc1f0b6626" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6c50e4481bce430ead32591c60e76f41" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c3560b60db271084acfd59efbe794e79" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "96440a5d7796198da5fe50b6e4bf34c2" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c46d5857645e0085aa88838a6c16340e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2537eac5436dcc8e93fe82ec187ff99d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c46d5857645e0085aa88838a6c16340e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2ee7671918433987b6e7c0f819dfeed7" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c510fe67ac3740b0acc41b4c9d5596b7" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6c50e4481bce430ead32591c60e76f41" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c5e01f8539d36886ae6293cee65c76ee" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "acfedc91118c4365b345f1d80d3ac416" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c766a6510a737489aacf4cd358efbe1f" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f59908ada153208ea60b746a66e0952b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ce8ad8b1489e444980d330ce3e1c9327" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6d6c7c92e5f34ba29d3918a4fe6c066f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d18ccb8b8aa7a58f88743588f71b6f8f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ba4ab0735f8bae8c87a487e476c9d461" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d4eac2678f9aa183bfa5ffbbddcf72c0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9fc06c1daa2de28ebf53abd6130fb832" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "df855770dff32584b4638e61fdea45a4" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f147666a5e2ac888adb72c9370625184" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e5816d3b70ff48deb882b8da65408748" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bc54e57212944659834183bc1f0b6626" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f147666a5e2ac888adb72c9370625184" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "03b77e43f737cf88bc1448d406b8ac99" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f4dbb750c4d9470c9b66de40b969be79" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fe89eaf3063fce8f99c6b2f4f060166c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f59908ada153208ea60b746a66e0952b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6e66b9e7e67db986a96fd72ad8ec0039" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f5bac0a8d51942e9b6e42f4bfbfa2b94" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "82afef45a0456a8a838481174db096d5" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fb5b3e86d8207b87a67933dffa2dbac2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4d0f60303ae74264ba812c6b86b97164" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fc04c61c37e53280af82d45848f1cfbc" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "419e97968e414108b74595e9605a85c5" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fc04c61c37e53280af82d45848f1cfbc" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "419e97968e414108b74595e9605a85c5" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fc04c61c37e53280af82d45848f1cfbc" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fb5b3e86d8207b87a67933dffa2dbac2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fc04c61c37e53280af82d45848f1cfbc" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "5ef699c8b0d757848010bde483bcf90d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fc2458fe63c841ecabf0da4a791d04b9" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "24935be697424a7a9dd21a89faeeba15" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fc2458fe63c841ecabf0da4a791d04b9" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f5bac0a8d51942e9b6e42f4bfbfa2b94" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fe25c16449a22387a197219ee98655db" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c5e01f8539d36886ae6293cee65c76ee" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fe89eaf3063fce8f99c6b2f4f060166c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "87f4733d2861ca83aa70dfa5705dc476" + }, + "m_SlotId": 2 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 185.99989318847657, + "y": -262.0000305175781 + }, + "m_Blocks": [ + { + "m_Id": "dfc2bacecb48469c8e5b13d414b66b13" + }, + { + "m_Id": "cd3e20c895654865a7d43810066c73fc" + }, + { + "m_Id": "d4334012657e4641895b647dacbb5af5" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": 185.99989318847657, + "y": -62.00002670288086 + }, + "m_Blocks": [ + { + "m_Id": "31fa2af2341a45dd94b58bc54c92fbd5" + }, + { + "m_Id": "acfedc91118c4365b345f1d80d3ac416" + }, + { + "m_Id": "2381b06ecf8b4af9b00e2202d7b23760" + }, + { + "m_Id": "aa32f92398ab43abb2985dbe09b7e339" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 0, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_SubDatas": [], + "m_ActiveTargets": [ + { + "m_Id": "f4c0c1021e91492a9dac28e54936170c" + }, + { + "m_Id": "12b3b4a090e7480a89a550579602a286" + }, + { + "m_Id": "95f2fc2914714d689cd99361e79d7397" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "023eea853df442a78e6eef59e714fdf1", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "02edf58b7a65b9878fb13cfa0ff9d910", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "03a3b73104ed44eebb921f73c1c8749a", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "03b77e43f737cf88bc1448d406b8ac99", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1111.0001220703125, + "y": 154.0001220703125, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "94e588cda579cf84a026db67d27867c8" + }, + { + "m_Id": "3d98493def2e8a8c887165d26102c88c" + }, + { + "m_Id": "d5f151d038064c86a1ef4365c5ebbe9e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "06dde848b5c48885bfde54f92e22d19e", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "076f8d8566926b899c24539412a34d81", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "08855f566a44948b96cf0a7008719865", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "0a0406860c39a280b36f4d5c0507f277", + "m_Id": 0, + "m_DisplayName": "Color", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0af295b9f3b0468f9d03b97b304b58f0", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0c882254b9f7439a874421d33addcb03", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0d8783c868d02d83a7b333d8604266cb", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0de8ce29781a92838ca7be8f25a76fdb", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "0e6e8c260049618a8a59d2e8907b508e", + "m_Id": 0, + "m_DisplayName": "Noise", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0ff0e1859a76858baf8313796e41ac91", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1053584213dfe786b85f3f33f2b7080f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "10988ffab668fc8ea4b79dabf39a3194", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDTarget", + "m_ObjectId": "12b3b4a090e7480a89a550579602a286", + "m_ActiveSubTarget": { + "m_Id": "8bc2050739024969a86efaef97e2ba7e" + }, + "m_Datas": [ + { + "m_Id": "ad920b8a5ef1489e940874276561a09c" + }, + { + "m_Id": "b8d075bc70b14c52bbf0616e95cb71e8" + }, + { + "m_Id": "ff9f96aeb7854cedb52d1ed725b9268c" + } + ], + "m_CustomEditorGUI": "", + "m_SupportVFX": true, + "m_SupportLineRendering": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "12b5d175739d46148bd6e19e85cd47ec", + "m_Id": 4, + "m_DisplayName": "Far Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Far Plane", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1372f5d69b98328fbfaa6c1da80a6d91", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "15aed79cba4d3387b4106f44992434d1", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -630.9999389648438, + "y": -294.9998779296875, + "width": 126.99999237060547, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "cad9cda2bc48de85aa537b982af9aa91" + }, + { + "m_Id": "78074d94e80b70898c04b7a37810e4a0" + }, + { + "m_Id": "615ffba1c3dd828786a1238b6aa43f2e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1731d9baa199cb8aab42c29e8a6c52b7", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1862cf45c8fc4fc084e11c0631b95c00", + "m_Id": 2, + "m_DisplayName": "Orthographic", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Orthographic", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "1926a9943fa3b78fb5c95fc1044e7bbf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -916.0000610351563, + "y": 145.0000457763672, + "width": 133.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "caac36196f93328399907f7525a4264d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "ee2110007399f9829d04c5d6ffe3fc18" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "193d55ad2ad2648c8cf661c0053339ff", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1a2a33b8c6314e8ea0bda65a12397971", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1ac395828d15c28f94c47c28ae0bfcec", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1b1c9dc011737b829ec2fb5950d0fdd8", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 10000.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1bcf12c430bfd78595471934a0a1d69a", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "1c96f379aa96e384b8f7070485a8cd36", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2094.0, + "y": -274.00006103515627, + "width": 120.0, + "height": 149.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "08855f566a44948b96cf0a7008719865" + }, + { + "m_Id": "8a6cf7ecf5940581999719e7b64e78dd" + }, + { + "m_Id": "0de8ce29781a92838ca7be8f25a76fdb" + }, + { + "m_Id": "cd083efcb9ec0986bb96d8f901677a50" + }, + { + "m_Id": "3058ac3bee5e5783afa4ff7eeaa1b2fe" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1cddd45a1995475f99a369937673caef", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "1d26281b1a304f2b8153d4fa582df1de", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "1fd01f2618aa4d3a9b9ae467e09ff509", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "2381b06ecf8b4af9b00e2202d7b23760", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.AlphaClipThreshold", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "d2e82c70febe4a68856f11759af4312d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.AlphaClipThreshold" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "239a69825ed24c809aacb3033a3f2d1e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -714.0, + "y": 256.9999694824219, + "width": 113.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "45f862017ec276889d93b2d23787fa53" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "c6ee10ccd6988f89aa310ee9bd385431" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.StepNode", + "m_ObjectId": "24935be697424a7a9dd21a89faeeba15", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Step", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1761.4156494140625, + "y": 1230.4884033203125, + "width": 145.0, + "height": 117.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "2a014f8ecbf942c4832f9ff0bdba1957" + }, + { + "m_Id": "8a606f4b2b8a4aed9d678c9be6032f9b" + }, + { + "m_Id": "f7d26d481f75433f875943909c67aa90" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "2537eac5436dcc8e93fe82ec187ff99d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1607.0001220703125, + "y": 383.0000305175781, + "width": 119.99999237060547, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "e9d473b012a3418d9af744f8ff741bdc" + }, + { + "m_Id": "9fc69c58f026ab81bd0dd5be53d6fe5d" + }, + { + "m_Id": "f529e7d2a0b0f58f92d38bdacd2bb3d5" + }, + { + "m_Id": "f4c32d063eb89a8a90d4ba3866753ac2" + }, + { + "m_Id": "d1fc6f816ca566809aacee95ee648315" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "289593d77b5843c2ac05257900381c62", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "289fb80d5b56489e81d395fea07d5a54", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "28d8bb0838a63f89983d066ce20365b4", + "m_Group": { + "m_Id": "50058eecd2ec47d0956f75c258ff3987" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1847.0001220703125, + "y": -847.0000610351563, + "width": 130.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "4b671c0bc8b4e780a77f54f90099b77f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "edf64f3ada209f829ec8ceaa1ba726f3" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "29fc58f0e5aa8c849bc6136424e9b9b7", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2a014f8ecbf942c4832f9ff0bdba1957", + "m_Id": 0, + "m_DisplayName": "Edge", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "2a1488009dbb978f97dd2a2d48a655d9", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2ce9c4f19f6f45da8b94626ce13b741b", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2db24a62b18aa3819af1e3ccb852c101", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "2e6340afde48ed8bb970a29ca53ad212", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "2ee7671918433987b6e7c0f819dfeed7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -801.9998779296875, + "y": -315.99993896484377, + "width": 126.99999237060547, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "529ff04fd5eafd858993b214a1e02a12" + }, + { + "m_Id": "5f9be19c4da40f83890741f857f48104" + }, + { + "m_Id": "1ac395828d15c28f94c47c28ae0bfcec" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3058ac3bee5e5783afa4ff7eeaa1b2fe", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", + "m_ObjectId": "30bc916c6e226c878b78d985373606ac", + "m_Guid": { + "m_GuidSerialized": "632278e9-97cb-434b-9096-7ca362cb8290" + }, + "m_Name": "Noise speed XY Noise power Z Glow power W", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector4_82A30F5C", + "m_OverrideReferenceName": "_NoisespeedXYNoisepowerZGlowpowerW", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.3140000104904175, + "y": 0.4269999861717224, + "z": 0.0010000000474974514, + "w": 3.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "3153e89c5bb21a8bbb6edb6c51af282b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1595.0001220703125, + "y": 91.0, + "width": 101.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "0a0406860c39a280b36f4d5c0507f277" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "7e714401ddc3ad80876eb34b4dc728a8" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "31fa2af2341a45dd94b58bc54c92fbd5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.BaseColor", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "ff791e491fd8406ea3b8a2e0e5b76861" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "329b9307b3ff40d1b8fccd1573e7b8e6", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3404bf6b79f1c0828843cc94b8776e87", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "36a2ac2683d14f90b18b0ef3169941be", + "m_Id": 1, + "m_DisplayName": "Direction", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Direction", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "36bcfaeda68f4f8d86d50d8b4612bd0a", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "36cb8716a4191583aa2f39a424aa1219", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "3788fbea9c98df8b91e5d257ec7d48c1", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "3b2f86d3ca15718a95a1c39a99bbc077", + "m_Group": { + "m_Id": "50058eecd2ec47d0956f75c258ff3987" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2034.0001220703125, + "y": -814.0000610351563, + "width": 198.0, + "height": 131.0 + } + }, + "m_Slots": [ + { + "m_Id": "a6a0759555537a8592711359f2c82040" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3d98493def2e8a8c887165d26102c88c", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "3dbe3a20c03b417ca103e869b67178df", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "3ec7561f0e5f6f81a2aa460409c8f1d5", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3627.0, + "y": -1800.9998779296875, + "width": 110.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "0e6e8c260049618a8a59d2e8907b508e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5d14d8844f90c98caa6bf2fbb2ae5d00" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "419e97968e414108b74595e9605a85c5", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4303.0, + "y": -1703.0, + "width": 128.0, + "height": 101.0 + } + }, + "m_Slots": [ + { + "m_Id": "8f133a30bb4c4eb0bd443a8c829ac6bf" + }, + { + "m_Id": "d4731b3d21d24ac1813baff48b2c6dca" + }, + { + "m_Id": "8ca0411cba344a84a4a354bd0ec5f442" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "419efb74bf5e5e8cbe48959c0ab32b95", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "42b3e82d6352ca808c62f03e674f4637", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "42b4684db9f24c14ad2b4a2fbdc2c029", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2129.415771484375, + "y": 1152.48828125, + "width": 126.0, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "43883ff8a9df436dac93122a2c66f57f" + }, + { + "m_Id": "781a2c452ef94e6e85b6618f1944150d" + }, + { + "m_Id": "289fb80d5b56489e81d395fea07d5a54" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SceneDepthNode", + "m_ObjectId": "431d04f4790f4a5988dc933672bea0ea", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Scene Depth", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2722.41552734375, + "y": 1134.48828125, + "width": 145.0, + "height": 112.0 + } + }, + "m_Slots": [ + { + "m_Id": "82394976441045edb65b83786b4be197" + }, + { + "m_Id": "a90ce1c4736e4f1d8ded6a1ddf2782ad" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_DepthSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "43883ff8a9df436dac93122a2c66f57f", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInUnlitSubTarget", + "m_ObjectId": "4473cbe89b8c49f7aef9b185e7c7fdc6" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "44b70dd7a6d9058d94567811f5679907", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "45f862017ec276889d93b2d23787fa53", + "m_Id": 0, + "m_DisplayName": "Opacity", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "46e207870db84f788ecc1d5655e7d261", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "492df5c83ed6e98dadf49fbb2c9ecf26", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "4b671c0bc8b4e780a77f54f90099b77f", + "m_Id": 0, + "m_DisplayName": "Glow Color", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", + "m_ObjectId": "4b84cabfad3a4edc941e2f060b156851" +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "4ba1c3fb43d7e58fbb598c11463a16a9", + "m_Guid": { + "m_GuidSerialized": "e8eda636-25e2-4727-b1ef-df3b62c7308e" + }, + "m_Name": "Depth power", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_478EB002", + "m_OverrideReferenceName": "_Depthpower", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4c11d5516e225b808bd803b5a66219cc", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "4d0f60303ae74264ba812c6b86b97164", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3092.999755859375, + "y": -1433.9998779296875, + "width": 130.000244140625, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "6c8e9435f4864f3390f7c64c914c324f" + }, + { + "m_Id": "329b9307b3ff40d1b8fccd1573e7b8e6" + }, + { + "m_Id": "9c018cc85dc34c4f981a7ca5f4d84510" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4fd5c07904577c869b6ec6c9faa142af", + "m_Id": 1, + "m_DisplayName": "Min", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Min", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "50058eecd2ec47d0956f75c258ff3987", + "m_Title": "Make fire color brighter", + "m_Position": { + "x": -2071.199951171875, + "y": -907.9999389648438 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "5186640cfc44448ea6abfc061c27e26e", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4368.99951171875, + "y": -1602.0, + "width": 193.99951171875, + "height": 125.0 + } + }, + "m_Slots": [ + { + "m_Id": "3dbe3a20c03b417ca103e869b67178df" + }, + { + "m_Id": "ef2e08646e7842259729f7d7fa9a76fa" + }, + { + "m_Id": "1d26281b1a304f2b8153d4fa582df1de" + }, + { + "m_Id": "289593d77b5843c2ac05257900381c62" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "529ff04fd5eafd858993b214a1e02a12", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "532db0c4d7b74f15abe503f82e9d24dd", + "m_Id": 6, + "m_DisplayName": "Width", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Width", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5546b214e1104efa8f2cd90d7bc267de", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "576f3d08235068868757f451cf8ca7db", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5b8402140ebb4328b1ea1490cf5ba15c", + "m_Id": 7, + "m_DisplayName": "Height", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Height", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "5b8c2c3a9aad928a80df8efc9c7c99e8", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5be0bb9ee2262783babd66dbada6b2ce", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5beca8af69d75f8bb1c30775b5741810", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "5d14d8844f90c98caa6bf2fbb2ae5d00", + "m_Guid": { + "m_GuidSerialized": "19e91a84-84df-4778-8228-1f84146e106c" + }, + "m_Name": "Noise", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_EE94E98F", + "m_OverrideReferenceName": "_Noise", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "5d42bf3de7b64a0e9a3121d41c4f2ca7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2297.415771484375, + "y": 1289.48828125, + "width": 143.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "ac2ddfaf42a2497ca9193e02792349d7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "4ba1c3fb43d7e58fbb598c11463a16a9" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5e40023dcc1e498192b2637c58154d42", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PowerNode", + "m_ObjectId": "5ef699c8b0d757848010bde483bcf90d", + "m_Group": { + "m_Id": "50058eecd2ec47d0956f75c258ff3987" + }, + "m_Name": "Power", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1842.0001220703125, + "y": -661.0000610351563, + "width": 129.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "576f3d08235068868757f451cf8ca7db" + }, + { + "m_Id": "e6567d51d3f65482b808ef5ee27769c2" + }, + { + "m_Id": "ca165098bea5448187b543a4c992d4ea" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5f9be19c4da40f83890741f857f48104", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "5fdfe3a8feef248ca044b49a4c828864", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4925.0, + "y": -1495.0, + "width": 317.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "daed3af3143bc78083976db26d08123b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "30bc916c6e226c878b78d985373606ac" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "609adaaef4ac4520a392fd71c49448d5", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "615ffba1c3dd828786a1238b6aa43f2e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "61cb54fd0e503a8b814b65fd15b2dacc", + "m_Guid": { + "m_GuidSerialized": "67f6134b-38c9-4839-8a2a-e4ce01054802" + }, + "m_Name": "Final Emission", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_AA43D4DE", + "m_OverrideReferenceName": "_FinalEmission", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6483d9ad32f62289b98dc1c9a1497ce5", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6486a6d159bf46a096139881c273471f", + "m_Id": 3, + "m_DisplayName": "Near Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Near Plane", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "648f4cf3e60a4674850d0573d46ec065", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "64e7f8d30d5e4baba14ffcb57b4cf062", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Emission", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 1, + "m_DefaultColor": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "65c938f9b3c95981adfe154df2a38766", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6785e81386d81784ba882d2affc0350a", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "67a462a139cf4d4f8cac9a9caae5da38", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4138.0, + "y": -1625.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "e88293111f234bf382161f8aae6464d3" + }, + { + "m_Id": "5546b214e1104efa8f2cd90d7bc267de" + }, + { + "m_Id": "93357f941079460ba884f6d8177fc38c" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "68245bf76127448caba0e2203397204c", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "6b9c2e5d8af8678e993624297a85d3d5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1158.0, + "y": -467.99993896484377, + "width": 128.99998474121095, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "98836cb5b62822889ba787833e5f4cce" + }, + { + "m_Id": "f4e72a30b6f8c68691e32e24409f824a" + }, + { + "m_Id": "c72c1645781e6f8ca813e0341ae10c90" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "6bbe1c639d6c918186d93e015672df50", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2674.0, + "y": -617.0000610351563, + "width": 121.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "7b454476c93a548794d716b7fbc52462" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "ea9c721e74b18d82abd6881c6f7dd6ec" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "6c50e4481bce430ead32591c60e76f41", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2312.415771484375, + "y": 1160.48828125, + "width": 125.9998779296875, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "023eea853df442a78e6eef59e714fdf1" + }, + { + "m_Id": "dbc0b9d2d6da4ab59cd1ec1adeb51dc3" + }, + { + "m_Id": "609adaaef4ac4520a392fd71c49448d5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "6c55c96b87c74907a7cad6647a8099ee", + "m_Id": 0, + "m_DisplayName": "Tangent", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tangent", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6c8e9435f4864f3390f7c64c914c324f", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "6d6c7c92e5f34ba29d3918a4fe6c066f", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3317.99951171875, + "y": -1402.9998779296875, + "width": 193.999755859375, + "height": 125.0 + } + }, + "m_Slots": [ + { + "m_Id": "36bcfaeda68f4f8d86d50d8b4612bd0a" + }, + { + "m_Id": "cfc3dbcd35b14ec68b2f579ec040e68a" + }, + { + "m_Id": "db0b708be43041fd908bc2b18f401d47" + }, + { + "m_Id": "648f4cf3e60a4674850d0573d46ec065" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "6e66b9e7e67db986a96fd72ad8ec0039", + "m_Group": { + "m_Id": "50058eecd2ec47d0956f75c258ff3987" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1515.0001220703125, + "y": -682.0000610351563, + "width": 125.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "1bcf12c430bfd78595471934a0a1d69a" + }, + { + "m_Id": "1053584213dfe786b85f3f33f2b7080f" + }, + { + "m_Id": "8d4613b80a1c708ba886dd0abb0997db" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6e9b1be752ddc089b033f1910de1f81a", + "m_Id": 0, + "m_DisplayName": "Final Emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "70029314ccde4da1b81d1a4d491a0796", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "70421eea0f4c46229afe0281ce253c96", + "m_Id": 5, + "m_DisplayName": "Z Buffer Sign", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Z Buffer Sign", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "714d0b280059688fa39a0cb94c9df48d", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7258ec7a876d41508bc32fdd33c89b37", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "72d1b68b68551b8ebac9a05789ea3c28", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2290.000244140625, + "y": -370.0, + "width": 130.0, + "height": 142.00006103515626 + } + }, + "m_Slots": [ + { + "m_Id": "c0fa34413dc97989b2d87d665b2ded47" + }, + { + "m_Id": "7dfaa895047a958e8e09fafe31cc23e8" + }, + { + "m_Id": "aa44b1ee11daab80865e79c2aa44af41" + }, + { + "m_Id": "6483d9ad32f62289b98dc1c9a1497ce5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "72de901bbe1744ff9bed753ed6ed255d", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "742ebd1653e700849faf9c2724dce056", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "747e4393517cc884b20b37abd0181aa2", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "76e27b1cb754438099504064c4a7fc4d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -992.9998779296875, + "y": -392.9999084472656, + "width": 126.99999237060547, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "fbfd0d2b646b4b819a65ddd80bd52353" + }, + { + "m_Id": "a1fccb70c46a528e950409ff67e73e7a" + }, + { + "m_Id": "6785e81386d81784ba882d2affc0350a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "78074d94e80b70898c04b7a37810e4a0", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "781a2c452ef94e6e85b6618f1944150d", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "7a3d6ca75ce08c83a9267adab3d79341", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -806.0, + "y": -189.0, + "width": 145.0, + "height": 33.999996185302737 + } + }, + "m_Slots": [ + { + "m_Id": "6e9b1be752ddc089b033f1910de1f81a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "61cb54fd0e503a8b814b65fd15b2dacc" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7a85bfc1bc80598c84ed11d442a364f8", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "7b454476c93a548794d716b7fbc52462", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7c140307e5bc41248441371215e88ed4", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionNode", + "m_ObjectId": "7da77510addd466ca84382950bf94558", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Screen Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2722.41552734375, + "y": 1491.4881591796875, + "width": 145.0, + "height": 129.0 + } + }, + "m_Slots": [ + { + "m_Id": "fcbc834d3e9d49608be2c3964212cb3e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ScreenSpaceType": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7dfaa895047a958e8e09fafe31cc23e8", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "7e714401ddc3ad80876eb34b4dc728a8", + "m_Guid": { + "m_GuidSerialized": "3a894f97-8631-4e85-bb0d-83d39143c4db" + }, + "m_Name": "Color", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Color_1AC8A57", + "m_OverrideReferenceName": "_Color", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "80192a44463277838cae5e61ce61e788", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "8085a51f205347a78c51950258568d74", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot", + "m_ObjectId": "82394976441045edb65b83786b4be197", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [], + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "82afef45a0456a8a838481174db096d5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -940.9998779296875, + "y": 228.9999542236328, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "80192a44463277838cae5e61ce61e788" + }, + { + "m_Id": "a8a5f5775d7a27838c79f156a4ef9439" + }, + { + "m_Id": "5e40023dcc1e498192b2637c58154d42" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "82c59ffc5ba04ff0a582afe44dca6473", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8351ff47ea725e84beddae28f2a8fefc", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "84679151f6534169bea02aa3c2ff192a", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "87bb4234af07158b9b81535e2499d282", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "87f4733d2861ca83aa70dfa5705dc476", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2524.0, + "y": -789.0, + "width": 198.0, + "height": 257.0 + } + }, + "m_Slots": [ + { + "m_Id": "5b8c2c3a9aad928a80df8efc9c7c99e8" + }, + { + "m_Id": "3404bf6b79f1c0828843cc94b8776e87" + }, + { + "m_Id": "f94dedbd17202481a85c89ea46552928" + }, + { + "m_Id": "02edf58b7a65b9878fb13cfa0ff9d910" + }, + { + "m_Id": "0d8783c868d02d83a7b333d8604266cb" + }, + { + "m_Id": "a9268af04b4b3a82ad27bd47eb81cf97" + }, + { + "m_Id": "c801e9185c58aa8890a69f4da822970b" + }, + { + "m_Id": "2a1488009dbb978f97dd2a2d48a655d9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "88c4043629e5432699bf00c2be2741aa", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4496.00048828125, + "y": -1582.0001220703125, + "width": 114.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "c6ca7114a5d84599ad7ea26c5db9f7a7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5d14d8844f90c98caa6bf2fbb2ae5d00" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8a606f4b2b8a4aed9d678c9be6032f9b", + "m_Id": 1, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8a6cf7ecf5940581999719e7b64e78dd", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitSubTarget", + "m_ObjectId": "8bc2050739024969a86efaef97e2ba7e" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "8ca0411cba344a84a4a354bd0ec5f442", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8d4613b80a1c708ba886dd0abb0997db", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8e5a7f7f051041ff9acc0bb14a50b97d", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8eae54619dccd680af0567092c42d3aa", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8f133a30bb4c4eb0bd443a8c829ac6bf", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "90119854ca8c688eacd735df58ee11f5", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "9027ab9824c1412499fbd0898580adc7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3159.000244140625, + "y": -494.9999084472656, + "width": 145.0, + "height": 127.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "d5659e51388940f5b3a86446713b2c1c" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "923a270816954d59aabd2173531628d9", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "92571b069224c88bbbcac8bbeff784bc", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "93357f941079460ba884f6d8177fc38c", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "94ad6404353730828f4ebddf15291ef9", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "94e588cda579cf84a026db67d27867c8", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "95f2fc2914714d689cd99361e79d7397", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "4b84cabfad3a4edc941e2f060b156851" + }, + "m_AllowMaterialOverride": true, + "m_SurfaceType": 1, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": false, + "m_CastShadows": false, + "m_ReceiveShadows": true, + "m_DisableTint": false, + "m_AdditionalMotionVectorMode": 0, + "m_AlembicMotionVectors": false, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "96440a5d7796198da5fe50b6e4bf34c2", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3490.0, + "y": -1791.0, + "width": 197.99998474121095, + "height": 253.0 + } + }, + "m_Slots": [ + { + "m_Id": "3788fbea9c98df8b91e5d257ec7d48c1" + }, + { + "m_Id": "44b70dd7a6d9058d94567811f5679907" + }, + { + "m_Id": "e164f1bc2d8fff8c85b7e339d29018f3" + }, + { + "m_Id": "a8bab0498b07d48dbd44d934113dfc57" + }, + { + "m_Id": "b7672fb24a7c4a838c6f54edcc4c4127" + }, + { + "m_Id": "94ad6404353730828f4ebddf15291ef9" + }, + { + "m_Id": "ed27a9fa424afc8689f911477763681c" + }, + { + "m_Id": "b9440be159c59f82ab1dbbed7b29707e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ClampNode", + "m_ObjectId": "97502a3305ce7986924a1f3ce34ac956", + "m_Group": { + "m_Id": "50058eecd2ec47d0956f75c258ff3987" + }, + "m_Name": "Clamp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1367.0001220703125, + "y": -622.0000610351563, + "width": 139.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "68245bf76127448caba0e2203397204c" + }, + { + "m_Id": "4fd5c07904577c869b6ec6c9faa142af" + }, + { + "m_Id": "f90ed7627bf84c8a88742fa83cee28cd" + }, + { + "m_Id": "06dde848b5c48885bfde54f92e22d19e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "98836cb5b62822889ba787833e5f4cce", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "99ba006d185e858d8d7be3c9b4e5f5f0", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "99d60c0f022a4f08bd95cccf0200a839", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9ab65d993c0bf485a98730d7f58604b1", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9b2cbd92138f2a8da502fad9ca17dc14", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9c018cc85dc34c4f981a7ca5f4d84510", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "9fc06c1daa2de28ebf53abd6130fb832", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3968.999755859375, + "y": -1713.9998779296875, + "width": 130.000244140625, + "height": 117.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "92571b069224c88bbbcac8bbeff784bc" + }, + { + "m_Id": "feb1f956ef9c4e8e9cf1b38d974093ab" + }, + { + "m_Id": "ffab95f0ff67c98db971d2110e491033" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9fc69c58f026ab81bd0dd5be53d6fe5d", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a0b2885d52aec28d8a9bf89c407e81b6", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a1fccb70c46a528e950409ff67e73e7a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a4ff7426dc2d658cb720c2126bbaf45e", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "a6a0759555537a8592711359f2c82040", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a8a5f5775d7a27838c79f156a4ef9439", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a8bab0498b07d48dbd44d934113dfc57", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a90ce1c4736e4f1d8ded6a1ddf2782ad", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "a9268af04b4b3a82ad27bd47eb81cf97", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "aa32f92398ab43abb2985dbe09b7e339", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Emission", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "64e7f8d30d5e4baba14ffcb57b4cf062" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Emission" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "aa44b1ee11daab80865e79c2aa44af41", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "abfbbf6ca2684955a3b2b92f4a192752", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2818.000244140625, + "y": -376.9999694824219, + "width": 119.999755859375, + "height": 149.00009155273438 + } + }, + "m_Slots": [ + { + "m_Id": "84679151f6534169bea02aa3c2ff192a" + }, + { + "m_Id": "ed2565b32296477b8df9d1418366d70e" + }, + { + "m_Id": "46e207870db84f788ecc1d5655e7d261" + }, + { + "m_Id": "8e5a7f7f051041ff9acc0bb14a50b97d" + }, + { + "m_Id": "2ce9c4f19f6f45da8b94626ce13b741b" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ac2ddfaf42a2497ca9193e02792349d7", + "m_Id": 0, + "m_DisplayName": "Depth power", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ac3324b5d9df06808e3ed375bfd81239", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "acfedc91118c4365b345f1d80d3ac416", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Alpha", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "c338675a33024ef88bdd3c4edde2b99d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Alpha" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.BuiltinData", + "m_ObjectId": "ad920b8a5ef1489e940874276561a09c", + "m_Distortion": false, + "m_DistortionMode": 0, + "m_DistortionDepthTest": true, + "m_AddPrecomputedVelocity": false, + "m_TransparentWritesMotionVec": false, + "m_DepthOffset": false, + "m_ConservativeDepthOffset": false, + "m_TransparencyFog": true, + "m_AlphaTestShadow": false, + "m_BackThenFrontRendering": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_TransparentPerPixelSorting": false, + "m_SupportLodCrossFade": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "ae78ead7d900328a84f3b50c6b1eacd5", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "b01f5d1f0234298199e177b59154c979", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AbsoluteNode", + "m_ObjectId": "b06aa7b2ee8fc98d9be7953b5f0aca61", + "m_Group": { + "m_Id": "50058eecd2ec47d0956f75c258ff3987" + }, + "m_Name": "Absolute", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2046.0001220703125, + "y": -546.0000610351563, + "width": 129.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "e313745620a0308f91cf43b5c8e0ecde" + }, + { + "m_Id": "1731d9baa199cb8aab42c29e8a6c52b7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b34ca2ea2bee4b54870e5656aac77e16", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b551716eb88f5d8887e5fd0769ce1320", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1Node", + "m_ObjectId": "b5efadb906e8af85b1e442fa6035f85b", + "m_Group": { + "m_Id": "50058eecd2ec47d0956f75c258ff3987" + }, + "m_Name": "Float", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1513.0001220703125, + "y": -522.0000610351563, + "width": 125.0, + "height": 77.0 + } + }, + "m_Slots": [ + { + "m_Id": "1b1c9dc011737b829ec2fb5950d0fdd8" + }, + { + "m_Id": "df20c6d7f8847e82870865903eeb0185" + } + ], + "synonyms": [ + "Vector 1" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": 0.0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b7672fb24a7c4a838c6f54edcc4c4127", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.SystemData", + "m_ObjectId": "b8d075bc70b14c52bbf0616e95cb71e8", + "m_MaterialNeedsUpdateHash": 0, + "m_SurfaceType": 1, + "m_RenderingPass": 4, + "m_BlendMode": 0, + "m_ZTest": 4, + "m_ZWrite": false, + "m_TransparentCullMode": 2, + "m_OpaqueCullMode": 2, + "m_SortPriority": 0, + "m_AlphaTest": false, + "m_ExcludeFromTUAndAA": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_SupportLodCrossFade": false, + "m_DoubleSidedMode": 1, + "m_DOTSInstancing": false, + "m_CustomVelocity": false, + "m_Tessellation": false, + "m_TessellationMode": 0, + "m_TessellationFactorMinDistance": 20.0, + "m_TessellationFactorMaxDistance": 50.0, + "m_TessellationFactorTriangleSize": 100.0, + "m_TessellationShapeFactor": 0.75, + "m_TessellationBackFaceCullEpsilon": -0.25, + "m_TessellationMaxDisplacement": 0.009999999776482582, + "m_DebugSymbols": false, + "m_Version": 2, + "inspectorFoldoutMask": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "b9440be159c59f82ab1dbbed7b29707e", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "ba4ab0735f8bae8c87a487e476c9d461", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2523.0, + "y": -523.0, + "width": 197.99998474121095, + "height": 257.0 + } + }, + "m_Slots": [ + { + "m_Id": "e5046bc2fc111d848ea4f89c16c7db1f" + }, + { + "m_Id": "99ba006d185e858d8d7be3c9b4e5f5f0" + }, + { + "m_Id": "dfd2f452c4b3de8c830c058e4bacfc7f" + }, + { + "m_Id": "bf3e3fb0ca655a84abf24afccba674f8" + }, + { + "m_Id": "fea949796c709d87997cd9f1bca6a958" + }, + { + "m_Id": "d8fac0b4deebd589acbf3b16041c4824" + }, + { + "m_Id": "b01f5d1f0234298199e177b59154c979" + }, + { + "m_Id": "87bb4234af07158b9b81535e2499d282" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "bc54e57212944659834183bc1f0b6626", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2490.415771484375, + "y": 1165.4884033203125, + "width": 126.0, + "height": 117.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "923a270816954d59aabd2173531628d9" + }, + { + "m_Id": "72de901bbe1744ff9bed753ed6ed255d" + }, + { + "m_Id": "d4563d1180fc4d888e77c380a1b04207" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bce013d99d11c583ac30c60bc47e9618", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bd567a936fa1728fb7cfb9b357af94b8", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "be55f83afe8d198a9c4e4d28f6a573a5", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bf3e3fb0ca655a84abf24afccba674f8", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c0fa34413dc97989b2d87d665b2ded47", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c338675a33024ef88bdd3c4edde2b99d", + "m_Id": 0, + "m_DisplayName": "Alpha", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Alpha", + "m_StageCapability": 2, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "c3560b60db271084acfd59efbe794e79", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3672.0, + "y": -1767.0, + "width": 154.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "d4447a1d47d6e08eb84251e1a28fdd59" + }, + { + "m_Id": "492df5c83ed6e98dadf49fbb2c9ecf26" + }, + { + "m_Id": "ae78ead7d900328a84f3b50c6b1eacd5" + }, + { + "m_Id": "29fc58f0e5aa8c849bc6136424e9b9b7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.VertexColorNode", + "m_ObjectId": "c46d5857645e0085aa88838a6c16340e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vertex Color", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1616.9998779296875, + "y": 286.0000305175781, + "width": 129.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "742ebd1653e700849faf9c2724dce056" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c4cf0e601937f784a5b806df353fe7c8", + "m_Id": 3, + "m_DisplayName": "Delta Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Delta Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "c510fe67ac3740b0acc41b4c9d5596b7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2479.415771484375, + "y": 1283.48828125, + "width": 120.0, + "height": 149.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "1cddd45a1995475f99a369937673caef" + }, + { + "m_Id": "0c882254b9f7439a874421d33addcb03" + }, + { + "m_Id": "7258ec7a876d41508bc32fdd33c89b37" + }, + { + "m_Id": "cab1ec53090c4bb98206a9bfe96edae1" + }, + { + "m_Id": "7c140307e5bc41248441371215e88ed4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "c5e01f8539d36886ae6293cee65c76ee", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -551.000244140625, + "y": 106.0001220703125, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "be55f83afe8d198a9c4e4d28f6a573a5" + }, + { + "m_Id": "714d0b280059688fa39a0cb94c9df48d" + }, + { + "m_Id": "193d55ad2ad2648c8cf661c0053339ff" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c65d74f062ddeb8cafac51a4617fb9bb", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "c6ca7114a5d84599ad7ea26c5db9f7a7", + "m_Id": 0, + "m_DisplayName": "Noise", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "c6ee10ccd6988f89aa310ee9bd385431", + "m_Guid": { + "m_GuidSerialized": "f6ec6b96-ba54-4c6c-a68c-0a50ed02e368" + }, + "m_Name": "Opacity", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_BDA16349", + "m_OverrideReferenceName": "_Opacity", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c72c1645781e6f8ca813e0341ae10c90", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "c766a6510a737489aacf4cd358efbe1f", + "m_Group": { + "m_Id": "50058eecd2ec47d0956f75c258ff3987" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1836.0001220703125, + "y": -814.0000610351563, + "width": 118.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "bce013d99d11c583ac30c60bc47e9618" + }, + { + "m_Id": "747e4393517cc884b20b37abd0181aa2" + }, + { + "m_Id": "a0b2885d52aec28d8a9bf89c407e81b6" + }, + { + "m_Id": "e73ef8fd901c088bb6a38208115702ab" + }, + { + "m_Id": "4c11d5516e225b808bd803b5a66219cc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "c801e9185c58aa8890a69f4da822970b", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ca165098bea5448187b543a4c992d4ea", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "caac36196f93328399907f7525a4264d", + "m_Id": 0, + "m_DisplayName": "Use depth?", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "cab1ec53090c4bb98206a9bfe96edae1", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "cad9cda2bc48de85aa537b982af9aa91", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "ccdc769ac7a04bb995e8245dcdc3a266", + "m_Id": 0, + "m_DisplayName": "MainTex", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "cd083efcb9ec0986bb96d8f901677a50", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "cd3e20c895654865a7d43810066c73fc", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Normal", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "1fd01f2618aa4d3a9b9ae467e09ff509" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "ce8ad8b1489e444980d330ce3e1c9327", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3469.99951171875, + "y": -1374.9998779296875, + "width": 128.999755859375, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "ccdc769ac7a04bb995e8245dcdc3a266" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "ea9c721e74b18d82abd6881c6f7dd6ec" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "cf713cc504a644b6adcd107038ceec0e", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "cfc3dbcd35b14ec68b2f579ec040e68a", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "d18ccb8b8aa7a58f88743588f71b6f8f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2825.0, + "y": -495.0, + "width": 122.0, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "fe0750aa5fb0e68fa16cac595c2b42d3" + }, + { + "m_Id": "2db24a62b18aa3819af1e3ccb852c101" + }, + { + "m_Id": "5be0bb9ee2262783babd66dbada6b2ce" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d1fc6f816ca566809aacee95ee648315", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d2e82c70febe4a68856f11759af4312d", + "m_Id": 0, + "m_DisplayName": "Alpha Clip Threshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "AlphaClipThreshold", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.5, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "d4334012657e4641895b647dacbb5af5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Tangent", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "6c55c96b87c74907a7cad6647a8099ee" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "d4447a1d47d6e08eb84251e1a28fdd59", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d4563d1180fc4d888e77c380a1b04207", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d4731b3d21d24ac1813baff48b2c6dca", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "d4eac2678f9aa183bfa5ffbbddcf72c0", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4138.0, + "y": -1798.0, + "width": 124.0, + "height": 173.0 + } + }, + "m_Slots": [ + { + "m_Id": "e6c118bbb295f28eb91a606ef46f94b5" + }, + { + "m_Id": "f735090a8ee12f85b768296893abdb7d" + }, + { + "m_Id": "f25a9fd537d2ed8e85a71e97a11c4fee" + }, + { + "m_Id": "c4cf0e601937f784a5b806df353fe7c8" + }, + { + "m_Id": "e41d92f9b01ecf8581ce1d2590ce3010" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "d5659e51388940f5b3a86446713b2c1c", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d5f151d038064c86a1ef4365c5ebbe9e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d78d508739cc138181e66e28122abe24", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "d8fac0b4deebd589acbf3b16041c4824", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "daed3af3143bc78083976db26d08123b", + "m_Id": 0, + "m_DisplayName": "Noise speed XY Noise power Z Glow power W", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "db0b708be43041fd908bc2b18f401d47", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "dbc0b9d2d6da4ab59cd1ec1adeb51dc3", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "de4e3de41e6ddc8b886836a5b56ac7a5", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "df20c6d7f8847e82870865903eeb0185", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "df855770dff32584b4638e61fdea45a4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1608.0001220703125, + "y": 122.00005340576172, + "width": 119.99999237060547, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "c65d74f062ddeb8cafac51a4617fb9bb" + }, + { + "m_Id": "65c938f9b3c95981adfe154df2a38766" + }, + { + "m_Id": "a4ff7426dc2d658cb720c2126bbaf45e" + }, + { + "m_Id": "5beca8af69d75f8bb1c30775b5741810" + }, + { + "m_Id": "7a85bfc1bc80598c84ed11d442a364f8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "dfc2bacecb48469c8e5b13d414b66b13", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "8085a51f205347a78c51950258568d74" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dfd2f452c4b3de8c830c058e4bacfc7f", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e164f1bc2d8fff8c85b7e339d29018f3", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "e2a4101b4e344579826c29985e3c650c", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "ea9c721e74b18d82abd6881c6f7dd6ec" + }, + { + "m_Id": "5d14d8844f90c98caa6bf2fbb2ae5d00" + }, + { + "m_Id": "30bc916c6e226c878b78d985373606ac" + }, + { + "m_Id": "61cb54fd0e503a8b814b65fd15b2dacc" + }, + { + "m_Id": "edf64f3ada209f829ec8ceaa1ba726f3" + }, + { + "m_Id": "c6ee10ccd6988f89aa310ee9bd385431" + }, + { + "m_Id": "7e714401ddc3ad80876eb34b4dc728a8" + }, + { + "m_Id": "ee2110007399f9829d04c5d6ffe3fc18" + }, + { + "m_Id": "4ba1c3fb43d7e58fbb598c11463a16a9" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e313745620a0308f91cf43b5c8e0ecde", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e41d92f9b01ecf8581ce1d2590ce3010", + "m_Id": 4, + "m_DisplayName": "Smooth Delta", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Smooth Delta", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "e5046bc2fc111d848ea4f89c16c7db1f", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CameraNode", + "m_ObjectId": "e5816d3b70ff48deb882b8da65408748", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Camera", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2699.41552734375, + "y": 1246.48828125, + "width": 122.0, + "height": 245.0 + } + }, + "m_Slots": [ + { + "m_Id": "cf713cc504a644b6adcd107038ceec0e" + }, + { + "m_Id": "36a2ac2683d14f90b18b0ef3169941be" + }, + { + "m_Id": "1862cf45c8fc4fc084e11c0631b95c00" + }, + { + "m_Id": "6486a6d159bf46a096139881c273471f" + }, + { + "m_Id": "12b5d175739d46148bd6e19e85cd47ec" + }, + { + "m_Id": "70421eea0f4c46229afe0281ce253c96" + }, + { + "m_Id": "532db0c4d7b74f15abe503f82e9d24dd" + }, + { + "m_Id": "5b8402140ebb4328b1ea1490cf5ba15c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e6567d51d3f65482b808ef5ee27769c2", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e6c118bbb295f28eb91a606ef46f94b5", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e73ef8fd901c088bb6a38208115702ab", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e88293111f234bf382161f8aae6464d3", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.GroupData", + "m_ObjectId": "e8a3ef894a6c4832a19d05ea54b6540c", + "m_Title": "Add some distortion to smoke texture", + "m_Position": { + "x": -4950.3994140625, + "y": -1861.599853515625 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e9d473b012a3418d9af744f8ff741bdc", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "ea9c721e74b18d82abd6881c6f7dd6ec", + "m_Guid": { + "m_GuidSerialized": "ab72e17a-f00c-4cb4-bc47-c6e748e8ec35" + }, + "m_Name": "MainTex", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_7DCA2C54", + "m_OverrideReferenceName": "_MainTex", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ed2565b32296477b8df9d1418366d70e", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "ed27a9fa424afc8689f911477763681c", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "edd14611d999a58ba945136a9a6172c7", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "edf64f3ada209f829ec8ceaa1ba726f3", + "m_Guid": { + "m_GuidSerialized": "14bae059-4bf3-4d2e-9682-bbf858687687" + }, + "m_Name": "Glow Color", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Color_8FA307E7", + "m_OverrideReferenceName": "_GlowColor", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 1.0, + "g": 1.0, + "b": 0.0, + "a": 1.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "ee2110007399f9829d04c5d6ffe3fc18", + "m_Guid": { + "m_GuidSerialized": "43edd7e2-0e7b-41cc-938a-311c078e2e99" + }, + "m_Name": "Use depth?", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Boolean_C587017E", + "m_OverrideReferenceName": "_Usedepth", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "ef2e08646e7842259729f7d7fa9a76fa", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "f147666a5e2ac888adb72c9370625184", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1272.000244140625, + "y": 101.00007629394531, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "8351ff47ea725e84beddae28f2a8fefc" + }, + { + "m_Id": "1a2a33b8c6314e8ea0bda65a12397971" + }, + { + "m_Id": "1372f5d69b98328fbfaa6c1da80a6d91" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f25a9fd537d2ed8e85a71e97a11c4fee", + "m_Id": 2, + "m_DisplayName": "Cosine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Cosine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInTarget", + "m_ObjectId": "f4c0c1021e91492a9dac28e54936170c", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "4473cbe89b8c49f7aef9b185e7c7fdc6" + }, + "m_AllowMaterialOverride": true, + "m_SurfaceType": 1, + "m_ZWriteControl": 0, + "m_ZTestMode": 4, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": false, + "m_CustomEditorGUI": "" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f4c32d063eb89a8a90d4ba3866753ac2", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "f4dbb750c4d9470c9b66de40b969be79", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3159.000244140625, + "y": -770.0, + "width": 145.0, + "height": 128.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "fae4a4c17be04a82adf0a86b5b7fff6d" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f4e72a30b6f8c68691e32e24409f824a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f529e7d2a0b0f58f92d38bdacd2bb3d5", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "f59908ada153208ea60b746a66e0952b", + "m_Group": { + "m_Id": "50058eecd2ec47d0956f75c258ff3987" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1672.0001220703125, + "y": -822.0000610351563, + "width": 125.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "8eae54619dccd680af0567092c42d3aa" + }, + { + "m_Id": "90119854ca8c688eacd735df58ee11f5" + }, + { + "m_Id": "42b3e82d6352ca808c62f03e674f4637" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "f5bac0a8d51942e9b6e42f4bfbfa2b94", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1532.4156494140625, + "y": 1152.48828125, + "width": 126.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "f7e0723166174ee3ad8bb52e3b62e8ab" + }, + { + "m_Id": "82c59ffc5ba04ff0a582afe44dca6473" + }, + { + "m_Id": "70029314ccde4da1b81d1a4d491a0796" + }, + { + "m_Id": "b34ca2ea2bee4b54870e5656aac77e16" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f735090a8ee12f85b768296893abdb7d", + "m_Id": 1, + "m_DisplayName": "Sine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Sine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f7d26d481f75433f875943909c67aa90", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f7e0723166174ee3ad8bb52e3b62e8ab", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f90ed7627bf84c8a88742fa83cee28cd", + "m_Id": 2, + "m_DisplayName": "Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Max", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f94dedbd17202481a85c89ea46552928", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "fae4a4c17be04a82adf0a86b5b7fff6d", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "fb5b3e86d8207b87a67933dffa2dbac2", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3251.000244140625, + "y": -1524.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "ac3324b5d9df06808e3ed375bfd81239" + }, + { + "m_Id": "9ab65d993c0bf485a98730d7f58604b1" + }, + { + "m_Id": "419efb74bf5e5e8cbe48959c0ab32b95" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "fbfd0d2b646b4b819a65ddd80bd52353", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "fc04c61c37e53280af82d45848f1cfbc", + "m_Group": { + "m_Id": "e8a3ef894a6c4832a19d05ea54b6540c" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -4575.0, + "y": -1535.0, + "width": 120.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "bd567a936fa1728fb7cfb9b357af94b8" + }, + { + "m_Id": "076f8d8566926b899c24539412a34d81" + }, + { + "m_Id": "b551716eb88f5d8887e5fd0769ce1320" + }, + { + "m_Id": "36cb8716a4191583aa2f39a424aa1219" + }, + { + "m_Id": "edd14611d999a58ba945136a9a6172c7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "fc2458fe63c841ecabf0da4a791d04b9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1980.4156494140625, + "y": 1152.48828125, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "99d60c0f022a4f08bd95cccf0200a839" + }, + { + "m_Id": "03a3b73104ed44eebb921f73c1c8749a" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "fcbc834d3e9d49608be2c3964212cb3e", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fe0750aa5fb0e68fa16cac595c2b42d3", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "fe25c16449a22387a197219ee98655db", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -768.0000610351563, + "y": 105.00011444091797, + "width": 169.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "10988ffab668fc8ea4b79dabf39a3194" + }, + { + "m_Id": "d78d508739cc138181e66e28122abe24" + }, + { + "m_Id": "0af295b9f3b0468f9d03b97b304b58f0" + }, + { + "m_Id": "0ff0e1859a76858baf8313796e41ac91" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "fe89eaf3063fce8f99c6b2f4f060166c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2818.0, + "y": -770.0000610351563, + "width": 119.0, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "9b2cbd92138f2a8da502fad9ca17dc14" + }, + { + "m_Id": "de4e3de41e6ddc8b886836a5b56ac7a5" + }, + { + "m_Id": "2e6340afde48ed8bb970a29ca53ad212" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fea949796c709d87997cd9f1bca6a958", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "feb1f956ef9c4e8e9cf1b38d974093ab", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "ff791e491fd8406ea3b8a2e0e5b76861", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 0, + "m_DefaultColor": { + "r": 0.5, + "g": 0.5, + "b": 0.5, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitData", + "m_ObjectId": "ff9f96aeb7854cedb52d1ed725b9268c", + "m_EnableShadowMatte": false, + "m_DistortionOnly": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ffab95f0ff67c98db971d2110e491033", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Explosion.shadergraph.meta b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Explosion.shadergraph.meta new file mode 100644 index 0000000..77caadf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Explosion.shadergraph.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 94156f61f72b54f408d7f9bfb9547503 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_Explosion.shadergraph + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_FlareFX.shadergraph b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_FlareFX.shadergraph new file mode 100644 index 0000000..c9135ad --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_FlareFX.shadergraph @@ -0,0 +1,7462 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "aa0e7336278a4cc996ca6c1a106ae465", + "m_Properties": [ + { + "m_Id": "3f603e1363b14c059f92018a2a4337ff" + }, + { + "m_Id": "f8090c2cd3684135abdd1fa7078a0cc4" + }, + { + "m_Id": "5940e3e4eb3e4b6a9cdea264c23c3592" + }, + { + "m_Id": "2095142349ea4bafae492ebb47015871" + }, + { + "m_Id": "064ef32b97ed4f6786266429c01b8ed7" + }, + { + "m_Id": "78932429f96d4409b3f63bc9e71b7623" + }, + { + "m_Id": "a86457ef8a064a3ea266c89eac2f6ddb" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "695fe8101f4f4768bebc8327b30a39e7" + } + ], + "m_Nodes": [ + { + "m_Id": "e62e64c3d2a24ffaba3b4b10e4ceb1e5" + }, + { + "m_Id": "2079e55e314244f88fe3a7c20c643319" + }, + { + "m_Id": "e8eff1aba3064067be30af6ff292186b" + }, + { + "m_Id": "e234d084f32e434d8c4bc187a77cbbab" + }, + { + "m_Id": "90a905c6ff8b4e73840aabf9d43d51d4" + }, + { + "m_Id": "41507a2c427d470e8d66c91df3b549a9" + }, + { + "m_Id": "49133d5ccf2148779102ab4c02bb2338" + }, + { + "m_Id": "e95613b65274408fa53cb311dba1a150" + }, + { + "m_Id": "0bc7eee13a3b4d7fb31a07fe6ce7b554" + }, + { + "m_Id": "e779e0d4e68c4bf2b80758355f68a586" + }, + { + "m_Id": "376cf25072f845e3bb1e54262b662644" + }, + { + "m_Id": "117099c1d8bd440f93e2f720f9afa800" + }, + { + "m_Id": "726bd69692674c90ba82b450a2363666" + }, + { + "m_Id": "eb50e2ef3a124d6caeb18e08ebb1dc51" + }, + { + "m_Id": "15e60834e83941baa963f2380d68ce82" + }, + { + "m_Id": "075b6a58ee5241f5a2e305c0dd4249ba" + }, + { + "m_Id": "4ff142d211534ab8a3b2524e9d16e3e4" + }, + { + "m_Id": "75409d5538ca4090995801cea3ac48ef" + }, + { + "m_Id": "d492a331c40d471b9ab79d405809b4b8" + }, + { + "m_Id": "0a11fef693fe4d798014d3bf00083eeb" + }, + { + "m_Id": "9970fcd73d114bad907fc602a0c34d1d" + }, + { + "m_Id": "75bd51efd09c4575a602ddceb50c9966" + }, + { + "m_Id": "c57c9e71f1314d6ab18c733df9f36e77" + }, + { + "m_Id": "2caed47fe8eb4ef7a0a5e07cc4e57762" + }, + { + "m_Id": "16ed3c63b85f49feabf967eda4e39067" + }, + { + "m_Id": "a8dcb58c30794153bba6956d06a8f2c7" + }, + { + "m_Id": "51ed6eca940f495699ddc2fb7efdf247" + }, + { + "m_Id": "da8b7d4f09d54215a50c79dda3f140a7" + }, + { + "m_Id": "a9a9ee24268b474d829249d6625142b8" + }, + { + "m_Id": "a0553250070c42299003e3b84b02b8de" + }, + { + "m_Id": "ae774772372048d2aa36e1f8dc60eda8" + }, + { + "m_Id": "774b1fb014a74670bcc2fd61a73da5f9" + }, + { + "m_Id": "cb88a2adc5a4440c87d8a43f0e590530" + }, + { + "m_Id": "d12bf402763140bdb48ffe0b1a3f8826" + }, + { + "m_Id": "b35295b7fdc84d2093d954354d316ec8" + }, + { + "m_Id": "b1d20375300740b1b00a21c1f17fb68a" + }, + { + "m_Id": "f963ac783ae84f85b9bf8076e62056d9" + }, + { + "m_Id": "4d9fc0d2db034764a35b423728abe9de" + }, + { + "m_Id": "08d9cf803c5249db9baf8cde2445b58b" + }, + { + "m_Id": "86c1886ab7f34aedb467e24556709fc6" + }, + { + "m_Id": "0ffddd6886144549a87eea79ac4bf335" + }, + { + "m_Id": "8695fbaef9e04c98b8816609aba47117" + }, + { + "m_Id": "1bdceee291a04c47b09d6a540428ac38" + }, + { + "m_Id": "2cea1bed141746f78cb1e7a67a742eaf" + }, + { + "m_Id": "6d82f00acb0d431e975e2ce461a86893" + }, + { + "m_Id": "391bacfcd72b4c4fb4627bcd29907986" + }, + { + "m_Id": "88fe8584029e42298e460a373cba3584" + }, + { + "m_Id": "21178f667e5042a4ad7c95a11aa20b15" + }, + { + "m_Id": "9ba3fa04803a413fb78a66f3a7a85a8c" + }, + { + "m_Id": "39bd4b5a332d432494547e62cb972c5a" + }, + { + "m_Id": "3c8306e8d5c94e839cbf3b60eaa04162" + }, + { + "m_Id": "a1cd1f9da550488783179d7984b3ed27" + }, + { + "m_Id": "127599beadd0413dae9e1d69e687357e" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "075b6a58ee5241f5a2e305c0dd4249ba" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "08d9cf803c5249db9baf8cde2445b58b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "075b6a58ee5241f5a2e305c0dd4249ba" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "86c1886ab7f34aedb467e24556709fc6" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "075b6a58ee5241f5a2e305c0dd4249ba" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e234d084f32e434d8c4bc187a77cbbab" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0a11fef693fe4d798014d3bf00083eeb" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "376cf25072f845e3bb1e54262b662644" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0a11fef693fe4d798014d3bf00083eeb" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "376cf25072f845e3bb1e54262b662644" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0bc7eee13a3b4d7fb31a07fe6ce7b554" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e95613b65274408fa53cb311dba1a150" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0ffddd6886144549a87eea79ac4bf335" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "86c1886ab7f34aedb467e24556709fc6" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "117099c1d8bd440f93e2f720f9afa800" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "075b6a58ee5241f5a2e305c0dd4249ba" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "127599beadd0413dae9e1d69e687357e" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f963ac783ae84f85b9bf8076e62056d9" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "15e60834e83941baa963f2380d68ce82" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b35295b7fdc84d2093d954354d316ec8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "16ed3c63b85f49feabf967eda4e39067" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2caed47fe8eb4ef7a0a5e07cc4e57762" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1bdceee291a04c47b09d6a540428ac38" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "39bd4b5a332d432494547e62cb972c5a" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "21178f667e5042a4ad7c95a11aa20b15" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9ba3fa04803a413fb78a66f3a7a85a8c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2caed47fe8eb4ef7a0a5e07cc4e57762" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "75bd51efd09c4575a602ddceb50c9966" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2cea1bed141746f78cb1e7a67a742eaf" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "39bd4b5a332d432494547e62cb972c5a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "376cf25072f845e3bb1e54262b662644" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0bc7eee13a3b4d7fb31a07fe6ce7b554" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "391bacfcd72b4c4fb4627bcd29907986" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "88fe8584029e42298e460a373cba3584" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "39bd4b5a332d432494547e62cb972c5a" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3c8306e8d5c94e839cbf3b60eaa04162" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3c8306e8d5c94e839cbf3b60eaa04162" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "127599beadd0413dae9e1d69e687357e" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "41507a2c427d470e8d66c91df3b549a9" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "49133d5ccf2148779102ab4c02bb2338" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "49133d5ccf2148779102ab4c02bb2338" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4d9fc0d2db034764a35b423728abe9de" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "49133d5ccf2148779102ab4c02bb2338" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "15e60834e83941baa963f2380d68ce82" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4d9fc0d2db034764a35b423728abe9de" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ae774772372048d2aa36e1f8dc60eda8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4ff142d211534ab8a3b2524e9d16e3e4" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "075b6a58ee5241f5a2e305c0dd4249ba" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "51ed6eca940f495699ddc2fb7efdf247" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a8dcb58c30794153bba6956d06a8f2c7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6d82f00acb0d431e975e2ce461a86893" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "88fe8584029e42298e460a373cba3584" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "726bd69692674c90ba82b450a2363666" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "117099c1d8bd440f93e2f720f9afa800" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "726bd69692674c90ba82b450a2363666" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eb50e2ef3a124d6caeb18e08ebb1dc51" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "75409d5538ca4090995801cea3ac48ef" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e95613b65274408fa53cb311dba1a150" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "75bd51efd09c4575a602ddceb50c9966" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c57c9e71f1314d6ab18c733df9f36e77" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "774b1fb014a74670bcc2fd61a73da5f9" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a9a9ee24268b474d829249d6625142b8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "86c1886ab7f34aedb467e24556709fc6" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8695fbaef9e04c98b8816609aba47117" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "88fe8584029e42298e460a373cba3584" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2cea1bed141746f78cb1e7a67a742eaf" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9970fcd73d114bad907fc602a0c34d1d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2caed47fe8eb4ef7a0a5e07cc4e57762" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9ba3fa04803a413fb78a66f3a7a85a8c" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2cea1bed141746f78cb1e7a67a742eaf" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a0553250070c42299003e3b84b02b8de" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "15e60834e83941baa963f2380d68ce82" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a1cd1f9da550488783179d7984b3ed27" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "127599beadd0413dae9e1d69e687357e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a8dcb58c30794153bba6956d06a8f2c7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a0553250070c42299003e3b84b02b8de" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a8dcb58c30794153bba6956d06a8f2c7" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a9a9ee24268b474d829249d6625142b8" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a9a9ee24268b474d829249d6625142b8" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "117099c1d8bd440f93e2f720f9afa800" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ae774772372048d2aa36e1f8dc60eda8" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "774b1fb014a74670bcc2fd61a73da5f9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b1d20375300740b1b00a21c1f17fb68a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b35295b7fdc84d2093d954354d316ec8" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b35295b7fdc84d2093d954354d316ec8" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d12bf402763140bdb48ffe0b1a3f8826" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c57c9e71f1314d6ab18c733df9f36e77" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "da8b7d4f09d54215a50c79dda3f140a7" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cb88a2adc5a4440c87d8a43f0e590530" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ae774772372048d2aa36e1f8dc60eda8" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d12bf402763140bdb48ffe0b1a3f8826" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "f963ac783ae84f85b9bf8076e62056d9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d492a331c40d471b9ab79d405809b4b8" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0a11fef693fe4d798014d3bf00083eeb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "da8b7d4f09d54215a50c79dda3f140a7" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "51ed6eca940f495699ddc2fb7efdf247" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e779e0d4e68c4bf2b80758355f68a586" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0bc7eee13a3b4d7fb31a07fe6ce7b554" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e95613b65274408fa53cb311dba1a150" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "49133d5ccf2148779102ab4c02bb2338" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "eb50e2ef3a124d6caeb18e08ebb1dc51" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a0553250070c42299003e3b84b02b8de" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f963ac783ae84f85b9bf8076e62056d9" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8695fbaef9e04c98b8816609aba47117" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "f963ac783ae84f85b9bf8076e62056d9" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "90a905c6ff8b4e73840aabf9d43d51d4" + }, + "m_SlotId": 0 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 1750.9998779296875, + "y": 50.00000762939453 + }, + "m_Blocks": [ + { + "m_Id": "e62e64c3d2a24ffaba3b4b10e4ceb1e5" + }, + { + "m_Id": "2079e55e314244f88fe3a7c20c643319" + }, + { + "m_Id": "e8eff1aba3064067be30af6ff292186b" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": 1750.9998779296875, + "y": 249.99996948242188 + }, + "m_Blocks": [ + { + "m_Id": "e234d084f32e434d8c4bc187a77cbbab" + }, + { + "m_Id": "90a905c6ff8b4e73840aabf9d43d51d4" + }, + { + "m_Id": "08d9cf803c5249db9baf8cde2445b58b" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 1, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_SubDatas": [], + "m_ActiveTargets": [ + { + "m_Id": "9e2341d5d4f84b3c8b31f828021273bb" + }, + { + "m_Id": "7c41d8414cc64b609511feb8a641361b" + }, + { + "m_Id": "60b8b6e5b84b454b9b62674f44526211" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "03a39e1fd42c4d509d957e28bb6bbff4", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "044418cdd71a46dba749f22ad2bff4bc", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.BuiltinData", + "m_ObjectId": "056dd70dd11f48ac9e5924c347e511b1", + "m_Distortion": false, + "m_DistortionMode": 0, + "m_DistortionDepthTest": true, + "m_AddPrecomputedVelocity": false, + "m_TransparentWritesMotionVec": false, + "m_DepthOffset": false, + "m_ConservativeDepthOffset": false, + "m_TransparencyFog": true, + "m_AlphaTestShadow": false, + "m_BackThenFrontRendering": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_TransparentPerPixelSorting": false, + "m_SupportLodCrossFade": false +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", + "m_ObjectId": "064ef32b97ed4f6786266429c01b8ed7", + "m_Guid": { + "m_GuidSerialized": "cd794135-9759-40fb-a855-a93747d62db4" + }, + "m_Name": "Noise speed XY", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Noise speed XY", + "m_DefaultReferenceName": "_Noise_speed_XY", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "06c684ea51ae43918b60c41a05dd917c", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "075b6a58ee5241f5a2e305c0dd4249ba", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 976.9999389648438, + "y": 446.9998779296875, + "width": 129.99993896484376, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "3490cbdc63be4be6a660dffae2dd5a09" + }, + { + "m_Id": "6059f488939840be8507ad74aebdc22f" + }, + { + "m_Id": "15f0ab922ff84a9bab5e48af4bda455c" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "07bb7efa91b44a29909a2de57ac1f7d0", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "08d9cf803c5249db9baf8cde2445b58b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Emission", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "854ae1481240408b844ea1532322f45f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Emission" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "093a76f399af4fc0abb6104ba9b9d5cc", + "m_Id": 4, + "m_DisplayName": "Far Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Far Plane", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "0a11fef693fe4d798014d3bf00083eeb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2262.2470703125, + "y": 76.7529296875, + "width": 120.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "7e17a4d02f3c447298d5de1d22612102" + }, + { + "m_Id": "5fb4ee4e23cc4027b7cb8c5f3ae34f2c" + }, + { + "m_Id": "eb7b8afdc207451490cb56189ddb4432" + }, + { + "m_Id": "3df1298bf3a54186a6543d1a05d20462" + }, + { + "m_Id": "de8b96ca8cee4ea7a275feeab0830f42" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "0bc7eee13a3b4d7fb31a07fe6ce7b554", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1855.9998779296875, + "y": 203.99998474121095, + "width": 208.0, + "height": 301.99993896484377 + } + }, + "m_Slots": [ + { + "m_Id": "78b01ac926b445bbac4ee4135bf434c8" + }, + { + "m_Id": "06c684ea51ae43918b60c41a05dd917c" + }, + { + "m_Id": "ac70e76a020a40da85810b7205ae8856" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0d6e38dc9db047f3bb8bcdeafad36fe3", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "0ec0627efa004c31ad89089688e92abc", + "m_Id": 0, + "m_DisplayName": "Noise speed XY", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0f2f9230b2ae458691b51938c768ffac", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0f53c38f18dd4f00a4e28eb0261ee83a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1Node", + "m_ObjectId": "0ffddd6886144549a87eea79ac4bf335", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Float", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1045.0, + "y": 807.0000610351563, + "width": 126.0, + "height": 76.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "4b0bdc2d61424dc59a37f317efd5a4e8" + }, + { + "m_Id": "1f0e2eb3aab14e1bb6d1465a9ce03c95" + } + ], + "synonyms": [ + "Vector 1", + "1", + "v1", + "vec1", + "scalar" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": 0.0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "117099c1d8bd440f93e2f720f9afa800", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 679.9998168945313, + "y": 446.9998779296875, + "width": 130.00018310546876, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "d93b860766734e66bca38e3014f33dbb" + }, + { + "m_Id": "07bb7efa91b44a29909a2de57ac1f7d0" + }, + { + "m_Id": "b995ad3ba25a4832bda66d24307495a0" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "127599beadd0413dae9e1d69e687357e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 572.181884765625, + "y": 1735.63623046875, + "width": 169.99981689453126, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "feade5c2a7ba4cdd9d34131e2a45ccd4" + }, + { + "m_Id": "c3ef2ea171b44ff0a2fa62f3b1f0d6dc" + }, + { + "m_Id": "51e6ba9e1e33407e8e30ab93d2ac2f8b" + }, + { + "m_Id": "ee5fae7b34cf49968153b1ccb288d225" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "15e60834e83941baa963f2380d68ce82", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 327.0, + "y": 666.0, + "width": 126.00003051757813, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "2d78cb1b125349a181b67cf00223346f" + }, + { + "m_Id": "0f53c38f18dd4f00a4e28eb0261ee83a" + }, + { + "m_Id": "3a2d6b1ecf80416f986eb4a868e56cb8" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "15f0ab922ff84a9bab5e48af4bda455c", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "16bf142cda0f4b25a6a4a5114bab895f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1Node", + "m_ObjectId": "16ed3c63b85f49feabf967eda4e39067", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Float", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2587.0, + "y": 818.9999389648438, + "width": 126.0, + "height": 77.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "61c254a5f6ac4b0b9fce8dfdf5a67e49" + }, + { + "m_Id": "6f65d2c9fc8448f68c988c0e14e4e013" + } + ], + "synonyms": [ + "Vector 1", + "1", + "v1", + "vec1", + "scalar" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": 0.0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1708c5f16d824cffa36b15dafe9ff06c", + "m_Id": 3, + "m_DisplayName": "Near Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Near Plane", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "17eecd40a3d44506b4a07b0d9bed8ef6", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "19100b0ee80442d1af052cf724e75a98", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1b391b0bee8d48039b29b68fa8184e90", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "1bdceee291a04c47b09d6a540428ac38", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 15.1817626953125, + "y": 2087.63623046875, + "width": 143.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "37da3d34cad94cc4a3bde310de171c96" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f8090c2cd3684135abdd1fa7078a0cc4" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1e92174f65d74428948b184f38ce11c4", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1f0e2eb3aab14e1bb6d1465a9ce03c95", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "2079e55e314244f88fe3a7c20c643319", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Normal", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "2aa4df22e07b4bd1b47bfe0d2219888c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "2095142349ea4bafae492ebb47015871", + "m_Guid": { + "m_GuidSerialized": "aa065572-a9aa-411e-ba07-a35b295fb476" + }, + "m_Name": "Emission", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Emission", + "m_DefaultReferenceName": "_Emission", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 2.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "20bb6eea130b43ab85c30abf0eeff995", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionNode", + "m_ObjectId": "21178f667e5042a4ad7c95a11aa20b15", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Screen Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -420.818115234375, + "y": 2242.63623046875, + "width": 144.9998779296875, + "height": 129.0 + } + }, + "m_Slots": [ + { + "m_Id": "f8d6f2539eea479aaf1e45ff38c56339" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ScreenSpaceType": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "22a4d5a9eb4b42d0a92df2dd40b69713", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "23d0f6848991437da017685fd441cfee", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "25f802796d5a4799a8d46b9c2495ac3d", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "26f509ef32f34b15bca229d620c164d2", + "m_Id": 6, + "m_DisplayName": "Width", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Width", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "27b959c96de845609c72e5eabb809718", + "m_Id": 7, + "m_DisplayName": "Height", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Height", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "296afc56917c4beea8a76e87bb5818ac", + "m_Id": 2, + "m_DisplayName": "Orthographic", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Orthographic", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitSubTarget", + "m_ObjectId": "29cbe4a6b60742abbee3ef100e034d2a" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "2aa4df22e07b4bd1b47bfe0d2219888c", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "2ba75446fbc440418598871754d49e6c", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2c5695ef7e3a4eafb3590dbbf50a3d94", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "2c5a5435f53a4afa9ff6719b5d53308c", + "m_Id": 1, + "m_DisplayName": "Direction", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Direction", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2c5f8da594d042e39c4b8387714102e9", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "2caed47fe8eb4ef7a0a5e07cc4e57762", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2386.0, + "y": 505.9999694824219, + "width": 208.0, + "height": 301.9999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "91ceb8c14e98415883495e99901ba27c" + }, + { + "m_Id": "d5a06d43d7854d38b6a9ae33a6e49c25" + }, + { + "m_Id": "23d0f6848991437da017685fd441cfee" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "2cea1bed141746f78cb1e7a67a742eaf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 21.1817626953125, + "y": 1957.63623046875, + "width": 126.0, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "3ae1f9f76f4a4ec7bcce544feb54e8c5" + }, + { + "m_Id": "fe85902f4b7e41429f9fb80aff4c5a25" + }, + { + "m_Id": "3a44001b7b574f90af8f96acc1012b9f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2d78cb1b125349a181b67cf00223346f", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3078b04640a6403981fdbeb9baae9166", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 5.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3221c430439a4845a0e99c3a5bbe0804", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "325656a69a564b58aa6d4842ac2708ea", + "m_Id": 3, + "m_DisplayName": "Near Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Near Plane", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3490cbdc63be4be6a660dffae2dd5a09", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "354775ad72c844a1adaa54a81cc14f1b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "376cf25072f845e3bb1e54262b662644", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2029.9998779296875, + "y": 203.99998474121095, + "width": 128.0, + "height": 100.99989318847656 + } + }, + "m_Slots": [ + { + "m_Id": "2c5695ef7e3a4eafb3590dbbf50a3d94" + }, + { + "m_Id": "1e92174f65d74428948b184f38ce11c4" + }, + { + "m_Id": "f8c1752ef90b4be0af80b78d1fb9468f" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "37da3d34cad94cc4a3bde310de171c96", + "m_Id": 0, + "m_DisplayName": "Depth power", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CameraNode", + "m_ObjectId": "391bacfcd72b4c4fb4627bcd29907986", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Camera", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -338.8182373046875, + "y": 1976.6363525390625, + "width": 122.0, + "height": 244.999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "519e866f2b19441fb0ece58e12f0dad9" + }, + { + "m_Id": "2c5a5435f53a4afa9ff6719b5d53308c" + }, + { + "m_Id": "296afc56917c4beea8a76e87bb5818ac" + }, + { + "m_Id": "325656a69a564b58aa6d4842ac2708ea" + }, + { + "m_Id": "093a76f399af4fc0abb6104ba9b9d5cc" + }, + { + "m_Id": "64557f324bdf4f159cea9b92e6dc8993" + }, + { + "m_Id": "26f509ef32f34b15bca229d620c164d2" + }, + { + "m_Id": "941e9ee25db84189831479d7fe0dfe88" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "39bd4b5a332d432494547e62cb972c5a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 204.1817626953125, + "y": 1949.63623046875, + "width": 126.0, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "03a39e1fd42c4d509d957e28bb6bbff4" + }, + { + "m_Id": "96551ed99a0443ecbb0ce691ffb1bafe" + }, + { + "m_Id": "b8e74dffac2244cabe9dcd2a7943fb52" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3a2d6b1ecf80416f986eb4a868e56cb8", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3a439433dcf244b68d17c0d6fd24455f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3a44001b7b574f90af8f96acc1012b9f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3ae1f9f76f4a4ec7bcce544feb54e8c5", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3c5735bed44747ca9a0a15beb34813c6", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "3c8306e8d5c94e839cbf3b60eaa04162", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 353.1817626953125, + "y": 1949.63623046875, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "d3fffbfdfef840e485ed4591acee324d" + }, + { + "m_Id": "f59e5f59aef74c8eb1aa9e845dbe43e0" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3dea454f7c4e48ac817c099df37d516a", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3df1298bf3a54186a6543d1a05d20462", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "3f603e1363b14c059f92018a2a4337ff", + "m_Guid": { + "m_GuidSerialized": "e59b3733-14da-4817-8f86-1850b4f630f6" + }, + "m_Name": "Use depth?", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Use depth?", + "m_DefaultReferenceName": "_Use_depth", + "m_OverrideReferenceName": "_Usedepth", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "407dbca42913471dba621848564f075f", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "41507a2c427d470e8d66c91df3b549a9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1269.9998779296875, + "y": -9.00000286102295, + "width": 114.0001220703125, + "height": 33.999961853027347 + } + }, + "m_Slots": [ + { + "m_Id": "41f6a10641c14766a0da4f30074ed4ae" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "5940e3e4eb3e4b6a9cdea264c23c3592" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "41b471c18a104b27a78ac140422ecfad", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "41f6a10641c14766a0da4f30074ed4ae", + "m_Id": 0, + "m_DisplayName": "Noise", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "43bb93f3170a4aaea11bfcee1f5d41a6", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4408edb3cac6448998105ac4ba0d3171", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "45c1f7a6db2d4f47b00cfc315f980625", + "m_Id": 0, + "m_DisplayName": "Multiply", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "46e05dfb4ec04ae9a81ed0c50c21b756", + "m_Id": 3, + "m_DisplayName": "Delta Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Delta Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "49133d5ccf2148779102ab4c02bb2338", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1137.9998779296875, + "y": -46.000030517578128, + "width": 208.0, + "height": 435.0 + } + }, + "m_Slots": [ + { + "m_Id": "b96aa005fff44fa187cf84f0749c35a1" + }, + { + "m_Id": "bf1c6a4931a54d2789e8d86c1ea93873" + }, + { + "m_Id": "8c63e5728412480f9d1276f488070c1b" + }, + { + "m_Id": "a98277f61a8c459cb5397a3ef0ca1830" + }, + { + "m_Id": "bb5eb027a811475b82e867e28ede961c" + }, + { + "m_Id": "792cb6d883104dbbaaf04b375455e17a" + }, + { + "m_Id": "644ef8bcc8824c6fa627ea49d8996642" + }, + { + "m_Id": "6c3e8f34f45c4f45bae50f5c303a2697" + } + ], + "synonyms": [ + "tex2d" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "49a933cb14df4f2cb0e3b182b50015ad", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4a91a3f1ec764f94b8990a4f233a7a85", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4b0bdc2d61424dc59a37f317efd5a4e8", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 100000.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4b75de6f121941e4aee3e81b6992a349", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AbsoluteNode", + "m_ObjectId": "4d9fc0d2db034764a35b423728abe9de", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Absolute", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -739.0, + "y": -46.0, + "width": 132.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "97a350ededa7478e9fe01d13d3d49f77" + }, + { + "m_Id": "cb0ef752629d4d358c4270ad89cd74bb" + } + ], + "synonyms": [ + "positive" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "4ff142d211534ab8a3b2524e9d16e3e4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 689.0, + "y": 565.0, + "width": 121.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "75191f85987640b09c8122b6d7315f01" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "2095142349ea4bafae492ebb47015871" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "502759d0760e4f4c9776788cf4a15a9b", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "519e866f2b19441fb0ece58e12f0dad9", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "51e6ba9e1e33407e8e30ab93d2ac2f8b", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "51ed6eca940f495699ddc2fb7efdf247", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1455.0, + "y": 505.9999694824219, + "width": 208.0001220703125, + "height": 301.9999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "d498ca158e524c1e87c08d1db6c2d14c" + }, + { + "m_Id": "89d7e16a5a674c36ab0993068705b13f" + }, + { + "m_Id": "e680112e1cfa4af2857aee9b4fe0d57e" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "57e84ee93f0049c9a33f6c62c36eee6f", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "59366550a08e41dc92d428a732ad4865", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "5940e3e4eb3e4b6a9cdea264c23c3592", + "m_Guid": { + "m_GuidSerialized": "8d6cb9d9-5aad-4f31-bc91-d141c3935dd3" + }, + "m_Name": "Noise", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Noise", + "m_DefaultReferenceName": "_Noise", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "5a623e678ce74076843052294fdf3086", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.5, + "y": 0.5, + "z": 0.5 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 0, + "m_DefaultColor": { + "r": 0.5, + "g": 0.5, + "b": 0.5, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "5beff8e575b045a0ab2f85dff9a2b335", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5d364d74dca147f68b2a1f383a316c86", + "m_Id": 4, + "m_DisplayName": "Smooth Delta", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Smooth Delta", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5dd4bd370ce7430b97738bbd680357fb", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5fb4ee4e23cc4027b7cb8c5f3ae34f2c", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5ffcf9f6fa4446a183bfd351cf8403ec", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "601c7ed873ed40e0876955212080d07d", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "6028944d8e984b16bf891df1ff12fec4", + "m_Id": 4, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6059f488939840be8507ad74aebdc22f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "60b8b6e5b84b454b9b62674f44526211", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "7baec6e4ca8645cd8f43f84f2ba9f3f0" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 1, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": false, + "m_CastShadows": false, + "m_ReceiveShadows": true, + "m_DisableTint": false, + "m_AdditionalMotionVectorMode": 0, + "m_AlembicMotionVectors": false, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "61c254a5f6ac4b0b9fce8dfdf5a67e49", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.5, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "644ef8bcc8824c6fa627ea49d8996642", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "64557f324bdf4f159cea9b92e6dc8993", + "m_Id": 5, + "m_DisplayName": "Z Buffer Sign", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Z Buffer Sign", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "659f1b2caa1f40779e2e7cb9e4811474", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "695fe8101f4f4768bebc8327b30a39e7", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "5940e3e4eb3e4b6a9cdea264c23c3592" + }, + { + "m_Id": "2095142349ea4bafae492ebb47015871" + }, + { + "m_Id": "064ef32b97ed4f6786266429c01b8ed7" + }, + { + "m_Id": "78932429f96d4409b3f63bc9e71b7623" + }, + { + "m_Id": "a86457ef8a064a3ea266c89eac2f6ddb" + }, + { + "m_Id": "3f603e1363b14c059f92018a2a4337ff" + }, + { + "m_Id": "f8090c2cd3684135abdd1fa7078a0cc4" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "6c3e8f34f45c4f45bae50f5c303a2697", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "6d30eb61053f481e9401cd61f889bd5e", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SceneDepthNode", + "m_ObjectId": "6d82f00acb0d431e975e2ce461a86893", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Scene Depth", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -402.8182373046875, + "y": 1843.63623046875, + "width": 145.0, + "height": 112.0 + } + }, + "m_Slots": [ + { + "m_Id": "9368fddfeadb4e17b22fdb99d219157d" + }, + { + "m_Id": "987bbd8d097e4cdd9a27b347300c83d8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_DepthSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6f65d2c9fc8448f68c988c0e14e4e013", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "70d65c69a0f24fb692c6e6859513529e", + "m_Id": 0, + "m_DisplayName": "Power", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "71d484e6f2004a96a2faab7589d3b62f", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "71f9a13a2bab459092bc385046932ddf", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.VertexColorNode", + "m_ObjectId": "726bd69692674c90ba82b450a2363666", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vertex Color", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1138.0, + "y": 808.0, + "width": 208.0, + "height": 278.0 + } + }, + "m_Slots": [ + { + "m_Id": "71d484e6f2004a96a2faab7589d3b62f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7322eb2dfed14d7ea68b50d976bad1de", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "746fc0ce41bb413cbd7be11bae678c43", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "75191f85987640b09c8122b6d7315f01", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PolarCoordinatesNode", + "m_ObjectId": "75409d5538ca4090995801cea3ac48ef", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Polar Coordinates", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1985.20947265625, + "y": -197.1129913330078, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "502759d0760e4f4c9776788cf4a15a9b" + }, + { + "m_Id": "f74816e14308479e8ee95014731d18fb" + }, + { + "m_Id": "df4dd0e521a34b449b8563f4f0a16951" + }, + { + "m_Id": "cccad86d9ea14e85aeb2411fe34ba910" + }, + { + "m_Id": "6028944d8e984b16bf891df1ff12fec4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AbsoluteNode", + "m_ObjectId": "75bd51efd09c4575a602ddceb50c9966", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Absolute", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2178.0, + "y": 505.9999694824219, + "width": 208.0001220703125, + "height": 277.9999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "1b391b0bee8d48039b29b68fa8184e90" + }, + { + "m_Id": "19100b0ee80442d1af052cf724e75a98" + } + ], + "synonyms": [ + "positive" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "774b1fb014a74670bcc2fd61a73da5f9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -410.0, + "y": -46.00000762939453, + "width": 132.00009155273438, + "height": 93.99998474121094 + } + }, + "m_Slots": [ + { + "m_Id": "ab1fe8e3367441bd9954475ecd13e026" + }, + { + "m_Id": "cb423e012d264125b943f57874319f7a" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "78932429f96d4409b3f63bc9e71b7623", + "m_Guid": { + "m_GuidSerialized": "7d7236d4-1328-40e3-b00b-06256caf2425" + }, + "m_Name": "Power", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Power", + "m_DefaultReferenceName": "_Power", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "78b01ac926b445bbac4ee4135bf434c8", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "792cb6d883104dbbaaf04b375455e17a", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", + "m_ObjectId": "7baec6e4ca8645cd8f43f84f2ba9f3f0" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDTarget", + "m_ObjectId": "7c41d8414cc64b609511feb8a641361b", + "m_ActiveSubTarget": { + "m_Id": "29cbe4a6b60742abbee3ef100e034d2a" + }, + "m_Datas": [ + { + "m_Id": "056dd70dd11f48ac9e5924c347e511b1" + }, + { + "m_Id": "889b0a144ae947dda9da45a115278b7e" + }, + { + "m_Id": "8f105e5a21254ba19914ab3bbdc1a3a9" + } + ], + "m_CustomEditorGUI": "", + "m_SupportVFX": true, + "m_SupportLineRendering": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7c8a1f9b10114f8dbe30b454c1c41542", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7e17a4d02f3c447298d5de1d22612102", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "854ae1481240408b844ea1532322f45f", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Emission", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 1, + "m_DefaultColor": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "8695fbaef9e04c98b8816609aba47117", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1431.0, + "y": 733.0, + "width": 129.9998779296875, + "height": 118.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "3dea454f7c4e48ac817c099df37d516a" + }, + { + "m_Id": "d718ac0174b24854ad0d89b92785c4e3" + }, + { + "m_Id": "bb86874f3b59447ba1db69839daa102c" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "86c1886ab7f34aedb467e24556709fc6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1222.0, + "y": 748.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "e1af66ef0e524ff2ba34ecbc0b3113cb" + }, + { + "m_Id": "921e1e718d524490a18e4a3690ce2f2f" + }, + { + "m_Id": "354775ad72c844a1adaa54a81cc14f1b" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.SystemData", + "m_ObjectId": "889b0a144ae947dda9da45a115278b7e", + "m_MaterialNeedsUpdateHash": 0, + "m_SurfaceType": 1, + "m_RenderingPass": 4, + "m_BlendMode": 0, + "m_ZTest": 4, + "m_ZWrite": false, + "m_TransparentCullMode": 2, + "m_OpaqueCullMode": 2, + "m_SortPriority": 0, + "m_AlphaTest": false, + "m_ExcludeFromTUAndAA": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_SupportLodCrossFade": false, + "m_DoubleSidedMode": 1, + "m_DOTSInstancing": false, + "m_CustomVelocity": false, + "m_Tessellation": false, + "m_TessellationMode": 0, + "m_TessellationFactorMinDistance": 20.0, + "m_TessellationFactorMaxDistance": 50.0, + "m_TessellationFactorTriangleSize": 100.0, + "m_TessellationShapeFactor": 0.75, + "m_TessellationBackFaceCullEpsilon": -0.25, + "m_TessellationMaxDisplacement": 0.009999999776482582, + "m_DebugSymbols": false, + "m_Version": 2, + "inspectorFoldoutMask": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "88da7cbbfc4546a6aa4fd39032722dbf", + "m_Id": 2, + "m_DisplayName": "Orthographic", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Orthographic", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "88fe8584029e42298e460a373cba3584", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -156.8182373046875, + "y": 1962.63623046875, + "width": 126.0001220703125, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "25f802796d5a4799a8d46b9c2495ac3d" + }, + { + "m_Id": "3221c430439a4845a0e99c3a5bbe0804" + }, + { + "m_Id": "e18dc196a8ca46b2a7ac08902409a69e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "89d7e16a5a674c36ab0993068705b13f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 3.440000057220459, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8ac373c4556744c8b79b62c541dccb1c", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8c63e5728412480f9d1276f488070c1b", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitData", + "m_ObjectId": "8f105e5a21254ba19914ab3bbdc1a3a9", + "m_EnableShadowMatte": false, + "m_DistortionOnly": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "90a905c6ff8b4e73840aabf9d43d51d4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Alpha", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "d2faa92bab58443c82a6efa1413e5804" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Alpha" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "91ceb8c14e98415883495e99901ba27c", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "921e1e718d524490a18e4a3690ce2f2f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 100.0, + "e01": 100.0, + "e02": 100.0, + "e03": 100.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot", + "m_ObjectId": "9368fddfeadb4e17b22fdb99d219157d", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [], + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "941e9ee25db84189831479d7fe0dfe88", + "m_Id": 7, + "m_DisplayName": "Height", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Height", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "96551ed99a0443ecbb0ce691ffb1bafe", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "97a350ededa7478e9fe01d13d3d49f77", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "987bbd8d097e4cdd9a27b347300c83d8", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "9970fcd73d114bad907fc602a0c34d1d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2669.0, + "y": 505.9999694824219, + "width": 208.0, + "height": 312.9999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "659f1b2caa1f40779e2e7cb9e4811474" + } + ], + "synonyms": [ + "texcoords", + "coords", + "coordinates" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9a2381af26744688822cdc9bb2ec12ef", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "9ba3fa04803a413fb78a66f3a7a85a8c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -145.8182373046875, + "y": 2080.63623046875, + "width": 120.0, + "height": 148.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "5ffcf9f6fa4446a183bfd351cf8403ec" + }, + { + "m_Id": "57e84ee93f0049c9a33f6c62c36eee6f" + }, + { + "m_Id": "20bb6eea130b43ab85c30abf0eeff995" + }, + { + "m_Id": "4408edb3cac6448998105ac4ba0d3171" + }, + { + "m_Id": "d5b4856437cd4c048bbeea301a635c3e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInTarget", + "m_ObjectId": "9e2341d5d4f84b3c8b31f828021273bb", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "ea9e72bf4541467b91f26c64271fe221" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 1, + "m_ZWriteControl": 0, + "m_ZTestMode": 4, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": false, + "m_CustomEditorGUI": "" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9f658a51e176491c93b9905b51768cf0", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "a0553250070c42299003e3b84b02b8de", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 93.00001525878906, + "y": 878.9999389648438, + "width": 126.00004577636719, + "height": 118.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "4a91a3f1ec764f94b8990a4f233a7a85" + }, + { + "m_Id": "22a4d5a9eb4b42d0a92df2dd40b69713" + }, + { + "m_Id": "601c7ed873ed40e0876955212080d07d" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a0b79962583e42ff8beb3d1020dc473e", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CameraNode", + "m_ObjectId": "a1cd1f9da550488783179d7984b3ed27", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Camera", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 343.181884765625, + "y": 1685.63623046875, + "width": 121.9998779296875, + "height": 245.0 + } + }, + "m_Slots": [ + { + "m_Id": "5beff8e575b045a0ab2f85dff9a2b335" + }, + { + "m_Id": "a353adbdf57940b08ad1079bfa079806" + }, + { + "m_Id": "88da7cbbfc4546a6aa4fd39032722dbf" + }, + { + "m_Id": "1708c5f16d824cffa36b15dafe9ff06c" + }, + { + "m_Id": "c56620cec4c348a4ab5ecfb8a37fe4d0" + }, + { + "m_Id": "e635311801f043cb950df85c02546d96" + }, + { + "m_Id": "fb2a41022ff74be6bd852bb4d6d26e7b" + }, + { + "m_Id": "27b959c96de845609c72e5eabb809718" + } + ], + "synonyms": [ + "position", + "direction", + "orthographic", + "near plane", + "far plane", + "width", + "height" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "a353adbdf57940b08ad1079bfa079806", + "m_Id": 1, + "m_DisplayName": "Direction", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Direction", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "a86457ef8a064a3ea266c89eac2f6ddb", + "m_Guid": { + "m_GuidSerialized": "99b97ef9-c7de-4805-8240-c38452403372" + }, + "m_Name": "Multiply", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Multiply", + "m_DefaultReferenceName": "_Multiply", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PowerNode", + "m_ObjectId": "a8dcb58c30794153bba6956d06a8f2c7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Power", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1138.0, + "y": 505.9999694824219, + "width": 208.0001220703125, + "height": 301.9999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "4b75de6f121941e4aee3e81b6992a349" + }, + { + "m_Id": "3078b04640a6403981fdbeb9baae9166" + }, + { + "m_Id": "b7cb57fb3abf4aefaef58996ee5eca41" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a98277f61a8c459cb5397a3ef0ca1830", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "a9a9ee24268b474d829249d6625142b8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 485.99993896484377, + "y": 446.9998779296875, + "width": 130.00006103515626, + "height": 118.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "49a933cb14df4f2cb0e3b182b50015ad" + }, + { + "m_Id": "9a2381af26744688822cdc9bb2ec12ef" + }, + { + "m_Id": "16bf142cda0f4b25a6a4a5114bab895f" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "aa1d61a391a145c6ba4271121f9dd83e", + "m_Id": 0, + "m_DisplayName": "Tangent", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tangent", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ab1fe8e3367441bd9954475ecd13e026", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ac70e76a020a40da85810b7205ae8856", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PowerNode", + "m_ObjectId": "ae774772372048d2aa36e1f8dc60eda8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Power", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -540.0, + "y": -46.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "db45c44259474bf9a7f54677fe9dfd0f" + }, + { + "m_Id": "3a439433dcf244b68d17c0d6fd24455f" + }, + { + "m_Id": "7c8a1f9b10114f8dbe30b454c1c41542" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "b1d20375300740b1b00a21c1f17fb68a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 370.0896911621094, + "y": 850.8040161132813, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "45c1f7a6db2d4f47b00cfc315f980625" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "a86457ef8a064a3ea266c89eac2f6ddb" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b32e8c05760048dc9bf5dc17e998e6e7", + "m_Id": 2, + "m_DisplayName": "Cosine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Cosine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "b35295b7fdc84d2093d954354d316ec8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 650.9999389648438, + "y": 666.0, + "width": 126.00006103515625, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "2c5f8da594d042e39c4b8387714102e9" + }, + { + "m_Id": "0d6e38dc9db047f3bb8bcdeafad36fe3" + }, + { + "m_Id": "0f2f9230b2ae458691b51938c768ffac" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b7cb57fb3abf4aefaef58996ee5eca41", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b8e74dffac2244cabe9dcd2a7943fb52", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "b96aa005fff44fa187cf84f0749c35a1", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b995ad3ba25a4832bda66d24307495a0", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bb5eb027a811475b82e867e28ede961c", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "bb86874f3b59447ba1db69839daa102c", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bf1c6a4931a54d2789e8d86c1ea93873", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c3ef2ea171b44ff0a2fa62f3b1f0d6dc", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c56620cec4c348a4ab5ecfb8a37fe4d0", + "m_Id": 4, + "m_DisplayName": "Far Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Far Plane", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LengthNode", + "m_ObjectId": "c57c9e71f1314d6ab18c733df9f36e77", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Length", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1969.9998779296875, + "y": 505.9999694824219, + "width": 207.9998779296875, + "height": 277.9999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "59366550a08e41dc92d428a732ad4865" + }, + { + "m_Id": "8ac373c4556744c8b79b62c541dccb1c" + } + ], + "synonyms": [ + "measure" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "cb0ef752629d4d358c4270ad89cd74bb", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "cb423e012d264125b943f57874319f7a", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "cb88a2adc5a4440c87d8a43f0e590530", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -716.0, + "y": 55.0, + "width": 109.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "70d65c69a0f24fb692c6e6859513529e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "78932429f96d4409b3f63bc9e71b7623" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "cccad86d9ea14e85aeb2411fe34ba910", + "m_Id": 3, + "m_DisplayName": "Length Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "LengthScale", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "d12bf402763140bdb48ffe0b1a3f8826", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 816.9999389648438, + "y": 666.0, + "width": 128.00006103515626, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "3c5735bed44747ca9a0a15beb34813c6" + }, + { + "m_Id": "7322eb2dfed14d7ea68b50d976bad1de" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d2faa92bab58443c82a6efa1413e5804", + "m_Id": 0, + "m_DisplayName": "Alpha", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Alpha", + "m_StageCapability": 2, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d3fffbfdfef840e485ed4591acee324d", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "d492a331c40d471b9ab79d405809b4b8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2480.0, + "y": 65.99999237060547, + "width": 160.0, + "height": 33.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "0ec0627efa004c31ad89089688e92abc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "064ef32b97ed4f6786266429c01b8ed7" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d498ca158e524c1e87c08d1db6c2d14c", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d5a06d43d7854d38b6a9ae33a6e49c25", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d5b4856437cd4c048bbeea301a635c3e", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d718ac0174b24854ad0d89b92785c4e3", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d93b860766734e66bca38e3014f33dbb", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "da8b7d4f09d54215a50c79dda3f140a7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1762.0, + "y": 505.9999694824219, + "width": 208.0, + "height": 277.9999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "41b471c18a104b27a78ac140422ecfad" + }, + { + "m_Id": "43bb93f3170a4aaea11bfcee1f5d41a6" + } + ], + "synonyms": [ + "complement", + "invert", + "opposite" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "db45c44259474bf9a7f54677fe9dfd0f", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dbb5efefef53413dbcf0afe7f7f6182b", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "de8b96ca8cee4ea7a275feeab0830f42", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "df4dd0e521a34b449b8563f4f0a16951", + "m_Id": 2, + "m_DisplayName": "Radial Scale", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "RadialScale", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e18dc196a8ca46b2a7ac08902409a69e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e1af66ef0e524ff2ba34ecbc0b3113cb", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "e234d084f32e434d8c4bc187a77cbbab", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.BaseColor", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "5a623e678ce74076843052294fdf3086" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "e62e64c3d2a24ffaba3b4b10e4ceb1e5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "fc4c6153edbc4a14bf46ef6b66dea313" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e635311801f043cb950df85c02546d96", + "m_Id": 5, + "m_DisplayName": "Z Buffer Sign", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Z Buffer Sign", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e680112e1cfa4af2857aee9b4fe0d57e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "e779e0d4e68c4bf2b80758355f68a586", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2026.0, + "y": 304.9998779296875, + "width": 124.0001220703125, + "height": 173.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "71f9a13a2bab459092bc385046932ddf" + }, + { + "m_Id": "ec565c13717c4b2c8c21dfc759c88512" + }, + { + "m_Id": "b32e8c05760048dc9bf5dc17e998e6e7" + }, + { + "m_Id": "46e05dfb4ec04ae9a81ed0c50c21b756" + }, + { + "m_Id": "5d364d74dca147f68b2a1f383a316c86" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "e8eff1aba3064067be30af6ff292186b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Tangent", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "aa1d61a391a145c6ba4271121f9dd83e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e947754f1cff4317999cf7a1fd381639", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "e95613b65274408fa53cb311dba1a150", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1517.0001220703125, + "y": -9.00004768371582, + "width": 208.0, + "height": 326.0000915527344 + } + }, + "m_Slots": [ + { + "m_Id": "746fc0ce41bb413cbd7be11bae678c43" + }, + { + "m_Id": "2ba75446fbc440418598871754d49e6c" + }, + { + "m_Id": "6d30eb61053f481e9401cd61f889bd5e" + }, + { + "m_Id": "044418cdd71a46dba749f22ad2bff4bc" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInUnlitSubTarget", + "m_ObjectId": "ea9e72bf4541467b91f26c64271fe221" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "eb50e2ef3a124d6caeb18e08ebb1dc51", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -169.00006103515626, + "y": 936.9999389648438, + "width": 120.0, + "height": 149.00006103515626 + } + }, + "m_Slots": [ + { + "m_Id": "17eecd40a3d44506b4a07b0d9bed8ef6" + }, + { + "m_Id": "5dd4bd370ce7430b97738bbd680357fb" + }, + { + "m_Id": "407dbca42913471dba621848564f075f" + }, + { + "m_Id": "dbb5efefef53413dbcf0afe7f7f6182b" + }, + { + "m_Id": "ff27881e005c4ebdb1a7ffb1e85009ab" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "eb7b8afdc207451490cb56189ddb4432", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ec565c13717c4b2c8c21dfc759c88512", + "m_Id": 1, + "m_DisplayName": "Sine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Sine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ee5fae7b34cf49968153b1ccb288d225", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f59e5f59aef74c8eb1aa9e845dbe43e0", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "f74816e14308479e8ee95014731d18fb", + "m_Id": 1, + "m_DisplayName": "Center", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Center", + "m_StageCapability": 3, + "m_Value": { + "x": 0.5, + "y": 0.5 + }, + "m_DefaultValue": { + "x": 0.5, + "y": 0.5 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "f8090c2cd3684135abdd1fa7078a0cc4", + "m_Guid": { + "m_GuidSerialized": "2328b560-b8a8-493e-ae74-228c433ad3c8" + }, + "m_Name": "Depth power", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Depth power", + "m_DefaultReferenceName": "_Depth_power", + "m_OverrideReferenceName": "_Depthpower", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "f8c1752ef90b4be0af80b78d1fb9468f", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "f8d6f2539eea479aaf1e45ff38c56339", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "f963ac783ae84f85b9bf8076e62056d9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 981.0, + "y": 666.0, + "width": 126.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "e947754f1cff4317999cf7a1fd381639" + }, + { + "m_Id": "a0b79962583e42ff8beb3d1020dc473e" + }, + { + "m_Id": "9f658a51e176491c93b9905b51768cf0" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fb2a41022ff74be6bd852bb4d6d26e7b", + "m_Id": 6, + "m_DisplayName": "Width", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Width", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "fc4c6153edbc4a14bf46ef6b66dea313", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fe85902f4b7e41429f9fb80aff4c5a25", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "feade5c2a7ba4cdd9d34131e2a45ccd4", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ff27881e005c4ebdb1a7ffb1e85009ab", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_FlareFX.shadergraph.meta b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_FlareFX.shadergraph.meta new file mode 100644 index 0000000..e9d285d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_FlareFX.shadergraph.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: db2a156f3569986498c4f882924e97d7 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_FlareFX.shadergraph + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_LitFresnel.shadergraph b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_LitFresnel.shadergraph new file mode 100644 index 0000000..0886078 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_LitFresnel.shadergraph @@ -0,0 +1,8013 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "81647ad1518144cba3bded3c7e2ce47e", + "m_Properties": [ + { + "m_Id": "ed133977136c4e58b4dbcf213dacc8fa" + }, + { + "m_Id": "83b3fb91bdd84970901f2421348b083a" + }, + { + "m_Id": "65dc739b91453a80ad5cc68a0f36d671" + }, + { + "m_Id": "ccaec9b3fd114accabb170accbb0a058" + }, + { + "m_Id": "0ecd9341c0673d829855ac077f0aa0e0" + }, + { + "m_Id": "14b4afee4674d889b768565d762d9254" + }, + { + "m_Id": "54428e1632cbde88af7acc381fc3a22c" + }, + { + "m_Id": "8c3f97f5d7481c88ba40e8b5599efa20" + }, + { + "m_Id": "a35350189688498b8b5ca7873fefb8fd" + }, + { + "m_Id": "d043433bb5cc44ebae78dc2e341bed1b" + }, + { + "m_Id": "9efe4c74f4eb40adbcd76d8299c71acb" + }, + { + "m_Id": "c97c2a93183b4dabb5a8cc8435873c09" + }, + { + "m_Id": "0644624e86184959930cb247615c40b7" + }, + { + "m_Id": "df8945d0353f46e09ee8487605ad2093" + }, + { + "m_Id": "4720cbb7b23c43a3acab607507a726a4" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "614d6a9c79084af8912f9a06fe51f12d" + } + ], + "m_Nodes": [ + { + "m_Id": "329761b8be4c46c9a5b905431ecbc7ac" + }, + { + "m_Id": "58164b0921f24f8ca58194c3b93df7e7" + }, + { + "m_Id": "34b7ef6242194b76b8404f447d20f937" + }, + { + "m_Id": "c534384bcd4b493b89f2fffc149eff27" + }, + { + "m_Id": "e4b463ffc0844ac5bd38a6c412e68950" + }, + { + "m_Id": "0b6d2176df664452b6a2f3dc4bee063f" + }, + { + "m_Id": "a1cef7cea29c4e578030b9974de9076e" + }, + { + "m_Id": "335bd7b5ae8a43db86f2b9987d5910fa" + }, + { + "m_Id": "a15f4a29a30d4670bd1573a8856f5968" + }, + { + "m_Id": "c2d2f79056634848948665afc54f88fc" + }, + { + "m_Id": "37d0cad2827b47aa9fa2bfc9212dda6b" + }, + { + "m_Id": "bfd24aed2bec4a97b104add76aab511d" + }, + { + "m_Id": "7c1ba75c3b9b4877bbb44e615dc9aa8e" + }, + { + "m_Id": "176da89e38e04c8eac370485ad55eab5" + }, + { + "m_Id": "dc62de4fc47c44018053eed72baf2c8d" + }, + { + "m_Id": "59a785f25ef0482188e7e96fd8b0e8af" + }, + { + "m_Id": "434975ac3caa48de9b5421220af9b021" + }, + { + "m_Id": "1b4980c0aa5c45e9bb18a5ce834dc606" + }, + { + "m_Id": "74377a32f438416fa5c634ba1e0089a1" + }, + { + "m_Id": "14db24d868cb46438e06456f8358762b" + }, + { + "m_Id": "fcca95c8edad4fe59129efe2247cfa1a" + }, + { + "m_Id": "92a08e0fa73148e3a2dc845c0fef339d" + }, + { + "m_Id": "1f25364d619d4181b9de403cd82b977b" + }, + { + "m_Id": "407438907a22487980fea6ec6875c034" + }, + { + "m_Id": "3c546e8f0b28452b9968f1298d1a146d" + }, + { + "m_Id": "b3c05373264b4d2da26dc4dd6116d03f" + }, + { + "m_Id": "087c405739204ad6ad5cf74116bd33ec" + }, + { + "m_Id": "4ef8c0aeb05b49f39781cc85197d8e1e" + }, + { + "m_Id": "38a7e747709c45d4a75e6ab043c3b13f" + }, + { + "m_Id": "28f03fd28d724a528a5fd29957d46376" + }, + { + "m_Id": "2bf96f1fe1824ddd9d6b1eb8d513f53f" + }, + { + "m_Id": "ca6dfd8830a9430193253390ffc76d40" + }, + { + "m_Id": "a58d7193925b4ab08aaf53ad2a894fc3" + }, + { + "m_Id": "de4dc760c6224c11b8723f538ad5c3bb" + }, + { + "m_Id": "9185cc92504c4480864b2dc1393736aa" + }, + { + "m_Id": "c7ca5f197c934ac6966f6bf7276d3939" + }, + { + "m_Id": "7e65e29a99e040de8cc60bbde8259190" + }, + { + "m_Id": "3a5e18e805a647ce836152943fd915cf" + }, + { + "m_Id": "624cd3845fa04b40a061d4023151ce58" + }, + { + "m_Id": "cee121fdf2cc46b7a583247b1f609885" + }, + { + "m_Id": "2770775fc6d841f5a07f481db3797cc6" + }, + { + "m_Id": "e0c98c136ba3484185706bbd1dd57de9" + }, + { + "m_Id": "a3f689620859476b9d9f89ffde3af2ce" + }, + { + "m_Id": "7d86358162984d0fb18d2036b8e8acd4" + }, + { + "m_Id": "6e390336847c4e65b996e73b05348e03" + }, + { + "m_Id": "040c98b793434c789ce137809f01f06e" + }, + { + "m_Id": "0de3e369cf2244ae86b75e70caea1220" + }, + { + "m_Id": "e5954fa4a6fe400ca1d3db8ac270bad2" + }, + { + "m_Id": "9775379db6aa467ca97ef0cc321de383" + }, + { + "m_Id": "8b47cb071f774ab0803fa1e9da3d0917" + }, + { + "m_Id": "4e7d79bcb8e44e4f8152138ff6691081" + }, + { + "m_Id": "e0c4040bed8e45ec8edb8acaff6d56f3" + }, + { + "m_Id": "aa253781321f4f7483d9a9f45751d7af" + }, + { + "m_Id": "8f1eec7a8310463d859907ac800fdc6e" + }, + { + "m_Id": "dcde28341fd1476e817c324a4c909690" + }, + { + "m_Id": "5ce0278598114cf488bd9523ea813099" + }, + { + "m_Id": "d920dcad09eb482b99fda21811299fea" + }, + { + "m_Id": "e50be57e4a7444e0a5289c0a0ff77a21" + }, + { + "m_Id": "2b4e885739074fa0b83eae3d9b610db0" + }, + { + "m_Id": "88555cc1594745d5b76b2a026b41ed35" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "040c98b793434c789ce137809f01f06e" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4e7d79bcb8e44e4f8152138ff6691081" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "040c98b793434c789ce137809f01f06e" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c2d2f79056634848948665afc54f88fc" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "087c405739204ad6ad5cf74116bd33ec" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b3c05373264b4d2da26dc4dd6116d03f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0de3e369cf2244ae86b75e70caea1220" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "aa253781321f4f7483d9a9f45751d7af" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "14db24d868cb46438e06456f8358762b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7d86358162984d0fb18d2036b8e8acd4" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "14db24d868cb46438e06456f8358762b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "88555cc1594745d5b76b2a026b41ed35" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "176da89e38e04c8eac370485ad55eab5" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "28f03fd28d724a528a5fd29957d46376" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "176da89e38e04c8eac370485ad55eab5" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "407438907a22487980fea6ec6875c034" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1b4980c0aa5c45e9bb18a5ce834dc606" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "176da89e38e04c8eac370485ad55eab5" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1f25364d619d4181b9de403cd82b977b" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "38a7e747709c45d4a75e6ab043c3b13f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2770775fc6d841f5a07f481db3797cc6" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3a5e18e805a647ce836152943fd915cf" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "28f03fd28d724a528a5fd29957d46376" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0b6d2176df664452b6a2f3dc4bee063f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2b4e885739074fa0b83eae3d9b610db0" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "88555cc1594745d5b76b2a026b41ed35" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2bf96f1fe1824ddd9d6b1eb8d513f53f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "28f03fd28d724a528a5fd29957d46376" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "38a7e747709c45d4a75e6ab043c3b13f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e0c4040bed8e45ec8edb8acaff6d56f3" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3a5e18e805a647ce836152943fd915cf" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "14db24d868cb46438e06456f8358762b" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3c546e8f0b28452b9968f1298d1a146d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "407438907a22487980fea6ec6875c034" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "407438907a22487980fea6ec6875c034" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "335bd7b5ae8a43db86f2b9987d5910fa" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "434975ac3caa48de9b5421220af9b021" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7c1ba75c3b9b4877bbb44e615dc9aa8e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4e7d79bcb8e44e4f8152138ff6691081" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e0c4040bed8e45ec8edb8acaff6d56f3" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4ef8c0aeb05b49f39781cc85197d8e1e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "38a7e747709c45d4a75e6ab043c3b13f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "59a785f25ef0482188e7e96fd8b0e8af" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bfd24aed2bec4a97b104add76aab511d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5ce0278598114cf488bd9523ea813099" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d920dcad09eb482b99fda21811299fea" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "624cd3845fa04b40a061d4023151ce58" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0de3e369cf2244ae86b75e70caea1220" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "624cd3845fa04b40a061d4023151ce58" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a3f689620859476b9d9f89ffde3af2ce" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6e390336847c4e65b996e73b05348e03" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "040c98b793434c789ce137809f01f06e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "74377a32f438416fa5c634ba1e0089a1" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dc62de4fc47c44018053eed72baf2c8d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7c1ba75c3b9b4877bbb44e615dc9aa8e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e4b463ffc0844ac5bd38a6c412e68950" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7d86358162984d0fb18d2036b8e8acd4" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "88555cc1594745d5b76b2a026b41ed35" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "7e65e29a99e040de8cc60bbde8259190" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2770775fc6d841f5a07f481db3797cc6" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "88555cc1594745d5b76b2a026b41ed35" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1f25364d619d4181b9de403cd82b977b" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8b47cb071f774ab0803fa1e9da3d0917" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dcde28341fd1476e817c324a4c909690" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8f1eec7a8310463d859907ac800fdc6e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "aa253781321f4f7483d9a9f45751d7af" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9185cc92504c4480864b2dc1393736aa" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c7ca5f197c934ac6966f6bf7276d3939" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "92a08e0fa73148e3a2dc845c0fef339d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1f25364d619d4181b9de403cd82b977b" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9775379db6aa467ca97ef0cc321de383" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8b47cb071f774ab0803fa1e9da3d0917" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a3f689620859476b9d9f89ffde3af2ce" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d920dcad09eb482b99fda21811299fea" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a58d7193925b4ab08aaf53ad2a894fc3" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a15f4a29a30d4670bd1573a8856f5968" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "aa253781321f4f7483d9a9f45751d7af" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e5954fa4a6fe400ca1d3db8ac270bad2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b3c05373264b4d2da26dc4dd6116d03f" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c534384bcd4b493b89f2fffc149eff27" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bfd24aed2bec4a97b104add76aab511d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b3c05373264b4d2da26dc4dd6116d03f" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c7ca5f197c934ac6966f6bf7276d3939" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7e65e29a99e040de8cc60bbde8259190" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c7ca5f197c934ac6966f6bf7276d3939" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7e65e29a99e040de8cc60bbde8259190" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c7ca5f197c934ac6966f6bf7276d3939" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "de4dc760c6224c11b8723f538ad5c3bb" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ca6dfd8830a9430193253390ffc76d40" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a58d7193925b4ab08aaf53ad2a894fc3" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cee121fdf2cc46b7a583247b1f609885" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "7d86358162984d0fb18d2036b8e8acd4" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d920dcad09eb482b99fda21811299fea" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a1cef7cea29c4e578030b9974de9076e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dc62de4fc47c44018053eed72baf2c8d" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a58d7193925b4ab08aaf53ad2a894fc3" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "de4dc760c6224c11b8723f538ad5c3bb" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "cee121fdf2cc46b7a583247b1f609885" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e0c4040bed8e45ec8edb8acaff6d56f3" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a3f689620859476b9d9f89ffde3af2ce" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e0c98c136ba3484185706bbd1dd57de9" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2770775fc6d841f5a07f481db3797cc6" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e5954fa4a6fe400ca1d3db8ac270bad2" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4e7d79bcb8e44e4f8152138ff6691081" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e5954fa4a6fe400ca1d3db8ac270bad2" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "9775379db6aa467ca97ef0cc321de383" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fcca95c8edad4fe59129efe2247cfa1a" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "14db24d868cb46438e06456f8358762b" + }, + "m_SlotId": 1 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 744.9999389648438, + "y": -6.000040531158447 + }, + "m_Blocks": [ + { + "m_Id": "329761b8be4c46c9a5b905431ecbc7ac" + }, + { + "m_Id": "58164b0921f24f8ca58194c3b93df7e7" + }, + { + "m_Id": "34b7ef6242194b76b8404f447d20f937" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": 744.9999389648438, + "y": 194.00001525878907 + }, + "m_Blocks": [ + { + "m_Id": "c534384bcd4b493b89f2fffc149eff27" + }, + { + "m_Id": "e4b463ffc0844ac5bd38a6c412e68950" + }, + { + "m_Id": "a1cef7cea29c4e578030b9974de9076e" + }, + { + "m_Id": "0b6d2176df664452b6a2f3dc4bee063f" + }, + { + "m_Id": "335bd7b5ae8a43db86f2b9987d5910fa" + }, + { + "m_Id": "a15f4a29a30d4670bd1573a8856f5968" + }, + { + "m_Id": "c2d2f79056634848948665afc54f88fc" + }, + { + "m_Id": "37d0cad2827b47aa9fa2bfc9212dda6b" + }, + { + "m_Id": "dcde28341fd1476e817c324a4c909690" + }, + { + "m_Id": "e50be57e4a7444e0a5289c0a0ff77a21" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 0, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_SubDatas": [], + "m_ActiveTargets": [ + { + "m_Id": "a968d08e022e4c089da1dde635132a28" + }, + { + "m_Id": "40265a54946c452aad483ffce43baa5b" + }, + { + "m_Id": "9e98ae6af6f5482eb80ab905d52a76d7" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "00739afa5e464523bcbd6a8ebdf04aaa", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "010313b2e1004653afc18652f206b10d", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "01ebc50bf7ea4e5e8b8d831a5909818e", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "020482b2b9bc422181731cf2903adfbc", + "m_Id": 0, + "m_DisplayName": "Bent Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BentNormal", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 3 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "038609ee0b44420fa236f9c93792edc9", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "040c98b793434c789ce137809f01f06e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -401.6000061035156, + "y": 1107.199951171875, + "width": 208.0, + "height": 432.0001220703125 + } + }, + "m_Slots": [ + { + "m_Id": "a51f52ac25ed4a6195bc018303520211" + }, + { + "m_Id": "60a872b6ccaf46969ca992715811bb5f" + }, + { + "m_Id": "dac0bc44afec44f2b9d3b1de0dfc957f" + }, + { + "m_Id": "d2fed1ba89bf4c888cd440c4555d5b05" + }, + { + "m_Id": "f728ae2f04414f30881a73a61f4af6fd" + }, + { + "m_Id": "a4b45c5d23764caf821444e7f9693b80" + }, + { + "m_Id": "0705da01649a4e6ba226eaf91372fb05" + }, + { + "m_Id": "459deca9341d4d589685dc1df445fbaf" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "0644624e86184959930cb247615c40b7", + "m_Guid": { + "m_GuidSerialized": "cba4c293-62b0-4eb6-809b-1f4273e0393f" + }, + "m_Name": "Occlusion", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Occlusion", + "m_DefaultReferenceName": "_Occlusion", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.10000000149011612, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "0705da01649a4e6ba226eaf91372fb05", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "087c405739204ad6ad5cf74116bd33ec", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -364.00006103515627, + "y": -334.4000244140625, + "width": 145.60000610351563, + "height": 33.600006103515628 + } + }, + "m_Slots": [ + { + "m_Id": "b896a0c104e3424c93fb405ecbb3a389" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "9efe4c74f4eb40adbcd76d8299c71acb" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "0ae86b4ba2a84f729fe20dc55d6a742a", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "0b6d2176df664452b6a2f3dc4bee063f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Metallic", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 761.6000366210938, + "y": 352.79998779296877, + "width": 200.00006103515626, + "height": 40.800018310546878 + } + }, + "m_Slots": [ + { + "m_Id": "c5350e885f094cf49810b5731501d035" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Metallic" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0bf12effd995463da1027e3a2b0a4677", + "m_Id": 0, + "m_DisplayName": "Ambient Occlusion", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Occlusion", + "m_StageCapability": 2, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "0de3e369cf2244ae86b75e70caea1220", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -525.6000366210938, + "y": 1435.199951171875, + "width": 119.20004272460938, + "height": 148.8001708984375 + } + }, + "m_Slots": [ + { + "m_Id": "ec64fa2fdd1640289acf5c0309b42215" + }, + { + "m_Id": "c6ab9709ecf743ea960926bbe7d3e30a" + }, + { + "m_Id": "d7a11f9264f24b1cb9b02cb5e26e9df7" + }, + { + "m_Id": "01ebc50bf7ea4e5e8b8d831a5909818e" + }, + { + "m_Id": "d4f9f93872ab4d4db662040531aec00a" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "0ecd9341c0673d829855ac077f0aa0e0", + "m_Guid": { + "m_GuidSerialized": "cd133686-bd44-412b-9537-70f1e011502e" + }, + "m_Name": "Metallic", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_12D066F7", + "m_OverrideReferenceName": "_Metallic", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0f3c132fe2bf406d99e4fcc8eb2f1b2c", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 1.0, + "e01": 1.0, + "e02": 1.0, + "e03": 1.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0f9f7cf89170408b89d06434ddf6a61e", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "13b7033e84954b409382fb5f6652c4a8", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "14b4afee4674d889b768565d762d9254", + "m_Guid": { + "m_GuidSerialized": "a928707a-3657-4e88-806b-14160c5bdbac" + }, + "m_Name": "Normal", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_FC0AB720", + "m_OverrideReferenceName": "_Normal", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 3 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "14db24d868cb46438e06456f8358762b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2014.0, + "y": 253.00003051757813, + "width": 183.0, + "height": 248.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "7d6cb48d130b49ce83d145f3401118c6" + }, + { + "m_Id": "8f41f0e560a843d5b5bad51db556d43d" + }, + { + "m_Id": "ca5021c5a72e4053a1dd0f7f9a1219d2" + }, + { + "m_Id": "4e0d8bf78e6b48b1b048505555e5b7a6" + }, + { + "m_Id": "45a63ab8475d4bbf9b05eb6a860e2563" + }, + { + "m_Id": "de1bb9dc0c40456298a428aff4041df9" + }, + { + "m_Id": "8e41d6f2ce7942eb8e1c0ea68772c2e2" + }, + { + "m_Id": "e3d667d815204443b52e080b0cb58051" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "1571961f307b4ea8ad621f8ae7238927", + "m_Id": 0, + "m_DisplayName": "Use fresnel", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "176da89e38e04c8eac370485ad55eab5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -401.6000061035156, + "y": 537.6000366210938, + "width": 183.199951171875, + "height": 248.0 + } + }, + "m_Slots": [ + { + "m_Id": "be8cc8dfe63946418931d1052af43c01" + }, + { + "m_Id": "e21d8af7cd864d86a05d3102ce56f00f" + }, + { + "m_Id": "4a9d4f0ad8684deab300dc98e159992f" + }, + { + "m_Id": "fcc6f24d501843449039bdf241d4fe52" + }, + { + "m_Id": "4dd3d2d373414dd791b743465fe9a135" + }, + { + "m_Id": "61d4af20818d46d18babd00e01807a21" + }, + { + "m_Id": "0ae86b4ba2a84f729fe20dc55d6a742a" + }, + { + "m_Id": "ca3ab33c0e484ebcaeb23cad4743fba0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "193364e4a5cc42d0aa41313fdeff6482", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1a800de4f4f247ed8ed590ed375046d3", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1aea022d34bc4249b7a1cd6b18fe2324", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "1b0e64e657934bef903cd90d11b90861", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "1b4980c0aa5c45e9bb18a5ce834dc606", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -520.0000610351563, + "y": 573.5999755859375, + "width": 124.80007934570313, + "height": 33.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "78734a76176b44d6911666f4697e4549" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "0ecd9341c0673d829855ac077f0aa0e0" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1b4d3f7a75ae46a2b5f49e2bd05e0ef1", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "1bef193e92984aa3bb708e2ad0852985", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1c49b852b7384c448b90fdf55ef7306f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1d424cb3f8b6401a9a8eb43e9c26867a", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1e8cf8bf3c1542a180657b49a8678899", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1ece248e1d704ddf8523582576aac85e", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "1f25364d619d4181b9de403cd82b977b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -944.800048828125, + "y": 252.79994201660157, + "width": 130.4000244140625, + "height": 117.60011291503906 + } + }, + "m_Slots": [ + { + "m_Id": "8b14f9606aee4df8ad383abf606e8ac5" + }, + { + "m_Id": "efac25eca5a7419ea3779df3b005ff70" + }, + { + "m_Id": "f95abca159544ea19c05d0ffe3cb065b" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "20c0cca46bf04bcc8677cc6254d67560", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "24ce5dec0e0a4b70ab5dd6e3fd5db67f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "2770775fc6d841f5a07f481db3797cc6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2509.0, + "y": 363.9999694824219, + "width": 130.0, + "height": 118.00009155273438 + } + }, + "m_Slots": [ + { + "m_Id": "da2495e6d289440894e047f50a90ae3b" + }, + { + "m_Id": "62210cad795a4cb1b473e45d738e3926" + }, + { + "m_Id": "421eff5a4bcf4642b4a60365dc7b584c" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "28f03fd28d724a528a5fd29957d46376", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -104.80001068115235, + "y": 502.39996337890627, + "width": 130.39993286132813, + "height": 117.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "ea74bd5d51bd428d80065a55ffed6c92" + }, + { + "m_Id": "1ece248e1d704ddf8523582576aac85e" + }, + { + "m_Id": "b064bd23b4954e689b65c78ea9151c1d" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "296e336d50af45f7868a8e8bc20e53a8", + "m_Id": 0, + "m_DisplayName": "Opacity", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "2b4e885739074fa0b83eae3d9b610db0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1535.0001220703125, + "y": 290.00006103515627, + "width": 137.0, + "height": 33.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "1571961f307b4ea8ad621f8ae7238927" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "4720cbb7b23c43a3acab607507a726a4" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "2bf96f1fe1824ddd9d6b1eb8d513f53f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -365.60003662109377, + "y": 502.39996337890627, + "width": 147.19998168945313, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "6d127526c3bd4835906f56bd33c9f676" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "c97c2a93183b4dabb5a8cc8435873c09" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.BuiltinData", + "m_ObjectId": "2cb2da9faaa645b78190ebd2ea4e3655", + "m_Distortion": false, + "m_DistortionMode": 0, + "m_DistortionDepthTest": true, + "m_AddPrecomputedVelocity": false, + "m_TransparentWritesMotionVec": false, + "m_DepthOffset": false, + "m_ConservativeDepthOffset": false, + "m_TransparencyFog": true, + "m_AlphaTestShadow": false, + "m_BackThenFrontRendering": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_TransparentPerPixelSorting": false, + "m_SupportLodCrossFade": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2ecda49776964fbcbef69aca7d2b551f", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "312240f524464fec8161515735b8b779", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "329761b8be4c46c9a5b905431ecbc7ac", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "8728c135509e46e99a50c25b2cc360ac" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "335bd7b5ae8a43db86f2b9987d5910fa", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Smoothness", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "7ab8706b17ba4cf5a4c58d5e812fed63" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Smoothness" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "347b5236ff2243b5a55738e748d45c1c", + "m_Id": 0, + "m_DisplayName": "Smoothness", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "34b7ef6242194b76b8404f447d20f937", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Tangent", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "860f5161a70e44a6b47be367045d4549" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "35eccf38f7654ba59f60d96daa67d19c", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "37c3284f677447bb8feb508356c01974", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "37d0cad2827b47aa9fa2bfc9212dda6b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.BentNormal", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "020482b2b9bc422181731cf2903adfbc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BentNormal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "38a7e747709c45d4a75e6ab043c3b13f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -749.6000366210938, + "y": 252.79994201660157, + "width": 130.39996337890626, + "height": 117.60011291503906 + } + }, + "m_Slots": [ + { + "m_Id": "2ecda49776964fbcbef69aca7d2b551f" + }, + { + "m_Id": "9cc9bcb409224283843c330ba82dee4e" + }, + { + "m_Id": "9850ddc0bb9e4e3fa187a82b8f55808f" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "38d6bcc8ebdf4a9db0649e92cafcae1a", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "38ffd59d20f54a7992c7197c1c4605a8", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "3a5e18e805a647ce836152943fd915cf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2200.0, + "y": 317.0000305175781, + "width": 153.9998779296875, + "height": 141.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "3e828e0d2bd64a759d5d253343ace0f8" + }, + { + "m_Id": "c34bacaa24bc4fd2b65eebf98c333271" + }, + { + "m_Id": "1b0e64e657934bef903cd90d11b90861" + }, + { + "m_Id": "e66c1b570e3b4c4f95218ec8863fb4d7" + } + ], + "synonyms": [ + "pan", + "scale" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3a66205a472a420595356e712ed482de", + "m_Id": 3, + "m_DisplayName": "Delta Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Delta Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3b44a478cd1e48b383a7fa9db0e706d5", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "3c546e8f0b28452b9968f1298d1a146d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -358.4000244140625, + "y": 788.7999267578125, + "width": 140.80003356933595, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "347b5236ff2243b5a55738e748d45c1c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "d043433bb5cc44ebae78dc2e341bed1b" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "3e723eed25464d77a8527dfd2d78974b", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "3e828e0d2bd64a759d5d253343ace0f8", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3ef1c4b078354b30b8202bf046642ae6", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDTarget", + "m_ObjectId": "40265a54946c452aad483ffce43baa5b", + "m_ActiveSubTarget": { + "m_Id": "f4f6250a3274471ba6b47029d247cce5" + }, + "m_Datas": [ + { + "m_Id": "2cb2da9faaa645b78190ebd2ea4e3655" + }, + { + "m_Id": "a02866050a44401286b3d2810fe93920" + }, + { + "m_Id": "98414369d4e440d7b98a5da8eb89850d" + }, + { + "m_Id": "e20034cf982a414e855ccf354864b2d3" + } + ], + "m_CustomEditorGUI": "", + "m_SupportVFX": true, + "m_SupportLineRendering": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "407438907a22487980fea6ec6875c034", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -104.80001068115235, + "y": 621.5999755859375, + "width": 125.60002899169922, + "height": 117.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "965b9e3c2dac4520aa4361e4a275a9b5" + }, + { + "m_Id": "3b44a478cd1e48b383a7fa9db0e706d5" + }, + { + "m_Id": "680e4eee5e0842bf8a5df67aee80635a" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "419fd0fa1d7649b2b14b188e93a08c75", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "421eff5a4bcf4642b4a60365dc7b584c", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "429427b69f85479aa1a081d7bd0f2297", + "m_Id": 0, + "m_DisplayName": "Opacity value", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "434975ac3caa48de9b5421220af9b021", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -522.4000244140625, + "y": -11.20002269744873, + "width": 121.60000610351563, + "height": 33.60002136230469 + } + }, + "m_Slots": [ + { + "m_Id": "7c10f5c0b6744a26ac2474c92a40e125" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "14b4afee4674d889b768565d762d9254" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "447653a0126f4e01b40978abaf59dd74", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "459deca9341d4d589685dc1df445fbaf", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "45a63ab8475d4bbf9b05eb6a860e2563", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "46b7212799774b89a1a5d4017c471cf3", + "m_Id": 0, + "m_DisplayName": "Specular Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Specular", + "m_StageCapability": 2, + "m_Value": { + "x": 0.5, + "y": 0.5, + "z": 0.5 + }, + "m_DefaultValue": { + "x": 0.5, + "y": 0.5, + "z": 0.5 + }, + "m_Labels": [], + "m_ColorMode": 0, + "m_DefaultColor": { + "r": 0.5, + "g": 0.5, + "b": 0.5, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "4720cbb7b23c43a3acab607507a726a4", + "m_Guid": { + "m_GuidSerialized": "a7bcab9f-1caa-4f38-8517-7d860a4b88bb" + }, + "m_Name": "Use fresnel", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Use fresnel", + "m_DefaultReferenceName": "_Use_fresnel", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "47d1884554564687a7945e8d65f2151e", + "m_Id": 0, + "m_DisplayName": "Ambient Occlusion", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "497e72b1d4a74080a98b3a11d4d4d2d7", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4a9d4f0ad8684deab300dc98e159992f", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "4ae77a8112f44a26890332a9deafe278", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4dd3d2d373414dd791b743465fe9a135", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4e0d8bf78e6b48b1b048505555e5b7a6", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.StepNode", + "m_ObjectId": "4e7d79bcb8e44e4f8152138ff6691081", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Step", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 121.60000610351563, + "y": 1107.199951171875, + "width": 208.0, + "height": 301.6002197265625 + } + }, + "m_Slots": [ + { + "m_Id": "c2d51346d77b4657b4e71b24fe5806c9" + }, + { + "m_Id": "dd7bb5aa07424ce6b9d18ab0548efa1c" + }, + { + "m_Id": "62f8ee0ee96a467eaa27021950e08e02" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "4ef8c0aeb05b49f39781cc85197d8e1e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -966.4000244140625, + "y": 371.1999816894531, + "width": 152.79998779296876, + "height": 33.599945068359378 + } + }, + "m_Slots": [ + { + "m_Id": "f4b2a58e877b47aea5a0a81ab2783fae" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "ccaec9b3fd114accabb170accbb0a058" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "4f611a627bd1438e8195ce8f0af8a29d", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 3 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "539bae244fa048d79dfe087d3e587c88", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "53aed63598884c02be46e8f5854f4875", + "m_Id": 0, + "m_DisplayName": "Alpha", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Alpha", + "m_StageCapability": 2, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "54428e1632cbde88af7acc381fc3a22c", + "m_Guid": { + "m_GuidSerialized": "26f419ea-ccc5-448e-8448-a0ce510a0a81" + }, + "m_Name": "Ambient Occlusion", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_B54CF11C", + "m_OverrideReferenceName": "_AmbientOcclusion", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "58164b0921f24f8ca58194c3b93df7e7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Normal", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "419fd0fa1d7649b2b14b188e93a08c75" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInLitSubTarget", + "m_ObjectId": "58a996467ef34f2c94630324c211df91", + "m_WorkflowMode": 1, + "m_NormalDropOffSpace": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "59a785f25ef0482188e7e96fd8b0e8af", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -520.800048828125, + "y": -269.60003662109377, + "width": 120.79998779296875, + "height": 33.60003662109375 + } + }, + "m_Slots": [ + { + "m_Id": "84174b0c28014076ad37c10f09057ff8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "65dc739b91453a80ad5cc68a0f36d671" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "59ed88fe73fe46cdad66a10f90505797", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "5b1d4daba0c74e1ea295f29015cc1b5a", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5b3ba933fa384f7b8918c1c1ecdb6e2c", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "5bf07f10371249b393c31f5b8fb3c904", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 2 +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode", + "m_ObjectId": "5ce0278598114cf488bd9523ea813099", + "m_Group": { + "m_Id": "" + }, + "m_Name": "PR (Custom Function)", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 6.999999523162842, + "y": 430.0000305175781, + "width": 170.00001525878907, + "height": 94.00003051757813 + } + }, + "m_Slots": [ + { + "m_Id": "8fb3794c507242af8b9297a0c357f82f" + } + ], + "synonyms": [ + "code", + "HLSL" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SourceType": 1, + "m_FunctionName": "PR", + "m_FunctionSource": "", + "m_FunctionSourceUsePragmas": true, + "m_FunctionBody": "#ifdef HAVE_DECALS\n\tRP_emission = 100000;\n#else\n\tRP_emission = 1;\n#endif" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "5f0257a879e0406591ea8dd2da1982de", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "60a872b6ccaf46969ca992715811bb5f", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "614d6a9c79084af8912f9a06fe51f12d", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "65dc739b91453a80ad5cc68a0f36d671" + }, + { + "m_Id": "9efe4c74f4eb40adbcd76d8299c71acb" + }, + { + "m_Id": "0ecd9341c0673d829855ac077f0aa0e0" + }, + { + "m_Id": "c97c2a93183b4dabb5a8cc8435873c09" + }, + { + "m_Id": "d043433bb5cc44ebae78dc2e341bed1b" + }, + { + "m_Id": "14b4afee4674d889b768565d762d9254" + }, + { + "m_Id": "54428e1632cbde88af7acc381fc3a22c" + }, + { + "m_Id": "8c3f97f5d7481c88ba40e8b5599efa20" + }, + { + "m_Id": "a35350189688498b8b5ca7873fefb8fd" + }, + { + "m_Id": "ccaec9b3fd114accabb170accbb0a058" + }, + { + "m_Id": "0644624e86184959930cb247615c40b7" + }, + { + "m_Id": "df8945d0353f46e09ee8487605ad2093" + }, + { + "m_Id": "ed133977136c4e58b4dbcf213dacc8fa" + }, + { + "m_Id": "83b3fb91bdd84970901f2421348b083a" + }, + { + "m_Id": "4720cbb7b23c43a3acab607507a726a4" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "61d4af20818d46d18babd00e01807a21", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "62210cad795a4cb1b473e45d738e3926", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.VertexColorNode", + "m_ObjectId": "624cd3845fa04b40a061d4023151ce58", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vertex Color", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -737.6000366210938, + "y": 370.4000549316406, + "width": 118.39996337890625, + "height": 93.59991455078125 + } + }, + "m_Slots": [ + { + "m_Id": "1bef193e92984aa3bb708e2ad0852985" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "62f8ee0ee96a467eaa27021950e08e02", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "65dc739b91453a80ad5cc68a0f36d671", + "m_Guid": { + "m_GuidSerialized": "32f1fff6-3d69-4d9f-b7b2-cfc04ad2c68e" + }, + "m_Name": "Albedo", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_C6023420", + "m_OverrideReferenceName": "_Albedo", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "66560370f10b4319bcf48faf509a587f", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "680e4eee5e0842bf8a5df67aee80635a", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "68a1b9561bb04819834b263f6546607a", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6bbe08f2e6dd413caba70e5ff188b52b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6d127526c3bd4835906f56bd33c9f676", + "m_Id": 0, + "m_DisplayName": "Metallic value", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6e224887a8a7473ebb93b94c0b18bf97", + "m_Id": 0, + "m_DisplayName": "Occlusion", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "6e390336847c4e65b996e73b05348e03", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -525.6000366210938, + "y": 1139.2000732421875, + "width": 124.80001831054688, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "296e336d50af45f7868a8e8bc20e53a8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "ed133977136c4e58b4dbcf213dacc8fa" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "74377a32f438416fa5c634ba1e0089a1", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -584.0000610351563, + "y": 852.800048828125, + "width": 181.60006713867188, + "height": 33.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "47d1884554564687a7945e8d65f2151e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "54428e1632cbde88af7acc381fc3a22c" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "7519d69467a64a5993749d2c2a3f2d53", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "76571e29c9434714912dafcd6ded12d9", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.7353569269180298, + "y": 0.7353569269180298, + "z": 0.7353569269180298 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 0, + "m_DefaultColor": { + "r": 0.5, + "g": 0.5, + "b": 0.5, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "78734a76176b44d6911666f4697e4549", + "m_Id": 0, + "m_DisplayName": "Metallic", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "79dd600d4dcd49cba70e4e7c1bc0e5cc", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7ab8706b17ba4cf5a4c58d5e812fed63", + "m_Id": 0, + "m_DisplayName": "Smoothness", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Smoothness", + "m_StageCapability": 2, + "m_Value": 0.5, + "m_DefaultValue": 0.5, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "7c10f5c0b6744a26ac2474c92a40e125", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "7c1ba75c3b9b4877bbb44e615dc9aa8e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -401.6000061035156, + "y": -48.80004119873047, + "width": 183.199951171875, + "height": 248.00006103515626 + } + }, + "m_Slots": [ + { + "m_Id": "312240f524464fec8161515735b8b779" + }, + { + "m_Id": "37c3284f677447bb8feb508356c01974" + }, + { + "m_Id": "7e4c1dea2cb44f25bae70ce3b98619ea" + }, + { + "m_Id": "0f9f7cf89170408b89d06434ddf6a61e" + }, + { + "m_Id": "e23799b01f294bf3a4c6ff59dfeab202" + }, + { + "m_Id": "4f611a627bd1438e8195ce8f0af8a29d" + }, + { + "m_Id": "e1ddccfd3e4b44b88fc6790deafea031" + }, + { + "m_Id": "a7d6ebb4144f4f05ae39ef674b887e3b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 1, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "7d6cb48d130b49ce83d145f3401118c6", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "7d86358162984d0fb18d2036b8e8acd4", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1688.0001220703125, + "y": 394.9999694824219, + "width": 130.0001220703125, + "height": 118.00009155273438 + } + }, + "m_Slots": [ + { + "m_Id": "9a60ca1a12dc4770b76bf662d852dd56" + }, + { + "m_Id": "00739afa5e464523bcbd6a8ebdf04aaa" + }, + { + "m_Id": "6bbe08f2e6dd413caba70e5ff188b52b" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7e4c1dea2cb44f25bae70ce3b98619ea", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "7e65e29a99e040de8cc60bbde8259190", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2680.0, + "y": 481.0, + "width": 128.0, + "height": 101.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "c4f7fc010959471faa538c55718963db" + }, + { + "m_Id": "a80ee3ce732e4ec38be5e1406677d301" + }, + { + "m_Id": "c1c62b8cc4ea43f29d50075e5cdd3aa2" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7fe13e8f6beb483bbaf96194a7da3502", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8152d018f1db467d98d4898e99b06b09", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "83b3fb91bdd84970901f2421348b083a", + "m_Guid": { + "m_GuidSerialized": "7f45cb23-7a04-4450-9c26-8fbe686a89c6" + }, + "m_Name": "Opacity value", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Opacity value", + "m_DefaultReferenceName": "_Opacity_value", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "84174b0c28014076ad37c10f09057ff8", + "m_Id": 0, + "m_DisplayName": "Albedo", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "860f5161a70e44a6b47be367045d4549", + "m_Id": 0, + "m_DisplayName": "Tangent", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tangent", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "8728c135509e46e99a50c25b2cc360ac", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "88555cc1594745d5b76b2a026b41ed35", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1398.0001220703125, + "y": 253.00001525878907, + "width": 172.0, + "height": 141.99998474121095 + } + }, + "m_Slots": [ + { + "m_Id": "dfaeb8ddbc444b6d8c8d09ff9fb01326" + }, + { + "m_Id": "038609ee0b44420fa236f9c93792edc9" + }, + { + "m_Id": "1aea022d34bc4249b7a1cd6b18fe2324" + }, + { + "m_Id": "59ed88fe73fe46cdad66a10f90505797" + } + ], + "synonyms": [ + "switch", + "if", + "else" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8b14f9606aee4df8ad383abf606e8ac5", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "8b47cb071f774ab0803fa1e9da3d0917", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 254.3999786376953, + "y": 1435.199951171875, + "width": 128.0000457763672, + "height": 93.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "38d6bcc8ebdf4a9db0649e92cafcae1a" + }, + { + "m_Id": "539bae244fa048d79dfe087d3e587c88" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "8c3f97f5d7481c88ba40e8b5599efa20", + "m_Guid": { + "m_GuidSerialized": "da796e23-6a57-4442-b9cf-dba23fe2cfc8" + }, + "m_Name": "Emission", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_F84C2088", + "m_OverrideReferenceName": "_Emission", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "8e41d6f2ce7942eb8e1c0ea68772c2e2", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "8f1eec7a8310463d859907ac800fdc6e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -548.7999877929688, + "y": 1615.1998291015625, + "width": 147.19998168945313, + "height": 33.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "429427b69f85479aa1a081d7bd0f2297" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "83b3fb91bdd84970901f2421348b083a" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8f41f0e560a843d5b5bad51db556d43d", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "8fb3794c507242af8b9297a0c357f82f", + "m_Id": 0, + "m_DisplayName": "RP_emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RP_emission", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "90ff8063bcfe4b2583b660da5521200b", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "9185cc92504c4480864b2dc1393736aa", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3161.0, + "y": 545.0, + "width": 239.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "9664d9be1dff42b88fcd4bf6ccbae267" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "df8945d0353f46e09ee8487605ad2093" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "92a08e0fa73148e3a2dc845c0fef339d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1192.8001708984375, + "y": 371.1999816894531, + "width": 157.5999755859375, + "height": 33.599945068359378 + } + }, + "m_Slots": [ + { + "m_Id": "d43a4e28c20a4038b726232d308b6525" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "a35350189688498b8b5ca7873fefb8fd" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "92f733b12c86467191d1f6a2d8b5d91b", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "95219a4c89d3476098b8351d53e71dc3", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "965b9e3c2dac4520aa4361e4a275a9b5", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "9664d9be1dff42b88fcd4bf6ccbae267", + "m_Id": 0, + "m_DisplayName": "Speed XY + Fresnel + Emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "9775379db6aa467ca97ef0cc321de383", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 128.00003051757813, + "y": 1435.199951171875, + "width": 125.59989929199219, + "height": 117.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "66560370f10b4319bcf48faf509a587f" + }, + { + "m_Id": "fdb78a07fa8d4313abc442ed475a5560" + }, + { + "m_Id": "95219a4c89d3476098b8351d53e71dc3" + } + ], + "synonyms": [ + "subtraction", + "remove", + "minus", + "take away" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "978f8b98a9bf41fa98d97e909b64c77a", + "m_Id": 0, + "m_DisplayName": "Alpha Clip Threshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "AlphaClipThreshold", + "m_StageCapability": 2, + "m_Value": 0.5, + "m_DefaultValue": 0.5, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.LightingData", + "m_ObjectId": "98414369d4e440d7b98a5da8eb89850d", + "m_NormalDropOffSpace": 0, + "m_BlendPreserveSpecular": true, + "m_ReceiveDecals": true, + "m_ReceiveSSR": true, + "m_ReceiveSSRTransparent": false, + "m_SpecularAA": false, + "m_SpecularOcclusionMode": 1, + "m_OverrideBakedGI": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9850ddc0bb9e4e3fa187a82b8f55808f", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "99c4e6a03ee0490c80f53e205d53fed8", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9a60ca1a12dc4770b76bf662d852dd56", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9cc9bcb409224283843c330ba82dee4e", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "9e98ae6af6f5482eb80ab905d52a76d7", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "9f758bd205d14d9b9853cfd85e20e865" + }, + "m_AllowMaterialOverride": true, + "m_SurfaceType": 0, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 2, + "m_AlphaClip": true, + "m_CastShadows": true, + "m_ReceiveShadows": true, + "m_DisableTint": false, + "m_AdditionalMotionVectorMode": 0, + "m_AlembicMotionVectors": false, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": true +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "9efe4c74f4eb40adbcd76d8299c71acb", + "m_Guid": { + "m_GuidSerialized": "1c1f120f-a23b-4cab-8e3f-68f7d56314ed" + }, + "m_Name": "Albedo Color", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Albedo Color", + "m_DefaultReferenceName": "_Albedo_Color", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 + }, + "isMainColor": false, + "m_ColorMode": 1 +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalLitSubTarget", + "m_ObjectId": "9f758bd205d14d9b9853cfd85e20e865", + "m_WorkflowMode": 1, + "m_NormalDropOffSpace": 0, + "m_ClearCoat": false, + "m_BlendModePreserveSpecular": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "9fb1b1a9d2da4c1cbe26ad461b8eb7da", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDLitData", + "m_ObjectId": "a02866050a44401286b3d2810fe93920", + "m_RayTracing": false, + "m_MaterialType": 0, + "m_MaterialTypeMask": 2, + "m_RefractionModel": 0, + "m_SSSTransmission": true, + "m_EnergyConservingSpecular": true, + "m_ClearCoat": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "a15f4a29a30d4670bd1573a8856f5968", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Occlusion", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "0bf12effd995463da1027e3a2b0a4677" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Occlusion" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "a1cef7cea29c4e578030b9974de9076e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Emission", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "faa9f89b9a0941119126e91716a02ec2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Emission" +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "a35350189688498b8b5ca7873fefb8fd", + "m_Guid": { + "m_GuidSerialized": "731e21a3-ba45-4216-a32f-de9802ecd7a9" + }, + "m_Name": "Emission power", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Emission power", + "m_DefaultReferenceName": "_Emission_power", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "a3f689620859476b9d9f89ffde3af2ce", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 47.0, + "y": 312.0000305175781, + "width": 130.00001525878907, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "da0d3414e1184cef96547e30f1eb5dd4" + }, + { + "m_Id": "24ce5dec0e0a4b70ab5dd6e3fd5db67f" + }, + { + "m_Id": "d5ccdf7325094800813635a5c2904a2d" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "a4b45c5d23764caf821444e7f9693b80", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "a51f52ac25ed4a6195bc018303520211", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "a58d7193925b4ab08aaf53ad2a894fc3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -100.80001831054688, + "y": 852.800048828125, + "width": 125.60003662109375, + "height": 141.60003662109376 + } + }, + "m_Slots": [ + { + "m_Id": "1b4d3f7a75ae46a2b5f49e2bd05e0ef1" + }, + { + "m_Id": "bda947bbbf6042edb4959c3a205aa018" + }, + { + "m_Id": "497e72b1d4a74080a98b3a11d4d4d2d7" + }, + { + "m_Id": "e85d1373e2064c019d5b6b03247cb27b" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a6da283fc15b48ea86c0668188747ad3", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "a7d6ebb4144f4f05ae39ef674b887e3b", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a80ee3ce732e4ec38be5e1406677d301", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInTarget", + "m_ObjectId": "a968d08e022e4c089da1dde635132a28", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "58a996467ef34f2c94630324c211df91" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 0, + "m_ZWriteControl": 0, + "m_ZTestMode": 4, + "m_AlphaMode": 0, + "m_RenderFace": 2, + "m_AlphaClip": true, + "m_CustomEditorGUI": "" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "aa253781321f4f7483d9a9f45751d7af", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -343.20001220703127, + "y": 1579.2000732421875, + "width": 125.60002136230469, + "height": 117.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "d2ce8e984a61443385e7bcc9de7c76e2" + }, + { + "m_Id": "ee8f2eb9c3814d8392461d1fee94fc0e" + }, + { + "m_Id": "1c49b852b7384c448b90fdf55ef7306f" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b064bd23b4954e689b65c78ea9151c1d", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b2a1bdf11d1e4cc3a12460ce400e7e9b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "b3c05373264b4d2da26dc4dd6116d03f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -174.40000915527345, + "y": -302.4000244140625, + "width": 130.40000915527345, + "height": 117.60000610351563 + } + }, + "m_Slots": [ + { + "m_Id": "c1f3f4f03f5b4a8085e47a0e1fd01a3b" + }, + { + "m_Id": "c2fd1fc7e4a5463d8bc2919b06427681" + }, + { + "m_Id": "68a1b9561bb04819834b263f6546607a" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "b66200878b8f49ebb0ce1c8676c1c0f0", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "b896a0c104e3424c93fb405ecbb3a389", + "m_Id": 0, + "m_DisplayName": "Albedo Color", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ViewDirectionMaterialSlot", + "m_ObjectId": "bce9755fd7c64afc939bfb1f8c5aabc0", + "m_Id": 1, + "m_DisplayName": "View Dir", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "ViewDir", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 2 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bda947bbbf6042edb4959c3a205aa018", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "be8cc8dfe63946418931d1052af43c01", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "bfd24aed2bec4a97b104add76aab511d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -401.6000061035156, + "y": -302.4000244140625, + "width": 183.199951171875, + "height": 248.00001525878907 + } + }, + "m_Slots": [ + { + "m_Id": "447653a0126f4e01b40978abaf59dd74" + }, + { + "m_Id": "1e8cf8bf3c1542a180657b49a8678899" + }, + { + "m_Id": "f818de0f89b74d67867be5884b4d8a12" + }, + { + "m_Id": "d02222bc54b2432f844d5d09d3885cd0" + }, + { + "m_Id": "1a800de4f4f247ed8ed590ed375046d3" + }, + { + "m_Id": "90ff8063bcfe4b2583b660da5521200b" + }, + { + "m_Id": "7519d69467a64a5993749d2c2a3f2d53" + }, + { + "m_Id": "4ae77a8112f44a26890332a9deafe278" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c16a51d4438e49529d9198ca5ab8d3fb", + "m_Id": 1, + "m_DisplayName": "Sine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Sine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "c1c62b8cc4ea43f29d50075e5cdd3aa2", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c1f3f4f03f5b4a8085e47a0e1fd01a3b", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "c2d2f79056634848948665afc54f88fc", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Alpha", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "53aed63598884c02be46e8f5854f4875" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Alpha" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c2d51346d77b4657b4e71b24fe5806c9", + "m_Id": 0, + "m_DisplayName": "Edge", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge", + "m_StageCapability": 3, + "m_Value": { + "x": 0.5799999833106995, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c2fd1fc7e4a5463d8bc2919b06427681", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "c34bacaa24bc4fd2b65eebf98c333271", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "c384a0a606d94b52a468b0627cc63963", + "m_Id": 0, + "m_DisplayName": "Normal (Tangent Space)", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "NormalTS", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 3 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c4ea900edf7046a58b4750fea2e638ad", + "m_Id": 2, + "m_DisplayName": "Power", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Power", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c4f7fc010959471faa538c55718963db", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "c534384bcd4b493b89f2fffc149eff27", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.BaseColor", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "76571e29c9434714912dafcd6ded12d9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c5350e885f094cf49810b5731501d035", + "m_Id": 0, + "m_DisplayName": "Metallic", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Metallic", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c6ab9709ecf743ea960926bbe7d3e30a", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "c7ca5f197c934ac6966f6bf7276d3939", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2861.0, + "y": 505.0, + "width": 120.0, + "height": 148.99993896484376 + } + }, + "m_Slots": [ + { + "m_Id": "79dd600d4dcd49cba70e4e7c1bc0e5cc" + }, + { + "m_Id": "b66200878b8f49ebb0ce1c8676c1c0f0" + }, + { + "m_Id": "7fe13e8f6beb483bbaf96194a7da3502" + }, + { + "m_Id": "1d424cb3f8b6401a9a8eb43e9c26867a" + }, + { + "m_Id": "3ef1c4b078354b30b8202bf046642ae6" + } + ], + "synonyms": [ + "separate" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "c97c2a93183b4dabb5a8cc8435873c09", + "m_Guid": { + "m_GuidSerialized": "234d50eb-92a2-4f2c-a49d-30f7cc9a8ee0" + }, + "m_Name": "Metallic value", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Metallic value", + "m_DefaultReferenceName": "_Metallic_value", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "ca3ab33c0e484ebcaeb23cad4743fba0", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ca5021c5a72e4053a1dd0f7f9a1219d2", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "ca6dfd8830a9430193253390ffc76d40", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -345.5999755859375, + "y": 1073.5999755859375, + "width": 127.19992065429688, + "height": 33.5999755859375 + } + }, + "m_Slots": [ + { + "m_Id": "6e224887a8a7473ebb93b94c0b18bf97" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "0644624e86184959930cb247615c40b7" + } +} + +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty", + "m_ObjectId": "ccaec9b3fd114accabb170accbb0a058", + "m_Guid": { + "m_GuidSerialized": "5918ddb8-8f60-45e5-834f-4df62bbd3918" + }, + "m_Name": "Emission color", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Emission color", + "m_DefaultReferenceName": "_Emission_color", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "r": 1.0, + "g": 1.0, + "b": 1.0, + "a": 1.0 + }, + "isMainColor": false, + "m_ColorMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "cee121fdf2cc46b7a583247b1f609885", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1960.0001220703125, + "y": 505.0, + "width": 128.0, + "height": 93.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "5b3ba933fa384f7b8918c1c1ecdb6e2c" + }, + { + "m_Id": "fe4df3d11e02483d95455a03fb72304e" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d02222bc54b2432f844d5d09d3885cd0", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "d043433bb5cc44ebae78dc2e341bed1b", + "m_Guid": { + "m_GuidSerialized": "f56ce978-e19e-4ccb-8d4a-69f521fd0ac8" + }, + "m_Name": "Smoothness", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Smoothness", + "m_DefaultReferenceName": "_Smoothness", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d2ce8e984a61443385e7bcc9de7c76e2", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d2fed1ba89bf4c888cd440c4555d5b05", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d43a4e28c20a4038b726232d308b6525", + "m_Id": 0, + "m_DisplayName": "Emission power", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d4f9f93872ab4d4db662040531aec00a", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d578a874a5dc43c3b6183ea73fa10a25", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d5ccdf7325094800813635a5c2904a2d", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d7a11f9264f24b1cb9b02cb5e26e9df7", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "d920dcad09eb482b99fda21811299fea", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 296.0000305175781, + "y": 312.0000305175781, + "width": 129.99996948242188, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "a6da283fc15b48ea86c0668188747ad3" + }, + { + "m_Id": "0f3c132fe2bf406d99e4fcc8eb2f1b2c" + }, + { + "m_Id": "b2a1bdf11d1e4cc3a12460ce400e7e9b" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "da0d3414e1184cef96547e30f1eb5dd4", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "da2495e6d289440894e047f50a90ae3b", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dac0bc44afec44f2b9d3b1de0dfc957f", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "dc62de4fc47c44018053eed72baf2c8d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -401.6000061035156, + "y": 822.4000244140625, + "width": 183.199951171875, + "height": 248.0 + } + }, + "m_Slots": [ + { + "m_Id": "20c0cca46bf04bcc8677cc6254d67560" + }, + { + "m_Id": "13b7033e84954b409382fb5f6652c4a8" + }, + { + "m_Id": "ecbd562c036d4b8f9fc19f3828f7685a" + }, + { + "m_Id": "38ffd59d20f54a7992c7197c1c4605a8" + }, + { + "m_Id": "35eccf38f7654ba59f60d96daa67d19c" + }, + { + "m_Id": "5b1d4daba0c74e1ea295f29015cc1b5a" + }, + { + "m_Id": "fd1348f33b58498eb17206dca0b0ee82" + }, + { + "m_Id": "9fb1b1a9d2da4c1cbe26ad461b8eb7da" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "dcde28341fd1476e817c324a4c909690", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.AlphaClipThreshold", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "978f8b98a9bf41fa98d97e909b64c77a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.AlphaClipThreshold" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "dd7bb5aa07424ce6b9d18ab0548efa1c", + "m_Id": 1, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.8100000023841858, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "de1bb9dc0c40456298a428aff4041df9", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.FresnelNode", + "m_ObjectId": "de4dc760c6224c11b8723f538ad5c3bb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Fresnel Effect", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2197.0, + "y": 505.0, + "width": 207.9998779296875, + "height": 326.0 + } + }, + "m_Slots": [ + { + "m_Id": "5bf07f10371249b393c31f5b8fb3c904" + }, + { + "m_Id": "bce9755fd7c64afc939bfb1f8c5aabc0" + }, + { + "m_Id": "c4ea900edf7046a58b4750fea2e638ad" + }, + { + "m_Id": "99c4e6a03ee0490c80f53e205d53fed8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", + "m_ObjectId": "df8945d0353f46e09ee8487605ad2093", + "m_Guid": { + "m_GuidSerialized": "d02ec457-89df-4dd4-9a10-404e0fa2b20c" + }, + "m_Name": "Speed XY + Fresnel + Emission", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Speed XY + Fresnel + Emission", + "m_DefaultReferenceName": "_Speed_XY_Fresnel_Emission", + "m_OverrideReferenceName": "_SpeedXYFresnelEmission", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 2.0, + "w": 2.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "dfaeb8ddbc444b6d8c8d09ff9fb01326", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dfe378706be04cb0833e32ee8e623db8", + "m_Id": 2, + "m_DisplayName": "Cosine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Cosine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "e0c4040bed8e45ec8edb8acaff6d56f3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -169.59999084472657, + "y": 252.79998779296876, + "width": 130.39999389648438, + "height": 117.60000610351563 + } + }, + "m_Slots": [ + { + "m_Id": "d578a874a5dc43c3b6183ea73fa10a25" + }, + { + "m_Id": "8152d018f1db467d98d4898e99b06b09" + }, + { + "m_Id": "5f0257a879e0406591ea8dd2da1982de" + } + ], + "synonyms": [ + "addition", + "sum", + "plus" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "e0c98c136ba3484185706bbd1dd57de9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2676.0, + "y": 308.9999694824219, + "width": 124.0, + "height": 173.00009155273438 + } + }, + "m_Slots": [ + { + "m_Id": "010313b2e1004653afc18652f206b10d" + }, + { + "m_Id": "c16a51d4438e49529d9198ca5ab8d3fb" + }, + { + "m_Id": "dfe378706be04cb0833e32ee8e623db8" + }, + { + "m_Id": "3a66205a472a420595356e712ed482de" + }, + { + "m_Id": "ec8dce5fa2604e28bd9e8110f7da89a5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "e1ddccfd3e4b44b88fc6790deafea031", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.SystemData", + "m_ObjectId": "e20034cf982a414e855ccf354864b2d3", + "m_MaterialNeedsUpdateHash": 279841, + "m_SurfaceType": 0, + "m_RenderingPass": 1, + "m_BlendMode": 0, + "m_ZTest": 4, + "m_ZWrite": false, + "m_TransparentCullMode": 2, + "m_OpaqueCullMode": 2, + "m_SortPriority": 0, + "m_AlphaTest": true, + "m_ExcludeFromTUAndAA": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_SupportLodCrossFade": false, + "m_DoubleSidedMode": 0, + "m_DOTSInstancing": false, + "m_CustomVelocity": false, + "m_Tessellation": false, + "m_TessellationMode": 0, + "m_TessellationFactorMinDistance": 20.0, + "m_TessellationFactorMaxDistance": 50.0, + "m_TessellationFactorTriangleSize": 100.0, + "m_TessellationShapeFactor": 0.75, + "m_TessellationBackFaceCullEpsilon": -0.25, + "m_TessellationMaxDisplacement": 0.009999999776482582, + "m_DebugSymbols": false, + "m_Version": 2, + "inspectorFoldoutMask": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e21d8af7cd864d86a05d3102ce56f00f", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e23799b01f294bf3a4c6ff59dfeab202", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "e3d667d815204443b52e080b0cb58051", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "e4b463ffc0844ac5bd38a6c412e68950", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.NormalTS", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "c384a0a606d94b52a468b0627cc63963" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.NormalTS" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "e50be57e4a7444e0a5289c0a0ff77a21", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Specular", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "46b7212799774b89a1a5d4017c471cf3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Specular" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "e5954fa4a6fe400ca1d3db8ac270bad2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -106.40005493164063, + "y": 1435.199951171875, + "width": 127.99998474121094, + "height": 93.60009765625 + } + }, + "m_Slots": [ + { + "m_Id": "92f733b12c86467191d1f6a2d8b5d91b" + }, + { + "m_Id": "193364e4a5cc42d0aa41313fdeff6482" + } + ], + "synonyms": [ + "complement", + "invert", + "opposite" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "e66c1b570e3b4c4f95218ec8863fb4d7", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e85d1373e2064c019d5b6b03247cb27b", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ea74bd5d51bd428d80065a55ffed6c92", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ec64fa2fdd1640289acf5c0309b42215", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ec8dce5fa2604e28bd9e8110f7da89a5", + "m_Id": 4, + "m_DisplayName": "Smooth Delta", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Smooth Delta", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ecbd562c036d4b8f9fc19f3828f7685a", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "ed133977136c4e58b4dbcf213dacc8fa", + "m_Guid": { + "m_GuidSerialized": "556d1f21-1a57-4687-901e-26d0c14db209" + }, + "m_Name": "Opacity", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Opacity", + "m_DefaultReferenceName": "_Opacity", + "m_OverrideReferenceName": "", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ee8f2eb9c3814d8392461d1fee94fc0e", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "efac25eca5a7419ea3779df3b005ff70", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "f4b2a58e877b47aea5a0a81ab2783fae", + "m_Id": 0, + "m_DisplayName": "Emission color", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDLitSubTarget", + "m_ObjectId": "f4f6250a3274471ba6b47029d247cce5" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f728ae2f04414f30881a73a61f4af6fd", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f818de0f89b74d67867be5884b4d8a12", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f95abca159544ea19c05d0ffe3cb065b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "faa9f89b9a0941119126e91716a02ec2", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Emission", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 1, + "m_DefaultColor": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fcc6f24d501843449039bdf241d4fe52", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "fcca95c8edad4fe59129efe2247cfa1a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2160.0, + "y": 282.00006103515627, + "width": 129.9998779296875, + "height": 33.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "3e723eed25464d77a8527dfd2d78974b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "8c3f97f5d7481c88ba40e8b5599efa20" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "fd1348f33b58498eb17206dca0b0ee82", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fdb78a07fa8d4313abc442ed475a5560", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.009999999776482582, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "fe4df3d11e02483d95455a03fb72304e", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_LitFresnel.shadergraph.meta b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_LitFresnel.shadergraph.meta new file mode 100644 index 0000000..79f4988 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_LitFresnel.shadergraph.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 04a157cda4db57f45a293a0d2991b21d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_LitFresnel.shadergraph + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ShockWave.shadergraph b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ShockWave.shadergraph new file mode 100644 index 0000000..d7ec5d6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ShockWave.shadergraph @@ -0,0 +1,13625 @@ +{ + "m_SGVersion": 3, + "m_Type": "UnityEditor.ShaderGraph.GraphData", + "m_ObjectId": "66456bc67b524bcaa3771ac6fee677e2", + "m_Properties": [ + { + "m_Id": "429f6c098e1a4d00a729ba0265a0b24e" + }, + { + "m_Id": "564547bb2d6146f4a4bec6adc62974a5" + }, + { + "m_Id": "98002c697f13c18ea348f4424f897ec4" + }, + { + "m_Id": "9447f8ac24869388bdf52451b8c1124b" + }, + { + "m_Id": "634eac61dcb5978b9f72021bb2126366" + }, + { + "m_Id": "ff90cc45414be0849e26e24b1617f01b" + }, + { + "m_Id": "f99ecfbd2101518bb469ad951a127958" + }, + { + "m_Id": "4db1adbba1fa1485b41ea586e0079d33" + }, + { + "m_Id": "4a80f35085e2848497e9865983735f20" + }, + { + "m_Id": "dbd36f7f4bdc6687991121d6b4257dff" + }, + { + "m_Id": "e04fc11cf9d542cb83dfc3cb55cd4370" + } + ], + "m_Keywords": [], + "m_Dropdowns": [], + "m_CategoryData": [ + { + "m_Id": "94a51fc3dd0244e386e2ac408d91923d" + } + ], + "m_Nodes": [ + { + "m_Id": "567e9289d4ce9b82baccdf367ed12b00" + }, + { + "m_Id": "d941ea1800b1338c9f34c4ea28187b43" + }, + { + "m_Id": "102ff7b8e429528bb56d2f3b72df8fb6" + }, + { + "m_Id": "ba9077699bb7e5838951d1917e5e01d2" + }, + { + "m_Id": "eda75275b6828a8bb1717b1ace1d18c7" + }, + { + "m_Id": "3154505d10a46688996cc96f9f4fd000" + }, + { + "m_Id": "ae65321c1a06558e9370bbf811a1fd53" + }, + { + "m_Id": "c6518048d701f28399360ff7498aa353" + }, + { + "m_Id": "32f0e6c7a692fc8f816fd8444b8932a2" + }, + { + "m_Id": "decd53e4cd4d448ca6a612e17027fa6e" + }, + { + "m_Id": "dd039d8efdc06086897678ef33467ecf" + }, + { + "m_Id": "620c0c2490b1968c9be39d2057d7f2e7" + }, + { + "m_Id": "40f7212be5729c8fb99b10473d070098" + }, + { + "m_Id": "ccef8452a9053388ad9286e1ce669d04" + }, + { + "m_Id": "6ae35956d33bdc89ac72763ffb70379d" + }, + { + "m_Id": "24f49129f24b248eb58675d8edbcb8bd" + }, + { + "m_Id": "d63c5b265ea90f84b83ee0faf793b43c" + }, + { + "m_Id": "beb196a7db75b58daf83e83af227a327" + }, + { + "m_Id": "26af268cf005b68ea18202fe85a82475" + }, + { + "m_Id": "8ea4a578348df68ab523e5c3fabadfe5" + }, + { + "m_Id": "1fe89858b8f37c808f3e249b375fc12f" + }, + { + "m_Id": "beebc12da7fb2f82898bca030b2ee7a6" + }, + { + "m_Id": "577faa6e76e55f838c5ed6d9dc7bbded" + }, + { + "m_Id": "afaae4a370a8f68493f0028d28043264" + }, + { + "m_Id": "da4ec0ecf47f7c829972cafe3884b59f" + }, + { + "m_Id": "da4310ba3bc562869b3b97361fd8ccf5" + }, + { + "m_Id": "3cbee2dad3af5a83a32f4b1b33547dbd" + }, + { + "m_Id": "72ffeb11eaf04b85860f0cb1ae792090" + }, + { + "m_Id": "68e1a1adffb5c48fa7d0ac05c4ead173" + }, + { + "m_Id": "2cef3788e585f382aec4dde04a74fe13" + }, + { + "m_Id": "957ef22540074b8886b35d7051832e9c" + }, + { + "m_Id": "c232ff70c336db81b1d58e0c86b737f9" + }, + { + "m_Id": "1564be5b7ee0738a8f90e157131c5a61" + }, + { + "m_Id": "cfa30f99e1a23081bb94b49747da0839" + }, + { + "m_Id": "1fa8b3a40c9f6f8eade45fbf96bcfed3" + }, + { + "m_Id": "74aeb46197162b8dabf7bd9e679596ac" + }, + { + "m_Id": "66783a847dc82a8490cf3a4a15d06bf6" + }, + { + "m_Id": "314c20db0bde9385b6a3de9c02f8e52e" + }, + { + "m_Id": "4bd186771645a483b447c202275cd159" + }, + { + "m_Id": "e397ee261301ef8d824798d650bde561" + }, + { + "m_Id": "dd8b44183476e989a7261d69c2ec1196" + }, + { + "m_Id": "fbe9d89de4ae3886a48ea10e5721e39d" + }, + { + "m_Id": "4c29ca509d4b1b84990ae234007da264" + }, + { + "m_Id": "79cabf566db54389b3f9ade530a327f8" + }, + { + "m_Id": "ee06e9e9460ed2848460b444e80af7d9" + }, + { + "m_Id": "060e3c626581ef8ca4b4693d1967e7a3" + }, + { + "m_Id": "b52ad1fe29c4b3868cac58b2b845aaff" + }, + { + "m_Id": "97a4f4ded1e2b183bf48ccf292f616fb" + }, + { + "m_Id": "e86f3d4221b0f38c90298b75c7110968" + }, + { + "m_Id": "63f3cc733603c98a8927eeba24a4e37e" + }, + { + "m_Id": "8f70f4c782398e838db9807daa3b9717" + }, + { + "m_Id": "ec281c3f95e9288d884644e65ddafc42" + }, + { + "m_Id": "21936c912ea8548c82589ea9d53bed3a" + }, + { + "m_Id": "02a37f099b6b2b899b23291809f48f89" + }, + { + "m_Id": "1409143a87e79781855fb93cbad39425" + }, + { + "m_Id": "2d6f9d0c2ee01b8f8b402909c599d35c" + }, + { + "m_Id": "d6234dd59696798caad1b84aa7f065cd" + }, + { + "m_Id": "c33648b6dc65c38e91ef4753edb26a80" + }, + { + "m_Id": "3f93881933e341cd84709c64b69d79ab" + }, + { + "m_Id": "9649d892a4b14be69c603ef741255989" + }, + { + "m_Id": "7c8cd71f3c0744da8bd70eccded7c6e0" + }, + { + "m_Id": "c55284af32fe407dacbbbf3d08b301fe" + }, + { + "m_Id": "eb4c91491b014c7aa4bd9ced929d03bb" + }, + { + "m_Id": "6831b7f273964894a6f21bc986249835" + }, + { + "m_Id": "70a1c6ca53594dec826f16bf0c5de11b" + }, + { + "m_Id": "595d18b4b2d84754bf7ef412a11965b8" + }, + { + "m_Id": "a557eb33aa334a3180f394598776c841" + }, + { + "m_Id": "3ceca079de4a4d7a8e73f47e65637066" + }, + { + "m_Id": "8f45b197b5b74f9a9aaf4d49173242d6" + }, + { + "m_Id": "2cd0f943039b4ba594590b3075de2973" + }, + { + "m_Id": "c41d883cb66f4aafbe6ea4ac80fecda3" + }, + { + "m_Id": "5216444a7f4e49f1bd37e022ded20cbf" + }, + { + "m_Id": "e904e4ed4e15462b89b9ae2c42359666" + }, + { + "m_Id": "37970197af6041469d90aa007915b812" + }, + { + "m_Id": "bf2ab661ee9942f98f29b6226878167a" + }, + { + "m_Id": "522da8376e484851bc28c70b38aa7e13" + }, + { + "m_Id": "b142d51204304de8bdea7635e9329195" + }, + { + "m_Id": "da486579a47c4907a711567b935af30d" + }, + { + "m_Id": "a9ed4e136d034237b8fe591f25ace225" + }, + { + "m_Id": "1c69a94dbafb468eabd384d3478f1240" + }, + { + "m_Id": "31d893d08a49463baa6e960491f1e652" + }, + { + "m_Id": "00ba956bec534745a3be24f72ecb32dc" + }, + { + "m_Id": "5c43680707704d8cb379c43411250633" + }, + { + "m_Id": "e998ae0438764b1c99ca32cf1761af7e" + }, + { + "m_Id": "57dcadd103a0458ea9387ad0099eb05d" + }, + { + "m_Id": "a1b90b818121434a96d68e69e8a1bb6e" + }, + { + "m_Id": "2f0da98fdbc449fcbab1c9352e7240d1" + }, + { + "m_Id": "408a2f2e66a44b69975ac76a4bd76ae9" + }, + { + "m_Id": "3a073db7363d4dd1823322dab9a40d6a" + }, + { + "m_Id": "9b0588bce5074a7a9e3357e2c5d1e3de" + }, + { + "m_Id": "6d1eb995f5044ae8864d70af91c4fae5" + }, + { + "m_Id": "354e4d91121d4175b49f108a859b696d" + }, + { + "m_Id": "0dc00acc516e4160bd1632f16c12b802" + }, + { + "m_Id": "832c1e6f51bb4b00ad5d8d8ab9fd4ea2" + }, + { + "m_Id": "1cc510046c504bb997f5753be955fb95" + }, + { + "m_Id": "878cdbb8cce642719b83e3ce6221cc52" + }, + { + "m_Id": "390556d682e04f4aa606e08533794657" + } + ], + "m_GroupDatas": [], + "m_StickyNoteDatas": [], + "m_Edges": [ + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "00ba956bec534745a3be24f72ecb32dc" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "31d893d08a49463baa6e960491f1e652" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "02a37f099b6b2b899b23291809f48f89" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ba9077699bb7e5838951d1917e5e01d2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "060e3c626581ef8ca4b4693d1967e7a3" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "97a4f4ded1e2b183bf48ccf292f616fb" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "0dc00acc516e4160bd1632f16c12b802" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "408a2f2e66a44b69975ac76a4bd76ae9" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "102ff7b8e429528bb56d2f3b72df8fb6" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3154505d10a46688996cc96f9f4fd000" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "102ff7b8e429528bb56d2f3b72df8fb6" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c6518048d701f28399360ff7498aa353" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1409143a87e79781855fb93cbad39425" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6ae35956d33bdc89ac72763ffb70379d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1409143a87e79781855fb93cbad39425" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d63c5b265ea90f84b83ee0faf793b43c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1564be5b7ee0738a8f90e157131c5a61" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4c29ca509d4b1b84990ae234007da264" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1c69a94dbafb468eabd384d3478f1240" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ec281c3f95e9288d884644e65ddafc42" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1cc510046c504bb997f5753be955fb95" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "390556d682e04f4aa606e08533794657" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1cc510046c504bb997f5753be955fb95" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "878cdbb8cce642719b83e3ce6221cc52" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1fa8b3a40c9f6f8eade45fbf96bcfed3" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1409143a87e79781855fb93cbad39425" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "1fe89858b8f37c808f3e249b375fc12f" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "40f7212be5729c8fb99b10473d070098" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "21936c912ea8548c82589ea9d53bed3a" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "da4ec0ecf47f7c829972cafe3884b59f" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "24f49129f24b248eb58675d8edbcb8bd" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3cbee2dad3af5a83a32f4b1b33547dbd" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "26af268cf005b68ea18202fe85a82475" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "32f0e6c7a692fc8f816fd8444b8932a2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "26af268cf005b68ea18202fe85a82475" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "32f0e6c7a692fc8f816fd8444b8932a2" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2cef3788e585f382aec4dde04a74fe13" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "97a4f4ded1e2b183bf48ccf292f616fb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2cef3788e585f382aec4dde04a74fe13" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "21936c912ea8548c82589ea9d53bed3a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2d6f9d0c2ee01b8f8b402909c599d35c" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ec281c3f95e9288d884644e65ddafc42" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "2f0da98fdbc449fcbab1c9352e7240d1" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "832c1e6f51bb4b00ad5d8d8ab9fd4ea2" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "314c20db0bde9385b6a3de9c02f8e52e" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ccef8452a9053388ad9286e1ce669d04" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "314c20db0bde9385b6a3de9c02f8e52e" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3ceca079de4a4d7a8e73f47e65637066" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "314c20db0bde9385b6a3de9c02f8e52e" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "595d18b4b2d84754bf7ef412a11965b8" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3154505d10a46688996cc96f9f4fd000" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c33648b6dc65c38e91ef4753edb26a80" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "31d893d08a49463baa6e960491f1e652" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1c69a94dbafb468eabd384d3478f1240" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "32f0e6c7a692fc8f816fd8444b8932a2" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "957ef22540074b8886b35d7051832e9c" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "354e4d91121d4175b49f108a859b696d" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "0dc00acc516e4160bd1632f16c12b802" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "37970197af6041469d90aa007915b812" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1fa8b3a40c9f6f8eade45fbf96bcfed3" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "390556d682e04f4aa606e08533794657" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "878cdbb8cce642719b83e3ce6221cc52" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3a073db7363d4dd1823322dab9a40d6a" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6d1eb995f5044ae8864d70af91c4fae5" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3cbee2dad3af5a83a32f4b1b33547dbd" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "060e3c626581ef8ca4b4693d1967e7a3" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "3ceca079de4a4d7a8e73f47e65637066" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "24f49129f24b248eb58675d8edbcb8bd" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "408a2f2e66a44b69975ac76a4bd76ae9" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "832c1e6f51bb4b00ad5d8d8ab9fd4ea2" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "40f7212be5729c8fb99b10473d070098" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ee06e9e9460ed2848460b444e80af7d9" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4bd186771645a483b447c202275cd159" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d6234dd59696798caad1b84aa7f065cd" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "4c29ca509d4b1b84990ae234007da264" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dd039d8efdc06086897678ef33467ecf" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "5216444a7f4e49f1bd37e022ded20cbf" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c41d883cb66f4aafbe6ea4ac80fecda3" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "522da8376e484851bc28c70b38aa7e13" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "bf2ab661ee9942f98f29b6226878167a" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "567e9289d4ce9b82baccdf367ed12b00" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "21936c912ea8548c82589ea9d53bed3a" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "577faa6e76e55f838c5ed6d9dc7bbded" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "4c29ca509d4b1b84990ae234007da264" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "57dcadd103a0458ea9387ad0099eb05d" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "79cabf566db54389b3f9ade530a327f8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "595d18b4b2d84754bf7ef412a11965b8" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a557eb33aa334a3180f394598776c841" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "620c0c2490b1968c9be39d2057d7f2e7" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "314c20db0bde9385b6a3de9c02f8e52e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "63f3cc733603c98a8927eeba24a4e37e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "afaae4a370a8f68493f0028d28043264" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "66783a847dc82a8490cf3a4a15d06bf6" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8ea4a578348df68ab523e5c3fabadfe5" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "68e1a1adffb5c48fa7d0ac05c4ead173" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "da4310ba3bc562869b3b97361fd8ccf5" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6ae35956d33bdc89ac72763ffb70379d" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "24f49129f24b248eb58675d8edbcb8bd" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "6d1eb995f5044ae8864d70af91c4fae5" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "408a2f2e66a44b69975ac76a4bd76ae9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "70a1c6ca53594dec826f16bf0c5de11b" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "595d18b4b2d84754bf7ef412a11965b8" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "72ffeb11eaf04b85860f0cb1ae792090" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "57dcadd103a0458ea9387ad0099eb05d" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "72ffeb11eaf04b85860f0cb1ae792090" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e998ae0438764b1c99ca32cf1761af7e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "74aeb46197162b8dabf7bd9e679596ac" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dd8b44183476e989a7261d69c2ec1196" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "74aeb46197162b8dabf7bd9e679596ac" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "decd53e4cd4d448ca6a612e17027fa6e" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "79cabf566db54389b3f9ade530a327f8" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e904e4ed4e15462b89b9ae2c42359666" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "79cabf566db54389b3f9ade530a327f8" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "eb4c91491b014c7aa4bd9ced929d03bb" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "832c1e6f51bb4b00ad5d8d8ab9fd4ea2" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1cc510046c504bb997f5753be955fb95" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "878cdbb8cce642719b83e3ce6221cc52" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e998ae0438764b1c99ca32cf1761af7e" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8ea4a578348df68ab523e5c3fabadfe5" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dd8b44183476e989a7261d69c2ec1196" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8f45b197b5b74f9a9aaf4d49173242d6" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "3ceca079de4a4d7a8e73f47e65637066" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "8f70f4c782398e838db9807daa3b9717" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fbe9d89de4ae3886a48ea10e5721e39d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "957ef22540074b8886b35d7051832e9c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "102ff7b8e429528bb56d2f3b72df8fb6" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "957ef22540074b8886b35d7051832e9c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1fa8b3a40c9f6f8eade45fbf96bcfed3" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "97a4f4ded1e2b183bf48ccf292f616fb" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8ea4a578348df68ab523e5c3fabadfe5" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "9b0588bce5074a7a9e3357e2c5d1e3de" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "6d1eb995f5044ae8864d70af91c4fae5" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a1b90b818121434a96d68e69e8a1bb6e" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "57dcadd103a0458ea9387ad0099eb05d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a557eb33aa334a3180f394598776c841" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "37970197af6041469d90aa007915b812" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "a9ed4e136d034237b8fe591f25ace225" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "da486579a47c4907a711567b935af30d" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ae65321c1a06558e9370bbf811a1fd53" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1c69a94dbafb468eabd384d3478f1240" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "afaae4a370a8f68493f0028d28043264" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "beb196a7db75b58daf83e83af227a327" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "afaae4a370a8f68493f0028d28043264" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "beb196a7db75b58daf83e83af227a327" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "afaae4a370a8f68493f0028d28043264" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "beebc12da7fb2f82898bca030b2ee7a6" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "afaae4a370a8f68493f0028d28043264" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c232ff70c336db81b1d58e0c86b737f9" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b142d51204304de8bdea7635e9329195" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "40f7212be5729c8fb99b10473d070098" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "b52ad1fe29c4b3868cac58b2b845aaff" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "8f70f4c782398e838db9807daa3b9717" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ba9077699bb7e5838951d1917e5e01d2" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b52ad1fe29c4b3868cac58b2b845aaff" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "beb196a7db75b58daf83e83af227a327" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b142d51204304de8bdea7635e9329195" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "beebc12da7fb2f82898bca030b2ee7a6" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c232ff70c336db81b1d58e0c86b737f9" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "bf2ab661ee9942f98f29b6226878167a" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "37970197af6041469d90aa007915b812" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c232ff70c336db81b1d58e0c86b737f9" + }, + "m_SlotId": 6 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "da4ec0ecf47f7c829972cafe3884b59f" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c33648b6dc65c38e91ef4753edb26a80" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e86f3d4221b0f38c90298b75c7110968" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c41d883cb66f4aafbe6ea4ac80fecda3" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e904e4ed4e15462b89b9ae2c42359666" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "c6518048d701f28399360ff7498aa353" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "02a37f099b6b2b899b23291809f48f89" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ccef8452a9053388ad9286e1ce669d04" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "72ffeb11eaf04b85860f0cb1ae792090" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "cfa30f99e1a23081bb94b49747da0839" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2cef3788e585f382aec4dde04a74fe13" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d6234dd59696798caad1b84aa7f065cd" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ae65321c1a06558e9370bbf811a1fd53" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d6234dd59696798caad1b84aa7f065cd" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ae65321c1a06558e9370bbf811a1fd53" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d6234dd59696798caad1b84aa7f065cd" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "dd039d8efdc06086897678ef33467ecf" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d63c5b265ea90f84b83ee0faf793b43c" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e397ee261301ef8d824798d650bde561" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d941ea1800b1338c9f34c4ea28187b43" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "26af268cf005b68ea18202fe85a82475" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "d941ea1800b1338c9f34c4ea28187b43" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "957ef22540074b8886b35d7051832e9c" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "da4310ba3bc562869b3b97361fd8ccf5" + }, + "m_SlotId": 7 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "fbe9d89de4ae3886a48ea10e5721e39d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "da486579a47c4907a711567b935af30d" + }, + "m_SlotId": 1 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b142d51204304de8bdea7635e9329195" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "da4ec0ecf47f7c829972cafe3884b59f" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "060e3c626581ef8ca4b4693d1967e7a3" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "da4ec0ecf47f7c829972cafe3884b59f" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "e397ee261301ef8d824798d650bde561" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dd039d8efdc06086897678ef33467ecf" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "a557eb33aa334a3180f394598776c841" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dd8b44183476e989a7261d69c2ec1196" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2cd0f943039b4ba594590b3075de2973" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dd8b44183476e989a7261d69c2ec1196" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c41d883cb66f4aafbe6ea4ac80fecda3" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "dd8b44183476e989a7261d69c2ec1196" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "c55284af32fe407dacbbbf3d08b301fe" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "decd53e4cd4d448ca6a612e17027fa6e" + }, + "m_SlotId": 4 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "72ffeb11eaf04b85860f0cb1ae792090" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e397ee261301ef8d824798d650bde561" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "ccef8452a9053388ad9286e1ce669d04" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e86f3d4221b0f38c90298b75c7110968" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "b52ad1fe29c4b3868cac58b2b845aaff" + }, + "m_SlotId": 0 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "e998ae0438764b1c99ca32cf1761af7e" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "57dcadd103a0458ea9387ad0099eb05d" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ec281c3f95e9288d884644e65ddafc42" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "577faa6e76e55f838c5ed6d9dc7bbded" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "eda75275b6828a8bb1717b1ace1d18c7" + }, + "m_SlotId": 0 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "1409143a87e79781855fb93cbad39425" + }, + "m_SlotId": 1 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "ee06e9e9460ed2848460b444e80af7d9" + }, + "m_SlotId": 3 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "2cef3788e585f382aec4dde04a74fe13" + }, + "m_SlotId": 2 + } + }, + { + "m_OutputSlot": { + "m_Node": { + "m_Id": "fbe9d89de4ae3886a48ea10e5721e39d" + }, + "m_SlotId": 2 + }, + "m_InputSlot": { + "m_Node": { + "m_Id": "d63c5b265ea90f84b83ee0faf793b43c" + }, + "m_SlotId": 1 + } + } + ], + "m_VertexContext": { + "m_Position": { + "x": 2775.0, + "y": 221.99998474121095 + }, + "m_Blocks": [ + { + "m_Id": "3f93881933e341cd84709c64b69d79ab" + }, + { + "m_Id": "9649d892a4b14be69c603ef741255989" + }, + { + "m_Id": "7c8cd71f3c0744da8bd70eccded7c6e0" + } + ] + }, + "m_FragmentContext": { + "m_Position": { + "x": 2775.0, + "y": 422.0 + }, + "m_Blocks": [ + { + "m_Id": "c55284af32fe407dacbbbf3d08b301fe" + }, + { + "m_Id": "eb4c91491b014c7aa4bd9ced929d03bb" + }, + { + "m_Id": "6831b7f273964894a6f21bc986249835" + }, + { + "m_Id": "2cd0f943039b4ba594590b3075de2973" + } + ] + }, + "m_PreviewData": { + "serializedMesh": { + "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}", + "m_Guid": "" + }, + "preventRotation": false + }, + "m_Path": "Shader Graphs", + "m_GraphPrecision": 0, + "m_PreviewMode": 2, + "m_OutputNode": { + "m_Id": "" + }, + "m_SubDatas": [], + "m_ActiveTargets": [ + { + "m_Id": "e6732cc8b2204995978cfa834425c94d" + }, + { + "m_Id": "7f1715d8621e49839a9c985e6c64465d" + }, + { + "m_Id": "bf28e0e096c544e3be0903df9d7c791a" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "000af4e7b50dad8f85fd77276bab24b6", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "00ba956bec534745a3be24f72ecb32dc", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3482.0, + "y": 881.0000610351563, + "width": 109.0, + "height": 33.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "6f856334c9ca4cd48dcd019afe075b42" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "634eac61dcb5978b9f72021bb2126366" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "01824b54e1d5398383b67cc2112eef00", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0193fe391fdf4cd59caef9b8797e161d", + "m_Id": 5, + "m_DisplayName": "Z Buffer Sign", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Z Buffer Sign", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0237d5793fc05e8bbbb5e0fe77061680", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "023e1cac4bb449899cd0b4d634cb5e9b", + "m_Id": 7, + "m_DisplayName": "Height", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Height", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "023f7a8ba7cd0285a8082abd4019c248", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ComparisonNode", + "m_ObjectId": "02a37f099b6b2b899b23291809f48f89", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Comparison", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -821.0, + "y": 1164.0001220703125, + "width": 198.0, + "height": 135.0 + } + }, + "m_Slots": [ + { + "m_Id": "5b1048fe87c35689918f7b894ba1e69e" + }, + { + "m_Id": "fc253b9238a73d8eaacfd7dd0de17e05" + }, + { + "m_Id": "af3a79d5b0636f88b802c7fb0d8a748c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ComparisonType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0325b759cc354b8fa9283d4324679812", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "04645ee46fd14fc6b80e3f3d352375b9", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "04d41abb77994087b3c65ece92cc75ac", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "060e3c626581ef8ca4b4693d1967e7a3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 72.00000762939453, + "y": -8.00008773803711, + "width": 129.0, + "height": 118.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "8bf69b372bf131889c834fc83c503a2c" + }, + { + "m_Id": "208627f13272bd8b92ffdda2a380a475" + }, + { + "m_Id": "6643f0654f83918e8bdfde9e2b8ca5b4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0660f76579834aec9e3cfb7a1b0b8196", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "067fc5b24d39ab848aee73ff79d736ef", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "070e36a6ef93d880b58fc0e0a6a0e5ef", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "07380465a5095087bf285558513c12d2", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "07b5fb0aee474015927cfdf7b9a880b4", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "07d9108b83da24828a9742e8a976e628", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "087a3ca321469a8495afa3b778566ba2", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "09db833b52f68a8ea9b44a2e75f361fd", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "0bafb594dafc818c98243e19fbc4f0b5", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "0dc00acc516e4160bd1632f16c12b802", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 54.00001525878906, + "y": 2400.0, + "width": 120.00007629394531, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "a4916067278c428d9ee6a4556ba7768f" + }, + { + "m_Id": "7cb8a68ec5ea44fcb3bb956e9c7d864a" + }, + { + "m_Id": "606aaccbe01449bcb6d009fc9a04d249" + }, + { + "m_Id": "4b4db988f4104536a5668c9bc2dffce8" + }, + { + "m_Id": "de9ca5c7bf254be5ad0355dc72ac0a22" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0e0f05e962a21c8383f64c8eb4fe377b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "0e1755cff212a6868f35f06d3a80554a", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "0f6e6303ebfaf582b6815f8870b17a36", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0f7d78e4573c2885b15c9bb1f4d1f3f6", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "0f976e3accc743aa86950444bb799d81", + "m_Id": 0, + "m_DisplayName": "Depth power", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "102ff7b8e429528bb56d2f3b72df8fb6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1265.0, + "y": 1021.0, + "width": 115.99999237060547, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "f35cc76e5f01f6879829c6814857da8e" + }, + { + "m_Id": "642dd4da47e01b89b7a5d4ea355302c0" + }, + { + "m_Id": "bf5b382935475e83846ca5e24036eda0" + }, + { + "m_Id": "d1bbaf6c98739c8ead7a54af50bb325a" + }, + { + "m_Id": "6f9f6cf0d30ebe8eae16d7a1339e896a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "123a985c98364d88b934f3dd6ee178ba", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "135f8b82cc5a9e88a828a024c82d7e34", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1392a3fdb74e898b890b1fa25074ce89", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "1409143a87e79781855fb93cbad39425", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -920.9999389648438, + "y": 529.0000610351563, + "width": 208.0, + "height": 433.0 + } + }, + "m_Slots": [ + { + "m_Id": "76e508af3787148999ac7bf42a273b38" + }, + { + "m_Id": "154f77d7ac5c408fb6bc41ac3eb77919" + }, + { + "m_Id": "d100e498fdf7f38c9f62d002d7e7a762" + }, + { + "m_Id": "c7845fee688d5d82817eafbd8edf7b9c" + }, + { + "m_Id": "9576adb036b95c888eaa6a03831f400f" + }, + { + "m_Id": "6dea3c83b1ddc184b37c8eba8aa9ef63" + }, + { + "m_Id": "48903d6b9d1c618ba299eebd4a596fbd" + }, + { + "m_Id": "2f2bc36c85f8b983b6742bd06eae2321" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "141f1e412e1941e0903395b2430db992", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "154f77d7ac5c408fb6bc41ac3eb77919", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "155bf75e70d34b28ab600eac1747f385", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "1564be5b7ee0738a8f90e157131c5a61", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2466.000244140625, + "y": 713.0000610351563, + "width": 104.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "48cdee17b31fd88f82319351a7485b3c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "634eac61dcb5978b9f72021bb2126366" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "15bc65401b714e838cfaec4eb1ee169d", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "15c7c26ca692453e86dd187a9b98bf8c", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1726acc4f380888db041d94d17bce0ef", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "182b453b1a7848b38aa5445fcde7c32f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "188e08e842604665990e5a27d13240a8", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "196b001a2ce24dd5b6fa197c5da7bf28", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1b4513e63ade0086a66b099ff7cc3d60", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "1c69a94dbafb468eabd384d3478f1240", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3129.000244140625, + "y": 739.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "07b5fb0aee474015927cfdf7b9a880b4" + }, + { + "m_Id": "3b3daef8da7c4917a75095ae9478c62f" + }, + { + "m_Id": "81a9566d4764436cbd751a97c86c2874" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1ca835ffcce04fba9d2287611f4a9c1a", + "m_Id": 0, + "m_DisplayName": "Alpha", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Alpha", + "m_StageCapability": 2, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "1cc510046c504bb997f5753be955fb95", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 552.9999389648438, + "y": 2268.999755859375, + "width": 128.0001220703125, + "height": 94.000244140625 + } + }, + "m_Slots": [ + { + "m_Id": "7da581089ad54aa48d1a43b6f0ef8650" + }, + { + "m_Id": "bb254b884cf54a8aa05139dbd86d0e26" + } + ], + "synonyms": [ + "clamp" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "1cd6ea6135f14edd985f99c4eae8771c", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "1e583c2df022358180232b497aa1bb36", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "1eec5a09f3fe8d85b5221e178b0aa5c5", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "1f37f5059c084df288def84c2140b468", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "1f7c2d29dea82e8985322b97bc7c3e6c", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "1fa8b3a40c9f6f8eade45fbf96bcfed3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1079.0, + "y": 605.0, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "ad718648857bc6828c6db06fe61833e9" + }, + { + "m_Id": "07d9108b83da24828a9742e8a976e628" + }, + { + "m_Id": "0bafb594dafc818c98243e19fbc4f0b5" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "1fe89858b8f37c808f3e249b375fc12f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1730.0, + "y": 43.99992752075195, + "width": 119.0, + "height": 173.0 + } + }, + "m_Slots": [ + { + "m_Id": "30b9e19208753b8cbe5b6ab7a0a9464a" + }, + { + "m_Id": "3c00ffe94a9e3685a842716c5046d44b" + }, + { + "m_Id": "7f98be3d0d13408a9bf9bde6eca2d62b" + }, + { + "m_Id": "62264c95536ebc8bb9c4238868d152a2" + }, + { + "m_Id": "3e64f8b6e690708da94602831f0c3449" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "208627f13272bd8b92ffdda2a380a475", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "2185cd12a51aa180a724bc20607e19dc", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "21936c912ea8548c82589ea9d53bed3a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -628.9999389648438, + "y": -216.00001525878907, + "width": 126.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "1726acc4f380888db041d94d17bce0ef" + }, + { + "m_Id": "023f7a8ba7cd0285a8082abd4019c248" + }, + { + "m_Id": "28d02fce094a5a85aa2f5a8b12c34cf7" + }, + { + "m_Id": "067fc5b24d39ab848aee73ff79d736ef" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "21fd37394f369d85a7fb0097d82c0c3d", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "2293fe164b02b881a2a6e0cb9a2c694a", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "22b22ca7fb3a491886bfc394f8291a18", + "m_Id": 0, + "m_DisplayName": "UV2Tswitch", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "2318c179b2747285a78002ceae8f6e45", + "m_Id": 0, + "m_DisplayName": "Noise", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "2330edca712c4733be4d81c36654ec8f", + "m_Id": 0, + "m_DisplayName": "Main Texture", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "23b1f517a9e542569e40bef60d3fc04b", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PowerNode", + "m_ObjectId": "24f49129f24b248eb58675d8edbcb8bd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Power", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -273.9999694824219, + "y": 531.9999389648438, + "width": 132.99998474121095, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "e7525029fc8ec188bd24fe9f180d96ee" + }, + { + "m_Id": "0325b759cc354b8fa9283d4324679812" + }, + { + "m_Id": "ddb64353bf893e8fa1efd3f026acbf2a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "2649837b2f871e8e80b5890dc7902865", + "m_Id": 3, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "26af268cf005b68ea18202fe85a82475", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1835.0, + "y": 963.0000610351563, + "width": 115.00000762939453, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "c3631dcb0842b3848d29749db51fbfca" + }, + { + "m_Id": "6a0e1c45880d55819d71667d03da82e1" + }, + { + "m_Id": "0237d5793fc05e8bbbb5e0fe77061680" + }, + { + "m_Id": "f57e047006cba686888ca5f42e1c7bb9" + }, + { + "m_Id": "81189fd3c975978f93d45ebb391a1d1a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "2767766c5624c984afe3bbc6adda74a9", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "27e80f633d6b4c43ab07aac5d9c5719d", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "27fc372558505d8b877bcba89f7070fd", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "28d02fce094a5a85aa2f5a8b12c34cf7", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "293204c3e1e4f78cb4d4f0e34e050c37", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2bead0f7e751473ba2d8f252a14477cc", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "2c85dbf8cda74ff1bbc27682d06cec2c", + "m_Id": 0, + "m_DisplayName": "UV2Tswitch", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "2cb7bc5cdff50487ba9deb7885d46af3", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "2cd0f943039b4ba594590b3075de2973", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Emission", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "d7bde0d43e1e47e18e86fb5bbdcaf04e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Emission" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "2cef3788e585f382aec4dde04a74fe13", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -966.9999389648438, + "y": -434.0000305175781, + "width": 207.99993896484376, + "height": 434.9999694824219 + } + }, + "m_Slots": [ + { + "m_Id": "d35260735dec60889388e7bb48e8a511" + }, + { + "m_Id": "a0a492fb547db8869ccaa027c8c175bb" + }, + { + "m_Id": "5a58c72f59e1bf88aff34fd5dc7f6b48" + }, + { + "m_Id": "27fc372558505d8b877bcba89f7070fd" + }, + { + "m_Id": "89f2420e7e44948fb8b40ef2fe0a2be2" + }, + { + "m_Id": "293204c3e1e4f78cb4d4f0e34e050c37" + }, + { + "m_Id": "f9ce0afffa7d1685b693e328677a35ac" + }, + { + "m_Id": "f73331987fa53b8d8bbad2c3223fd137" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TimeNode", + "m_ObjectId": "2d6f9d0c2ee01b8f8b402909c599d35c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Time", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3123.0, + "y": 857.9999389648438, + "width": 124.0, + "height": 173.00006103515626 + } + }, + "m_Slots": [ + { + "m_Id": "fe168d8450023c878e329ec3656ae092" + }, + { + "m_Id": "97e5a547af1250838ba591cd15a2f998" + }, + { + "m_Id": "efe3b2ef87f21f80a430f3a9f5497185" + }, + { + "m_Id": "5c4e6d3291f7a685bcc1db4a8d5aa220" + }, + { + "m_Id": "31cd47157683f78e83faeb32efe22644" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2e664b9e8f8d40f7ad857297088f8a9a", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "2f0da98fdbc449fcbab1c9352e7240d1", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 236.00009155273438, + "y": 2405.999755859375, + "width": 143.00003051757813, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "0f976e3accc743aa86950444bb799d81" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "564547bb2d6146f4a4bec6adc62974a5" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "2f2bc36c85f8b983b6742bd06eae2321", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "2f7d22f81e9b4d819d1ed7d519012b87", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "2fbdb13842f248189e1cea74cc5d953e", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "303a437b0a01da828f4e925c4484c63d", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "30b9e19208753b8cbe5b6ab7a0a9464a", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "314c20db0bde9385b6a3de9c02f8e52e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1880.0, + "y": 1233.0, + "width": 120.0, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "b7bb444f804fb78c880d58889faba7d0" + }, + { + "m_Id": "7782774bc6cf858ea9a76840a465444a" + }, + { + "m_Id": "75635a8a7b92418d8e2c8fe70ff04e9a" + }, + { + "m_Id": "bf0c53846411d98bbfafa0f1af4193a4" + }, + { + "m_Id": "518ec9299237b282a36e98b7b614d3bc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CeilingNode", + "m_ObjectId": "3154505d10a46688996cc96f9f4fd000", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Ceiling", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1055.0001220703125, + "y": 1025.0, + "width": 138.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "acd7530184317081baf2b59756d8ac98" + }, + { + "m_Id": "8c80f04a3afaee83a3d3511e072974e3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "31cd47157683f78e83faeb32efe22644", + "m_Id": 4, + "m_DisplayName": "Smooth Delta", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Smooth Delta", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "31d44eccd88a4861b062cfb173808fb7", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "31d893d08a49463baa6e960491f1e652", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3362.0, + "y": 839.0, + "width": 194.0, + "height": 125.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "04645ee46fd14fc6b80e3f3d352375b9" + }, + { + "m_Id": "6eb8f4b577ba4aa48f77cc4bbc8e0c94" + }, + { + "m_Id": "27e80f633d6b4c43ab07aac5d9c5719d" + }, + { + "m_Id": "395ddc5eb0bb484db25551dc84c6645d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "327006fbb2fc4c1f8406a7ee57ae1391", + "m_Id": 1, + "m_DisplayName": "Direction", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Direction", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "32f0e6c7a692fc8f816fd8444b8932a2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1680.0, + "y": 1010.0001220703125, + "width": 121.00000762939453, + "height": 101.0 + } + }, + "m_Slots": [ + { + "m_Id": "000af4e7b50dad8f85fd77276bab24b6" + }, + { + "m_Id": "cd6576a24cf07585a50dbcd2d312370c" + }, + { + "m_Id": "bf612f7fd7677b81891812511e4714ec" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector3MaterialSlot", + "m_ObjectId": "344dc2209ec98d8c8c5018ebc443e0c4", + "m_Id": 5, + "m_DisplayName": "RGB", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGB", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [ + "X", + "Y", + "Z" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "3456aefaebda5c88b6d9357fca2cec06", + "m_Id": 0, + "m_DisplayName": "Noise Speed XY Power Z", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "34cf7e5bddc3d08fa9d65d909c8efa31", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "352df03996fde88b91bf716631fa91b1", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionNode", + "m_ObjectId": "354e4d91121d4175b49f108a859b696d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Screen Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -188.9999237060547, + "y": 2608.0, + "width": 145.0, + "height": 129.0 + } + }, + "m_Slots": [ + { + "m_Id": "2fbdb13842f248189e1cea74cc5d953e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ScreenSpaceType": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "35ccf6abb82c4ab2bcd0bc5ed62ff50c", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3652a5732d527b8e926ca7197b1026ce", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3654a3609c0b1a86a5a5eee9b3107898", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "3717561d2b08467890eed677872d1a19", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "37970197af6041469d90aa007915b812", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1265.0001220703125, + "y": 553.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "d38c82d7df9d48e69fd968efa671253e" + }, + { + "m_Id": "ef709eb9b74f4d5badf4f15223a561ac" + }, + { + "m_Id": "15bc65401b714e838cfaec4eb1ee169d" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.StepNode", + "m_ObjectId": "390556d682e04f4aa606e08533794657", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Step", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 772.0, + "y": 2346.999755859375, + "width": 145.0001220703125, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "41c7737fddfe4af49f2b1e72fed39632" + }, + { + "m_Id": "d1395bc13cf449a1b6b5515192a2ecff" + }, + { + "m_Id": "56c03f26fbdf461ea006e99c1ff4ccf9" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "395ddc5eb0bb484db25551dc84c6645d", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SceneDepthNode", + "m_ObjectId": "3a073db7363d4dd1823322dab9a40d6a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Scene Depth", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -188.9999237060547, + "y": 2250.999755859375, + "width": 145.0, + "height": 112.000244140625 + } + }, + "m_Slots": [ + { + "m_Id": "b32fdbafc4ab498b87391aa41d047062" + }, + { + "m_Id": "6104e4363fa842d7834873723ba68689" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_DepthSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "3a58482bbe10f081a0b4887c223f62c9", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3b3daef8da7c4917a75095ae9478c62f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3c00ffe94a9e3685a842716c5046d44b", + "m_Id": 1, + "m_DisplayName": "Sine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Sine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3c7136f7e333c888b85785d0fc67d516", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "3cbee2dad3af5a83a32f4b1b33547dbd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -111.0, + "y": 533.0, + "width": 137.99998474121095, + "height": 93.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "01824b54e1d5398383b67cc2112eef00" + }, + { + "m_Id": "8c3c0c42ba2daf87971c9769962eca92" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "3ceca079de4a4d7a8e73f47e65637066", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -486.9999694824219, + "y": 650.0, + "width": 170.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "6de121afcf804d17801479dcb8b3ce0a" + }, + { + "m_Id": "f2aa7d954c61431e9fc2e0fc0466d8fe" + }, + { + "m_Id": "ffe7776bd4ff4c85a261bae2e0126b30" + }, + { + "m_Id": "a9a6d3ed8fbd42eb8efc7b8b19ef1ba3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3d06f1125f774176913abd7a7f429cca", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "3d5e6031dcec708c8c375472c1495f17", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3e64f8b6e690708da94602831f0c3449", + "m_Id": 4, + "m_DisplayName": "Smooth Delta", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Smooth Delta", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3f1c770ab1177e8bb0a18f9afff73b1f", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "3f359edf74c3378abcd77ff12627b98d", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "3f93881933e341cd84709c64b69d79ab", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Position", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "8f58aa581a4b41c1b1a95d243002c307" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Position" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "3faa3f1235f5d882b8d6580cd5f30da3", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "408a2f2e66a44b69975ac76a4bd76ae9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 221.0000457763672, + "y": 2276.999755859375, + "width": 125.99995422363281, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "b04becd12654426fbf01294381bcda28" + }, + { + "m_Id": "c92f6886e1b7486b991b0f18804a22de" + }, + { + "m_Id": "a04ff15300db4c3da842b99221ca9dbc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "40ab69949d974d6182c4515a8f47714e", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "40d47ced1cef4f66b588cf4bbb60a0aa", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "40f7212be5729c8fb99b10473d070098", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1510.0001220703125, + "y": -73.9999771118164, + "width": 130.0, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "956c5d232111a38dbece40baa1652f90" + }, + { + "m_Id": "135f8b82cc5a9e88a828a024c82d7e34" + }, + { + "m_Id": "a2b5e338a2a311809ef5ff130136b087" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "41c7737fddfe4af49f2b1e72fed39632", + "m_Id": 0, + "m_DisplayName": "Edge", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Edge", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "429f6c098e1a4d00a729ba0265a0b24e", + "m_Guid": { + "m_GuidSerialized": "9a7d1918-1d20-424f-b747-2c910f822044" + }, + "m_Name": "Use depth?", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Use depth?", + "m_DefaultReferenceName": "_Use_depth", + "m_OverrideReferenceName": "_Usedepth", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "442b4c34d0212f899a481f65fe54ead1", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "46f354f2bd7b4fbeac95fbd18f84aaca", + "m_Id": 0, + "m_DisplayName": "Alpha Clip Threshold", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "AlphaClipThreshold", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.5, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "481187bcc4c7b083b9b7888a1547abad", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "48903d6b9d1c618ba299eebd4a596fbd", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "48cdee17b31fd88f82319351a7485b3c", + "m_Id": 0, + "m_DisplayName": "Flow", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "48fd7e65b4164ef69f769738488b2323", + "m_Id": 0, + "m_DisplayName": "Noise", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "495eebd7f9efd1889c3489498fec7d62", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "497624c7eb60b98fb2f2c4422934d815", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot", + "m_ObjectId": "498a42bdc3da4b07a1ef01962a4dcb2a", + "m_Id": 0, + "m_DisplayName": "Tangent", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Tangent", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "4a80f35085e2848497e9865983735f20", + "m_Guid": { + "m_GuidSerialized": "70c63585-f1f7-4c8e-ac26-d28729fa5406" + }, + "m_Name": "Emission", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_D6B51C45", + "m_OverrideReferenceName": "_Emission", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 2.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4ab642b943e14325a5d212605d01a6cc", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "4b4db988f4104536a5668c9bc2dffce8", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "4bd186771645a483b447c202275cd159", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3832.000244140625, + "y": 660.0, + "width": 228.0, + "height": 34.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "bfc4b30aea04798d84955f3495a14ac8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "f99ecfbd2101518bb469ad951a127958" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4be05f22869e3585a8f44adbfa2e63a1", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "4bfb308efc0f4ee79d8618b6b3badc09", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "4bfca7a066f14129802dc77552b0f33b", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "4c29ca509d4b1b84990ae234007da264", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2340.000244140625, + "y": 669.9999389648438, + "width": 208.0, + "height": 439.0000305175781 + } + }, + "m_Slots": [ + { + "m_Id": "e756df3aa5d84f8fba7af9e2e1c3aa97" + }, + { + "m_Id": "7a413386a8ac0c829a16e64c6ee73886" + }, + { + "m_Id": "e4361144301c7b80977116761eb026fa" + }, + { + "m_Id": "3faa3f1235f5d882b8d6580cd5f30da3" + }, + { + "m_Id": "710b15ac346d738ca749dfd4aa4d9f62" + }, + { + "m_Id": "3a58482bbe10f081a0b4887c223f62c9" + }, + { + "m_Id": "f69cb711ee70bb8193c234344989090c" + }, + { + "m_Id": "481187bcc4c7b083b9b7888a1547abad" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4c3ab66680244e77bd8f469ef3b86e95", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "4d7df49cd85f0785ab541b8949d1db40", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", + "m_ObjectId": "4db1adbba1fa1485b41ea586e0079d33", + "m_Guid": { + "m_GuidSerialized": "dee351c8-d844-4e0c-9356-a521598dde88" + }, + "m_Name": "Noise Speed XY Power Z", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector4_8B486CB1", + "m_OverrideReferenceName": "_NoiseSpeedXYPowerZ", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 1.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "4f8db5238bfca68a801ed1a4926d3736", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": -1.0, + "y": -1.0, + "z": -1.0, + "w": -1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "50e0ea90b5aa2f8f93ae1460ac026814", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "512b43e03de7c28e836617feefbb63b3", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "518ec9299237b282a36e98b7b614d3bc", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1Node", + "m_ObjectId": "5216444a7f4e49f1bd37e022ded20cbf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Float", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 2012.0001220703125, + "y": 776.0000610351563, + "width": 125.9998779296875, + "height": 76.9998779296875 + } + }, + "m_Slots": [ + { + "m_Id": "ab3153331d414115b4ff1a54bfb268af" + }, + { + "m_Id": "852205513ec2490398af2b910ebb706f" + } + ], + "synonyms": [ + "Vector 1", + "1", + "v1", + "vec1", + "scalar" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": 0.0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "522da8376e484851bc28c70b38aa7e13", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1684.0, + "y": 560.0, + "width": 153.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "2330edca712c4733be4d81c36654ec8f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "98002c697f13c18ea348f4424f897ec4" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "530f7441ededf28d81b921456578fe29", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5352d3962116618a972f67060f6a20c8", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "53578bcb71f82c8b9d3d0e34c162733b", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "5412318c394c4436a93408f9f62f5586", + "m_Id": 2, + "m_DisplayName": "Offset", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Offset", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "564547bb2d6146f4a4bec6adc62974a5", + "m_Guid": { + "m_GuidSerialized": "eef182e0-018f-4481-b01d-438f118ceb7b" + }, + "m_Name": "Depth power", + "m_DefaultRefNameVersion": 1, + "m_RefNameGeneratedByDisplayName": "Depth power", + "m_DefaultReferenceName": "_Depth_power", + "m_OverrideReferenceName": "_Depthpower", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 1.0, + "m_FloatType": 0, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "567e9289d4ce9b82baccdf367ed12b00", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -934.0, + "y": 2.9999806880950929, + "width": 175.0, + "height": 34.0000114440918 + } + }, + "m_Slots": [ + { + "m_Id": "fcce1231f38c0f8fbb491ac8b457ffcc" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "dbd36f7f4bdc6687991121d6b4257dff" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5692770418039e878fa20146deeb80d7", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "569a26367f780e84abc54eedb309e140", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "56c03f26fbdf461ea006e99c1ff4ccf9", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "57035c65d1692881b2cf337e1da6d626", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "577faa6e76e55f838c5ed6d9dc7bbded", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2531.00048828125, + "y": 770.0, + "width": 150.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "d6683f0df2601f819704df33573966a4" + }, + { + "m_Id": "2cb7bc5cdff50487ba9deb7885d46af3" + }, + { + "m_Id": "2767766c5624c984afe3bbc6adda74a9" + }, + { + "m_Id": "c3f1b745dfde1d85b3890cd1aacf0276" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "57dcadd103a0458ea9387ad0099eb05d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1680.4903564453125, + "y": 613.6793823242188, + "width": 167.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "31d44eccd88a4861b062cfb173808fb7" + }, + { + "m_Id": "4ab642b943e14325a5d212605d01a6cc" + }, + { + "m_Id": "7ae4d9294f2a4a1d900853e7c9e262c7" + }, + { + "m_Id": "35ccf6abb82c4ab2bcd0bc5ed62ff50c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "595d18b4b2d84754bf7ef412a11965b8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1684.0001220703125, + "y": 800.0, + "width": 169.99998474121095, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "4bfca7a066f14129802dc77552b0f33b" + }, + { + "m_Id": "3d06f1125f774176913abd7a7f429cca" + }, + { + "m_Id": "b30881ce01884e9fb9c5b853e8d52c05" + }, + { + "m_Id": "eb2b95bded8543d8b8a394407226ea47" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5a58c72f59e1bf88aff34fd5dc7f6b48", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5b1048fe87c35689918f7b894ba1e69e", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "5b5a2a2d812543db8b63e37acda855a8", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "5c43680707704d8cb379c43411250633", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1896.531005859375, + "y": 371.0934753417969, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "40ab69949d974d6182c4515a8f47714e" + }, + { + "m_Id": "ae68ded3d7074d0986511957e26d97bb" + }, + { + "m_Id": "1cd6ea6135f14edd985f99c4eae8771c" + } + ], + "synonyms": [ + "2", + "v2", + "vec2", + "float2" + ], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5c4e6d3291f7a685bcc1db4a8d5aa220", + "m_Id": 3, + "m_DisplayName": "Delta Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Delta Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "5eb1112f0283483b84097c5395c1bb8e", + "m_Id": 2, + "m_DisplayName": "Orthographic", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Orthographic", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "6044393b67c91182a04c6f1f25f99828", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "606aaccbe01449bcb6d009fc9a04d249", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6104e4363fa842d7834873723ba68689", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "620c0c2490b1968c9be39d2057d7f2e7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2108.0, + "y": 1231.0, + "width": 208.0, + "height": 314.0000305175781 + } + }, + "m_Slots": [ + { + "m_Id": "070e36a6ef93d880b58fc0e0a6a0e5ef" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "62264c95536ebc8bb9c4238868d152a2", + "m_Id": 3, + "m_DisplayName": "Delta Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Delta Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "634eac61dcb5978b9f72021bb2126366", + "m_Guid": { + "m_GuidSerialized": "794f6bc0-4e8f-4a8d-af8c-ea47b52e1c2d" + }, + "m_Name": "Flow", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_A7B7D856", + "m_OverrideReferenceName": "_Flow", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "63f3cc733603c98a8927eeba24a4e37e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2560.0, + "y": 72.00001525878906, + "width": 207.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "3456aefaebda5c88b6d9357fca2cec06" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "4db1adbba1fa1485b41ea586e0079d33" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "642dd4da47e01b89b7a5d4ea355302c0", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6643f0654f83918e8bdfde9e2b8ca5b4", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "66783a847dc82a8490cf3a4a15d06bf6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 224.9999542236328, + "y": -219.99998474121095, + "width": 119.99999237060547, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "ac358210afeebd8fb36509892315e0e0" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "4a80f35085e2848497e9865983735f20" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "6831b7f273964894a6f21bc986249835", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.AlphaClipThreshold", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "46f354f2bd7b4fbeac95fbd18f84aaca" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.AlphaClipThreshold" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "68e1a1adffb5c48fa7d0ac05c4ead173", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -336.0, + "y": 1429.0001220703125, + "width": 109.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "b8e9b820a937258db8c288340290de65" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "ff90cc45414be0849e26e24b1617f01b" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "69a7899afc698c8f98bb49aeff2966ad", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6a0c47eec227678fb4faed56bba6dcac", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6a0e1c45880d55819d71667d03da82e1", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6a6358513ace3281b6ad0ba1d8604939", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AbsoluteNode", + "m_ObjectId": "6ae35956d33bdc89ac72763ffb70379d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Absolute", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -534.0, + "y": 495.0, + "width": 128.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "f151198fd3b6508495e1d45fca624aff" + }, + { + "m_Id": "53578bcb71f82c8b9d3d0e34c162733b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "6d1eb995f5044ae8864d70af91c4fae5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 43.00010299682617, + "y": 2281.999755859375, + "width": 125.99993896484375, + "height": 118.000244140625 + } + }, + "m_Slots": [ + { + "m_Id": "c425851b4fda4ac3acd9527c0cda737c" + }, + { + "m_Id": "0660f76579834aec9e3cfb7a1b0b8196" + }, + { + "m_Id": "3717561d2b08467890eed677872d1a19" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "6d22341cacb55c84ae7dc3a06fea1d77", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6dc677c4a8289d80b6efb27a9245d8d2", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "6de121afcf804d17801479dcb8b3ce0a", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "6dea3c83b1ddc184b37c8eba8aa9ef63", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "6eb8f4b577ba4aa48f77cc4bbc8e0c94", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "6f856334c9ca4cd48dcd019afe075b42", + "m_Id": 0, + "m_DisplayName": "Flow", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "6f9f6cf0d30ebe8eae16d7a1339e896a", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "70a1c6ca53594dec826f16bf0c5de11b", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1891.0001220703125, + "y": 875.0, + "width": 142.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "2c85dbf8cda74ff1bbc27682d06cec2c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e04fc11cf9d542cb83dfc3cb55cd4370" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "710b15ac346d738ca749dfd4aa4d9f62", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "72ffeb11eaf04b85860f0cb1ae792090", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1049.0, + "y": 636.9999389648438, + "width": 124.99999237060547, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "dc3ec4a4e523ce8eb1810bbb094dd980" + }, + { + "m_Id": "4be05f22869e3585a8f44adbfa2e63a1" + }, + { + "m_Id": "aa31dc3a03c1f9879c4ef698f5c51036" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.VertexColorNode", + "m_ObjectId": "74aeb46197162b8dabf7bd9e679596ac", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vertex Color", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 357.99993896484377, + "y": 265.0, + "width": 125.99999237060547, + "height": 93.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "f6f61ed368d9ec89b4b7862ac9e1d61d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 2, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "7558633a37542c869ae3e80298dfcded", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "75635a8a7b92418d8e2c8fe70ff04e9a", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "759919d52b8ff38392e75d9e2fb65627", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "76e508af3787148999ac7bf42a273b38", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7782774bc6cf858ea9a76840a465444a", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot", + "m_ObjectId": "779ca3f7a0be46a48ea465afcba0dda8", + "m_Id": 0, + "m_DisplayName": "Normal", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Normal", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SaturateNode", + "m_ObjectId": "79cabf566db54389b3f9ade530a327f8", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Saturate", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 2202.0, + "y": 637.0000610351563, + "width": 128.0, + "height": 93.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "a26c1db994935689b6295ccb118febf9" + }, + { + "m_Id": "3d5e6031dcec708c8c375472c1495f17" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7a413386a8ac0c829a16e64c6ee73886", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7ae4d9294f2a4a1d900853e7c9e262c7", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "7b0f3cc6c44f728bbd7bcc4067b76ce7", + "m_Id": 6, + "m_DisplayName": "RG", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RG", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "7c8cd71f3c0744da8bd70eccded7c6e0", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Tangent", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "498a42bdc3da4b07a1ef01962a4dcb2a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Tangent" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7cb8a68ec5ea44fcb3bb956e9c7d864a", + "m_Id": 1, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7da581089ad54aa48d1a43b6f0ef8650", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "7e7079c8b778318c8d627a44a9d8eba7", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDTarget", + "m_ObjectId": "7f1715d8621e49839a9c985e6c64465d", + "m_ActiveSubTarget": { + "m_Id": "a172cf53850d494a93b5dd644b1aeafc" + }, + "m_Datas": [ + { + "m_Id": "bd6a08feb3e5424a8ce8ef3017657599" + }, + { + "m_Id": "ebea984ee5814ac1836d2cb78e05af3f" + }, + { + "m_Id": "ef7a769ab77b4f9aa4b49d4041e8b2c1" + } + ], + "m_CustomEditorGUI": "", + "m_SupportVFX": true, + "m_SupportComputeForVertexSetup": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "7f98be3d0d13408a9bf9bde6eca2d62b", + "m_Id": 2, + "m_DisplayName": "Cosine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Cosine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "80af8f2a94d87c8ba8cb0756c8deda96", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "81189fd3c975978f93d45ebb391a1d1a", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "81a9566d4764436cbd751a97c86c2874", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8215e4cae7b68e809794e84d2cfef7aa", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "824306e5d1904e11b5204bbf7c7025df", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "832c1e6f51bb4b00ad5d8d8ab9fd4ea2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 403.99993896484377, + "y": 2268.999755859375, + "width": 126.00006103515625, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "196b001a2ce24dd5b6fa197c5da7bf28" + }, + { + "m_Id": "8a80e198819d4f61bf6c40f43951d0a7" + }, + { + "m_Id": "9e3bcf1397f246e893ebe6ea36276f31" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8353db498bff468dba0ce4b593388bb3", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "84a44b423575412c9292b54b601a47d2", + "m_Id": 4, + "m_DisplayName": "Far Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Far Plane", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "852205513ec2490398af2b910ebb706f", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "876e04d891a9938997f9642a3e6c138e", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.LerpNode", + "m_ObjectId": "878cdbb8cce642719b83e3ce6221cc52", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Lerp", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1000.9999389648438, + "y": 2268.999755859375, + "width": 126.00006103515625, + "height": 142.000244140625 + } + }, + "m_Slots": [ + { + "m_Id": "824306e5d1904e11b5204bbf7c7025df" + }, + { + "m_Id": "182b453b1a7848b38aa5445fcde7c32f" + }, + { + "m_Id": "acf9eb35e31d4578a4eac4e84f091024" + }, + { + "m_Id": "40d47ced1cef4f66b588cf4bbb60a0aa" + } + ], + "synonyms": [ + "mix", + "blend", + "linear interpolate" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "89f2420e7e44948fb8b40ef2fe0a2be2", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "8a40e80fff665983920f1bdcd8f57991", + "m_Id": 4, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "8a6feaf1503140f7921c6be11f1a5bc4", + "m_Id": 0, + "m_DisplayName": "Use depth?", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8a80e198819d4f61bf6c40f43951d0a7", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "8bf69b372bf131889c834fc83c503a2c", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8c3c0c42ba2daf87971c9769962eca92", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8c80f04a3afaee83a3d3511e072974e3", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "8ea4a578348df68ab523e5c3fabadfe5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 417.9999694824219, + "y": -195.0, + "width": 124.99999237060547, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "1e583c2df022358180232b497aa1bb36" + }, + { + "m_Id": "80af8f2a94d87c8ba8cb0756c8deda96" + }, + { + "m_Id": "0e0f05e962a21c8383f64c8eb4fe377b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "8f2785506794bc87b9ac57f9c541d8a9", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "8f45b197b5b74f9a9aaf4d49173242d6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -658.0, + "y": 662.0, + "width": 142.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "22b22ca7fb3a491886bfc394f8291a18" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "e04fc11cf9d542cb83dfc3cb55cd4370" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot", + "m_ObjectId": "8f58aa581a4b41c1b1a95d243002c307", + "m_Id": 0, + "m_DisplayName": "Position", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Position", + "m_StageCapability": 1, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_Space": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.OneMinusNode", + "m_ObjectId": "8f70f4c782398e838db9807daa3b9717", + "m_Group": { + "m_Id": "" + }, + "m_Name": "One Minus", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -96.00025177001953, + "y": 1040.9998779296875, + "width": 138.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "8f2785506794bc87b9ac57f9c541d8a9" + }, + { + "m_Id": "c31d272d218123818bf80ee18362d373" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "9019698a8345968eb466d2357610c850", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "9447f8ac24869388bdf52451b8c1124b", + "m_Guid": { + "m_GuidSerialized": "62af3846-495a-4290-a9f7-f20ec317c124" + }, + "m_Name": "Noise", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_FED9D2DD", + "m_OverrideReferenceName": "_Noise", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "946852f6a95f4b8e955748f8d1a7cdab", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CategoryData", + "m_ObjectId": "94a51fc3dd0244e386e2ac408d91923d", + "m_Name": "", + "m_ChildObjectList": [ + { + "m_Id": "98002c697f13c18ea348f4424f897ec4" + }, + { + "m_Id": "9447f8ac24869388bdf52451b8c1124b" + }, + { + "m_Id": "634eac61dcb5978b9f72021bb2126366" + }, + { + "m_Id": "ff90cc45414be0849e26e24b1617f01b" + }, + { + "m_Id": "f99ecfbd2101518bb469ad951a127958" + }, + { + "m_Id": "4db1adbba1fa1485b41ea586e0079d33" + }, + { + "m_Id": "4a80f35085e2848497e9865983735f20" + }, + { + "m_Id": "dbd36f7f4bdc6687991121d6b4257dff" + }, + { + "m_Id": "e04fc11cf9d542cb83dfc3cb55cd4370" + }, + { + "m_Id": "429f6c098e1a4d00a729ba0265a0b24e" + }, + { + "m_Id": "564547bb2d6146f4a4bec6adc62974a5" + } + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "94f5d6b651e36d84ad79ff975e353372", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "956c5d232111a38dbece40baa1652f90", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9576adb036b95c888eaa6a03831f400f", + "m_Id": 7, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.AddNode", + "m_ObjectId": "957ef22540074b8886b35d7051832e9c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Add", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1502.0, + "y": 888.0001220703125, + "width": 125.0, + "height": 118.00000762939453 + } + }, + "m_Slots": [ + { + "m_Id": "3652a5732d527b8e926ca7197b1026ce" + }, + { + "m_Id": "3654a3609c0b1a86a5a5eee9b3107898" + }, + { + "m_Id": "34cf7e5bddc3d08fa9d65d909c8efa31" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "9649d892a4b14be69c603ef741255989", + "m_Group": { + "m_Id": "" + }, + "m_Name": "VertexDescription.Normal", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "779ca3f7a0be46a48ea465afcba0dda8" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "VertexDescription.Normal" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "97a4f4ded1e2b183bf48ccf292f616fb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 229.00001525878907, + "y": -113.99996948242188, + "width": 118.99999237060547, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "7558633a37542c869ae3e80298dfcded" + }, + { + "m_Id": "6d22341cacb55c84ae7dc3a06fea1d77" + }, + { + "m_Id": "569a26367f780e84abc54eedb309e140" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "97e5a547af1250838ba591cd15a2f998", + "m_Id": 1, + "m_DisplayName": "Sine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Sine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "98002c697f13c18ea348f4424f897ec4", + "m_Guid": { + "m_GuidSerialized": "f89c27a7-4d45-4577-8c70-7ab99f54b8ad" + }, + "m_Name": "Main Texture", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_E3306F4F", + "m_OverrideReferenceName": "_MainTexture", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9a2a6333fe63b08a8374e04eb1c28de1", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9af9a315551e0c83b92f8de5c6b61eca", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CameraNode", + "m_ObjectId": "9b0588bce5074a7a9e3357e2c5d1e3de", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Camera", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -165.9999542236328, + "y": 2363.0, + "width": 122.00003051757813, + "height": 245.0 + } + }, + "m_Slots": [ + { + "m_Id": "155bf75e70d34b28ab600eac1747f385" + }, + { + "m_Id": "327006fbb2fc4c1f8406a7ee57ae1391" + }, + { + "m_Id": "5eb1112f0283483b84097c5395c1bb8e" + }, + { + "m_Id": "f743b41620634687b4ae43f488aa969b" + }, + { + "m_Id": "84a44b423575412c9292b54b601a47d2" + }, + { + "m_Id": "0193fe391fdf4cd59caef9b8797e161d" + }, + { + "m_Id": "f4efbc4102ae404fae939eb5de2cf228" + }, + { + "m_Id": "023e1cac4bb449899cd0b4d634cb5e9b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "9b6abc22b943eb85befadf11592d47e7", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "9ba4514caaac42a39f2c63f1cafa9913", + "m_Id": 0, + "m_DisplayName": "Base Color", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "BaseColor", + "m_StageCapability": 2, + "m_Value": { + "x": 0.7353569269180298, + "y": 0.7353569269180298, + "z": 0.7353569269180298 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 0, + "m_DefaultColor": { + "r": 0.5, + "g": 0.5, + "b": 0.5, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "9e3bcf1397f246e893ebe6ea36276f31", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "9e6787b37b45278e9ec771a5234a8168", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInUnlitSubTarget", + "m_ObjectId": "9f072862816b409ea81b3658951f0886" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a04ff15300db4c3da842b99221ca9dbc", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "a0a492fb547db8869ccaa027c8c175bb", + "m_Id": 4, + "m_DisplayName": "R", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitSubTarget", + "m_ObjectId": "a172cf53850d494a93b5dd644b1aeafc" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "a1b90b818121434a96d68e69e8a1bb6e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1521.9998779296875, + "y": 652.9999389648438, + "width": 137.0001220703125, + "height": 34.00006103515625 + } + }, + "m_Slots": [ + { + "m_Id": "8a6feaf1503140f7921c6be11f1a5bc4" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "429f6c098e1a4d00a729ba0265a0b24e" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a26c1db994935689b6295ccb118febf9", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "a2b5e338a2a311809ef5ff130136b087", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "a390f311c7f944318ebb2374ff190fb3", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a4916067278c428d9ee6a4556ba7768f", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a5311e6f025c47c184d87796d6391021", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "a557eb33aa334a3180f394598776c841", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1441.9998779296875, + "y": 723.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "23b1f517a9e542569e40bef60d3fc04b" + }, + { + "m_Id": "2f7d22f81e9b4d819d1ed7d519012b87" + }, + { + "m_Id": "fc56ab19fd9b40f1a1fca2fab00ae929" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a990381a0c8f1a83a291f97d236a0be3", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "a9a6d3ed8fbd42eb8efc7b8b19ef1ba3", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "a9ed4e136d034237b8fe591f25ace225", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2132.0, + "y": 68.00000762939453, + "width": 114.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "48fd7e65b4164ef69f769738488b2323" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "9447f8ac24869388bdf52451b8c1124b" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "aa31dc3a03c1f9879c4ef698f5c51036", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "aad9365dbf9b8281b3c7bc8208ac1fcb", + "m_Id": 1, + "m_DisplayName": "G", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ab3153331d414115b4ff1a54bfb268af", + "m_Id": 1, + "m_DisplayName": "X", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "X", + "m_StageCapability": 3, + "m_Value": 100000.0, + "m_DefaultValue": 0.0, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "abe927585fe58281b3c96e09d6b8de5f", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ac358210afeebd8fb36509892315e0e0", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "acd7530184317081baf2b59756d8ac98", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "acf9eb35e31d4578a4eac4e84f091024", + "m_Id": 2, + "m_DisplayName": "T", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "T", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ad718648857bc6828c6db06fe61833e9", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "adb8ee0e8beaae8cb1cbf4f775ff87c5", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "ae65321c1a06558e9370bbf811a1fd53", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3362.0, + "y": 739.0, + "width": 128.0, + "height": 101.0 + } + }, + "m_Slots": [ + { + "m_Id": "94f5d6b651e36d84ad79ff975e353372" + }, + { + "m_Id": "442b4c34d0212f899a481f65fe54ead1" + }, + { + "m_Id": "3f359edf74c3378abcd77ff12627b98d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "ae662d8b6537038cb391f773c94007b6", + "m_Id": 0, + "m_DisplayName": "Main Texture", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "ae68ded3d7074d0986511957e26d97bb", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "af3a79d5b0636f88b802c7fb0d8a748c", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BooleanMaterialSlot", + "m_ObjectId": "af546964ea228e8fbb049881d87b7520", + "m_Id": 0, + "m_DisplayName": "Predicate", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Predicate", + "m_StageCapability": 3, + "m_Value": false, + "m_DefaultValue": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "afaae4a370a8f68493f0028d28043264", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2347.0, + "y": 28.000019073486329, + "width": 120.0, + "height": 148.99998474121095 + } + }, + "m_Slots": [ + { + "m_Id": "f4cafb212090008b89c0f0e2127f4705" + }, + { + "m_Id": "123a985c98364d88b934f3dd6ee178ba" + }, + { + "m_Id": "530f7441ededf28d81b921456578fe29" + }, + { + "m_Id": "c15f6967cd3b7881a35bce2e68459f8b" + }, + { + "m_Id": "69a7899afc698c8f98bb49aeff2966ad" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b04becd12654426fbf01294381bcda28", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DivideNode", + "m_ObjectId": "b142d51204304de8bdea7635e9329195", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Divide", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1736.0, + "y": -74.0, + "width": 130.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "15c7c26ca692453e86dd187a9b98bf8c" + }, + { + "m_Id": "a5311e6f025c47c184d87796d6391021" + }, + { + "m_Id": "188e08e842604665990e5a27d13240a8" + } + ], + "synonyms": [ + "division", + "divided by" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b29c551aca4f25819cf0e7ff25078845", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b30881ce01884e9fb9c5b853e8d52c05", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot", + "m_ObjectId": "b32fdbafc4ab498b87391aa41d047062", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [], + "m_ScreenSpaceType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "b445559a5edece868b5bd01ba021ebb8", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "b50fe0f1d6f24f20ba49132f3abef249", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MaximumNode", + "m_ObjectId": "b52ad1fe29c4b3868cac58b2b845aaff", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Maximum", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -288.000244140625, + "y": 1043.9998779296875, + "width": 133.0, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "7e7079c8b778318c8d627a44a9d8eba7" + }, + { + "m_Id": "8353db498bff468dba0ce4b593388bb3" + }, + { + "m_Id": "be0d2ee365db6f8ca9a01a0f79a1f185" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "b6f11da2f8ad4b64ba08240eead85e78", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "b7bb444f804fb78c880d58889faba7d0", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "b8e9b820a937258db8c288340290de65", + "m_Id": 0, + "m_DisplayName": "Mask", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "ba9077699bb7e5838951d1917e5e01d2", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -536.0001831054688, + "y": 1162.9998779296875, + "width": 176.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "9b6abc22b943eb85befadf11592d47e7" + }, + { + "m_Id": "b29c551aca4f25819cf0e7ff25078845" + }, + { + "m_Id": "497624c7eb60b98fb2f2c4422934d815" + }, + { + "m_Id": "1f7c2d29dea82e8985322b97bc7c3e6c" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bb0a48504ed13a82868d6be5d25586d6", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "bb254b884cf54a8aa05139dbd86d0e26", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.BuiltinData", + "m_ObjectId": "bd6a08feb3e5424a8ce8ef3017657599", + "m_Distortion": false, + "m_DistortionMode": 0, + "m_DistortionDepthTest": true, + "m_AddPrecomputedVelocity": false, + "m_TransparentWritesMotionVec": false, + "m_DepthOffset": false, + "m_ConservativeDepthOffset": false, + "m_TransparencyFog": true, + "m_AlphaTestShadow": false, + "m_BackThenFrontRendering": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_SupportLodCrossFade": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "be0d2ee365db6f8ca9a01a0f79a1f185", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2Node", + "m_ObjectId": "beb196a7db75b58daf83e83af227a327", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Vector 2", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2018.0001220703125, + "y": -73.9999771118164, + "width": 128.0, + "height": 101.0 + } + }, + "m_Slots": [ + { + "m_Id": "1eec5a09f3fe8d85b5221e178b0aa5c5" + }, + { + "m_Id": "cdd2e307c4a5b18486fbc9f4a846e850" + }, + { + "m_Id": "495eebd7f9efd1889c3489498fec7d62" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Value": { + "x": 0.0, + "y": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SubtractNode", + "m_ObjectId": "beebc12da7fb2f82898bca030b2ee7a6", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Subtract", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1737.9998779296875, + "y": 227.0, + "width": 125.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "f55d0a609b938f899f5fdfa5232ddd1b" + }, + { + "m_Id": "8215e4cae7b68e809794e84d2cfef7aa" + }, + { + "m_Id": "a990381a0c8f1a83a291f97d236a0be3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bf0c53846411d98bbfafa0f1af4193a4", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget", + "m_ObjectId": "bf28e0e096c544e3be0903df9d7c791a", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "e30e505fba0041b399b832a83551b6ea" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 1, + "m_ZTestMode": 4, + "m_ZWriteControl": 0, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": false, + "m_CastShadows": false, + "m_ReceiveShadows": true, + "m_DisableTint": false, + "m_AdditionalMotionVectorMode": 0, + "m_AlembicMotionVectors": false, + "m_SupportsLODCrossFade": false, + "m_CustomEditorGUI": "", + "m_SupportVFX": true +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "bf2ab661ee9942f98f29b6226878167a", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1514.0001220703125, + "y": 529.0, + "width": 194.0, + "height": 125.0 + } + }, + "m_Slots": [ + { + "m_Id": "b6f11da2f8ad4b64ba08240eead85e78" + }, + { + "m_Id": "1f37f5059c084df288def84c2140b468" + }, + { + "m_Id": "141f1e412e1941e0903395b2430db992" + }, + { + "m_Id": "d938be0189784f9c94a342302ecb1763" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "bf5b382935475e83846ca5e24036eda0", + "m_Id": 2, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "bf612f7fd7677b81891812511e4714ec", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "bfc4b30aea04798d84955f3495a14ac8", + "m_Id": 0, + "m_DisplayName": "Distortion Speed XY Power Z", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c15f6967cd3b7881a35bce2e68459f8b", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CombineNode", + "m_ObjectId": "c232ff70c336db81b1d58e0c86b737f9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Combine", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -891.0, + "y": 48.99998474121094, + "width": 132.99998474121095, + "height": 166.0 + } + }, + "m_Slots": [ + { + "m_Id": "e7d8e8033369de85b401f364efd23597" + }, + { + "m_Id": "aad9365dbf9b8281b3c7bc8208ac1fcb" + }, + { + "m_Id": "e8024cf5e390af8ba12a8bb1a0ef2ab2" + }, + { + "m_Id": "2649837b2f871e8e80b5890dc7902865" + }, + { + "m_Id": "8a40e80fff665983920f1bdcd8f57991" + }, + { + "m_Id": "344dc2209ec98d8c8c5018ebc443e0c4" + }, + { + "m_Id": "7b0f3cc6c44f728bbd7bcc4067b76ce7" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c31d272d218123818bf80ee18362d373", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ComparisonNode", + "m_ObjectId": "c33648b6dc65c38e91ef4753edb26a80", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Comparison", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -821.0, + "y": 991.9998779296875, + "width": 198.0, + "height": 135.0 + } + }, + "m_Slots": [ + { + "m_Id": "6a6358513ace3281b6ad0ba1d8604939" + }, + { + "m_Id": "087a3ca321469a8495afa3b778566ba2" + }, + { + "m_Id": "876e04d891a9938997f9642a3e6c138e" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_ComparisonType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c3631dcb0842b3848d29749db51fbfca", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c39b80c3a68a477bba9f8feee9dfe0ef", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 100.0, + "e01": 100.0, + "e02": 100.0, + "e03": 100.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "c3f1b745dfde1d85b3890cd1aacf0276", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "c41d883cb66f4aafbe6ea4ac80fecda3", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 2200.0, + "y": 731.0, + "width": 130.0, + "height": 117.99993896484375 + } + }, + "m_Slots": [ + { + "m_Id": "4c3ab66680244e77bd8f469ef3b86e95" + }, + { + "m_Id": "c39b80c3a68a477bba9f8feee9dfe0ef" + }, + { + "m_Id": "b50fe0f1d6f24f20ba49132f3abef249" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "c425851b4fda4ac3acd9527c0cda737c", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "c51612586085ef86b5c12fd3454fb92e", + "m_Id": 1, + "m_DisplayName": "In Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "InMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": -1.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "c55284af32fe407dacbbbf3d08b301fe", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.BaseColor", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "9ba4514caaac42a39f2c63f1cafa9913" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.BaseColor" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.CeilingNode", + "m_ObjectId": "c6518048d701f28399360ff7498aa353", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Ceiling", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1047.0, + "y": 1186.9998779296875, + "width": 138.0, + "height": 94.0 + } + }, + "m_Slots": [ + { + "m_Id": "9af9a315551e0c83b92f8de5c6b61eca" + }, + { + "m_Id": "f24710db2c188580be8fe55254aae5d6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "c7845fee688d5d82817eafbd8edf7b9c", + "m_Id": 6, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "c7b4d1db22d2b887b3107fe2afb75ad2", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "c8369a0e5760a484a865f4223d5f0c4c", + "m_Id": 2, + "m_DisplayName": "Out Min Max", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "OutMinMax", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 1.0 + }, + "m_Labels": [ + "X", + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "c92f6886e1b7486b991b0f18804a22de", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "cb6c3fc65d024f80a33d0404f6ac916f", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "ccef8452a9053388ad9286e1ce669d04", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 792.0000610351563, + "y": 763.0, + "width": 125.00000762939453, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "04d41abb77994087b3c65ece92cc75ac" + }, + { + "m_Id": "1392a3fdb74e898b890b1fa25074ce89" + }, + { + "m_Id": "d9442aa24820788d85134735bb83a8e3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "ccf17e61665eee8fa9ab47bd04d1bdda", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "cd0879e97967dd87b028be897c704118", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot", + "m_ObjectId": "cd15eb2366b84916b03e22a50edf66b8", + "m_Id": 1, + "m_DisplayName": "Tiling", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Tiling", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "cd6576a24cf07585a50dbcd2d312370c", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "cdd2e307c4a5b18486fbc9f4a846e850", + "m_Id": 2, + "m_DisplayName": "Y", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Y", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "Y" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "ce15a73e54bacb8e94d3a6f233299303", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "cfa30f99e1a23081bb94b49747da0839", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1081.0, + "y": -368.0, + "width": 108.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "2318c179b2747285a78002ceae8f6e45" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "9447f8ac24869388bdf52451b8c1124b" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d100e498fdf7f38c9f62d002d7e7a762", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d1395bc13cf449a1b6b5515192a2ecff", + "m_Id": 1, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "d1bbaf6c98739c8ead7a54af50bb325a", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "d35260735dec60889388e7bb48e8a511", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d38c82d7df9d48e69fd968efa671253e", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d3d81f2ed0a78982a396eb160c533de2", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "d6234dd59696798caad1b84aa7f065cd", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -3581.000244140625, + "y": 621.0000610351563, + "width": 120.000244140625, + "height": 149.0 + } + }, + "m_Slots": [ + { + "m_Id": "adb8ee0e8beaae8cb1cbf4f775ff87c5" + }, + { + "m_Id": "3f1c770ab1177e8bb0a18f9afff73b1f" + }, + { + "m_Id": "9a2a6333fe63b08a8374e04eb1c28de1" + }, + { + "m_Id": "dd8249dddc34778a9dbdcfe908874fe6" + }, + { + "m_Id": "abe927585fe58281b3c96e09d6b8de5f" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "d63c5b265ea90f84b83ee0faf793b43c", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 338.9998474121094, + "y": 938.0000610351563, + "width": 124.99999237060547, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "09db833b52f68a8ea9b44a2e75f361fd" + }, + { + "m_Id": "ccf17e61665eee8fa9ab47bd04d1bdda" + }, + { + "m_Id": "352df03996fde88b91bf716631fa91b1" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "d6683f0df2601f819704df33573966a4", + "m_Id": 0, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot", + "m_ObjectId": "d7bde0d43e1e47e18e86fb5bbdcaf04e", + "m_Id": 0, + "m_DisplayName": "Emission", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Emission", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_Labels": [], + "m_ColorMode": 1, + "m_DefaultColor": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "d7bebddcfe9259828a461115286ec997", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DMaterialSlot", + "m_ObjectId": "d938be0189784f9c94a342302ecb1763", + "m_Id": 3, + "m_DisplayName": "Texture Only", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "TextureOnly", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVNode", + "m_ObjectId": "d941ea1800b1338c9f34c4ea28187b43", + "m_Group": { + "m_Id": "" + }, + "m_Name": "UV", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2064.0, + "y": 892.0000610351563, + "width": 198.00001525878907, + "height": 131.0 + } + }, + "m_Slots": [ + { + "m_Id": "2293fe164b02b881a2a6e0cb9a2c694a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_OutputChannel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "d9442aa24820788d85134735bb83a8e3", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SampleTexture2DNode", + "m_ObjectId": "da4310ba3bc562869b3b97361fd8ccf5", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Sample Texture 2D", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -189.00003051757813, + "y": 1388.0, + "width": 208.0, + "height": 441.0 + } + }, + "m_Slots": [ + { + "m_Id": "0e1755cff212a6868f35f06d3a80554a" + }, + { + "m_Id": "1b4513e63ade0086a66b099ff7cc3d60" + }, + { + "m_Id": "bb0a48504ed13a82868d6be5d25586d6" + }, + { + "m_Id": "6a0c47eec227678fb4faed56bba6dcac" + }, + { + "m_Id": "0f7d78e4573c2885b15c9bb1f4d1f3f6" + }, + { + "m_Id": "fe8674ac9c50ca848ff00f5fb8a7bd8c" + }, + { + "m_Id": "ce15a73e54bacb8e94d3a6f233299303" + }, + { + "m_Id": "e2df318039d32181b7d482873be72a35" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_TextureType": 0, + "m_NormalMapSpace": 0, + "m_EnableGlobalMipBias": true, + "m_MipSamplingMode": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitTextureTransformNode", + "m_ObjectId": "da486579a47c4907a711567b935af30d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split Texture Transform", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2018.0001220703125, + "y": 27.00002670288086, + "width": 194.0, + "height": 124.99996948242188 + } + }, + "m_Slots": [ + { + "m_Id": "4bfb308efc0f4ee79d8618b6b3badc09" + }, + { + "m_Id": "cd15eb2366b84916b03e22a50edf66b8" + }, + { + "m_Id": "5412318c394c4436a93408f9f62f5586" + }, + { + "m_Id": "a390f311c7f944318ebb2374ff190fb3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.RemapNode", + "m_ObjectId": "da4ec0ecf47f7c829972cafe3884b59f", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Remap", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -438.9999694824219, + "y": -113.99996948242188, + "width": 185.99996948242188, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "4f8db5238bfca68a801ed1a4926d3736" + }, + { + "m_Id": "c51612586085ef86b5c12fd3454fb92e" + }, + { + "m_Id": "c8369a0e5760a484a865f4223d5f0c4c" + }, + { + "m_Id": "6044393b67c91182a04c6f1f25f99828" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty", + "m_ObjectId": "dbd36f7f4bdc6687991121d6b4257dff", + "m_Guid": { + "m_GuidSerialized": "b015e005-e455-4836-a70d-2728a3e1eec5" + }, + "m_Name": "Noise Opacity Lerp", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector1_CECCEDBF", + "m_OverrideReferenceName": "_NoiseOpacityLerp", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": 0.0, + "m_FloatType": 1, + "m_RangeValues": { + "x": 0.0, + "y": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "dc3ec4a4e523ce8eb1810bbb094dd980", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "dd039d8efdc06086897678ef33467ecf", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2099.000244140625, + "y": 594.0, + "width": 126.0001220703125, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "0f6e6303ebfaf582b6815f8870b17a36" + }, + { + "m_Id": "5352d3962116618a972f67060f6a20c8" + }, + { + "m_Id": "512b43e03de7c28e836617feefbb63b3" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "dd8249dddc34778a9dbdcfe908874fe6", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "dd8b44183476e989a7261d69c2ec1196", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 605.0, + "y": -102.99998474121094, + "width": 128.99998474121095, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "f03095612a0a0b8e9a334316b05d1273" + }, + { + "m_Id": "57035c65d1692881b2cf337e1da6d626" + }, + { + "m_Id": "50e0ea90b5aa2f8f93ae1460ac026814" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ddb64353bf893e8fa1efd3f026acbf2a", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "de9ca5c7bf254be5ad0355dc72ac0a22", + "m_Id": 4, + "m_DisplayName": "A", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SplitNode", + "m_ObjectId": "decd53e4cd4d448ca6a612e17027fa6e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Split", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 506.9999694824219, + "y": 267.0, + "width": 113.99999237060547, + "height": 148.99998474121095 + } + }, + "m_Slots": [ + { + "m_Id": "f1c8fb1c7061e78fbf70bd6357ebf966" + }, + { + "m_Id": "6dc677c4a8289d80b6efb27a9245d8d2" + }, + { + "m_Id": "9e6787b37b45278e9ec771a5234a8168" + }, + { + "m_Id": "feed96a091e0c58a81f2e2aef1538143" + }, + { + "m_Id": "07380465a5095087bf285558513c12d2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e00f453049974471b11f368b341c4549", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.BooleanShaderProperty", + "m_ObjectId": "e04fc11cf9d542cb83dfc3cb55cd4370", + "m_Guid": { + "m_GuidSerialized": "a8de7dee-15ae-4846-91ac-69168c687e75" + }, + "m_Name": "UV2Tswitch", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Boolean_e04fc11cf9d542cb83dfc3cb55cd4370", + "m_OverrideReferenceName": "_UV2Tswitch", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "e2df318039d32181b7d482873be72a35", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget", + "m_ObjectId": "e30e505fba0041b399b832a83551b6ea" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "e397ee261301ef8d824798d650bde561", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 540.0, + "y": 835.0, + "width": 129.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "d3d81f2ed0a78982a396eb160c533de2" + }, + { + "m_Id": "e7eaf1ca9b5ed78f8b81524105d2b12e" + }, + { + "m_Id": "cd0879e97967dd87b028be897c704118" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e4361144301c7b80977116761eb026fa", + "m_Id": 5, + "m_DisplayName": "G", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "G", + "m_StageCapability": 2, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 2, + "m_Type": "UnityEditor.Rendering.BuiltIn.ShaderGraph.BuiltInTarget", + "m_ObjectId": "e6732cc8b2204995978cfa834425c94d", + "m_Datas": [], + "m_ActiveSubTarget": { + "m_Id": "9f072862816b409ea81b3658951f0886" + }, + "m_AllowMaterialOverride": false, + "m_SurfaceType": 1, + "m_ZWriteControl": 0, + "m_ZTestMode": 4, + "m_AlphaMode": 0, + "m_RenderFace": 0, + "m_AlphaClip": false, + "m_CustomEditorGUI": "" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "e7525029fc8ec188bd24fe9f180d96ee", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "e756df3aa5d84f8fba7af9e2e1c3aa97", + "m_Id": 0, + "m_DisplayName": "RGBA", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "RGBA", + "m_StageCapability": 2, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e7d8e8033369de85b401f364efd23597", + "m_Id": 0, + "m_DisplayName": "R", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "R", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e7eaf1ca9b5ed78f8b81524105d2b12e", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "e8024cf5e390af8ba12a8bb1a0ef2ab2", + "m_Id": 2, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BranchNode", + "m_ObjectId": "e86f3d4221b0f38c90298b75c7110968", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Branch", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -531.9999389648438, + "y": 987.9999389648438, + "width": 176.0, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "af546964ea228e8fbb049881d87b7520" + }, + { + "m_Id": "d7bebddcfe9259828a461115286ec997" + }, + { + "m_Id": "3c7136f7e333c888b85785d0fc67d516" + }, + { + "m_Id": "21fd37394f369d85a7fb0097d82c0c3d" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "e904e4ed4e15462b89b9ae2c42359666", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 2545.000244140625, + "y": 695.9999389648438, + "width": 129.999755859375, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "2bead0f7e751473ba2d8f252a14477cc" + }, + { + "m_Id": "cb6c3fc65d024f80a33d0404f6ac916f" + }, + { + "m_Id": "5b5a2a2d812543db8b63e37acda855a8" + } + ], + "synonyms": [ + "multiplication", + "times", + "x" + ], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "e998ae0438764b1c99ca32cf1761af7e", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 1522.4903564453125, + "y": 757.6793212890625, + "width": 127.0, + "height": 118.0 + } + }, + "m_Slots": [ + { + "m_Id": "e00f453049974471b11f368b341c4549" + }, + { + "m_Id": "2e664b9e8f8d40f7ad857297088f8a9a" + }, + { + "m_Id": "946852f6a95f4b8e955748f8d1a7cdab" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "e9b7db48ad02a986b47096c4e6397df9", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "e00": 2.0, + "e01": 2.0, + "e02": 2.0, + "e03": 2.0, + "e10": 2.0, + "e11": 2.0, + "e12": 2.0, + "e13": 2.0, + "e20": 2.0, + "e21": 2.0, + "e22": 2.0, + "e23": 2.0, + "e30": 2.0, + "e31": 2.0, + "e32": 2.0, + "e33": 2.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "eb2b95bded8543d8b8a394407226ea47", + "m_Id": 3, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.BlockNode", + "m_ObjectId": "eb4c91491b014c7aa4bd9ced929d03bb", + "m_Group": { + "m_Id": "" + }, + "m_Name": "SurfaceDescription.Alpha", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 0.0, + "y": 0.0, + "width": 0.0, + "height": 0.0 + } + }, + "m_Slots": [ + { + "m_Id": "1ca835ffcce04fba9d2287611f4a9c1a" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_SerializedDescriptor": "SurfaceDescription.Alpha" +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.SystemData", + "m_ObjectId": "ebea984ee5814ac1836d2cb78e05af3f", + "m_MaterialNeedsUpdateHash": 0, + "m_SurfaceType": 1, + "m_RenderingPass": 4, + "m_BlendMode": 0, + "m_ZTest": 4, + "m_ZWrite": false, + "m_TransparentCullMode": 2, + "m_OpaqueCullMode": 2, + "m_SortPriority": 0, + "m_AlphaTest": false, + "m_ExcludeFromTUAndAA": false, + "m_TransparentDepthPrepass": false, + "m_TransparentDepthPostpass": false, + "m_SupportLodCrossFade": false, + "m_DoubleSidedMode": 1, + "m_DOTSInstancing": false, + "m_CustomVelocity": false, + "m_Tessellation": false, + "m_TessellationMode": 0, + "m_TessellationFactorMinDistance": 20.0, + "m_TessellationFactorMaxDistance": 50.0, + "m_TessellationFactorTriangleSize": 100.0, + "m_TessellationShapeFactor": 0.75, + "m_TessellationBackFaceCullEpsilon": -0.25, + "m_TessellationMaxDisplacement": 0.009999999776482582, + "m_Version": 1, + "inspectorFoldoutMask": 1 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "ec281c3f95e9288d884644e65ddafc42", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -2972.0, + "y": 790.9999389648438, + "width": 208.000244140625, + "height": 302.00006103515627 + } + }, + "m_Slots": [ + { + "m_Id": "4d7df49cd85f0785ab541b8949d1db40" + }, + { + "m_Id": "9019698a8345968eb466d2357610c850" + }, + { + "m_Id": "759919d52b8ff38392e75d9e2fb65627" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.PropertyNode", + "m_ObjectId": "eda75275b6828a8bb1717b1ace1d18c7", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Property", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1090.0001220703125, + "y": 565.9999389648438, + "width": 139.0, + "height": 34.0 + } + }, + "m_Slots": [ + { + "m_Id": "ae662d8b6537038cb391f773c94007b6" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": true, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + }, + "m_Property": { + "m_Id": "98002c697f13c18ea348f4424f897ec4" + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.TilingAndOffsetNode", + "m_ObjectId": "ee06e9e9460ed2848460b444e80af7d9", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Tiling And Offset", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": -1144.0, + "y": -320.99993896484377, + "width": 149.99998474121095, + "height": 142.0 + } + }, + "m_Slots": [ + { + "m_Id": "b445559a5edece868b5bd01ba021ebb8" + }, + { + "m_Id": "2185cd12a51aa180a724bc20607e19dc" + }, + { + "m_Id": "303a437b0a01da828f4e925c4484c63d" + }, + { + "m_Id": "c7b4d1db22d2b887b3107fe2afb75ad2" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ef709eb9b74f4d5badf4f15223a561ac", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": { + "x": 2.0, + "y": 2.0, + "z": 2.0, + "w": 2.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDUnlitData", + "m_ObjectId": "ef7a769ab77b4f9aa4b49d4041e8b2c1", + "m_EnableShadowMatte": false, + "m_DistortionOnly": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "efe3b2ef87f21f80a430f3a9f5497185", + "m_Id": 2, + "m_DisplayName": "Cosine Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Cosine Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f03095612a0a0b8e9a334316b05d1273", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f151198fd3b6508495e1d45fca624aff", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f1c8fb1c7061e78fbf70bd6357ebf966", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f24710db2c188580be8fe55254aae5d6", + "m_Id": 1, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f2aa7d954c61431e9fc2e0fc0466d8fe", + "m_Id": 1, + "m_DisplayName": "True", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "True", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f35cc76e5f01f6879829c6814857da8e", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f4cafb212090008b89c0f0e2127f4705", + "m_Id": 0, + "m_DisplayName": "In", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "In", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f4efbc4102ae404fae939eb5de2cf228", + "m_Id": 6, + "m_DisplayName": "Width", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Width", + "m_StageCapability": 3, + "m_Value": 1.0, + "m_DefaultValue": 1.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "f55d0a609b938f899f5fdfa5232ddd1b", + "m_Id": 0, + "m_DisplayName": "A", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "A", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f57e047006cba686888ca5f42e1c7bb9", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "f69cb711ee70bb8193c234344989090c", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot", + "m_ObjectId": "f6f61ed368d9ec89b4b7862ac9e1d61d", + "m_Id": 0, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_DefaultValue": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "m_Labels": [] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.SamplerStateMaterialSlot", + "m_ObjectId": "f73331987fa53b8d8bbad2c3223fd137", + "m_Id": 3, + "m_DisplayName": "Sampler", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Sampler", + "m_StageCapability": 3, + "m_BareResource": false +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "f743b41620634687b4ae43f488aa969b", + "m_Id": 3, + "m_DisplayName": "Near Plane", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Near Plane", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "f9512785e0f6f28f837ff8e888cafe7b", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 1, + "m_Type": "UnityEditor.ShaderGraph.Internal.Vector4ShaderProperty", + "m_ObjectId": "f99ecfbd2101518bb469ad951a127958", + "m_Guid": { + "m_GuidSerialized": "39e8a0e3-eb18-4e24-8fac-096788279a0c" + }, + "m_Name": "Distortion Speed XY Power Z", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Vector4_675993FF", + "m_OverrideReferenceName": "_DistortionSpeedXYPowerZ", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.UVMaterialSlot", + "m_ObjectId": "f9ce0afffa7d1685b693e328677a35ac", + "m_Id": 2, + "m_DisplayName": "UV", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "UV", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0 + }, + "m_Labels": [ + "X", + "Y" + ], + "m_Channel": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.MultiplyNode", + "m_ObjectId": "fbe9d89de4ae3886a48ea10e5721e39d", + "m_Group": { + "m_Id": "" + }, + "m_Name": "Multiply", + "m_DrawState": { + "m_Expanded": true, + "m_Position": { + "serializedVersion": "2", + "x": 117.00006103515625, + "y": 1042.0001220703125, + "width": 123.0, + "height": 117.99999237060547 + } + }, + "m_Slots": [ + { + "m_Id": "5692770418039e878fa20146deeb80d7" + }, + { + "m_Id": "e9b7db48ad02a986b47096c4e6397df9" + }, + { + "m_Id": "f9512785e0f6f28f837ff8e888cafe7b" + } + ], + "synonyms": [], + "m_Precision": 0, + "m_PreviewExpanded": false, + "m_DismissedVersion": 0, + "m_PreviewMode": 0, + "m_CustomColors": { + "m_SerializableColors": [] + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fc253b9238a73d8eaacfd7dd0de17e05", + "m_Id": 1, + "m_DisplayName": "B", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicValueMaterialSlot", + "m_ObjectId": "fc56ab19fd9b40f1a1fca2fab00ae929", + "m_Id": 2, + "m_DisplayName": "Out", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": { + "e00": 0.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 0.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 0.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 0.0 + }, + "m_DefaultValue": { + "e00": 1.0, + "e01": 0.0, + "e02": 0.0, + "e03": 0.0, + "e10": 0.0, + "e11": 1.0, + "e12": 0.0, + "e13": 0.0, + "e20": 0.0, + "e21": 0.0, + "e22": 1.0, + "e23": 0.0, + "e30": 0.0, + "e31": 0.0, + "e32": 0.0, + "e33": 1.0 + } +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fcce1231f38c0f8fbb491ac8b457ffcc", + "m_Id": 0, + "m_DisplayName": "Noise Opacity Lerp", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Out", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "fe168d8450023c878e329ec3656ae092", + "m_Id": 0, + "m_DisplayName": "Time", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "Time", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Texture2DInputMaterialSlot", + "m_ObjectId": "fe8674ac9c50ca848ff00f5fb8a7bd8c", + "m_Id": 1, + "m_DisplayName": "Texture", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "Texture", + "m_StageCapability": 3, + "m_BareResource": false, + "m_Texture": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot", + "m_ObjectId": "feed96a091e0c58a81f2e2aef1538143", + "m_Id": 3, + "m_DisplayName": "B", + "m_SlotType": 1, + "m_Hidden": false, + "m_ShaderOutputName": "B", + "m_StageCapability": 3, + "m_Value": 0.0, + "m_DefaultValue": 0.0, + "m_Labels": [ + "X" + ] +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty", + "m_ObjectId": "ff90cc45414be0849e26e24b1617f01b", + "m_Guid": { + "m_GuidSerialized": "f2b760b1-d226-43ca-a457-158fde07a922" + }, + "m_Name": "Mask", + "m_DefaultRefNameVersion": 0, + "m_RefNameGeneratedByDisplayName": "", + "m_DefaultReferenceName": "Texture2D_F435DB50", + "m_OverrideReferenceName": "_Mask", + "m_GeneratePropertyBlock": true, + "m_UseCustomSlotLabel": false, + "m_CustomSlotLabel": "", + "m_DismissedVersion": 0, + "m_Precision": 0, + "overrideHLSLDeclaration": false, + "hlslDeclarationOverride": 0, + "m_Hidden": false, + "m_Value": { + "m_SerializedTexture": "", + "m_Guid": "" + }, + "isMainTexture": false, + "useTilingAndOffset": true, + "m_Modifiable": true, + "m_DefaultType": 0 +} + +{ + "m_SGVersion": 0, + "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot", + "m_ObjectId": "ffe7776bd4ff4c85a261bae2e0126b30", + "m_Id": 2, + "m_DisplayName": "False", + "m_SlotType": 0, + "m_Hidden": false, + "m_ShaderOutputName": "False", + "m_StageCapability": 3, + "m_Value": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + }, + "m_DefaultValue": { + "x": 0.0, + "y": 0.0, + "z": 0.0, + "w": 0.0 + } +} + diff --git a/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ShockWave.shadergraph.meta b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ShockWave.shadergraph.meta new file mode 100644 index 0000000..8962667 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ShockWave.shadergraph.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: c54b5097403c7204dab66c94ca8f2252 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Shaders/Shader Graph/HS_ShockWave.shadergraph + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures.meta b/Assets/Hovl Studio/HSFiles/Textures.meta new file mode 100644 index 0000000..df6a02d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9e44fcdb2a4a0f3468d27046abc2a4b8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/HSFiles/Textures/Arrow12.png b/Assets/Hovl Studio/HSFiles/Textures/Arrow12.png new file mode 100644 index 0000000..0513ff8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Arrow12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e017dcb97076aaf56df7253469673a1386a9627e512fff67c009872e05400e1f +size 14782 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Arrow12.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Arrow12.png.meta new file mode 100644 index 0000000..7fa4311 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Arrow12.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 1b95337f9b698eb43b0d172be2f2b089 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Arrow12.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Arrow2.png b/Assets/Hovl Studio/HSFiles/Textures/Arrow2.png new file mode 100644 index 0000000..1158369 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Arrow2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d393a434ea6f67cd507135c2dfd1b288b2eb6b806ba53eb6bfc77cae799be2 +size 80645 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Arrow2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Arrow2.png.meta new file mode 100644 index 0000000..7000be3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Arrow2.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 3ac26915899365748b83c209f8c34e4e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Arrow2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Arrow5.png b/Assets/Hovl Studio/HSFiles/Textures/Arrow5.png new file mode 100644 index 0000000..b480247 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Arrow5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae10b903ab6b7a1e65d670fc489b0fd3458d912943982556344fadf713561acd +size 86124 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Arrow5.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Arrow5.png.meta new file mode 100644 index 0000000..e0a2bac --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Arrow5.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: b6e024007817605439aba175cc8b3c1d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Arrow5.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Arrow6.png b/Assets/Hovl Studio/HSFiles/Textures/Arrow6.png new file mode 100644 index 0000000..ecaafb1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Arrow6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ae82f7cf9d00ebd648576e3870d999ed8183949ad7d770de7987e8cf9f6321 +size 36757 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Arrow6.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Arrow6.png.meta new file mode 100644 index 0000000..c9dac41 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Arrow6.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: b795ce77a23ce3a4e9af98d525b1b6b2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Arrow6.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Arrow8.png b/Assets/Hovl Studio/HSFiles/Textures/Arrow8.png new file mode 100644 index 0000000..885c486 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Arrow8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e93fecde2c5b19eb3f0ca0509810b17d7f4e2d6cccc83f66109e94ab0b65d76 +size 31032 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Arrow8.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Arrow8.png.meta new file mode 100644 index 0000000..a3bbac4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Arrow8.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 1bc48ee228b847441b05919e71fa76ee +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Arrow8.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Arrow9.png b/Assets/Hovl Studio/HSFiles/Textures/Arrow9.png new file mode 100644 index 0000000..de81e50 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Arrow9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87517eac278a14bf3c3ac3d1d03e174af5d1244e4ae6d220909dfb6c5ef851cb +size 29467 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Arrow9.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Arrow9.png.meta new file mode 100644 index 0000000..ac1b909 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Arrow9.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 66560b14690bf074a851d2160b57de07 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Arrow9.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Aura1.png b/Assets/Hovl Studio/HSFiles/Textures/Aura1.png new file mode 100644 index 0000000..311b391 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Aura1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e1cf03252557f917722e3938dd003f2e3d64963902a26151913557d0fb2d4e +size 222071 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Aura1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Aura1.png.meta new file mode 100644 index 0000000..003e844 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Aura1.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e86bc2e0c5e01014e852efc18115c1c9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Aura1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Aura16.png b/Assets/Hovl Studio/HSFiles/Textures/Aura16.png new file mode 100644 index 0000000..eb5ad66 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Aura16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79d4872735cad8ecfe7f31860aa117a91866e303a999fc9c41f251fcdae4df7 +size 86835 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Aura16.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Aura16.png.meta new file mode 100644 index 0000000..57ba569 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Aura16.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 4cdecdfbc6f2fa34689b6691b5d55879 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Aura16.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Aura2.png b/Assets/Hovl Studio/HSFiles/Textures/Aura2.png new file mode 100644 index 0000000..5f371d7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Aura2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2cc7583976a13ed4479dc1b328b917faac758612d8e94efa9aa75e6849361d +size 28746 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Aura2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Aura2.png.meta new file mode 100644 index 0000000..5329ba7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Aura2.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 635ee845f398f1d41914db412e1c7c5a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Aura2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Aura3.png b/Assets/Hovl Studio/HSFiles/Textures/Aura3.png new file mode 100644 index 0000000..9e09336 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Aura3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b51752be78a5faee6396b73e8463c4878f623634270dd0aa6653103dbb8fbae +size 73542 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Aura3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Aura3.png.meta new file mode 100644 index 0000000..5efe1db --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Aura3.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 81d88dfb9ab714b44aa94f5b560ee3a6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Aura3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Aura8.png b/Assets/Hovl Studio/HSFiles/Textures/Aura8.png new file mode 100644 index 0000000..cdc1693 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Aura8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63354f23a9e9afcbccc08c916585a317374f3e581b4be0127d6f0a96cd6f8d2e +size 44381 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Aura8.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Aura8.png.meta new file mode 100644 index 0000000..b6ad443 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Aura8.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9d0fd49146b46da4384d4bea925090f6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Aura8.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/BloodAnim2.png b/Assets/Hovl Studio/HSFiles/Textures/BloodAnim2.png new file mode 100644 index 0000000..2757ff2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/BloodAnim2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d190b96afea48c60b90968899fbd620190d4ce7c8413a1ad65f24ab4e57b36 +size 136015 diff --git a/Assets/Hovl Studio/HSFiles/Textures/BloodAnim2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/BloodAnim2.png.meta new file mode 100644 index 0000000..86a0f52 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/BloodAnim2.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 5a21007430c9f004892bb490afeae44e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/BloodAnim2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Butterfly1.png b/Assets/Hovl Studio/HSFiles/Textures/Butterfly1.png new file mode 100644 index 0000000..050f5fc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Butterfly1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdfd87175eae7f617a13bf196d6848ded1ff1cb5ba749e41d1c1916bf71fe1b +size 222297 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Butterfly1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Butterfly1.png.meta new file mode 100644 index 0000000..4175d29 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Butterfly1.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 2b91de72c54870a408f29aaed3395288 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Butterfly1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle116.png b/Assets/Hovl Studio/HSFiles/Textures/Circle116.png new file mode 100644 index 0000000..037dff3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafc443bae370093c15746be4d384707a21752b1b057732bc9911fa200c9a8b0 +size 1788909 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle116.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Circle116.png.meta new file mode 100644 index 0000000..aeba284 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle116.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: e7061965d8dab6c4cb3d8b1e3a15784e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Circle116.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle17.png b/Assets/Hovl Studio/HSFiles/Textures/Circle17.png new file mode 100644 index 0000000..cd97268 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b9e211954ef1171f408a0e5d47cc3c7766162d533c8ac5796b0d13982f59db +size 65238 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle17.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Circle17.png.meta new file mode 100644 index 0000000..5b20aa2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle17.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6ab6673ffc36e0543bd310e5677e9031 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Circle17.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle18.png b/Assets/Hovl Studio/HSFiles/Textures/Circle18.png new file mode 100644 index 0000000..6fb8fb4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bda948f02a19cdd6e8091c3811c4feb7d9719908e0ecea99cd15df9aed92266 +size 68039 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle18.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Circle18.png.meta new file mode 100644 index 0000000..fd0fe10 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle18.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aaab2c059dc876441ab6a1b07f6f8d21 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Circle18.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle19n.png b/Assets/Hovl Studio/HSFiles/Textures/Circle19n.png new file mode 100644 index 0000000..6fb8fb4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle19n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bda948f02a19cdd6e8091c3811c4feb7d9719908e0ecea99cd15df9aed92266 +size 68039 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle19n.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Circle19n.png.meta new file mode 100644 index 0000000..ab56f9e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle19n.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 35b32e8a0b24a3b4cb0ae232c4e6b17e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 1 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Circle19n.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle38.png b/Assets/Hovl Studio/HSFiles/Textures/Circle38.png new file mode 100644 index 0000000..5caf23a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11d570a3154a6e5d31f79585b6a7b4267f4d3e625f0c0162abb852925b2730f +size 54621 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle38.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Circle38.png.meta new file mode 100644 index 0000000..fbcaa7d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle38.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 4d41495f05e1e7a46b981c43293cb751 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Circle38.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle41.png b/Assets/Hovl Studio/HSFiles/Textures/Circle41.png new file mode 100644 index 0000000..e102b8b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456139b33c5b104e6a7b43e64541a43fe3353934844a40a8140432e5b9b60d1a +size 62143 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle41.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Circle41.png.meta new file mode 100644 index 0000000..8d85fd9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle41.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4e1d7245ae7321c4ba834b915eef99e0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Circle41.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle8.png b/Assets/Hovl Studio/HSFiles/Textures/Circle8.png new file mode 100644 index 0000000..a957752 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d918fdb364b707d8887aaca913c237aa76a5a21b9dd914624170e4f0432de0 +size 201251 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle8.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Circle8.png.meta new file mode 100644 index 0000000..9e2a542 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle8.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 7dcb8a9c3f171064387b66c3e553ab24 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Circle8.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle93.png b/Assets/Hovl Studio/HSFiles/Textures/Circle93.png new file mode 100644 index 0000000..19731d3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34b59eab0bb54244198286ab75c5d5ae273f556b4b9ffee125b4d62e19d4b35 +size 57625 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle93.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Circle93.png.meta new file mode 100644 index 0000000..09bb01e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle93.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: c14031e1f141c0843974aaa329430627 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Circle93.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle96.png b/Assets/Hovl Studio/HSFiles/Textures/Circle96.png new file mode 100644 index 0000000..89bc34c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11a8e100dff45e8e46e04312755e2efdb59db911989c11f33ca6ed5e636f9c9 +size 171510 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle96.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Circle96.png.meta new file mode 100644 index 0000000..b0cf7a6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle96.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 497f35906e684b0459b62e395f9be765 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Circle96.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle98.png b/Assets/Hovl Studio/HSFiles/Textures/Circle98.png new file mode 100644 index 0000000..acfeba6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3880fa83cc16e0924b342876b2567bcd57c36e3100cb8672de8bc7f5afc74e20 +size 129841 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Circle98.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Circle98.png.meta new file mode 100644 index 0000000..516c342 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Circle98.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: f4bc3932a71889641963036b884a1b12 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Circle98.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow10.png b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow10.png new file mode 100644 index 0000000..fc82d9b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bf41585531edb749456d40479f514c7f05526edbc93bb97f3cab6e4effc209 +size 89714 diff --git a/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow10.png.meta b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow10.png.meta new file mode 100644 index 0000000..841c200 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow10.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 68be60b9f51e6b447a28cdb9af6a52cf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/CircleRainbow10.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow11.png b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow11.png new file mode 100644 index 0000000..9c5f29c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b19d5a038362c9ddc1600f07191ba5b0689ad53130a7912f5a557283ac4f59 +size 143169 diff --git a/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow11.png.meta b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow11.png.meta new file mode 100644 index 0000000..191aa17 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow11.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 247d486af215d2941851952d0eba53f0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/CircleRainbow11.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow12.png b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow12.png new file mode 100644 index 0000000..42d6e1e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa2ed83d61e4056b264bcccf7ea15d7eaf727689d0830480aa572d6e1514791 +size 660006 diff --git a/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow12.png.meta b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow12.png.meta new file mode 100644 index 0000000..744acb6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow12.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 56bb8caca77a67747a816c89c829c525 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/CircleRainbow12.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow15.png b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow15.png new file mode 100644 index 0000000..7bbeb07 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c48d76418c7884cd40fcda0e4e269ebbd5f5b858586ba6943a51c4854feeea9 +size 206276 diff --git a/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow15.png.meta b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow15.png.meta new file mode 100644 index 0000000..05fbdeb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow15.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 75a658e5f1bedfb43a2d73794c48f717 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/CircleRainbow15.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow17.png b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow17.png new file mode 100644 index 0000000..f449f82 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e88b32506b8a8afd416db7074bc05f86797e6437401853ffd4441084314f72 +size 133309 diff --git a/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow17.png.meta b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow17.png.meta new file mode 100644 index 0000000..9d051c7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/CircleRainbow17.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: a1e504bdcaa805145b630c3ecbceeb74 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/CircleRainbow17.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Crater13.png b/Assets/Hovl Studio/HSFiles/Textures/Crater13.png new file mode 100644 index 0000000..2e7017b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Crater13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f9e84b25cc0568f3379c4afa1c670eee22e4876537def60ca10dcfda45b299 +size 37868 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Crater13.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Crater13.png.meta new file mode 100644 index 0000000..b456838 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Crater13.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 148e77af2f76b5d41a86eca8a24f38d0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Crater13.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Crater14.png b/Assets/Hovl Studio/HSFiles/Textures/Crater14.png new file mode 100644 index 0000000..030f26c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Crater14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17f9e51cad2e0ecdbe6f96d6ec7b731797e2904c31ead88281d5be142ff430d +size 235135 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Crater14.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Crater14.png.meta new file mode 100644 index 0000000..1bb56af --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Crater14.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 2d9fddb91add42c41b130c8d6eabbec8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Crater14.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Crater70.png b/Assets/Hovl Studio/HSFiles/Textures/Crater70.png new file mode 100644 index 0000000..3f6669c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Crater70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01344a22e1f72b187af84f8b2dae76361087f62661153da8f707236d878d164 +size 264323 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Crater70.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Crater70.png.meta new file mode 100644 index 0000000..8066d83 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Crater70.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 82fd9f665a1034a448a3fc35346e257f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Crater70.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Crater71.png b/Assets/Hovl Studio/HSFiles/Textures/Crater71.png new file mode 100644 index 0000000..6dd05de --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Crater71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e222b12e40c4dfccfa4b0437d9860029bfd75ff65b4980f584ee2b8d801c72 +size 252194 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Crater71.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Crater71.png.meta new file mode 100644 index 0000000..57f0bf3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Crater71.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 36d4c7d56a132284bb9afbb6897227de +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Crater71.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Crater72.png b/Assets/Hovl Studio/HSFiles/Textures/Crater72.png new file mode 100644 index 0000000..9c3d63b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Crater72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bb64ab04514012022737ded740c30f38b75d167449c76acea1a06e96bee043 +size 311228 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Crater72.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Crater72.png.meta new file mode 100644 index 0000000..9c53ece --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Crater72.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 98f64a90640ae1d4c85cafd757249bb6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Crater72.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Dagger2.png b/Assets/Hovl Studio/HSFiles/Textures/Dagger2.png new file mode 100644 index 0000000..e5b181e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Dagger2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566057d85ed7a3c71d32737a73ff2dbb33aa6452c100eb21f962730a32d69324 +size 41867 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Dagger2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Dagger2.png.meta new file mode 100644 index 0000000..bd6d0d3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Dagger2.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 577f7d7386a228f489ca3443dc8f3182 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Dagger2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Dagger4.png b/Assets/Hovl Studio/HSFiles/Textures/Dagger4.png new file mode 100644 index 0000000..46d7fc6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Dagger4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8c336a18b5343256bd8c6f690b9b5d844a5728fa05dbc7b38190c9e5b9e2c9 +size 49091 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Dagger4.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Dagger4.png.meta new file mode 100644 index 0000000..385a97c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Dagger4.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 279536011dd80944b9543321b6bfdb8e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Dagger4.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Debris2.png b/Assets/Hovl Studio/HSFiles/Textures/Debris2.png new file mode 100644 index 0000000..fcbd28d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Debris2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48afa127fc1ad4e3e86c8af4e6ebd83f327e986e71867c2dba13567f246bd0dc +size 107210 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Debris2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Debris2.png.meta new file mode 100644 index 0000000..e6335ce --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Debris2.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c6fbbfdbb4d88e4458046eec6645c0d8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Debris2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Debris5.png b/Assets/Hovl Studio/HSFiles/Textures/Debris5.png new file mode 100644 index 0000000..9f31c7e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Debris5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948a59fc7956e13166be51714af81f59ab4c5b100e56734f8e44850df043d246 +size 15955 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Debris5.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Debris5.png.meta new file mode 100644 index 0000000..99c1213 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Debris5.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: cd47eeac0bdeecb419fe23b47255372b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Debris5.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Dust2.png b/Assets/Hovl Studio/HSFiles/Textures/Dust2.png new file mode 100644 index 0000000..afcd052 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Dust2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ce33821aaa34d8fe782013c8a9769238f5d7d0a4d5afe476de1d291ac72ec8 +size 37982 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Dust2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Dust2.png.meta new file mode 100644 index 0000000..5d98346 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Dust2.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: ed88f036f462da241899fa39a14637ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Dust2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/EmberExpl2b.png b/Assets/Hovl Studio/HSFiles/Textures/EmberExpl2b.png new file mode 100644 index 0000000..38d4332 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/EmberExpl2b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8afc6f65c7a0ae33bbad6c47738c5315076450278f03d8550ad76f3135fc6b4 +size 915787 diff --git a/Assets/Hovl Studio/HSFiles/Textures/EmberExpl2b.png.meta b/Assets/Hovl Studio/HSFiles/Textures/EmberExpl2b.png.meta new file mode 100644 index 0000000..866144b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/EmberExpl2b.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 98de86e3b1f14e548834e885caf558f5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/EmberExpl2b.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/EmberExpl5.png b/Assets/Hovl Studio/HSFiles/Textures/EmberExpl5.png new file mode 100644 index 0000000..fe63d9f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/EmberExpl5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66db75ce39ce61b21a0269e57ad8f8db1af90cfc77951513e9f3e0f693573c51 +size 2293079 diff --git a/Assets/Hovl Studio/HSFiles/Textures/EmberExpl5.png.meta b/Assets/Hovl Studio/HSFiles/Textures/EmberExpl5.png.meta new file mode 100644 index 0000000..5975e55 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/EmberExpl5.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: f9359232bd77923418c386a04a4759a5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/EmberExpl5.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Explosion2b.png b/Assets/Hovl Studio/HSFiles/Textures/Explosion2b.png new file mode 100644 index 0000000..064191c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Explosion2b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08dfb97cf545374a08bfd06b21cb287462d4be964a8a5e6fe41ef1e8a58ff3a7 +size 3309867 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Explosion2b.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Explosion2b.png.meta new file mode 100644 index 0000000..2d7de57 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Explosion2b.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 8569d156bb6f7184cab803d4366421a3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Explosion2b.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Fire1.png b/Assets/Hovl Studio/HSFiles/Textures/Fire1.png new file mode 100644 index 0000000..4abdba3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Fire1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9f8d50149f303b11b6822875d24011fe2ef8625c2378284020bcf9aca18772 +size 1712727 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Fire1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Fire1.png.meta new file mode 100644 index 0000000..7ec247f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Fire1.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6ec7de1e2d58baf45ac3071983c20993 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Fire1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Fire17.png b/Assets/Hovl Studio/HSFiles/Textures/Fire17.png new file mode 100644 index 0000000..fad554e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Fire17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8acda95b91673fe8272db32d0f32558a122d4e95171218b1196a424574239696 +size 112791 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Fire17.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Fire17.png.meta new file mode 100644 index 0000000..14f65fc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Fire17.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: c5a00bc0b3d9f4c469715743e69e6a5c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Fire17.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Fire3.png b/Assets/Hovl Studio/HSFiles/Textures/Fire3.png new file mode 100644 index 0000000..dae3003 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Fire3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3a07a3babc4d61777d49c4b16a8f442a85666e185477908ce91f48bf0999fd +size 230033 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Fire3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Fire3.png.meta new file mode 100644 index 0000000..b7d07c0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Fire3.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: b11d12906f2ce394e9f3eb695a5bf37a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Fire3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Fireball1.png b/Assets/Hovl Studio/HSFiles/Textures/Fireball1.png new file mode 100644 index 0000000..51a96cc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Fireball1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4c2fb85e4d0a109ccba9b403b990a6405c5c1fa43786f3fb66909b55dc802d +size 2681463 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Fireball1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Fireball1.png.meta new file mode 100644 index 0000000..ac986cf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Fireball1.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 5ac8617986f6cd74cbb65d61d656595c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Fireball1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare10.png b/Assets/Hovl Studio/HSFiles/Textures/Flare10.png new file mode 100644 index 0000000..913d62a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38648eb9eec12e0f0492f6b0479c5ad5cbfc584c46f18783363f3b4c504fcaa0 +size 76387 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare10.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare10.png.meta new file mode 100644 index 0000000..4892431 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare10.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5f4ddc499b4cc394aa27fb95c37b1ff5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare10.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare14.png b/Assets/Hovl Studio/HSFiles/Textures/Flare14.png new file mode 100644 index 0000000..a6f32ae --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3409208314cf15ee2d52a014d7850923a989c751749da328c3b9eeabae0e086b +size 80411 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare14.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare14.png.meta new file mode 100644 index 0000000..7a38862 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare14.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 62f42cf95c5d20e43aed2ee326e4871b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare14.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare15.png b/Assets/Hovl Studio/HSFiles/Textures/Flare15.png new file mode 100644 index 0000000..bdac478 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604dc97cd3caabc47e238928290a0803e8e21bacd61f0a0c0dfc895098bbec48 +size 46553 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare15.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare15.png.meta new file mode 100644 index 0000000..ef31d0d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare15.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 8701afd3c077c224aaed7725edcddc6e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare15.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare17.png b/Assets/Hovl Studio/HSFiles/Textures/Flare17.png new file mode 100644 index 0000000..c8cbcb3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e7d31fe9f1021bfbcf61e9157ed130a8a45e57ebd3355bcc6050d5fc17fd7d +size 38118 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare17.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare17.png.meta new file mode 100644 index 0000000..b59dc10 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare17.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: a22f92ef9cb68074587b7fb6111a2856 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare17.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare19.png b/Assets/Hovl Studio/HSFiles/Textures/Flare19.png new file mode 100644 index 0000000..dfd48be --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f974663de50aba746b9544cd0f9a210a774ee855815c8a3d5d7b34988858f5d1 +size 17943 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare19.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare19.png.meta new file mode 100644 index 0000000..5132f11 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare19.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 2eb05d7d03baa634c9d38dfbb3a6fa81 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare19.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare2.png b/Assets/Hovl Studio/HSFiles/Textures/Flare2.png new file mode 100644 index 0000000..35f74fe --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0daf7c4e1f5ffa9114bffec7fe2dc5f5b43ad5ca849286b8505848e46d7418b8 +size 33904 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare2.png.meta new file mode 100644 index 0000000..bda27ac --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare2.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 377f73880c6a5044aa97ceeeedb8ad2d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare20.png b/Assets/Hovl Studio/HSFiles/Textures/Flare20.png new file mode 100644 index 0000000..8ff64f5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ee583279ab1ed82799c960c56e64af85a7d23c41b4fb8fc1fea7f1874768d6 +size 262910 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare20.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare20.png.meta new file mode 100644 index 0000000..7fa0125 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare20.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: af51dcf70c519b54fb56660a819fb1c3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare20.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare21.png b/Assets/Hovl Studio/HSFiles/Textures/Flare21.png new file mode 100644 index 0000000..d42250e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fd903932314c4e3ea2a96776e94afca9df5fd3c4c67f500baa9895862e7aff +size 173736 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare21.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare21.png.meta new file mode 100644 index 0000000..223d813 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare21.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 947fe6f544d82394db98003a81460397 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare21.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare23.png b/Assets/Hovl Studio/HSFiles/Textures/Flare23.png new file mode 100644 index 0000000..f047cc0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97321730a03ffb967ce29b59ec3dcb97ec6d0261943cf141308e4e3656e6eaa +size 54949 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare23.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare23.png.meta new file mode 100644 index 0000000..4aa8092 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare23.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 46894fcb257dfd0429be473345b4a6c5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare23.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare3.png b/Assets/Hovl Studio/HSFiles/Textures/Flare3.png new file mode 100644 index 0000000..38bc4e1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4000ea66dac14e75c93424f9eb2fa52c653d5d9d92cd5e5d1e59f4b8f1cce165 +size 69697 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare3.png.meta new file mode 100644 index 0000000..990cb07 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare3.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 078c04d2e791c3c4191403a4cbf7bc22 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare32.png b/Assets/Hovl Studio/HSFiles/Textures/Flare32.png new file mode 100644 index 0000000..ba5673a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b561fd58d711c3e5ca162af5bc5d7cb23eba12d0366907dfcc13632c06f3c20c +size 49660 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare32.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare32.png.meta new file mode 100644 index 0000000..fc021db --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare32.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: e76e831c32ce9504f9d2004558d12ff7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare32.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare34.png b/Assets/Hovl Studio/HSFiles/Textures/Flare34.png new file mode 100644 index 0000000..41353c0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99d555c82eddf49532e52f76bac9af893acaf0c71f4efab48c50ab9e1bf79cf +size 110894 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare34.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare34.png.meta new file mode 100644 index 0000000..f1aaae3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare34.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 5bdcef27c0b448441b1a5a35603d44b2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare34.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare35.png b/Assets/Hovl Studio/HSFiles/Textures/Flare35.png new file mode 100644 index 0000000..f44fd62 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804d565cba725878f59dff93de651a1465f2c37394922c36e2de4b2087719b2f +size 122788 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare35.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare35.png.meta new file mode 100644 index 0000000..9852b1b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare35.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 0165af80307bc824182c21eb3d98343b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare35.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare36.png b/Assets/Hovl Studio/HSFiles/Textures/Flare36.png new file mode 100644 index 0000000..397a361 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2034fd7adceeef0c43a9cd7188b7ecae5230198b08fd94852fbf98dcca5e7205 +size 53007 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare36.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare36.png.meta new file mode 100644 index 0000000..df0a133 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare36.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: e513ac9b221d07643854e18d678bef75 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare36.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare4.png b/Assets/Hovl Studio/HSFiles/Textures/Flare4.png new file mode 100644 index 0000000..c993f41 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3738e8b213699dee01d79dc4d7d5d836e58e31c8c227ad5e9ca04c7ee17f20f1 +size 26391 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare4.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare4.png.meta new file mode 100644 index 0000000..1ffab87 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare4.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fe05455264c0eda4dabeb02e41d98557 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare4.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare6.png b/Assets/Hovl Studio/HSFiles/Textures/Flare6.png new file mode 100644 index 0000000..61efbd1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78a7327bc90e118a5b53ecd32433e86a434f0d5c6a701123ab273028ad85905 +size 42371 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flare6.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flare6.png.meta new file mode 100644 index 0000000..fa3d3b7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flare6.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: fb60f4826d03c644c80d10aace44bfcb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flare6.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash1.png b/Assets/Hovl Studio/HSFiles/Textures/Flash1.png new file mode 100644 index 0000000..60e1e0f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7254a6193f6d64ced06201c14502230bb8a8d63c11583951786f4f8fc52ad9 +size 83139 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash1.png.meta new file mode 100644 index 0000000..0ffbd33 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash1.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c3f81953d6f8f3644a53caa6bc38b630 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash18.png b/Assets/Hovl Studio/HSFiles/Textures/Flash18.png new file mode 100644 index 0000000..ed4a9bf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a55f1ce69316b7b90d466a633c23964d9c5f0e10066bf2dd15f629775b989b +size 154739 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash18.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash18.png.meta new file mode 100644 index 0000000..507fa2b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash18.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 81916edcbeb08d545ac57cd728c871a7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash18.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash21.png b/Assets/Hovl Studio/HSFiles/Textures/Flash21.png new file mode 100644 index 0000000..3f71d47 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fdae10f3280d0786127ff50292d4836490c6445dd773e499853ea06b0a7aa2 +size 356245 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash21.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash21.png.meta new file mode 100644 index 0000000..e72e049 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash21.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 6c6076316faf3ec48b1600130510cc09 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash21.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash23.png b/Assets/Hovl Studio/HSFiles/Textures/Flash23.png new file mode 100644 index 0000000..7fe7ac7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c96dcfdb0637c3659ba68862853fc087217d151f0d14eb2248360f8a744b5b4 +size 97090 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash23.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash23.png.meta new file mode 100644 index 0000000..dc8ab6f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash23.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: e8e7032ad5b1f6a429eb2632a11b0d5e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash23.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash3.png b/Assets/Hovl Studio/HSFiles/Textures/Flash3.png new file mode 100644 index 0000000..16f42a2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3650bd240f4c913664e104556bde5f86269498b236bf829aabb453e0a56176bc +size 61255 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash3.png.meta new file mode 100644 index 0000000..c25e989 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash3.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0ce86839734cb09488155f80acfb8eee +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash30.png b/Assets/Hovl Studio/HSFiles/Textures/Flash30.png new file mode 100644 index 0000000..af59883 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c66a578fcae050360883f08b8ef1e967625d4f09c7110fbbb0ca3de7f5fe5d +size 142849 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash30.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash30.png.meta new file mode 100644 index 0000000..81d615d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash30.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1308c9c52517e324bade2e62e31ac124 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash30.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash31.png b/Assets/Hovl Studio/HSFiles/Textures/Flash31.png new file mode 100644 index 0000000..937c8c4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb87bc6dbe579bf172eff245ce486bb6ead74459e46ca09ac4d8aa7e8979fb8c +size 27460 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash31.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash31.png.meta new file mode 100644 index 0000000..82fa320 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash31.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5bbdafca0dc4e1e43aed87a64e12484e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash31.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash32.png b/Assets/Hovl Studio/HSFiles/Textures/Flash32.png new file mode 100644 index 0000000..5688189 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ddae86e9dee1483c066d3747fd48e6881fad43082475999d0a71a53bf18ca6 +size 51181 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash32.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash32.png.meta new file mode 100644 index 0000000..69169e6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash32.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a739f31abb2aa0a43a78d4aabfe78bd1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash32.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash33.png b/Assets/Hovl Studio/HSFiles/Textures/Flash33.png new file mode 100644 index 0000000..e28c182 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d49c8e9e55150872177a326bc3cffd487871facc7279e4ff59efab714f5baca +size 189428 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash33.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash33.png.meta new file mode 100644 index 0000000..839cbf6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash33.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: bba5a7bfbd1ea614d96edf1addc11ee4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash33.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash34.png b/Assets/Hovl Studio/HSFiles/Textures/Flash34.png new file mode 100644 index 0000000..0b705d5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9801bdc464c8372a904005370dfde457d9ffd9dee792312daa4d0c78f38e46b +size 7847 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash34.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash34.png.meta new file mode 100644 index 0000000..6405b66 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash34.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 8086ba3c1fd0f4040af60d27c82edbb5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash34.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash35.png b/Assets/Hovl Studio/HSFiles/Textures/Flash35.png new file mode 100644 index 0000000..52c4d9a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b6553e40e805b9aeaef578e8df424f83137359bbab29605b534109801ac796 +size 79787 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash35.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash35.png.meta new file mode 100644 index 0000000..b76ad89 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash35.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 1b58656efa534c14fb89747b0629d213 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash35.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash36.png b/Assets/Hovl Studio/HSFiles/Textures/Flash36.png new file mode 100644 index 0000000..2b19520 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1d8b0b5869b3b23c6690b16b55745a50f19356aa5ade3a24c973406c1b9592 +size 23601 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash36.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash36.png.meta new file mode 100644 index 0000000..da76905 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash36.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 1cee761e0c1bb424ebd4139d265a1032 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash36.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash38.png b/Assets/Hovl Studio/HSFiles/Textures/Flash38.png new file mode 100644 index 0000000..271b2a8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a85a005dc7ece6750b182d0ec9fe0a00806c41ea42501192f6361c49d0b98d +size 118842 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash38.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash38.png.meta new file mode 100644 index 0000000..0416931 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash38.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: b49687c3cb7b9634398cc5dfaf1e14aa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash38.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash39.png b/Assets/Hovl Studio/HSFiles/Textures/Flash39.png new file mode 100644 index 0000000..c8754a7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66af08489dd8c8040e8d1ebad05fb2c88d68937a6b13e250b23965255a75119a +size 120175 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash39.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash39.png.meta new file mode 100644 index 0000000..a7ace8f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash39.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 0d0044b0b4deb4f40829355229dd2499 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash39.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash40.png b/Assets/Hovl Studio/HSFiles/Textures/Flash40.png new file mode 100644 index 0000000..93fdabd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e321736442a7fc70b1bcb6b938576aaf8a2a8c243f2d0e382b3015e52e4001a7 +size 131974 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash40.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash40.png.meta new file mode 100644 index 0000000..e6e15fb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash40.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 986fe2d1a872c4948bf719974d9d861d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash40.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash41.png b/Assets/Hovl Studio/HSFiles/Textures/Flash41.png new file mode 100644 index 0000000..47c09bf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334a14d75784b6c12c4dcfc9199b795dec1bc9737540bd273e3942acd8d49642 +size 159781 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash41.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash41.png.meta new file mode 100644 index 0000000..a891e67 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash41.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 4449161b0649e2e4182cc80b495a2b80 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash41.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash42.png b/Assets/Hovl Studio/HSFiles/Textures/Flash42.png new file mode 100644 index 0000000..5398f3d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0202a95a4eb02181fbd8ab408d32bf26036b046be6f9afbdf63ce698974f84bb +size 172385 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash42.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash42.png.meta new file mode 100644 index 0000000..ea837cd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash42.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: ca765d99e6475244d9dac050944a2248 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash42.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash43.png b/Assets/Hovl Studio/HSFiles/Textures/Flash43.png new file mode 100644 index 0000000..da59b3d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94003c8095e4c95d1d4341fec70fe3857818459d509569d980c36e4b2ca059cc +size 93380 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash43.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash43.png.meta new file mode 100644 index 0000000..0402e64 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash43.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: fca3a6791bef3c04ebdf664504cea413 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash43.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash44.png b/Assets/Hovl Studio/HSFiles/Textures/Flash44.png new file mode 100644 index 0000000..4aceedf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2504db1972753776819c819f761c4e06a2a45c74928e5008945b00b8f9e13e00 +size 118904 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash44.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash44.png.meta new file mode 100644 index 0000000..6028865 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash44.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: f7ef31c04b058234094d440bf95b4711 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash44.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash45.png b/Assets/Hovl Studio/HSFiles/Textures/Flash45.png new file mode 100644 index 0000000..9000eb6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bf371599b497faed04f8466ecf2bc9c5d7ffe175dbb74ef78cd16ee82c382b +size 54012 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash45.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash45.png.meta new file mode 100644 index 0000000..fc9507a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash45.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 0ffc9214542d33744b70e91c979c66fe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash45.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash5.png b/Assets/Hovl Studio/HSFiles/Textures/Flash5.png new file mode 100644 index 0000000..aae601a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631401c09bb6e3a5bbf1f17ee9db3743e85fb4ef0a5173d703ceef0bcd8661ae +size 89646 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash5.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash5.png.meta new file mode 100644 index 0000000..48fdcdd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash5.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 4923584ea5d520e488b2e00a9b337928 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash5.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash7.png b/Assets/Hovl Studio/HSFiles/Textures/Flash7.png new file mode 100644 index 0000000..bdd6554 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8633fced7dbef24c94b1182f3819396afcae6a243bd814545112d9b194a7a075 +size 53529 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Flash7.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Flash7.png.meta new file mode 100644 index 0000000..69a9349 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Flash7.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bec5c7c44540e99458f061f069c981a8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Flash7.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Glow1.png b/Assets/Hovl Studio/HSFiles/Textures/Glow1.png new file mode 100644 index 0000000..a236938 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Glow1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2687c2b0aa3ec835f4a8d4ace9879b544be6b2887a865dd977bc6405b6e4ead5 +size 43916 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Glow1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Glow1.png.meta new file mode 100644 index 0000000..131ff3d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Glow1.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 7605196420d204945843c4c794c58361 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Glow1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Glow1n.png b/Assets/Hovl Studio/HSFiles/Textures/Glow1n.png new file mode 100644 index 0000000..a236938 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Glow1n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2687c2b0aa3ec835f4a8d4ace9879b544be6b2887a865dd977bc6405b6e4ead5 +size 43916 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Glow1n.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Glow1n.png.meta new file mode 100644 index 0000000..c3ab2ee --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Glow1n.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: c79a3ad90ab09a344bdbea00ed78fe75 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 1 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 1 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Glow1n.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Glow2.png b/Assets/Hovl Studio/HSFiles/Textures/Glow2.png new file mode 100644 index 0000000..2810dd0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Glow2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f66a55f240de966498c3c51a85c6cf69d462e97f32d4a94c7aeb8a384ca9451 +size 3895 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Glow2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Glow2.png.meta new file mode 100644 index 0000000..c3d8e7a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Glow2.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 1a81e58b548772f47ae600c8c4b14255 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Glow2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gold1.png b/Assets/Hovl Studio/HSFiles/Textures/Gold1.png new file mode 100644 index 0000000..82a3cbf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gold1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da15868fa200260282199b6e7f972847dfef5d998a1fce0051d3c92e15f4c66c +size 287022 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gold1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gold1.png.meta new file mode 100644 index 0000000..a886ccf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gold1.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: a73d7799882c40946a37359a732c0d45 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gold1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gold2.png b/Assets/Hovl Studio/HSFiles/Textures/Gold2.png new file mode 100644 index 0000000..ac5688c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gold2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b325cd2abacd6352f8b8e5b63c7d4e260bd26434bc863c34c2d862a80eac0dad +size 75342 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gold2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gold2.png.meta new file mode 100644 index 0000000..295f723 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gold2.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 10be3eb66d4b7aa4aa6eaf6c64a7f0dc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gold2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient10.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient10.png new file mode 100644 index 0000000..9c32243 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51098a7abf762d404c5e0743d5249ba0c175f3f273c2103fb8ee94933cbb9053 +size 29963 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient10.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient10.png.meta new file mode 100644 index 0000000..f1b3cb1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient10.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: f7f9d0eccf5f76a4db7fc1591cadcf34 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient10.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient11.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient11.png new file mode 100644 index 0000000..0168793 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4036854c3c3b8b712e5d8dca855d10955cbe8d5d69b18d86352371924ed8335 +size 1735 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient11.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient11.png.meta new file mode 100644 index 0000000..f80499a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient11.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: e535306ab7c05d54294264b1d2c16fd5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient11.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient12.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient12.png new file mode 100644 index 0000000..f932f41 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23920f8efc3402a768d4aa7c776b8a6cfa32fd5026ed68e680c573a4f79ccbf6 +size 1329 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient12.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient12.png.meta new file mode 100644 index 0000000..b2b2bcd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient12.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 32a2a0fff0c45634fb83d8d541ab67a1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient12.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient13.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient13.png new file mode 100644 index 0000000..a2971b3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399e2cfbf2d9b2348b333e9a3a999625cec38f88b235a95c8d915ada26af50d7 +size 131553 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient13.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient13.png.meta new file mode 100644 index 0000000..fbd314f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient13.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 958819898bd75f3458a6901fc77b4082 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient13.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient14.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient14.png new file mode 100644 index 0000000..c18c0d3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280e835d1e974f44de8c8ccbc3a9c4e50345e63716be166821a34505d1d4684a +size 104649 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient14.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient14.png.meta new file mode 100644 index 0000000..3cfbd20 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient14.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: e841d5ab4e2f31945b79eee62b51064a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient14.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient15.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient15.png new file mode 100644 index 0000000..f0c9c8f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd65308a9f21c9b643679b559418773e51fc58c13268343d48198a7a5f6b350 +size 1433 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient15.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient15.png.meta new file mode 100644 index 0000000..f94d79c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient15.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 680ed321f94f60744a581c7a50bf07ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient15.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient17.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient17.png new file mode 100644 index 0000000..aa98cf6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf7f22518fdd35f06f7e8f742fe42775bfadbf38f7689f9c85860ebb721bc04 +size 17870 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient17.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient17.png.meta new file mode 100644 index 0000000..9371a8f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient17.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 61e68320eb0a34646ae9e7855bba9d92 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient17.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient21.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient21.png new file mode 100644 index 0000000..813c602 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ab145d163111750c62dd13a568e1d1992ec51930520923500268b42dd218c4 +size 3569 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient21.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient21.png.meta new file mode 100644 index 0000000..b0386a4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient21.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 6bfcf4e90d569ce4484888b0aee7d89d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient21.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient3Repeat.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient3Repeat.png new file mode 100644 index 0000000..87d43e1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient3Repeat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305c107674296a70e8b63ade55d43d66f0b96674fe1c9ad52c7ce608d8dd27cd +size 2730 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient3Repeat.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient3Repeat.png.meta new file mode 100644 index 0000000..09763ef --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient3Repeat.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: c815ff65f7d115d49b3768f7647db1c1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient3Repeat.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient3r.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient3r.png new file mode 100644 index 0000000..34ecbdf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient3r.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da017c2eb00fdc01a93ecbdb525caa0b358dafe9607b9db7617af07a5a1ccce4 +size 1453 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient3r.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient3r.png.meta new file mode 100644 index 0000000..48c1527 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient3r.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ed3a5efebe958ba429d350e04f14d1ab +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient3r.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient3t.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient3t.png new file mode 100644 index 0000000..d473bfc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient3t.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d944d4de0130fb5798552ea985eebede76d376a5e29ce9d6f74120af9908401 +size 1465 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient3t.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient3t.png.meta new file mode 100644 index 0000000..b3956a8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient3t.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: fb6ed9f6221d0244f89fd5c8467e8624 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient3t.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient4.3.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient4.3.png new file mode 100644 index 0000000..66ecafb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient4.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6080ebadcffe6ddcd47ee72ecc303c41e130b74fad46ed75e63dbf41f9a2e9 +size 1793 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient4.3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient4.3.png.meta new file mode 100644 index 0000000..e84c9e7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient4.3.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 396f38a210576e54e859be3bfc253e2d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient4.3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient6.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient6.png new file mode 100644 index 0000000..611c822 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a898ca04c795e07075abad34d3eebd486236ac4502d5eef197c6afcb2fd94d8 +size 4393 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient6.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient6.png.meta new file mode 100644 index 0000000..4710887 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient6.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 951dec6467ac08244b806b6a40ae5a53 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient6.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient7.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient7.png new file mode 100644 index 0000000..31b7d71 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad2c0343c3d955e547107342084f6b7c2a019c23585ee93dda5cc905d6a6adc +size 1281 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient7.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient7.png.meta new file mode 100644 index 0000000..171b09e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient7.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a4ba2bd4b0bb17e4fab41ceaec17b81e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient7.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient8.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient8.png new file mode 100644 index 0000000..55ebb2d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b924e9ea9e40af273118f841dada3165396f1e842b4009038292af0ce43a5c +size 2002 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient8.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient8.png.meta new file mode 100644 index 0000000..58c45a5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient8.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 5b66e25d75ad8bc47a270f48df3ae17d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient8.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient9.png b/Assets/Hovl Studio/HSFiles/Textures/Gradient9.png new file mode 100644 index 0000000..aad72dd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f036ca1adce39b8ead3d0e5e3a1fdb8078a4cb81d538afb938125a7c66169a1c +size 6867 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Gradient9.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Gradient9.png.meta new file mode 100644 index 0000000..eee92ac --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Gradient9.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: e505e649e0a8d5045985b89a5176bdc5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Gradient9.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/HPwater2.png b/Assets/Hovl Studio/HSFiles/Textures/HPwater2.png new file mode 100644 index 0000000..a1d60f2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/HPwater2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd12c7b27680eb7d5831e45f62f4555b9c8398afc92d3859b84467f366c57ed +size 78039 diff --git a/Assets/Hovl Studio/HSFiles/Textures/HPwater2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/HPwater2.png.meta new file mode 100644 index 0000000..cf08704 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/HPwater2.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: da451e98bc9edb741970c6e5de9d68e1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/HPwater2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/HPwater4.png b/Assets/Hovl Studio/HSFiles/Textures/HPwater4.png new file mode 100644 index 0000000..c2dd317 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/HPwater4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa800ca324a1ce238530871f790e32d1469194a8276fa8551a0ec4263630b7c5 +size 101605 diff --git a/Assets/Hovl Studio/HSFiles/Textures/HPwater4.png.meta b/Assets/Hovl Studio/HSFiles/Textures/HPwater4.png.meta new file mode 100644 index 0000000..5dde752 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/HPwater4.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 1448aa1b2adb6f84bba55ad7b55b4d04 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/HPwater4.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/HandPaintedLightning2.png b/Assets/Hovl Studio/HSFiles/Textures/HandPaintedLightning2.png new file mode 100644 index 0000000..f1fbe80 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/HandPaintedLightning2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198eb364673dd910f34236610ac4dc64af12b20d24412b4258127fa58ebc2cb5 +size 39828 diff --git a/Assets/Hovl Studio/HSFiles/Textures/HandPaintedLightning2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/HandPaintedLightning2.png.meta new file mode 100644 index 0000000..fa5cfa8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/HandPaintedLightning2.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e1f5daa4611af4844a03ec5a45012456 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/HandPaintedLightning2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Heart3.png b/Assets/Hovl Studio/HSFiles/Textures/Heart3.png new file mode 100644 index 0000000..6d018b2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Heart3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88953ccb2891cb4c05bcc8674494a972ea629a5dbe6a1731baae4110c679b92 +size 73229 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Heart3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Heart3.png.meta new file mode 100644 index 0000000..c3d0cde --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Heart3.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: a6dea954fdcd12549a7238623e605ec1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Heart3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Hexagons1.png b/Assets/Hovl Studio/HSFiles/Textures/Hexagons1.png new file mode 100644 index 0000000..6c356fa --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Hexagons1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4786e6ba2d2d95c92c3b34ea587e2a274db571572b747bf46b764c6dbf7bbae +size 18970 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Hexagons1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Hexagons1.png.meta new file mode 100644 index 0000000..ce0f851 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Hexagons1.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: dc4cdfd7130f84c44b21fb3c00d9f809 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Hexagons1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Ice9.png b/Assets/Hovl Studio/HSFiles/Textures/Ice9.png new file mode 100644 index 0000000..b6f7f42 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Ice9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6ad3888a554a636a9af95d76472ede1dd3b40dab0468a54b41b1a738b2a4db +size 690402 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Ice9.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Ice9.png.meta new file mode 100644 index 0000000..28f3ba6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Ice9.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: dc6f0d63157418d4bafa47460840901a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Ice9.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Impact1.png b/Assets/Hovl Studio/HSFiles/Textures/Impact1.png new file mode 100644 index 0000000..71cbc26 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Impact1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554c5536fc3b285a6e271984bc21654a03b2c643a933d1d76f5b7632251edcbb +size 55087 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Impact1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Impact1.png.meta new file mode 100644 index 0000000..056cc0d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Impact1.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ce1df00fc0684d5409762ed3d5e619bb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Impact1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Jellyfish.png b/Assets/Hovl Studio/HSFiles/Textures/Jellyfish.png new file mode 100644 index 0000000..ad529f2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Jellyfish.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b553b0bd07248df2962d951d767fd5ddc5930222b4182cd2e7f8e1420e9b43e +size 69382 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Jellyfish.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Jellyfish.png.meta new file mode 100644 index 0000000..8930a09 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Jellyfish.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 7c992497cebfcef40a70c65df471ac45 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Jellyfish.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Leaf11.png b/Assets/Hovl Studio/HSFiles/Textures/Leaf11.png new file mode 100644 index 0000000..b22dcec --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Leaf11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8dfe3dae6c89c1ee5b7b0a8e2f71f1a2a6949da7e82d67c770658fa524c8799 +size 88171 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Leaf11.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Leaf11.png.meta new file mode 100644 index 0000000..a8a2dd2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Leaf11.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: a45acfdf2ce6fbb4ea2bf46b9a4b83d1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Leaf11.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Leaf2.png b/Assets/Hovl Studio/HSFiles/Textures/Leaf2.png new file mode 100644 index 0000000..d4f929b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Leaf2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e495c30d4339237f99593a2fe1b24dc37d300ba5d7a663bc7c018a9e9b987fcb +size 46087 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Leaf2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Leaf2.png.meta new file mode 100644 index 0000000..a618722 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Leaf2.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 079858874eafa2249866eb49a9d1a58d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Leaf2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Lightning11.png b/Assets/Hovl Studio/HSFiles/Textures/Lightning11.png new file mode 100644 index 0000000..2fb17a8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Lightning11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f275d791413dcbfaf316a23b384b3fbcff6399aa2bc9e6b507288bde765dca3 +size 122498 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Lightning11.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Lightning11.png.meta new file mode 100644 index 0000000..bf1bfee --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Lightning11.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: a3ac268ca3cacba4fbd39fdbef21ff67 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Lightning11.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Lightning17.png b/Assets/Hovl Studio/HSFiles/Textures/Lightning17.png new file mode 100644 index 0000000..f68c7ae --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Lightning17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1687592cf4f38650c5582602f5a8bc34bc9b00d01b992a8b04d5e2afc256e0e +size 62889 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Lightning17.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Lightning17.png.meta new file mode 100644 index 0000000..bc86cb8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Lightning17.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 386e34c574a9db146a23947b797d9b19 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Lightning17.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Line3.png b/Assets/Hovl Studio/HSFiles/Textures/Line3.png new file mode 100644 index 0000000..485ea42 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Line3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a22211ce1a42aa551d9a65fa466b6090559853c3d2394924f322a5e7815732 +size 3188 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Line3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Line3.png.meta new file mode 100644 index 0000000..bd59c1f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Line3.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: a119dc3bf61a5f74a92c2083a429bfdd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Line3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MagicCircle50.png b/Assets/Hovl Studio/HSFiles/Textures/MagicCircle50.png new file mode 100644 index 0000000..fe6f7ef --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MagicCircle50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09275e2ce1a849cfae4a39fe5954ac3fdd7a03d0f0975f134d791177b8358381 +size 332610 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MagicCircle50.png.meta b/Assets/Hovl Studio/HSFiles/Textures/MagicCircle50.png.meta new file mode 100644 index 0000000..35ec9e3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MagicCircle50.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: b398cc573a63c7249af829f7f8de0c33 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 1 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/MagicCircle50.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MagicCircle51.png b/Assets/Hovl Studio/HSFiles/Textures/MagicCircle51.png new file mode 100644 index 0000000..7af6e3f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MagicCircle51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4f7d857d71c20bec8293175b53d5971ce4249127daae8a9980bb8f6920c7ab +size 876904 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MagicCircle51.png.meta b/Assets/Hovl Studio/HSFiles/Textures/MagicCircle51.png.meta new file mode 100644 index 0000000..f8e2f11 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MagicCircle51.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 066524a80e5b29a42817d8249e80eed5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/MagicCircle51.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MagicCircle62.png b/Assets/Hovl Studio/HSFiles/Textures/MagicCircle62.png new file mode 100644 index 0000000..46fa422 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MagicCircle62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626fd23f5950ed9ff10e35df89ca4d3b79c6e7c8a5e7c8dc1bc74b779ea74858 +size 511577 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MagicCircle62.png.meta b/Assets/Hovl Studio/HSFiles/Textures/MagicCircle62.png.meta new file mode 100644 index 0000000..e293653 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MagicCircle62.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 3627f73926c6a824197ab150ff33672f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/MagicCircle62.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask23.png b/Assets/Hovl Studio/HSFiles/Textures/Mask23.png new file mode 100644 index 0000000..a6cf20a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fbca9da4de33f1b031e473242d29350b5b662da7537f2d9c0b26a9b7b16549 +size 226077 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask23.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Mask23.png.meta new file mode 100644 index 0000000..bfa5f2a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask23.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fbf437916e36d824a8cce436ab5d55d2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Mask23.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask27.3.png b/Assets/Hovl Studio/HSFiles/Textures/Mask27.3.png new file mode 100644 index 0000000..59f3b29 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask27.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3fbd06eb3ae9c3790c0c1f80dc864af08307f6b0fd3aa14ecd9910e7f5dee9 +size 92772 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask27.3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Mask27.3.png.meta new file mode 100644 index 0000000..694f0f0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask27.3.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: deb3a20dfe298274f826c00f582dcca2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Mask27.3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask33.png b/Assets/Hovl Studio/HSFiles/Textures/Mask33.png new file mode 100644 index 0000000..794ec8b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7ec23135bb0f27846adefa64d6fd7c858bc5ef56912bd7f586e108770db214 +size 34245 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask33.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Mask33.png.meta new file mode 100644 index 0000000..e6323f3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask33.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 17784056104067443abd4a30f329b1a1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Mask33.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask45.png b/Assets/Hovl Studio/HSFiles/Textures/Mask45.png new file mode 100644 index 0000000..b7dde16 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb86f03647ac15be31b4a13c3daae5cf6eb86f252cf36c5df52045cfd7ac484d +size 29210 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask45.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Mask45.png.meta new file mode 100644 index 0000000..60fbf11 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask45.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 49ac7b1a8d5f80b43a940ab835c429a0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Mask45.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask46.png b/Assets/Hovl Studio/HSFiles/Textures/Mask46.png new file mode 100644 index 0000000..b8e2b59 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0747574b778aec351bed51e5737acc72d593a671b6045c1fba02a39a9e3ce3 +size 266448 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask46.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Mask46.png.meta new file mode 100644 index 0000000..8a89eb5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask46.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 2140f1b8678b1a847ab0c137987c632e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Mask46.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask53.png b/Assets/Hovl Studio/HSFiles/Textures/Mask53.png new file mode 100644 index 0000000..51dd9b9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df374bae5e08c6749176b7af1bcc539455d03042fb6bffefe6787fdad70ec080 +size 243935 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask53.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Mask53.png.meta new file mode 100644 index 0000000..e147c00 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask53.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: faad867e2fb44644daa723d607f5b3ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Mask53.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask61.png b/Assets/Hovl Studio/HSFiles/Textures/Mask61.png new file mode 100644 index 0000000..4319f0d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd9c76c870a4b1a51e677bf7dbd8d386033d7696cd7f1dbf15a85902357d8b8 +size 215799 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask61.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Mask61.png.meta new file mode 100644 index 0000000..eb22618 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask61.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: a353921b85138144bb85659bba1f3151 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Mask61.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask62.png b/Assets/Hovl Studio/HSFiles/Textures/Mask62.png new file mode 100644 index 0000000..1426ae8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f72b0a54843bc11e528889df5b3fee43ee8598beef8f21536435fc37ae3be0 +size 143382 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask62.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Mask62.png.meta new file mode 100644 index 0000000..df31e5d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask62.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 56f26a8479bfec14393f49be0c968d13 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Mask62.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask64.png b/Assets/Hovl Studio/HSFiles/Textures/Mask64.png new file mode 100644 index 0000000..f06f0b0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d26d2713d5c0e5d6d254e3f1cdf5f05dde4e014f3041ac5cb141c9d13c4d26 +size 57099 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask64.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Mask64.png.meta new file mode 100644 index 0000000..1651c8c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask64.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 0e5c3626e7a3c0045a969bb7180debd9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Mask64.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask65.png b/Assets/Hovl Studio/HSFiles/Textures/Mask65.png new file mode 100644 index 0000000..a75b8d9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d39ad7302d4a94740866d7e37e82d6a1e8956f9f515369bbd7af4f18f4e3d0f +size 84748 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask65.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Mask65.png.meta new file mode 100644 index 0000000..4c9e7de --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask65.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: afb264136c41c54468f71d3326028603 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Mask65.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask66.png b/Assets/Hovl Studio/HSFiles/Textures/Mask66.png new file mode 100644 index 0000000..8dfad81 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cb7996effa572c8c609d894e88370310230368dc0ddd5e7dbb1b5d54070eab +size 152521 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask66.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Mask66.png.meta new file mode 100644 index 0000000..f441ac3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask66.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 0e23965b00021e84bb128e5b4c040f94 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Mask66.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask9.png b/Assets/Hovl Studio/HSFiles/Textures/Mask9.png new file mode 100644 index 0000000..1fc84cb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f0d7d749a4c57aae70845b4a162a4e273caebc6f2035698e64fe020927b454 +size 20307 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Mask9.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Mask9.png.meta new file mode 100644 index 0000000..91e8cbd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Mask9.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 4f52c7f1d1950c048a218f314911f3ef +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Mask9.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MaskForShader.png b/Assets/Hovl Studio/HSFiles/Textures/MaskForShader.png new file mode 100644 index 0000000..5b3f27d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MaskForShader.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a619a98e00eef09b77de94f15bba24304c201e9a8b549c48dc6123e5e73ac387 +size 50534 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MaskForShader.png.meta b/Assets/Hovl Studio/HSFiles/Textures/MaskForShader.png.meta new file mode 100644 index 0000000..e4d0721 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MaskForShader.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 60d224affeaecf84ead5a8b24c6c9995 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 1 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/MaskForShader.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures.meta b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures.meta new file mode 100644 index 0000000..97fb3c0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 96bf9a3c7e03501419b71b3bd1040ce9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab.png b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab.png new file mode 100644 index 0000000..7ed0fb0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b876661f0e1da88cc0ee2f893b45c8cf4423d99478b52e022e8e3e77fea20c +size 7086441 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab.png.meta b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab.png.meta new file mode 100644 index 0000000..7707e5a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 1b13dc101cf2ac7418019fd776161658 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_MetallicSmoothness.png b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_MetallicSmoothness.png new file mode 100644 index 0000000..9db5f2a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_MetallicSmoothness.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ff07ca2b87e4b543f188798af5647845f770c9ecd894308ccb37c4876525f6 +size 3699535 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_MetallicSmoothness.png.meta b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_MetallicSmoothness.png.meta new file mode 100644 index 0000000..8fa87bb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_MetallicSmoothness.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: a685c8f461a651a46a2631ea3decafae +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_MetallicSmoothness.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_Normal.png b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_Normal.png new file mode 100644 index 0000000..7674af4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_Normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01938bf0c5aac523dc2bf88be410bef6832b29b4acff9fb7398286beb2a6c44f +size 8322818 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_Normal.png.meta b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_Normal.png.meta new file mode 100644 index 0000000..e2be8b4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_Normal.png.meta @@ -0,0 +1,113 @@ +fileFormatVersion: 2 +guid: 3a0dde7201a17f646865e8deeac56596 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Concrete slab_Normal.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon.png b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon.png new file mode 100644 index 0000000..11e71b8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b1f754e8f3cfb6bd2a23049976e6f62b3aa204131b1b35cf9f7273238fe7f8 +size 892606 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon.png.meta b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon.png.meta new file mode 100644 index 0000000..1a57c8f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: e42e96085de5f264b9d2c18443664cc1 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon_Emissive.png b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon_Emissive.png new file mode 100644 index 0000000..6fc314f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon_Emissive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f328b7d195dbb7e3da53e6c5c000e9954a28b8c076c71bbd6ba85a8ec3cefb +size 578959 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon_Emissive.png.meta b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon_Emissive.png.meta new file mode 100644 index 0000000..68a95b4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon_Emissive.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 81a573845f9c862459bae3187d3c7388 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Dragon_Emissive.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Ice2.psd b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Ice2.psd new file mode 100644 index 0000000..21f24f6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Ice2.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edde96308210c3657b2e205f5eeef960a9a4549e22bdc6e77c208d3c3d78bf60 +size 1924632 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Ice2.psd.meta b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Ice2.psd.meta new file mode 100644 index 0000000..63ef9a5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Ice2.psd.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: 934f5516540bbbb43a84081a0be15aad +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: -1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/MeshTextures/Ice2.psd + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Moon1.png b/Assets/Hovl Studio/HSFiles/Textures/Moon1.png new file mode 100644 index 0000000..18855ec --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Moon1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df1b91d5a5fdebd54ee00df6040d83b10628a84853fb9e1b513a9fd6fbc02e1 +size 28139 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Moon1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Moon1.png.meta new file mode 100644 index 0000000..113c822 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Moon1.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 65a93ed0af94d2649a111afe1275c0e0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Moon1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MuzzleFlash3.png b/Assets/Hovl Studio/HSFiles/Textures/MuzzleFlash3.png new file mode 100644 index 0000000..22f3a33 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MuzzleFlash3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c472934d32ff155fd0ba22c71451fbabb67c3650f10416c6fd839fa963b52e6 +size 150846 diff --git a/Assets/Hovl Studio/HSFiles/Textures/MuzzleFlash3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/MuzzleFlash3.png.meta new file mode 100644 index 0000000..3cd0fcc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/MuzzleFlash3.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e8ca94d9ed7859e4685246ec93292fba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/MuzzleFlash3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise1.png b/Assets/Hovl Studio/HSFiles/Textures/Noise1.png new file mode 100644 index 0000000..f22098e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5333d4e9992cd0c414f6fa0a03fefb721bb17d9134fcd3b0b16c847a02441b9 +size 218507 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise1.png.meta new file mode 100644 index 0000000..d2efd16 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise1.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e199ee8112362864f831425463b09fda +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise13.png b/Assets/Hovl Studio/HSFiles/Textures/Noise13.png new file mode 100644 index 0000000..960cec3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406df9f0065a38e0beb39ed2564bc0577344e0bcd0bd1b7aadcde7c8e35e18b3 +size 26280 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise13.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise13.png.meta new file mode 100644 index 0000000..0fb90d5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise13.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 9837737d0a9fbec4bb2dcfc7ad0d6e9a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise13.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise20.png b/Assets/Hovl Studio/HSFiles/Textures/Noise20.png new file mode 100644 index 0000000..68e0b85 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe910c6feb9befb2aeba0589eab423061eb31498ca22efa05c5e1e317565bf5 +size 106715 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise20.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise20.png.meta new file mode 100644 index 0000000..72b6767 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise20.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 6c30e7fd3707abd46b699f0cdaf6086d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise20.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise28.png b/Assets/Hovl Studio/HSFiles/Textures/Noise28.png new file mode 100644 index 0000000..678c360 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94591c82e5c67019fde7d11ea433012eaefdda4e60822170162165a586afd7f9 +size 390459 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise28.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise28.png.meta new file mode 100644 index 0000000..8a4859f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise28.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 04a40b50e9e63ed43af8af28f2ba4f86 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise28.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise34.png b/Assets/Hovl Studio/HSFiles/Textures/Noise34.png new file mode 100644 index 0000000..201f5fd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ca803e505092c265ca059b363cde587ca2748fea130b2d846657532073d63b +size 289770 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise34.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise34.png.meta new file mode 100644 index 0000000..2ab4e50 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise34.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 3f1d4fadb37c37e4488860109d7dce4b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise34.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise35.png b/Assets/Hovl Studio/HSFiles/Textures/Noise35.png new file mode 100644 index 0000000..1d3010a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591a7cd9058c4fb9c9135746e7eb744447f75007dbefdb33bc31ddfab56baddc +size 241407 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise35.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise35.png.meta new file mode 100644 index 0000000..e45fa20 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise35.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: beea0694d337e23449c7d21e4dfef1cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise35.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise35n.png b/Assets/Hovl Studio/HSFiles/Textures/Noise35n.png new file mode 100644 index 0000000..201f5fd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise35n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ca803e505092c265ca059b363cde587ca2748fea130b2d846657532073d63b +size 289770 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise35n.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise35n.png.meta new file mode 100644 index 0000000..491c78c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise35n.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 9d5139686547cd24983e1c90ad7e4c33 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 1 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 1 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise35n.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise41.png b/Assets/Hovl Studio/HSFiles/Textures/Noise41.png new file mode 100644 index 0000000..1b2b545 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cfdf17ce1d2b5701cdf7b50af32a3704b4282dcb9a16bf89873ab3799269e8 +size 553952 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise41.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise41.png.meta new file mode 100644 index 0000000..6c59ee0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise41.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1eae6143ce30e2849b37136524e197f0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise41.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise43.png b/Assets/Hovl Studio/HSFiles/Textures/Noise43.png new file mode 100644 index 0000000..95821a8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b478bf17c3627527bba8d08e6cb97e7a88d2f454a43a980fc6920ac3f5401c32 +size 575262 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise43.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise43.png.meta new file mode 100644 index 0000000..daf2595 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise43.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6701bfb8e762cd54e96d8dc1a763d942 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise43.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise49.png b/Assets/Hovl Studio/HSFiles/Textures/Noise49.png new file mode 100644 index 0000000..652d040 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97d46f3662764b4bfa0a4314b114acaf8e6d652e864a618986ec0a5517ca9b2 +size 438420 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise49.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise49.png.meta new file mode 100644 index 0000000..2731a37 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise49.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 4c66a60e1284aa34199758ca16976171 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise49.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise50.png b/Assets/Hovl Studio/HSFiles/Textures/Noise50.png new file mode 100644 index 0000000..9d041f4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42682319f974b126fb92fdaafc65d64e42013df1e42990bebf9b173832f246af +size 1543102 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise50.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise50.png.meta new file mode 100644 index 0000000..3f735f3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise50.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 4e3951c538fc8a647a4a10a99b480987 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise50.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise50b.png b/Assets/Hovl Studio/HSFiles/Textures/Noise50b.png new file mode 100644 index 0000000..9fb532a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise50b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deabfd06cc3f7cbb2ba4490c5f0430fe1b631bac2741cf2b9f31acf5be27632f +size 46207 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise50b.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise50b.png.meta new file mode 100644 index 0000000..cfb01b0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise50b.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 6f39b8311bcda2c49ba60a3572c45826 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise50b.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise51.png b/Assets/Hovl Studio/HSFiles/Textures/Noise51.png new file mode 100644 index 0000000..66028a7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba9d6c3a5fa39e575386160b2af17884e275c3e8c9e44dbafef0408c02de81c +size 82721 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise51.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise51.png.meta new file mode 100644 index 0000000..3bc39f2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise51.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: e793730e1790ae2408948cf883bcac1a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise51.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise53.png b/Assets/Hovl Studio/HSFiles/Textures/Noise53.png new file mode 100644 index 0000000..e4751de --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a12b90e567d947f1240ccfaf9b40c05c971de5320f77de08234615e9175ccfa +size 2717889 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise53.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise53.png.meta new file mode 100644 index 0000000..4a9e375 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise53.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 7d68a918c0765ff46bd6aa7513519399 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise53.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise60.png b/Assets/Hovl Studio/HSFiles/Textures/Noise60.png new file mode 100644 index 0000000..2a3ba43 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4ee97f4d8bd31a73be8d77bc31a6bdef6263519723eafeaf49890438a77aed +size 361319 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise60.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise60.png.meta new file mode 100644 index 0000000..0951aa5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise60.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 504af480bf390244c9d668ffc7a78f18 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise60.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise61.png b/Assets/Hovl Studio/HSFiles/Textures/Noise61.png new file mode 100644 index 0000000..954debd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60228bd12124887c03224ccee6197a29d4572b484eb799b067933f8a9e0e2270 +size 42522 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise61.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise61.png.meta new file mode 100644 index 0000000..38aa473 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise61.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: fb6c79072be94f24b95bdaea18ff8abd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise61.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise62.png b/Assets/Hovl Studio/HSFiles/Textures/Noise62.png new file mode 100644 index 0000000..ed0abe3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e949b967dab23e948496d1d51a00129169b326b3db3e7724645ff9cc1c2c32 +size 460098 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise62.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise62.png.meta new file mode 100644 index 0000000..75ab0c4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise62.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 24d73a0978aa8264d8d2eafb48f370bb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise62.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise63.png b/Assets/Hovl Studio/HSFiles/Textures/Noise63.png new file mode 100644 index 0000000..9c0d227 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469f4ebb56a26ef12756a25a914778566c9014cdecf7c7fe265ba7fc579d76d2 +size 901810 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise63.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise63.png.meta new file mode 100644 index 0000000..cf20029 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise63.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: fecbc2dbf76d9ab4089330c3e5ee2423 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise63.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise65.png b/Assets/Hovl Studio/HSFiles/Textures/Noise65.png new file mode 100644 index 0000000..f5ac2bd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbc554dab72159219aa008f4e5e430e5fc581f55205fc45d9110797711c5f19 +size 724096 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise65.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise65.png.meta new file mode 100644 index 0000000..8f83c2d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise65.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: d113b1a332c9c6d41a7548303f317b48 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise65.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise68.png b/Assets/Hovl Studio/HSFiles/Textures/Noise68.png new file mode 100644 index 0000000..5b66aff --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba64b269ebe9865e916b23ffada29e3a1c524920cfaff40a223d20ea61481fc6 +size 387470 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise68.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise68.png.meta new file mode 100644 index 0000000..6a3f690 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise68.png.meta @@ -0,0 +1,163 @@ +fileFormatVersion: 2 +guid: 4726b69655d28bd42a240448b857959b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise68.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise69.png b/Assets/Hovl Studio/HSFiles/Textures/Noise69.png new file mode 100644 index 0000000..a8eda08 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5137adaef0421bdf59a8111c54d5399f68696a418e220284de47b4be86a654 +size 272605 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise69.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise69.png.meta new file mode 100644 index 0000000..7382c80 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise69.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 3584f2bf4afb5284d91edb6a29126e62 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise69.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise71.png b/Assets/Hovl Studio/HSFiles/Textures/Noise71.png new file mode 100644 index 0000000..bab5bf6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad48c03f21036df000150f8714bc758387138af9d19bb33fd081e09525a1dcde +size 160322 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise71.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise71.png.meta new file mode 100644 index 0000000..05c206a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise71.png.meta @@ -0,0 +1,163 @@ +fileFormatVersion: 2 +guid: e9124c4ee87148f4091208658b3233e2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise71.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise72.png b/Assets/Hovl Studio/HSFiles/Textures/Noise72.png new file mode 100644 index 0000000..d326b21 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7076e7e45a73b43f9b3f7b84c9815fd92423b59399a18db4750d5acf380a8589 +size 154667 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise72.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise72.png.meta new file mode 100644 index 0000000..b0a4e6d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise72.png.meta @@ -0,0 +1,163 @@ +fileFormatVersion: 2 +guid: 74ed93858b3298e4f93e6146b3ef490c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise72.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise82.png b/Assets/Hovl Studio/HSFiles/Textures/Noise82.png new file mode 100644 index 0000000..642522b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccdbc2834d385759ea4d46e6a8c9658a93ed8c28738b1e69769d5e6296e8d63 +size 286470 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise82.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise82.png.meta new file mode 100644 index 0000000..e1e2a5b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise82.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 1b023024874e6694dbaada51155dd6b7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise82.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise83.png b/Assets/Hovl Studio/HSFiles/Textures/Noise83.png new file mode 100644 index 0000000..908a936 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d61b42930e5398ec0acb0c52ae330a938742ca38e8de2b49a41cb17bf1298d +size 76167 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise83.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise83.png.meta new file mode 100644 index 0000000..4e642bc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise83.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: afe9a7c2164775645b204ecf97b2a09b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise83.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise84.png b/Assets/Hovl Studio/HSFiles/Textures/Noise84.png new file mode 100644 index 0000000..bdfe076 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaad160bc142814201006727bbcbd759e4e6df87ad2f6c16ff8ea1bc162e069e +size 305606 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise84.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise84.png.meta new file mode 100644 index 0000000..c752bcb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise84.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: ff6d0479db5058f42878d15454bd3fc9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise84.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise89.png b/Assets/Hovl Studio/HSFiles/Textures/Noise89.png new file mode 100644 index 0000000..9938ae5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ccdc79c06aef88ce2bffe4eab8512f463686fb5d1ac3e2f3ba931f63036aaa +size 268945 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Noise89.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Noise89.png.meta new file mode 100644 index 0000000..9d3497d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Noise89.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 9a8c64b031a671840b4849046251156e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Noise89.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object1.png b/Assets/Hovl Studio/HSFiles/Textures/Object1.png new file mode 100644 index 0000000..4a8690b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318a81094d1ceb328b5e494c31fa710b8aee34718b6003941ac50bf8dd53e500 +size 45811 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object1.png.meta new file mode 100644 index 0000000..f6627b8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object1.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 77915be38e4ee2a48b695d046d8bf19e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object11.png b/Assets/Hovl Studio/HSFiles/Textures/Object11.png new file mode 100644 index 0000000..fc7fcec --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c32bd84f5ffe6a6bb4b23b2d1334700705640b002b13932f224a983219c3e8e +size 221402 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object11.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object11.png.meta new file mode 100644 index 0000000..f5a6bb3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object11.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3c7235c15c329904886175e8e8d1f461 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object11.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object12.png b/Assets/Hovl Studio/HSFiles/Textures/Object12.png new file mode 100644 index 0000000..010012d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffc728f62bdff91f291e329644d8c20aea19fe87958220f61a8b97a8fd3e8ec +size 177659 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object12.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object12.png.meta new file mode 100644 index 0000000..8d34ade --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object12.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 99c77685cff391f48b5b3bd6a12f315a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object12.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object25.png b/Assets/Hovl Studio/HSFiles/Textures/Object25.png new file mode 100644 index 0000000..29c7a69 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd403a52f14e58c15838b78959e16a7525dd27acc806fa3d2daa66d02a54d5d +size 77744 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object25.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object25.png.meta new file mode 100644 index 0000000..f39ffd2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object25.png.meta @@ -0,0 +1,137 @@ +fileFormatVersion: 2 +guid: f9ebec18fc7015047b675b98be9764a4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object25.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object30.png b/Assets/Hovl Studio/HSFiles/Textures/Object30.png new file mode 100644 index 0000000..cb2fd22 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1150a319132fcb16ee3e8c291e8ed8b920fa3f537738fb9973bdd3b0d02833d5 +size 198806 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object30.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object30.png.meta new file mode 100644 index 0000000..0613194 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object30.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: a9346b90fd735d34cb4aa137170b0db2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object30.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object31.png b/Assets/Hovl Studio/HSFiles/Textures/Object31.png new file mode 100644 index 0000000..b7ac511 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7110d82147fcbdc3936895cebbd798a89db3dde03775669fd68ee6f59254c926 +size 249978 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object31.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object31.png.meta new file mode 100644 index 0000000..4cee0a1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object31.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 25ffb2a3b0da2714f8a80ba49155c7ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object31.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object33.png b/Assets/Hovl Studio/HSFiles/Textures/Object33.png new file mode 100644 index 0000000..4d5a085 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f12d18cec6d296a410ca856dd5f02a5c8af6d7145cf87eee66e0b3a25ea32ee +size 434752 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object33.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object33.png.meta new file mode 100644 index 0000000..f63fac9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object33.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: b85ca5876d25b1c4f90b32a3db1dacf6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object33.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object34.png b/Assets/Hovl Studio/HSFiles/Textures/Object34.png new file mode 100644 index 0000000..e164b6f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7cdfd913ef145ab1f43255e9bf1c35864545c815bc7dcb5689f9ae29597dc2 +size 95350 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object34.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object34.png.meta new file mode 100644 index 0000000..3035910 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object34.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 7f5362bb689ec8e4a8d828dff7470210 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object34.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object35.png b/Assets/Hovl Studio/HSFiles/Textures/Object35.png new file mode 100644 index 0000000..31369df --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca53ac60bdad57fb3310419636d8f186c8460d402d0148ebab27b0f351aaeb9e +size 32240 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object35.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object35.png.meta new file mode 100644 index 0000000..a5414e2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object35.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 41460c09fda696f449b0434005204b31 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object35.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object36.png b/Assets/Hovl Studio/HSFiles/Textures/Object36.png new file mode 100644 index 0000000..8b89f17 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0532c5aa563df23972d5ff480a1ab6c9211f3fe6950037fbd7a574af27c25f +size 113753 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object36.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object36.png.meta new file mode 100644 index 0000000..558eb57 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object36.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 470f72b14a09e24458ccc8e4037f7867 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object36.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object37.png b/Assets/Hovl Studio/HSFiles/Textures/Object37.png new file mode 100644 index 0000000..cd60478 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f6593f1a4a9b41a0c1627d2e054fb0b0a9a2be93ddc1b276afdb64daff57fe +size 14953 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object37.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object37.png.meta new file mode 100644 index 0000000..0ec3ae1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object37.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 46fb0862befcba148a11abe1b155846a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object37.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object38.png b/Assets/Hovl Studio/HSFiles/Textures/Object38.png new file mode 100644 index 0000000..f34afbe --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242052d06efd3200639e57f06b320cde642db5255acd4aff72337f7ac1b0a95e +size 14917 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object38.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object38.png.meta new file mode 100644 index 0000000..8f58d55 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object38.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: c33bc1b8343257a4e8b71af71453e3dc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object38.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object7.png b/Assets/Hovl Studio/HSFiles/Textures/Object7.png new file mode 100644 index 0000000..0c33d7b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770a7d751135c4c6211665cba5e7c7eaea56c08bec5086be058a529d0e32471f +size 46285 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object7.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object7.png.meta new file mode 100644 index 0000000..e1d0bd4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object7.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: c3546555ac7a8d14aafb998b757508df +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object7.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object8.png b/Assets/Hovl Studio/HSFiles/Textures/Object8.png new file mode 100644 index 0000000..f4c8225 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083ac4b58f05e3f34c2f19bbc184e15c1cc895814ec3749cb8537808017c8576 +size 80641 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object8.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object8.png.meta new file mode 100644 index 0000000..f0d097b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object8.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 3e2f50091237e2f48811f26321769c28 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object8.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object8Mask.png b/Assets/Hovl Studio/HSFiles/Textures/Object8Mask.png new file mode 100644 index 0000000..6355086 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object8Mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596e30e55123a963a636eec2675e0b0c27f97bfc7d78597c25d5315cbca6484a +size 36474 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Object8Mask.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Object8Mask.png.meta new file mode 100644 index 0000000..a13540d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Object8Mask.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 7a062e08b89efbb4e9393909027813d9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Object8Mask.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Paint3.png b/Assets/Hovl Studio/HSFiles/Textures/Paint3.png new file mode 100644 index 0000000..c1d21e6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Paint3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173136c3cc7ccb0b01eb369404f6da92c120c5532f66eb9e3006ee3992995a70 +size 33555 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Paint3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Paint3.png.meta new file mode 100644 index 0000000..e248f27 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Paint3.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: f47f2f2df1486e64f934e10f13c62125 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Paint3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Particles8.png b/Assets/Hovl Studio/HSFiles/Textures/Particles8.png new file mode 100644 index 0000000..a3408e1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Particles8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13af09f9fa3ae47739772bd066ab3c40f74aa88abee46561ab338a4083cff4f2 +size 34360 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Particles8.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Particles8.png.meta new file mode 100644 index 0000000..8277efc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Particles8.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 15f3a3a7ebbc668418f09c273127ce29 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Particles8.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Point11.png b/Assets/Hovl Studio/HSFiles/Textures/Point11.png new file mode 100644 index 0000000..b8b2656 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Point11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1a3fdfa526e6b2c9eb0d52c4ab9e64492a04ff21eb61e75afb39af8fe38545 +size 4022 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Point11.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Point11.png.meta new file mode 100644 index 0000000..a1e950d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Point11.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 16c09c008bc4ddc4695f67e0c74a6ab1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Point11.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Point12.png b/Assets/Hovl Studio/HSFiles/Textures/Point12.png new file mode 100644 index 0000000..498c3be --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Point12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ffffb99d813533b70ceb3c5d8240d6b1fc841757ef36b6e011bee9587529a86 +size 78500 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Point12.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Point12.png.meta new file mode 100644 index 0000000..ba544e4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Point12.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: c8ada4fdced7c07409542d983b96835e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: 12 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 1 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Point12.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Point17.png b/Assets/Hovl Studio/HSFiles/Textures/Point17.png new file mode 100644 index 0000000..dce2a6f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Point17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53199fdf47da2c446eaa6229fcadc6af5c17cf23d0438372f93a0060fc03305c +size 59820 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Point17.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Point17.png.meta new file mode 100644 index 0000000..f956724 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Point17.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 28c456a2716715146b47263d03aeb89d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Point17.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Point19.png b/Assets/Hovl Studio/HSFiles/Textures/Point19.png new file mode 100644 index 0000000..b56534e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Point19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c5c1805325315bf0fd0ab4ac402fba52efc228bc40a7ab6c1276df354debca +size 48590 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Point19.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Point19.png.meta new file mode 100644 index 0000000..d840adb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Point19.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4b0225a5290cbe540bc56e26a8682db2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Point19.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Point20.png b/Assets/Hovl Studio/HSFiles/Textures/Point20.png new file mode 100644 index 0000000..cc8db02 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Point20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da116ae8437fe61c9c47a26406586fd55e60afa790638b8548b201e513fd9239 +size 81273 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Point20.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Point20.png.meta new file mode 100644 index 0000000..d74f07f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Point20.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 83f21c9be4ebd1349b5baf6f73c7d8d2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Point20.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Point5.png b/Assets/Hovl Studio/HSFiles/Textures/Point5.png new file mode 100644 index 0000000..3cd57ff --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Point5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdb7deed94e96b9a600b0c733688b261a19cdf12988030e1766f3fc1e65e4ac +size 25488 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Point5.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Point5.png.meta new file mode 100644 index 0000000..183ce16 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Point5.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 02b9b18c4238f2345b649081568ea51f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Point5.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Projectile1.png b/Assets/Hovl Studio/HSFiles/Textures/Projectile1.png new file mode 100644 index 0000000..f9fbc31 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Projectile1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748d56502d9239b9511e9a3924512b6a0dd2ab77b0f0de9873acde882a023b5d +size 41687 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Projectile1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Projectile1.png.meta new file mode 100644 index 0000000..1c61860 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Projectile1.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 3218f64b780eb684db62fb3418e507d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Projectile1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Quad2.png b/Assets/Hovl Studio/HSFiles/Textures/Quad2.png new file mode 100644 index 0000000..c54598f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Quad2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f3cac36aa0fc8d08c4a826b318564bdfaf6b1320a092cc113947c731432e71 +size 21016 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Quad2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Quad2.png.meta new file mode 100644 index 0000000..ce71bc1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Quad2.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 2cc8635fef1a40342a52a4512068cd6f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Quad2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Quad3.png b/Assets/Hovl Studio/HSFiles/Textures/Quad3.png new file mode 100644 index 0000000..e978d9a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Quad3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48f0bfe179178ea31108b194d2343bd1c924bd97c65cd27fd9212686a6ddf72 +size 41231 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Quad3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Quad3.png.meta new file mode 100644 index 0000000..ef55a76 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Quad3.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 9ab4d6bf69afd8744aa347717203d529 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Quad3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Quad5.png b/Assets/Hovl Studio/HSFiles/Textures/Quad5.png new file mode 100644 index 0000000..a447f80 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Quad5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed3dab746ec241fcf55126212a51c3ae2f627c03eb935c0693885a263fdf0c2 +size 3774 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Quad5.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Quad5.png.meta new file mode 100644 index 0000000..57e3b69 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Quad5.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 24bd044990d3fa34ca0c33a190bbf678 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 64 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 64 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 64 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 64 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 64 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Quad5.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Quad6.png b/Assets/Hovl Studio/HSFiles/Textures/Quad6.png new file mode 100644 index 0000000..3297fd5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Quad6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f38ad15a270a1b49318a144d9acf1e8d013b9b01c13cd87b5942ef1b76f1cd +size 4523 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Quad6.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Quad6.png.meta new file mode 100644 index 0000000..5ecb1b8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Quad6.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 9d41d86b88868d348bf08f7778abfad9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Quad6.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Rays10.png b/Assets/Hovl Studio/HSFiles/Textures/Rays10.png new file mode 100644 index 0000000..cbb4f51 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Rays10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5b91b95c8cfcc2f046e73e345ed0ac9910b96d2e13a0a642f3a82dfec6d177 +size 136579 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Rays10.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Rays10.png.meta new file mode 100644 index 0000000..e124541 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Rays10.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 03164742c2f69c94d851faae4282102a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Rays10.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Rays11.png b/Assets/Hovl Studio/HSFiles/Textures/Rays11.png new file mode 100644 index 0000000..a779d37 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Rays11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e00d20ff690dfad64f441518b87964b329dfc6b52063ff1dfd771e2f690fbf0 +size 333452 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Rays11.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Rays11.png.meta new file mode 100644 index 0000000..6e7a3bd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Rays11.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dec3ddadf6185ed4fbe226c3b9678541 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Rays11.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Rays3.png b/Assets/Hovl Studio/HSFiles/Textures/Rays3.png new file mode 100644 index 0000000..14c534a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Rays3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6df3838623537c59a5f3e6d3320b78516bc46aaf7867c58e1e6d78706c4357 +size 121078 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Rays3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Rays3.png.meta new file mode 100644 index 0000000..61e8b74 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Rays3.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 909aff61c0fb9c145a89933eb8fe22f8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Rays3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Rays3b.png b/Assets/Hovl Studio/HSFiles/Textures/Rays3b.png new file mode 100644 index 0000000..8c0ab38 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Rays3b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e003df47ec09bc3be9322ee84249632749b67f9ecf2f0bc5f1de615d40768dd4 +size 121357 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Rays3b.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Rays3b.png.meta new file mode 100644 index 0000000..b60d315 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Rays3b.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 802ddd854a81b044d8ded8591dc2ae8d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Rays3b.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Romb3.png b/Assets/Hovl Studio/HSFiles/Textures/Romb3.png new file mode 100644 index 0000000..22f040b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Romb3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d13d3db1b7bf827b8452cd80336586cd276f841456b3d4261cfb1771ef18bb +size 18366 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Romb3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Romb3.png.meta new file mode 100644 index 0000000..de5c435 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Romb3.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3727a5cb4c22e5c45b1c8a876894f10e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Romb3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SS1.png b/Assets/Hovl Studio/HSFiles/Textures/SS1.png new file mode 100644 index 0000000..1e087a0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SS1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8707531ca8b0ddce3b1d7c671535e0c2d60399ff665d005014e5b5ace29a81 +size 218374 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SS1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/SS1.png.meta new file mode 100644 index 0000000..2306381 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SS1.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a4c474a92ebc13940b7e2415fc6033f1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/SS1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SS1b.png b/Assets/Hovl Studio/HSFiles/Textures/SS1b.png new file mode 100644 index 0000000..b20f21c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SS1b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e1a0c7c0287d9afc7500007c5cb8714746459ad92f792830e5c60cb34a3ef4 +size 231108 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SS1b.png.meta b/Assets/Hovl Studio/HSFiles/Textures/SS1b.png.meta new file mode 100644 index 0000000..d7c5f58 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SS1b.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c526082408b9bc04f9e351300c18dc27 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/SS1b.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SS1c.png b/Assets/Hovl Studio/HSFiles/Textures/SS1c.png new file mode 100644 index 0000000..0446227 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SS1c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0049667829023ad231316e14a46b5c5eb3fa74f4a92f53fff6f1756568f20f39 +size 232449 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SS1c.png.meta b/Assets/Hovl Studio/HSFiles/Textures/SS1c.png.meta new file mode 100644 index 0000000..fd06f4e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SS1c.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 881a4a6e0c98cee4aa64fe4d7833e9f4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/SS1c.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SS2.png b/Assets/Hovl Studio/HSFiles/Textures/SS2.png new file mode 100644 index 0000000..f5b4d9e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SS2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc35c28557da2c1576f0dcf16fe6da71daee1fc9e5468cc02c9ba7bd66d5787 +size 146265 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SS2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/SS2.png.meta new file mode 100644 index 0000000..66abee9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SS2.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5a0839b9bd7f84c418768540b7be9c1e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 1 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/SS2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Sand4.png b/Assets/Hovl Studio/HSFiles/Textures/Sand4.png new file mode 100644 index 0000000..0da3d0f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Sand4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4ec0ffeabfa51b14287e3d3ff875770e630b92668abda2dbdb0e7ba680bc28 +size 850652 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Sand4.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Sand4.png.meta new file mode 100644 index 0000000..632a8e3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Sand4.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 9dce18ab8483e7b4eb466266ed2af575 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Sand4.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Semicircle6.png b/Assets/Hovl Studio/HSFiles/Textures/Semicircle6.png new file mode 100644 index 0000000..6a3f580 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Semicircle6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638ffe0108f24426ff32a23db4dbb1d8491c9b4e81f696be35a23c1fb28c7e80 +size 175173 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Semicircle6.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Semicircle6.png.meta new file mode 100644 index 0000000..f402382 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Semicircle6.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 77c34709cf851d94d811f77a97e6ecb3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Semicircle6.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Semicircle7.png b/Assets/Hovl Studio/HSFiles/Textures/Semicircle7.png new file mode 100644 index 0000000..42ae097 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Semicircle7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76da096a9a8d7648975de29fd9538d75a5d66cd079649b5656617a88f1707715 +size 169349 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Semicircle7.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Semicircle7.png.meta new file mode 100644 index 0000000..19f0363 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Semicircle7.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 11c2f5dd0ef11d44fbb08d43f6d56476 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Semicircle7.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Shuriken10.png b/Assets/Hovl Studio/HSFiles/Textures/Shuriken10.png new file mode 100644 index 0000000..ac9e0ee --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Shuriken10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d6c00982f4ece44168a2e15d2488402bc4b3e15935921369d64ebef792f16d +size 35147 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Shuriken10.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Shuriken10.png.meta new file mode 100644 index 0000000..f3805cb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Shuriken10.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 8f1cde432f623374782d904a4f8f015b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Shuriken10.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke.png new file mode 100644 index 0000000..70b3bf2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4f71eceb2d14a82aa0ab5cc816d906fc6783bd0ccb48827cb06ab3523d227f +size 67286 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke.png.meta new file mode 100644 index 0000000..a6e0a3c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 190f03e800924ac45966dff7ad924828 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke12.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke12.png new file mode 100644 index 0000000..1fb587b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337b606584c0e6adbfcb71a824adb9314969316b4bbc729e1322b863d3de8016 +size 245759 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke12.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke12.png.meta new file mode 100644 index 0000000..eff457d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke12.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: d2d212ea9b69a8345bd6b7debdf07fcd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke12.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke17.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke17.png new file mode 100644 index 0000000..192b6b3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c87c5d9935cbeb9e547125d144b33742db98d0bcc020171f4278dba82853a0c +size 3069117 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke17.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke17.png.meta new file mode 100644 index 0000000..a8c6227 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke17.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 60292be8dd1c5c44f8f9a547ba705dd6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke17.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke18n.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke18n.png new file mode 100644 index 0000000..19ffed6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke18n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb385fa2d850983fa8b27f7324605458e87b4d1e21f8f282e36a5611bab1b74 +size 56022 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke18n.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke18n.png.meta new file mode 100644 index 0000000..5fec355 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke18n.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: d41987c58aeb75e4997316f01db82a38 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 1 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke18n.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke21.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke21.png new file mode 100644 index 0000000..0a51a01 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80b632fd6dce82e90ab122abec9b5ce586a293854a3bd606927fd2a336d1bb6 +size 1172680 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke21.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke21.png.meta new file mode 100644 index 0000000..c57719c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke21.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: d06e9498a00104344b97f8294ba40c6c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke21.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke23.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke23.png new file mode 100644 index 0000000..104a6a2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bac4d8ad3d64c7cf57e82a5d85479528b5c9a2d39108de68f94b81393f1e62 +size 322085 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke23.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke23.png.meta new file mode 100644 index 0000000..2b454ee --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke23.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: abdedbc386bd4a14abc5e28b60325c7c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke23.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke24.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke24.png new file mode 100644 index 0000000..55733fd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e80d16878c909288c6c5284bf807ef428a734c354e5a16af4e3124de159c04 +size 104458 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke24.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke24.png.meta new file mode 100644 index 0000000..87758fb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke24.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 4de1419ac14d16d44b9c82b76ea6d884 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke24.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke27.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke27.png new file mode 100644 index 0000000..ee84e0e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53dc5e618db22da4bbb896f24449da02dd50f33585bb9b85d9351a271dd2db5 +size 361932 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke27.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke27.png.meta new file mode 100644 index 0000000..0c327fb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke27.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 807b66e23ff88474db79f678aec746fd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke27.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke28.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke28.png new file mode 100644 index 0000000..83de60e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f4ad3a8cda9e6d6b91610cea34c401c4ea91b913a3f8f5826a544b0d98ae0b +size 67753 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke28.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke28.png.meta new file mode 100644 index 0000000..7f56ee9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke28.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 8241e9480ffed5d4bacb8fc63768a352 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke28.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke3.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke3.png new file mode 100644 index 0000000..bd5d69d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e25d1b2f49646b7f6fd70e3053897c85a3266b071f5fca40189a040864262f +size 74210 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke3.png.meta new file mode 100644 index 0000000..02e419a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke3.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 52b767eecc2845a429e0e9e2155a8ea5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke32.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke32.png new file mode 100644 index 0000000..4df2825 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e068d14aad7fbb87f65f2e201ebaadad0010f35c50043c84766d8ba4f91cb1fd +size 1696409 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke32.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke32.png.meta new file mode 100644 index 0000000..3d7419c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke32.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: cf3e3119ad6254c4fae0fe38c98835da +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke32.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke34.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke34.png new file mode 100644 index 0000000..b8b5c12 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61881a90e6300041db0252f30580783142a970482515a01c18d8234c776b5d58 +size 189089 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke34.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke34.png.meta new file mode 100644 index 0000000..dbd5f47 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke34.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: ba24692a6d37a38488ce24bcba6cf207 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke34.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke36.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke36.png new file mode 100644 index 0000000..0e94a90 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b53f5f8ed740a1b0b2937c025f9f329b12734f6c1c19ec30a98299bc271e506 +size 279981 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke36.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke36.png.meta new file mode 100644 index 0000000..c366405 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke36.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 6a898e867a38bfa46abec2c9133cb4e5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke36.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke38.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke38.png new file mode 100644 index 0000000..bbedc70 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327961f8f9f3a76fe02973276f60465c1b893ebb7dad6957af7a7b187fbe0fd9 +size 157520 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke38.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke38.png.meta new file mode 100644 index 0000000..dae5bb5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke38.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: de79722bf6f95d8489790b35de622965 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke38.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke39.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke39.png new file mode 100644 index 0000000..324124d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7adc84b48882f1c4e07eb8bf5471d5dd941cea63888e646836ea98c65b752d +size 38291 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke39.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke39.png.meta new file mode 100644 index 0000000..9da59ee --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke39.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 7a642b0495735f24fb696ffe28e2f87b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke39.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke40.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke40.png new file mode 100644 index 0000000..6ada142 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932f9b87181628f07ccf78fafa91de37e505b6dccc2c24be4ee13e88e3754f42 +size 45875 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke40.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke40.png.meta new file mode 100644 index 0000000..1517a00 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke40.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: d0bfb168daf7c0a4bb6d0b1f037e8a7f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke40.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke5.png b/Assets/Hovl Studio/HSFiles/Textures/Smoke5.png new file mode 100644 index 0000000..7d7c385 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d603064d6a4c2144ff2ec092bffe985a7696638026b9cb2399542a402c934602 +size 313586 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Smoke5.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Smoke5.png.meta new file mode 100644 index 0000000..637f739 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Smoke5.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 2494a85b69df1924eb32d9237a97d055 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Smoke5.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SmokeAnim2.png b/Assets/Hovl Studio/HSFiles/Textures/SmokeAnim2.png new file mode 100644 index 0000000..9187324 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SmokeAnim2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea97aecb39d51f260d4c036e2f81c9537161891f27892999b3fd71dc7ad10e0 +size 1038085 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SmokeAnim2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/SmokeAnim2.png.meta new file mode 100644 index 0000000..4ed47e6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SmokeAnim2.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: c46ae826be1a0f84db11c2b747fd1a6e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/SmokeAnim2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Snow3.png b/Assets/Hovl Studio/HSFiles/Textures/Snow3.png new file mode 100644 index 0000000..f958933 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Snow3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6084accf8fb53f56f4abcfe567f655f5dbcbe347e6f03d1da21fe8c8614e82 +size 46047 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Snow3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Snow3.png.meta new file mode 100644 index 0000000..57a08a9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Snow3.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2792b4343ac6e7344a1af366bce0de12 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Snow3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Snow4.png b/Assets/Hovl Studio/HSFiles/Textures/Snow4.png new file mode 100644 index 0000000..7138b8e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Snow4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abd7c67869635f998d9d82c21345912a244e4d065fa77b4fdf0cbbeb9014fa4 +size 45121 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Snow4.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Snow4.png.meta new file mode 100644 index 0000000..708b154 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Snow4.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2dbe75cf06e0c6842b4eae60ddda63ef +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Snow4.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Snow5.png b/Assets/Hovl Studio/HSFiles/Textures/Snow5.png new file mode 100644 index 0000000..0147715 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Snow5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7a23ae2b5e4c067b387ccb74661c786823c33a15dca7530065273618f32e95 +size 73101 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Snow5.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Snow5.png.meta new file mode 100644 index 0000000..ce33fb0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Snow5.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 36699d5f609e9ee4db33063ed634778f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Snow5.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Snow6.png b/Assets/Hovl Studio/HSFiles/Textures/Snow6.png new file mode 100644 index 0000000..c3f14aa --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Snow6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31016f4a959d0e348a1a86c9b7d10a425fa6300929d1f89e0b82a76ce6418391 +size 166123 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Snow6.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Snow6.png.meta new file mode 100644 index 0000000..f9ee8cb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Snow6.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 756e68ad7f25ef740b2d6ee85ce3042e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 1 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Snow6.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Spark5.png b/Assets/Hovl Studio/HSFiles/Textures/Spark5.png new file mode 100644 index 0000000..7b40ac4 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Spark5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e22279829f1fee7a60e01da48fc87041e4c057aa0f4fe057320d30bdef00f0 +size 5517 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Spark5.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Spark5.png.meta new file mode 100644 index 0000000..d55a818 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Spark5.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 70b9567df5bcc93419b5be3a43f10a8d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Spark5.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Spark6.png b/Assets/Hovl Studio/HSFiles/Textures/Spark6.png new file mode 100644 index 0000000..0febe94 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Spark6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d17c21f186f51f378fe9b2e2e3d3fa3eb2e3376aa39b9e26b4c8408c896f19 +size 17364 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Spark6.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Spark6.png.meta new file mode 100644 index 0000000..b0df207 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Spark6.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 778ee27dbe49e8949a3cb0cca048dbab +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Spark6.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SparkExolosion2.png b/Assets/Hovl Studio/HSFiles/Textures/SparkExolosion2.png new file mode 100644 index 0000000..0288a9e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SparkExolosion2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c17bdc8f2b6ffdf4c6436b17a1eda8f6a07c392b169b4062b88ca6165614ee +size 183759 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SparkExolosion2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/SparkExolosion2.png.meta new file mode 100644 index 0000000..0a8905e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SparkExolosion2.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 18ead67d9373c0e4c94569200a88a6cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/SparkExolosion2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb1.png b/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb1.png new file mode 100644 index 0000000..a1b672e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382a0c6f94ff17e2848a9f399de95d26c773b717c2866db5adf9d5521810bef0 +size 6815 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb1.png.meta new file mode 100644 index 0000000..ef7d48e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb1.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 32bfe60e26a98f0419f7c7468d7eb7b3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/SpiderWeb1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb2.png b/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb2.png new file mode 100644 index 0000000..de0d1f7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b480d8ec467b4c20f9e4bd7798c70e844be4f088a226adbc1d704377179039 +size 9258 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb2.png.meta new file mode 100644 index 0000000..1ae1b95 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb2.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 740cd61825ab8984d8c831b1c1a6179c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/SpiderWeb2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb3.png b/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb3.png new file mode 100644 index 0000000..143a5ef --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f344cfeec36e048c1c0f96c434261377d69c2d3bce497d8ebe679e1c4b8243 +size 19820 diff --git a/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb3.png.meta new file mode 100644 index 0000000..70bd9dd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/SpiderWeb3.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: a1ec53290747a3847998597fe786cca3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/SpiderWeb3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Splat4.png b/Assets/Hovl Studio/HSFiles/Textures/Splat4.png new file mode 100644 index 0000000..4f11867 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Splat4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229c93463819915292cc6c27ba722699a1021769f90686df0a38fb603403bbc8 +size 56815 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Splat4.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Splat4.png.meta new file mode 100644 index 0000000..60b2d15 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Splat4.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 3f4f38008a4e02e4f93d4d9f15db9b31 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Splat4.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Star12.png b/Assets/Hovl Studio/HSFiles/Textures/Star12.png new file mode 100644 index 0000000..fd27a4c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Star12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44631f382cf9c256701166e55165c239b6f7ca29ff4a7112a4e3bbd71d39ae8 +size 100355 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Star12.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Star12.png.meta new file mode 100644 index 0000000..d3e29bf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Star12.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 7dd4064cbfdcb6b4ca3e568cf69119f8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Star12.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Star2.png b/Assets/Hovl Studio/HSFiles/Textures/Star2.png new file mode 100644 index 0000000..c3712d7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Star2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ab4ccbacd5bf7df5a9fd7bd10818c9cb8215343f24ae19e8b712f192eaefd5 +size 120792 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Star2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Star2.png.meta new file mode 100644 index 0000000..4bcdae2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Star2.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: e87c344a04759da4bbf8e2bcb8786bc4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Star2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Star3.png b/Assets/Hovl Studio/HSFiles/Textures/Star3.png new file mode 100644 index 0000000..e83565d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Star3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6270444152479dacb3e721f61ccc7f4f578af613cb56bc4df48e9ebfb1f491cb +size 38024 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Star3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Star3.png.meta new file mode 100644 index 0000000..759b310 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Star3.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 7fe8652775163b941806d13bd9fb659f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Star3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Star4.png b/Assets/Hovl Studio/HSFiles/Textures/Star4.png new file mode 100644 index 0000000..761adba --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Star4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e7d212cfcc91cc26fe4f31421b84b7a0b7106e56543d547be7daf13a530cf5 +size 214681 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Star4.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Star4.png.meta new file mode 100644 index 0000000..99691d1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Star4.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 252098364966e4644865ab36e1e0dc15 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 1 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Star4.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Stone3.png b/Assets/Hovl Studio/HSFiles/Textures/Stone3.png new file mode 100644 index 0000000..292916f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Stone3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad4ece3815c101d538e794aaea539e253e2d6901c7ae77705115cf00e6935dc +size 430909 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Stone3.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Stone3.png.meta new file mode 100644 index 0000000..361f3bd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Stone3.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 66a3f4188e734d947a4c6a47225252f9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Stone3.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Stone4.png b/Assets/Hovl Studio/HSFiles/Textures/Stone4.png new file mode 100644 index 0000000..7163060 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Stone4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb1ced48881316dc3d0a03ebbbff32d0240a1e6ea7bbb329ea40f5218c11e7d +size 300293 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Stone4.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Stone4.png.meta new file mode 100644 index 0000000..c3827b3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Stone4.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: db4489b3535ca6c4ca645108239b1e43 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Stone4.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Stone5.png b/Assets/Hovl Studio/HSFiles/Textures/Stone5.png new file mode 100644 index 0000000..96dd73e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Stone5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e83134579d21c71cf47bc71700f4a7a8c6b0b71a7e412ea27a9d3d6e069fe1 +size 42081 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Stone5.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Stone5.png.meta new file mode 100644 index 0000000..369102a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Stone5.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 6fdc0708dbbf5fc44ba251c20912e4f0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Stone5.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail100.png b/Assets/Hovl Studio/HSFiles/Textures/Trail100.png new file mode 100644 index 0000000..8957fe5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd4c7c9f398cd9cfc2af490e2ee7fc0a0ddcf412da494d3c0fe178936474818 +size 11027 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail100.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail100.png.meta new file mode 100644 index 0000000..14e6e13 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail100.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 7d291e60f205ca54aab85c20ce742d5c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail100.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail101.png b/Assets/Hovl Studio/HSFiles/Textures/Trail101.png new file mode 100644 index 0000000..50e493e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7444f57d27ebefe994fb37751f111c9f382fd22ff7d7edc8d4f2ade41f24bc2b +size 128541 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail101.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail101.png.meta new file mode 100644 index 0000000..8e85cf8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail101.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 78330717a5eca2e429ea9aeb7c5a69bc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail101.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail102.png b/Assets/Hovl Studio/HSFiles/Textures/Trail102.png new file mode 100644 index 0000000..196d532 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5559844a51ae2a1dbda066a47f178a6044d7553b90f01e9e634b21ca274daf +size 4673 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail102.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail102.png.meta new file mode 100644 index 0000000..77e4565 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail102.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 23c755ae711aa614f8c34a455f9f0b94 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail102.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail104.png b/Assets/Hovl Studio/HSFiles/Textures/Trail104.png new file mode 100644 index 0000000..c6328f0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326afffe667028d943a2bc83a021ce27fd6c4599137a3418503ad92368b9625d +size 21563 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail104.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail104.png.meta new file mode 100644 index 0000000..15d7041 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail104.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 5a3c58769ec04114f834a157f7382dc5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail104.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail105.png b/Assets/Hovl Studio/HSFiles/Textures/Trail105.png new file mode 100644 index 0000000..9a996fc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f58a850aca4996f6cc6e66c88b0d6d55560d9440c24558397ae2b3b103800dc +size 57979 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail105.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail105.png.meta new file mode 100644 index 0000000..84da1b5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail105.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: a3c0847e5c5768f4297bb24b7a5a78dd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail105.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail106.png b/Assets/Hovl Studio/HSFiles/Textures/Trail106.png new file mode 100644 index 0000000..367ff21 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca169bca9f67e084eb664ed25818c3509501420d0f65a3da16d69a465f980592 +size 104349 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail106.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail106.png.meta new file mode 100644 index 0000000..cf15b38 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail106.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 1240caf76a8ebaa4bb6528e92c5007e2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail106.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail21.png b/Assets/Hovl Studio/HSFiles/Textures/Trail21.png new file mode 100644 index 0000000..8f186a7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458a35d2c70d1d1c0535e6a690cb4f82a8d161bed77a09e4f0b040ec57ed1fd4 +size 57763 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail21.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail21.png.meta new file mode 100644 index 0000000..84d411b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail21.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0d1fb353c40bd6345af42a3b4f0bdb1a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail21.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail22.png b/Assets/Hovl Studio/HSFiles/Textures/Trail22.png new file mode 100644 index 0000000..2c47f1e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214be538221b6bfd231100f152e8a6894ef802285aed8edff51b485cbbf59062 +size 43004 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail22.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail22.png.meta new file mode 100644 index 0000000..f458573 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail22.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 54f1f0934c5544a44916f2e0ec6cc81c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail22.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail25.png b/Assets/Hovl Studio/HSFiles/Textures/Trail25.png new file mode 100644 index 0000000..b59c338 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac32145122aec0c8192263722c89dc1a33319663a5d80ae11348f13a4301fc10 +size 15655 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail25.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail25.png.meta new file mode 100644 index 0000000..dcc3d72 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail25.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 63e298374ab0c384ebe243e627781d4c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail25.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail29.png b/Assets/Hovl Studio/HSFiles/Textures/Trail29.png new file mode 100644 index 0000000..00b8b10 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024e28d9e7e5ab3d95d066c30ac4646b3b0ddebc1c54b8fdbb1cdbf97c5fc19c +size 390765 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail29.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail29.png.meta new file mode 100644 index 0000000..f8faed2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail29.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: b1f8d78a5fe9ad94cb9f2eaa2f795e1e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail29.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail36.png b/Assets/Hovl Studio/HSFiles/Textures/Trail36.png new file mode 100644 index 0000000..be2a248 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795005ea98502328c4b7a4e614f3201f11b310854c00b3e12b9c1280aec6e43a +size 251217 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail36.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail36.png.meta new file mode 100644 index 0000000..641a3f6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail36.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 019457e10461e4440a3f580da176651b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail36.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail37.png b/Assets/Hovl Studio/HSFiles/Textures/Trail37.png new file mode 100644 index 0000000..918c2a0 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306399d1272877048a2d20c67e7e8e53c454550d33163de2254f6c30c56f5b60 +size 201561 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail37.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail37.png.meta new file mode 100644 index 0000000..37b2b6c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail37.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b66af181bcb0e034da96b388eca6fffd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail37.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail39.png b/Assets/Hovl Studio/HSFiles/Textures/Trail39.png new file mode 100644 index 0000000..d523fa1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eed66c5a2b622c8f7b80fae52dd3e82442987c09867ccaf4f53829700fc8a27 +size 39975 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail39.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail39.png.meta new file mode 100644 index 0000000..cc434f3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail39.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: edc4055b7b77c7948a01b5f9076b2932 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail39.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail42.png b/Assets/Hovl Studio/HSFiles/Textures/Trail42.png new file mode 100644 index 0000000..16d1516 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60656e7ad6329ca02bfb0f3c4ed0fa628dfb5f7d60a1dd13119199763331ecdc +size 112820 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail42.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail42.png.meta new file mode 100644 index 0000000..06253b8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail42.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 03560c8b050664d4c8d41740612aa6a2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail42.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail44.png b/Assets/Hovl Studio/HSFiles/Textures/Trail44.png new file mode 100644 index 0000000..c09a2bf --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efd235f7d716b6be9d79e46ec825ca901f4e269021f88585f955a982c3f006e +size 119636 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail44.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail44.png.meta new file mode 100644 index 0000000..d61f6cc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail44.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 1f4a0a8d81984c94e92c9bb247a9015b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail44.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail48.png b/Assets/Hovl Studio/HSFiles/Textures/Trail48.png new file mode 100644 index 0000000..c2558ca --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08546f2d5285843189594d1034073380b0deef1d1caa6fea3d67ca8eeee8769e +size 68215 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail48.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail48.png.meta new file mode 100644 index 0000000..e704d59 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail48.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 711c9cc74686637428be1cb2473edb84 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail48.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail5.png b/Assets/Hovl Studio/HSFiles/Textures/Trail5.png new file mode 100644 index 0000000..95f1f7e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6aff2b1dcf08a8c37908f49132fea9a497c6f5249da016633dbfc72ab9f1e89 +size 59492 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail5.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail5.png.meta new file mode 100644 index 0000000..51443f3 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail5.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 83846a180913c7241b6e6fee8ecd9dc5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail5.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail52.png b/Assets/Hovl Studio/HSFiles/Textures/Trail52.png new file mode 100644 index 0000000..c43aa48 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca31c4bb0a7011db1542967998beda3bddd9ae1fe6fcb38e5cfb1b70a0f331a3 +size 129151 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail52.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail52.png.meta new file mode 100644 index 0000000..0c0159b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail52.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: e3c6d3e494f6e2d41bb90b86b133deb2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 1 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail52.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail54.png b/Assets/Hovl Studio/HSFiles/Textures/Trail54.png new file mode 100644 index 0000000..9171f13 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0870ea106a2eb044211c2145cd705df4eb543e0d60938ff3eb438928ff7bb5 +size 65623 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail54.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail54.png.meta new file mode 100644 index 0000000..ce64470 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail54.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 179c9072992055e46885aa095ecb47f8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail54.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail55.png b/Assets/Hovl Studio/HSFiles/Textures/Trail55.png new file mode 100644 index 0000000..82a5749 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc19cb83b1c087a14467c161ea830eff1296bd005a7ce1974e54144a288482b3 +size 20544 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail55.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail55.png.meta new file mode 100644 index 0000000..54a45e2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail55.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: a772904a505c9c641a85e035de08397f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail55.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail58.png b/Assets/Hovl Studio/HSFiles/Textures/Trail58.png new file mode 100644 index 0000000..843ddce --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8779cf0c4858362eb7c904e649663b0368633eb98d6a37e7117abce39d437c4b +size 236899 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail58.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail58.png.meta new file mode 100644 index 0000000..fd6dc96 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail58.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: dbec9039c70e09e47b8ff15d508f39ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail58.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail59.png b/Assets/Hovl Studio/HSFiles/Textures/Trail59.png new file mode 100644 index 0000000..c66a4e5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5a5af8bb93001e723e968767ac3c5ff2b35adc2957d9e65ce6ac3769720481 +size 27606 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail59.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail59.png.meta new file mode 100644 index 0000000..8bccbeb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail59.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 72e292b3d21f6594d94249f77ac26ecf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail59.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail6.png b/Assets/Hovl Studio/HSFiles/Textures/Trail6.png new file mode 100644 index 0000000..70ac042 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f59fdcf3f1e0ec492bbb725bcbe0f1f730f97b0493bcf0e90e8cf31deba4c34 +size 80824 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail6.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail6.png.meta new file mode 100644 index 0000000..be2475c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail6.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5c03bc4b80b50384a9904843f3769487 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail6.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail60.png b/Assets/Hovl Studio/HSFiles/Textures/Trail60.png new file mode 100644 index 0000000..661bd85 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291e487342632f0eddc209335b59feb134089ddaf6e30de4ef8a485dffdd67ab +size 51338 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail60.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail60.png.meta new file mode 100644 index 0000000..1d32e94 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail60.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: cf17ffffb60f17643afa4937c61ceb02 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail60.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail61.png b/Assets/Hovl Studio/HSFiles/Textures/Trail61.png new file mode 100644 index 0000000..f7b752d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941bd8aa5962fa4e5906b634ab996644b7a39e7624d6f54c71f949e3f123c56b +size 73809 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail61.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail61.png.meta new file mode 100644 index 0000000..197664f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail61.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 47b57cb35cd7272478618c8dc9220404 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail61.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail65.png b/Assets/Hovl Studio/HSFiles/Textures/Trail65.png new file mode 100644 index 0000000..0c8f129 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0234e9df5ecf19453508ef65a83e71461d4cb65398bcf58ed8d8d2f60629284e +size 57904 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail65.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail65.png.meta new file mode 100644 index 0000000..cfe142c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail65.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: ddd2497da944b0842baca3f78a1f51f2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail65.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail66.png b/Assets/Hovl Studio/HSFiles/Textures/Trail66.png new file mode 100644 index 0000000..eb5580e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e05b69a8368786d7656f832e025b930eb5da3e1c26e2d12d1b944e69e8a1ea +size 15457 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail66.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail66.png.meta new file mode 100644 index 0000000..6455ac5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail66.png.meta @@ -0,0 +1,163 @@ +fileFormatVersion: 2 +guid: 3372dfca043bf3445832b4a37461bbf8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 4 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 4 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail66.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail68.png b/Assets/Hovl Studio/HSFiles/Textures/Trail68.png new file mode 100644 index 0000000..8f7b11d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7958086ad66e9dac5ee16c5de07ae0db414c32d6b0de3f996ff8f7360b23c89e +size 68795 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail68.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail68.png.meta new file mode 100644 index 0000000..7e165c5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail68.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f59181de20b1a28428b39f6c20f6ec73 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail68.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail70.png b/Assets/Hovl Studio/HSFiles/Textures/Trail70.png new file mode 100644 index 0000000..95fce9d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823879d58a127f2a225a59ae22490a55c1eac5e87506c734e339887f9d4f026b +size 217039 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail70.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail70.png.meta new file mode 100644 index 0000000..4558d86 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail70.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 50c4a6456461a2e4f9c41755e6002738 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail70.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail71.png b/Assets/Hovl Studio/HSFiles/Textures/Trail71.png new file mode 100644 index 0000000..db2a4fd --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600539115abcd4c52e2b5744cf0900f48b304dd3655450a4434705dec4890cdf +size 72166 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail71.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail71.png.meta new file mode 100644 index 0000000..6b587af --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail71.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: b3c5280e694544c4d9f81c8bdca77068 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail71.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail73.png b/Assets/Hovl Studio/HSFiles/Textures/Trail73.png new file mode 100644 index 0000000..30ce5ce --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca153d4e94542da24c96fe7f03c771acafc524affe1e4a1f8ded5fbf01e3e1ef +size 78238 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail73.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail73.png.meta new file mode 100644 index 0000000..53a48ad --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail73.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7ae741e4c5226834db440bb3f58952b7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail73.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail74.png b/Assets/Hovl Studio/HSFiles/Textures/Trail74.png new file mode 100644 index 0000000..82bba75 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2b0d9bf0e86d65448403e9121d4877f8119566f0b6ea9aa2663478ea151f88 +size 35515 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail74.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail74.png.meta new file mode 100644 index 0000000..6ac28eb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail74.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 93aaf95761be6c54aa05873a6ae0bee1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail74.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail75.png b/Assets/Hovl Studio/HSFiles/Textures/Trail75.png new file mode 100644 index 0000000..b4e08df --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e224d808ce2d572ce712808df8a96ffff23e8d90f4f93172e5c03fb85fade9 +size 40438 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail75.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail75.png.meta new file mode 100644 index 0000000..ec6a83d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail75.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3f670eabb2a5b264fa623fa4752322a4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail75.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail76.png b/Assets/Hovl Studio/HSFiles/Textures/Trail76.png new file mode 100644 index 0000000..3f52e15 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfac026b746ab3fd2652ba59f25f53a8d338f70ec5591625d3419b4edae6ccb +size 87737 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail76.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail76.png.meta new file mode 100644 index 0000000..8df1244 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail76.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 114a25aa9c17e9146bf30a76e159d007 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail76.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail79.png b/Assets/Hovl Studio/HSFiles/Textures/Trail79.png new file mode 100644 index 0000000..08375a9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14c81484878d2a57c5523d43a0f97ef3c4c30b75bbf9a00a88bcbf3a903eba7 +size 85711 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail79.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail79.png.meta new file mode 100644 index 0000000..4787502 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail79.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: a48cee095eb0e094ab6e3c1dabd1bf1f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 1 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail79.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail80.png b/Assets/Hovl Studio/HSFiles/Textures/Trail80.png new file mode 100644 index 0000000..907258a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73d37360fb25e35fa76172f34e215dda84ef6a488653027dc2afb3873581019 +size 104043 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail80.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail80.png.meta new file mode 100644 index 0000000..961e659 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail80.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 5bd84a21853d21a4db66110c6bfa9a23 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail80.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail81.png b/Assets/Hovl Studio/HSFiles/Textures/Trail81.png new file mode 100644 index 0000000..2522d7c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd25173bb5c9e0a54b9b5090fca42e401b074de3ac28b11e20c8d49f25beb7d +size 50920 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail81.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail81.png.meta new file mode 100644 index 0000000..42a8498 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail81.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: f45e4e3acd4972943ab2018b47967ee3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail81.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail82.png b/Assets/Hovl Studio/HSFiles/Textures/Trail82.png new file mode 100644 index 0000000..379c39b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9770fa591728b098c4da4ef84793fb55fc21b2ec2543340ab13fab9896be6639 +size 159445 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail82.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail82.png.meta new file mode 100644 index 0000000..54ff492 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail82.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: b08d8de6d11b928449829770afac2738 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail82.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail85.png b/Assets/Hovl Studio/HSFiles/Textures/Trail85.png new file mode 100644 index 0000000..3b1449b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75468cd905bad287c35bdb29695ea5fc4b037b4d891a40dc6d20ea4b370b89fb +size 64758 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail85.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail85.png.meta new file mode 100644 index 0000000..b7f0f5c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail85.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: a8b6acf6f29d492478215f0ebbaf4760 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail85.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail86.png b/Assets/Hovl Studio/HSFiles/Textures/Trail86.png new file mode 100644 index 0000000..cd20085 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fb2c43dcba11dc4747bbf1eb74e34556fb22f82da2efb0d97e5cfdddd41726 +size 82135 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail86.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail86.png.meta new file mode 100644 index 0000000..700463e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail86.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: cb45705abc734bb48a8dd8453185ff69 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail86.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail91.png b/Assets/Hovl Studio/HSFiles/Textures/Trail91.png new file mode 100644 index 0000000..ae5fa94 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f834647085876457c0536d6b590e5c089b9b995e1314d38e9bf4fab1300924 +size 39815 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail91.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail91.png.meta new file mode 100644 index 0000000..9061fa1 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail91.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 3be166a6e61ffd648ad40df0fbd03647 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail91.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail94.png b/Assets/Hovl Studio/HSFiles/Textures/Trail94.png new file mode 100644 index 0000000..fdcdfbb --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64044146ba24cde0247e41e99e0be4313b1d1d0048d2f6849f68e426c7316c58 +size 49126 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail94.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail94.png.meta new file mode 100644 index 0000000..bc8fb0c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail94.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 59f90156398a5e34896ea7119da19df5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail94.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail96.png b/Assets/Hovl Studio/HSFiles/Textures/Trail96.png new file mode 100644 index 0000000..7768833 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2470bbd013bde70c6ca861e56b31b08493f5d06321a0c3ec4e8cd69ce2fdb353 +size 21958 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail96.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail96.png.meta new file mode 100644 index 0000000..7ef90c8 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail96.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 66a5fc4d31c008848a794cbc181f83b4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail96.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail97.png b/Assets/Hovl Studio/HSFiles/Textures/Trail97.png new file mode 100644 index 0000000..5445f4b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f704b988da221794fba9ecc2de408e8280b191c3ee93d2af5d4b3937f02f7cf +size 24299 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail97.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail97.png.meta new file mode 100644 index 0000000..c21cd3d --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail97.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: e3a3dcf3d1c7bb5419ffd22a4163a49e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail97.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail98.png b/Assets/Hovl Studio/HSFiles/Textures/Trail98.png new file mode 100644 index 0000000..a15075b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce519aa10fdf4072d12dfb7e9dbf93320dcc177c519809c3e603742ed868c75 +size 5966 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Trail98.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Trail98.png.meta new file mode 100644 index 0000000..8f72f93 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Trail98.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 3fe5a05947d4e6146920727f36a2d066 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Trail98.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/TrailGradient21.png b/Assets/Hovl Studio/HSFiles/Textures/TrailGradient21.png new file mode 100644 index 0000000..f13fab7 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/TrailGradient21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451ae83502c880f9874b75d710cf0533ec7b90ba368b56db877d0fa4a2ba12b4 +size 57103 diff --git a/Assets/Hovl Studio/HSFiles/Textures/TrailGradient21.png.meta b/Assets/Hovl Studio/HSFiles/Textures/TrailGradient21.png.meta new file mode 100644 index 0000000..849295b --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/TrailGradient21.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: c7976d7d8409bde40a0bec99e7bd289f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/TrailGradient21.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/TrailPart4.png b/Assets/Hovl Studio/HSFiles/Textures/TrailPart4.png new file mode 100644 index 0000000..b2af0ac --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/TrailPart4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207b18ee0538e08426890ec678056346458f544a57f9ed0c6b896b852ddc479a +size 62792 diff --git a/Assets/Hovl Studio/HSFiles/Textures/TrailPart4.png.meta b/Assets/Hovl Studio/HSFiles/Textures/TrailPart4.png.meta new file mode 100644 index 0000000..958a8c5 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/TrailPart4.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 434ed0593dbfa5249868ea6562816d45 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/TrailPart4.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Triangle1.png b/Assets/Hovl Studio/HSFiles/Textures/Triangle1.png new file mode 100644 index 0000000..443a9f6 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Triangle1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d40d7351feea4b801ede82a4d25365d2dd14d0159ce728d8bdb434ce238495d +size 2824 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Triangle1.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Triangle1.png.meta new file mode 100644 index 0000000..edd744e --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Triangle1.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 4513f29c824bc47489e8d8e3614826f0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Triangle1.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Water13.png b/Assets/Hovl Studio/HSFiles/Textures/Water13.png new file mode 100644 index 0000000..9f23d77 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Water13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57570b8b1c2efd3e3c87b027cbb76f5e1e344a77b8d39048a7d5713d0c63192d +size 1535934 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Water13.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Water13.png.meta new file mode 100644 index 0000000..a3c462c --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Water13.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: fe0f6ac9d22f8c64c8ad7e4ab814f298 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Water13.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Water2.png b/Assets/Hovl Studio/HSFiles/Textures/Water2.png new file mode 100644 index 0000000..1879312 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Water2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f9d160c34dd8a07e5a97f328fd900e5ac002d7fd32e37c4e888c00aeb0d2c0 +size 1994512 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Water2.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Water2.png.meta new file mode 100644 index 0000000..8490287 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Water2.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 1101c2e798d5dbb4dbe52b6b9a67fd76 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Water2.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/WaterSplash2.PNG b/Assets/Hovl Studio/HSFiles/Textures/WaterSplash2.PNG new file mode 100644 index 0000000..d0202b9 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/WaterSplash2.PNG @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b27e0996086292cfe38a615759c513bb2dc700e253971bf91bd9e6513f6b87 +size 2608162 diff --git a/Assets/Hovl Studio/HSFiles/Textures/WaterSplash2.PNG.meta b/Assets/Hovl Studio/HSFiles/Textures/WaterSplash2.PNG.meta new file mode 100644 index 0000000..b2ea1cc --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/WaterSplash2.PNG.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 83e7e28af5ce6e447971585469a133fe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/WaterSplash2.PNG + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Waves17.png b/Assets/Hovl Studio/HSFiles/Textures/Waves17.png new file mode 100644 index 0000000..73f9b63 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Waves17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502c5e1ffc3d1e0d3006f672d3a26cde88714a292a27cbdde71596244d6a3e03 +size 278199 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Waves17.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Waves17.png.meta new file mode 100644 index 0000000..32dec0f --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Waves17.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1ca3282f66739a8429f64b24736c6e6a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Waves17.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Waves20.png b/Assets/Hovl Studio/HSFiles/Textures/Waves20.png new file mode 100644 index 0000000..4a8466a --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Waves20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4632386cd2d13a1969b6cc8bc10a536e7ff250f204b223d0197f462da8c6d5a7 +size 4627106 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Waves20.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Waves20.png.meta new file mode 100644 index 0000000..8da8619 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Waves20.png.meta @@ -0,0 +1,160 @@ +fileFormatVersion: 2 +guid: 153336efa67e7624a829dc79fe7f336e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Waves20.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Waves21.png b/Assets/Hovl Studio/HSFiles/Textures/Waves21.png new file mode 100644 index 0000000..7b3d3ae --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Waves21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fc7ad7f4e4d3fd787ec19652f49e61d821794b4dd671733311826ce71fea5a +size 792491 diff --git a/Assets/Hovl Studio/HSFiles/Textures/Waves21.png.meta b/Assets/Hovl Studio/HSFiles/Textures/Waves21.png.meta new file mode 100644 index 0000000..9ad41d2 --- /dev/null +++ b/Assets/Hovl Studio/HSFiles/Textures/Waves21.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 593a84d3537a8d94a8db032cf167ea36 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 2 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/HSFiles/Textures/Waves21.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles.meta b/Assets/Hovl Studio/MOBA projectiles.meta new file mode 100644 index 0000000..1ef9179 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3cea767f33ccee144bbae985cfa9ff63 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/MOBA projectiles/Demo scene.meta b/Assets/Hovl Studio/MOBA projectiles/Demo scene.meta new file mode 100644 index 0000000..b0e3466 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Demo scene.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1c6a24ab998a8bc43906115416441763 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles demo.unity b/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles demo.unity new file mode 100644 index 0000000..1c80212 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles demo.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a50f101a80846efcb70e92c718571681ce51f1f0336a94f19786054c62c751 +size 49276 diff --git a/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles demo.unity.meta b/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles demo.unity.meta new file mode 100644 index 0000000..9be206a --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles demo.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0162806ab8565944bacf442960fdca19 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles demo.unity + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles flashes.unity b/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles flashes.unity new file mode 100644 index 0000000..54e7f90 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles flashes.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f03f009b0054a512180389b7feb66da6b3de717ee9e997c196697a48b645ef2 +size 79156 diff --git a/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles flashes.unity.meta b/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles flashes.unity.meta new file mode 100644 index 0000000..a5b1583 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles flashes.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 28f41b7c8bacfbc41b21ed0fe47dacc0 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles flashes.unity + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles hit effects.unity b/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles hit effects.unity new file mode 100644 index 0000000..bfeadd6 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles hit effects.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd789e50b2969fa40e3746a2b1b8a3387d984c8fd0c346f33e29f48f077eca5f +size 78565 diff --git a/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles hit effects.unity.meta b/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles hit effects.unity.meta new file mode 100644 index 0000000..391f333 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles hit effects.unity.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a8c63b260d5768d4cac248abd2de512d +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles hit + effects.unity + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Demo scene/Readme.txt b/Assets/Hovl Studio/MOBA projectiles/Demo scene/Readme.txt new file mode 100644 index 0000000..350863f --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Demo scene/Readme.txt @@ -0,0 +1,139 @@ +Asset Creator - Vladyslav Horobets (Hovl). +----------------------------------------------------- + +Using: + +1) Shaders +1.1)The "Use depth" on the material from the custom shaders is the Soft Particle Factor. +1.2)Use "Center glow"[MaterialToggle] only with particle system. This option is used to darken the main texture with a white texture (white is visible, black is invisible). + If you turn on this feature, you need to use "Custom vertex stream" (Uv0.Custom.xy) in tab "Render". And don't forget to use "Custom data" parameters in your PS. +1.3)The distortion shader only works with standard rendering. Delete (if exist) distortion particles from effects if you use LWRP or HDRP! +1.4)You can change the cutoff in all shaders (except Add_CenterGlow and Blend_CenterGlow ) using (Uv0.Custom.xy) in particle system. + +2)Light. +2.1)You can disable light in the main effect component (delete light and disable light in PS). + Light strongly loads the game if you don't use light probes or something else. + +3)Quality +3.1) For better sparks quality enable "Anisotropic textures: Forced On" in quality settings. + +4)Scripts +HS_ProjectileMover — Documentation + +Description +HS_ProjectileMover controls the movement, collision behavior, and visual effects of projectile objects. +It handles projectile speed, hit effects, particle systems, detached VFX elements, and supports both destruction and pooling workflows. + +The script is designed for VFX projectiles used in spells, bullets, energy blasts, or similar effects. + +Main Features: + +Moves projectile forward using Rigidbody velocity +Spawns hit effects on collision +Supports pooled projectiles (reuse instead of destroy) +Handles particle systems properly on impact +Allows detached particle effects to continue playing after collision +Automatically restores detached objects when projectile is reused + +Key Parameters: + +Speed - +Controls the forward velocity of the projectile. +Hit Offset - +Moves the hit effect slightly away from the surface normal to avoid clipping. +Use Fire Point Rotation - +If enabled, the hit effect rotation will match the fire point orientation. +Rotation Offset - +Optional rotation override applied to the hit effect. +Hit - +GameObject used as the hit effect container. +Hit PS - +Particle system played when the projectile collides. +Flash - +Optional muzzle flash object that detaches on spawn. +Projectile PS - +Main projectile particle system. +Detached - +Array of objects that contain particle systems (such as trails or smoke). +These objects detach on impact so their particles can finish playing naturally. + +Components: + +RB - +Rigidbody used for projectile movement. +Col - +Collider used for collision detection. +Light Source - +Optional light attached to the projectile. + +Lifetime Settings + +Not Destroy +If enabled, the projectile will be disabled instead of destroyed. +This allows it to be reused with an object pool. + +Life Time +Maximum lifetime of the projectile if it does not hit anything. + +Detached Life Time +How long detached particle objects remain alive after impact. + +Collision Behavior + +When the projectile collides: + +Rigidbody movement is stopped +Light and collider are disabled +Projectile particle emission stops +Hit effect is positioned and played +Detached objects are unparented +Detached particle systems stop emitting but existing particles finish their lifetime + +If Not Destroy is enabled: +The projectile will be disabled after the hit effect finishes +Detached objects will be restored when the projectile is reused + +If Not Destroy is disabled: +The projectile will be destroyed after the hit effect duration +Detached objects will be destroyed after Detached Life Time + +Detached Objects Logic: +Detached objects must be child objects of the projectile. +Each detached object can contain multiple particle systems. + +On collision: +The object is unparented +Emission stops +Existing particles finish their lifetime +If pooling is enabled, the objects are restored to their original parent when the projectile is reactivated. + +Typical Use Case: +Projectile Prefab Structure Example + +Projectile +├── Mesh +├── Collider +├── Rigidbody +├── Projectile_PS +├── Flash +└── Detached_Trail +├── Smoke +└── Sparks + +Pooling Support + +When using an object pool: + +Set: +Not Destroy = true +The projectile will be disabled instead of destroyed and can be reused safely. +Detached particle objects will automatically return to their original positions when the projectile is activated again. + +Notes: +Detached objects should only contain particle systems. +Ensure Rigidbody and Collider references are assigned. +Projectile should face forward in the Z direction for correct movement. + + +Contact me if you have any questions. +My email: hovlstudio1@gmail.com \ No newline at end of file diff --git a/Assets/Hovl Studio/MOBA projectiles/Demo scene/Readme.txt.meta b/Assets/Hovl Studio/MOBA projectiles/Demo scene/Readme.txt.meta new file mode 100644 index 0000000..0da5fd3 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Demo scene/Readme.txt.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: fb8a4976706d6d149b025734089804d4 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Demo scene/Readme.txt + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs.meta new file mode 100644 index 0000000..14fa18c --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e8401381587003f4bbd9a36172fd906e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash acid.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash acid.prefab new file mode 100644 index 0000000..403870f --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash acid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557cce41ad9bf49fb0420f92f6595ab42766ce0e20faae3d5fd8cad3188667ec +size 475208 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash acid.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash acid.prefab.meta new file mode 100644 index 0000000..2e24e85 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash acid.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d97dffd6036062540b327e27c6450244 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash acid.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blood.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blood.prefab new file mode 100644 index 0000000..b7f88bd --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blood.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff12bb04c750dc5d8062c05e5ca6eccc0ae9272b306f8afbf390fbe31ad4e85 +size 355718 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blood.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blood.prefab.meta new file mode 100644 index 0000000..07e30b6 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blood.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 697b6311f1512ab45b38f0e308b70d58 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blood.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blue projectile.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blue projectile.prefab new file mode 100644 index 0000000..d062a68 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blue projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5486e7155e9c76be021a3868a82eed02da29a281f7270c4605120f5b8e1ecd +size 356491 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blue projectile.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blue projectile.prefab.meta new file mode 100644 index 0000000..9ca1f72 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blue projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: f8a6fa4b6be851e47ba6139f03a6ef2b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blue projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash butterfly.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash butterfly.prefab new file mode 100644 index 0000000..5f995d0 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash butterfly.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b35f3066fd71b6e140fddc90db8267c2c9ed878b4b2a85e4b783a09922f8f7f +size 237432 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash butterfly.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash butterfly.prefab.meta new file mode 100644 index 0000000..8ede2f9 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash butterfly.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 772f01d700e596246b5bdb2163c606ba +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash butterfly.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash card.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash card.prefab new file mode 100644 index 0000000..6998f88 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash card.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687239caa19f17de3bed391612037ac7394696a7537bf7a2f204e3c3d5cfe556 +size 237631 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash card.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash card.prefab.meta new file mode 100644 index 0000000..05460f4 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash card.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 95c2ac4f8fbad15438ef2630fbc9faf5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash card.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash comics.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash comics.prefab new file mode 100644 index 0000000..ac8043d --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash comics.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c43ae01123ee7591e1de34e742b47770adb873075b2b8c189ec39ee24d3f004 +size 474622 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash comics.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash comics.prefab.meta new file mode 100644 index 0000000..46530ae --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash comics.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: df95749448d6fef4d8f455dbf4bc2808 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash comics.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash cyber.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash cyber.prefab new file mode 100644 index 0000000..ff1ef0b --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash cyber.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c425830f4c4bff5c98a5b7784be7a4978ec15d90a3eb45993380aad5b979b9 +size 237636 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash cyber.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash cyber.prefab.meta new file mode 100644 index 0000000..10fabb5 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash cyber.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d8610dfbed261834fbe58ee0fd7c2bf7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash cyber.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash emerald.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash emerald.prefab new file mode 100644 index 0000000..638517f --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash emerald.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab8d4c6f12a69ee23aa7d1efc5bcda1b31bcd6f652cddc0fe0e0a2ccbbe57c6 +size 355799 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash emerald.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash emerald.prefab.meta new file mode 100644 index 0000000..efc18a3 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash emerald.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 677bbc909c075eb4186c74ddd4293e8a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash emerald.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash fire.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash fire.prefab new file mode 100644 index 0000000..3d8a3da --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4e9993ca7e2db9488adcbd41dc66b94e0ba061760211cb257c770581ef75cf +size 356040 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash fire.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash fire.prefab.meta new file mode 100644 index 0000000..6b3244f --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash fire.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: c10e8ad03656601439b15c27e14367d8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ghost.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ghost.prefab new file mode 100644 index 0000000..6f03062 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ghost.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bd96a77f6af798a151190d88bcff0299f08ffa5069738464c6dcd3ce436693 +size 474231 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ghost.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ghost.prefab.meta new file mode 100644 index 0000000..646f5a9 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ghost.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 803932aa3a89ae943918baf8b8194993 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ghost.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash grafity.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash grafity.prefab new file mode 100644 index 0000000..4c19630 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash grafity.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db80a1ff3a1ff2119067770fd6b314ac8152ed84d89d1574eabcd242d6b5384e +size 474608 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash grafity.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash grafity.prefab.meta new file mode 100644 index 0000000..1838116 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash grafity.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: dc913cefa91364344b23bb6679000e9f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash grafity.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ice.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ice.prefab new file mode 100644 index 0000000..d2349e8 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ice.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3c3378fa11ca2e9715b8f27898c676f82f3b71db65d0d8b6d163c5a5a61431 +size 359050 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ice.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ice.prefab.meta new file mode 100644 index 0000000..0ff8fef --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ice.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0d30ec2d828c60748a0b8397c85790fc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ice.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash jellyfish.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash jellyfish.prefab new file mode 100644 index 0000000..166255d --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash jellyfish.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36860d17dd2126e680cca5a21ae97705a71ef3687b0a613f1128f1a51bbacde6 +size 356437 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash jellyfish.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash jellyfish.prefab.meta new file mode 100644 index 0000000..bee880a --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash jellyfish.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d99259cc9c352944b934e94931649789 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash jellyfish.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash music.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash music.prefab new file mode 100644 index 0000000..1aac306 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash music.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b201619217bc8cfd70985053e98b4621133199ae2e2a31decec78e4d50a3e1 +size 118830 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash music.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash music.prefab.meta new file mode 100644 index 0000000..72c33ce --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash music.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 846c55344b752cf488e6852cebeb066e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash music.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash paint.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash paint.prefab new file mode 100644 index 0000000..59c409c --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash paint.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f03e3f1a93944862931408ecc1431928e08e0688bf3d4e127f84cb8f874c0ad +size 356525 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash paint.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash paint.prefab.meta new file mode 100644 index 0000000..e03e2ed --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash paint.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: ed0535ca569b39d4697c1c75374f7c30 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash paint.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash red projectile.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash red projectile.prefab new file mode 100644 index 0000000..da8b130 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash red projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57807d5e9dca5ab578cf580040f5c6ad85f333d4c6a53d611c437ea45f3b91c6 +size 356488 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash red projectile.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash red projectile.prefab.meta new file mode 100644 index 0000000..0bb9801 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash red projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: bc400a21fbb0e9940ad97ab436138196 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash red projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash sand.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash sand.prefab new file mode 100644 index 0000000..bf77dff --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash sand.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f931c1c2f25f0e3d62743bc1dcbe1e1693ee7fae7861260a53d2b2b282a4c55 +size 355994 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash sand.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash sand.prefab.meta new file mode 100644 index 0000000..af25b18 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash sand.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 73a0e43c84e3ecc4da7892966949f0f4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash sand.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash stone.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash stone.prefab new file mode 100644 index 0000000..2b488a1 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash stone.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7de1ef3ff2b2e46d200bc57b1d6387fdbaf295ac014a0c797c9067faeee45f +size 118571 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash stone.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash stone.prefab.meta new file mode 100644 index 0000000..9223aca --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash stone.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: cf7134226107d4f4295d0d3c1f3699a6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash stone.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash web.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash web.prefab new file mode 100644 index 0000000..a7e8081 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash web.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fca87b1677d89fb7563772d9526c82bfe4d112abcb196355f14c8de98078959 +size 355851 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash web.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash web.prefab.meta new file mode 100644 index 0000000..e31ad5e --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash web.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 4e31a485c9dbd2e42a99d6513ebb4a4c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash web.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash yellow projectile.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash yellow projectile.prefab new file mode 100644 index 0000000..4f5ba58 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash yellow projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16d59d423472f65d8deec57e7fbef6a7f01e77322635122826be3b413d6e5f3 +size 475984 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash yellow projectile.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash yellow projectile.prefab.meta new file mode 100644 index 0000000..dd3a007 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash yellow projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 973dcd32227c40a4fa9bb65ed93eda88 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash yellow projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit acid.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit acid.prefab new file mode 100644 index 0000000..b31a585 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit acid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af88ee0dcf1f0ebccbc97974946b9645fae21014d71444d26f07126216d8cd2d +size 1188666 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit acid.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit acid.prefab.meta new file mode 100644 index 0000000..554e142 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit acid.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: f44d283a075309941a9a1d46a2c023c4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit acid.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blood.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blood.prefab new file mode 100644 index 0000000..b423439 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blood.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82676fd5c0f090c460ceaa3daf541f4d7ca91e8cae4a28c051b1916b0bd69024 +size 1069631 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blood.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blood.prefab.meta new file mode 100644 index 0000000..59a541b --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blood.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: b10f8f1a0e5287041b2c12f6c998ac4b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blood.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blue projectile.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blue projectile.prefab new file mode 100644 index 0000000..9e2d2af --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blue projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a809928c4e69a57348ff4c2c82490413fcd0f1a6167ced9eb4426f6a9eb245 +size 952376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blue projectile.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blue projectile.prefab.meta new file mode 100644 index 0000000..9f3466e --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blue projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 99cbab2d9b5e3dc4988f7abb19912a15 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blue projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit butterfly.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit butterfly.prefab new file mode 100644 index 0000000..f6cea7e --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit butterfly.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9af1f2037802f1d347664bd62a2e08060c9f0fc031a3fa8378f84b85c83a033 +size 949463 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit butterfly.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit butterfly.prefab.meta new file mode 100644 index 0000000..2baf798 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit butterfly.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 46628bc06320bea4eb828c9427f1bb44 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit butterfly.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit card.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit card.prefab new file mode 100644 index 0000000..6b37aba --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit card.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd055f10ae9082b4d234b81e1c6260b6ec475e884eed818e8b5c8845ed3c97ec +size 953471 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit card.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit card.prefab.meta new file mode 100644 index 0000000..1827b25 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit card.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: dc6b0251e6c89724d9d7c95438c9c7e8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit card.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit comics.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit comics.prefab new file mode 100644 index 0000000..cf6bca0 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit comics.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7e9147377dcaa674f19a13c0f0393305f83d87857548c26246fd79d22fe774 +size 949244 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit comics.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit comics.prefab.meta new file mode 100644 index 0000000..65dbdda --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit comics.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 9fb98db9a999061429618c358be87557 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit comics.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit cyber.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit cyber.prefab new file mode 100644 index 0000000..9af6976 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit cyber.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4daf0344f3fd2ba93067c544f72f3034005cce6a7adffb6ea0aa81110039343c +size 1072709 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit cyber.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit cyber.prefab.meta new file mode 100644 index 0000000..5f32d3e --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit cyber.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 1f0db7ff54e26f7418dfe8f293114ead +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit cyber.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit emerald.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit emerald.prefab new file mode 100644 index 0000000..cc55168 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit emerald.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37272dab77640ee3ac18010b77fa3dbc364a4fe8a801ec583ad2ae13b7d11f2 +size 715080 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit emerald.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit emerald.prefab.meta new file mode 100644 index 0000000..63a3e03 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit emerald.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 525a8779192b8e84c9cb77bc3035af7e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit emerald.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit fire.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit fire.prefab new file mode 100644 index 0000000..dcd38a0 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f97e5c1d842100c3156cfc0e0c9cec0a89600823e209d50b99527d78f1264a +size 830437 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit fire.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit fire.prefab.meta new file mode 100644 index 0000000..ab86c2a --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit fire.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 21e47f05c3935bb4a9a1e8f4d913964d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ghost.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ghost.prefab new file mode 100644 index 0000000..55e50a4 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ghost.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1628e00215658dbd57ceddeeacba8deab0345d19b6fea4dcbf0e992f1f8b91 +size 948381 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ghost.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ghost.prefab.meta new file mode 100644 index 0000000..956a04b --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ghost.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 28e5a8487235b124895593744ca7a400 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ghost.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit grafity.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit grafity.prefab new file mode 100644 index 0000000..683abef --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit grafity.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac8668b30c4bb7c35e5fbae5f3e0d80b6d61c0e39ff5f47401d28e64046d125 +size 831367 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit grafity.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit grafity.prefab.meta new file mode 100644 index 0000000..ac77edb --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit grafity.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 498b1922d6ddc684fb0c208cd3608028 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit grafity.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ice.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ice.prefab new file mode 100644 index 0000000..98b21bc --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ice.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558cd5e156bed4d4e6de9e708a978025e42c1c70cc44fe2c60791cc9a01ee92e +size 955785 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ice.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ice.prefab.meta new file mode 100644 index 0000000..3fd1ef6 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ice.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 5803688506d0d0144a2af976245d12fc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ice.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit jellyfish.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit jellyfish.prefab new file mode 100644 index 0000000..966c41c --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit jellyfish.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35632c5462e06645aefb91faba2d4ceadfaf850110e9b99105037156b3b9345 +size 1545987 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit jellyfish.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit jellyfish.prefab.meta new file mode 100644 index 0000000..dec4653 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit jellyfish.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: c0a798cad30696e44a5a3f091e78e9ce +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit jellyfish.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit music.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit music.prefab new file mode 100644 index 0000000..9b2b9c7 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit music.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dbe186a1c847ccbfd786ec86b0e33f87503c537b18e36b1e2c70fa054685fd +size 950945 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit music.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit music.prefab.meta new file mode 100644 index 0000000..6ee1dba --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit music.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 575bf717d54c5b344b9a8d1ffa53f9b4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit music.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit paint.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit paint.prefab new file mode 100644 index 0000000..17a004e --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit paint.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba65394a239fe62dd9b8d47c995c3f14c50190be4cc8ae010c0ce871c9371c8a +size 1187902 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit paint.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit paint.prefab.meta new file mode 100644 index 0000000..d065b2a --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit paint.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: c80b1493b6a8dec428ae153dec580dac +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit paint.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit red projectile.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit red projectile.prefab new file mode 100644 index 0000000..e3c2388 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit red projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30113213ffaaccbf9560efe75dbd76a85f5efc21d86b9dca25e8f2f5c523e483 +size 1070667 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit red projectile.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit red projectile.prefab.meta new file mode 100644 index 0000000..47e93e0 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit red projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 27764170b601a2541a88f8987b102a7a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit red projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit sand.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit sand.prefab new file mode 100644 index 0000000..3600ccd --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit sand.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dee6bfa97516db2bcf3e352ab369939ae226e82281761f34fd3ab8b1482d138 +size 1186497 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit sand.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit sand.prefab.meta new file mode 100644 index 0000000..cb32b29 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit sand.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 8776f894d9f49d641ac9c4d9ec57de4f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit sand.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit stone.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit stone.prefab new file mode 100644 index 0000000..ae3fa9c --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit stone.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3212c6676e5d7eecc3079e1e6344e4555f577b60a36f57c7189d61afae44af +size 593719 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit stone.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit stone.prefab.meta new file mode 100644 index 0000000..c2a0175 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit stone.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 052d2ac29fddd424d81b24d554129cf8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit stone.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit web.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit web.prefab new file mode 100644 index 0000000..37897a2 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit web.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31000f94af3a2eb6a318755bfe9679894795b56655379d94ee84264c54907a78 +size 830150 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit web.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit web.prefab.meta new file mode 100644 index 0000000..98da3b6 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit web.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 1aa414bd178eb4644ae9b0820410c343 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit web.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit yellow projectile.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit yellow projectile.prefab new file mode 100644 index 0000000..09d5f6e --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit yellow projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bb9121ac4573bac6cda8f3dcdff10a5a544117b7aff7e88a135d19669751ba +size 1310739 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit yellow projectile.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit yellow projectile.prefab.meta new file mode 100644 index 0000000..864c301 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit yellow projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0d7b19dcf96df9f49a75fa42e0a33146 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit yellow projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile acid.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile acid.prefab new file mode 100644 index 0000000..710fcf0 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile acid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c526a8e2478fc182a9a6ac8ca0be95f6d4bce9b6b49ae4f8e3b4956e1d898e +size 251387 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile acid.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile acid.prefab.meta new file mode 100644 index 0000000..07ff009 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile acid.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 742ea573b37e64d47a9866faa8edba31 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile acid.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blood.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blood.prefab new file mode 100644 index 0000000..586dd38 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blood.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3912e2c6aba75ae5ddfe4c37814535a91091bb4dd995473aabbe8e39da134278 +size 251020 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blood.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blood.prefab.meta new file mode 100644 index 0000000..00313b1 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blood.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d14c45ad4c635994c8c4a0011a634766 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blood.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blue.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blue.prefab new file mode 100644 index 0000000..49c8dd1 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491bcaa2deeb41de462a66f5b4f5c2216eabc0f8e90ad77de48d1c0d38489da1 +size 369634 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blue.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blue.prefab.meta new file mode 100644 index 0000000..41a06b8 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blue.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 92c0774fe64ffba4da0f535983347f75 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blue.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile butterfly.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile butterfly.prefab new file mode 100644 index 0000000..7deca30 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile butterfly.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f978f7abcb15f251717463adb39c6885d505185e92e66426adcf2a26e0ff1576 +size 253655 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile butterfly.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile butterfly.prefab.meta new file mode 100644 index 0000000..ca2d8c1 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile butterfly.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5e78252662e47c94fa293ac3695ceaec +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile butterfly.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile card.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile card.prefab new file mode 100644 index 0000000..1d6580c --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile card.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addd684311fab6c9c22c84f9347f9aef7697a36e40673811cc337032f710236b +size 134587 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile card.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile card.prefab.meta new file mode 100644 index 0000000..4265339 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile card.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c7af282cf00c1ce48a89a29c4c9e60b0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile card.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile comics.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile comics.prefab new file mode 100644 index 0000000..5886dc7 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile comics.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755d26b0d9214d15487a782332555ff31f0569d049023c7d1988ca9c36e5ed1b +size 134417 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile comics.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile comics.prefab.meta new file mode 100644 index 0000000..c6613b3 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile comics.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 14772d333da871445aefb3e23bf4da7c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile comics.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile cyber.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile cyber.prefab new file mode 100644 index 0000000..841ed13 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile cyber.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862feada3de0a50110212658555992e3e717a750982db4489b37134df7d36da2 +size 616965 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile cyber.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile cyber.prefab.meta new file mode 100644 index 0000000..6943038 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile cyber.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: bd525f41bd1d29748914b6b325ed125e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile cyber.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile emeald.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile emeald.prefab new file mode 100644 index 0000000..5dad7e1 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile emeald.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8730c7c90cb493fb9d8760fec68208a0fcf4010eb23473ec9b60cf3fad974d5 +size 251199 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile emeald.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile emeald.prefab.meta new file mode 100644 index 0000000..88ab165 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile emeald.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: c0a5f0c7a3f23e54da0ab5b179716f05 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile emeald.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile fire.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile fire.prefab new file mode 100644 index 0000000..889a669 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b992e732b713a8659048efff4454e8a0ecb1c02f1a22ca83609f00b1e8e55e1 +size 251909 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile fire.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile fire.prefab.meta new file mode 100644 index 0000000..2d650ed --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile fire.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8304453ea3d2ec641825a1d780dec171 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ghost.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ghost.prefab new file mode 100644 index 0000000..4995a55 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ghost.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2672dbdc2f60a83edea2880215a399ef155c1999525a089b6d8703df9f79aba7 +size 133023 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ghost.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ghost.prefab.meta new file mode 100644 index 0000000..823b0f2 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ghost.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 3fe8eda9ef1c25d40aace3b0337477fa +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ghost.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile grafity.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile grafity.prefab new file mode 100644 index 0000000..5340d5c --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile grafity.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ae12dd090c2cf740e85ac6b1877da024c35f3378d01eb780d7193b0ca5d89a +size 134421 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile grafity.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile grafity.prefab.meta new file mode 100644 index 0000000..348703e --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile grafity.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7214821a8847b1743bc0d65db792e70c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile grafity.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ice.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ice.prefab new file mode 100644 index 0000000..97f50ba --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ice.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bde315f8816462e1a7d05c3f980720c31627429e3657eff39695f6739293795 +size 258964 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ice.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ice.prefab.meta new file mode 100644 index 0000000..fdfb185 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ice.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0ac86c2952e98be48805c1cffdef4da1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile ice.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile jellyfish.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile jellyfish.prefab new file mode 100644 index 0000000..ce8cab3 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile jellyfish.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f754dcda84f70c9884a7aee7ea28c13abdba0fb41e6f7f0e4e4e465c696d137c +size 726599 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile jellyfish.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile jellyfish.prefab.meta new file mode 100644 index 0000000..6133cc4 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile jellyfish.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: a631b9681fa7c434ab6d1ba9b168ac69 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile jellyfish.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile music.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile music.prefab new file mode 100644 index 0000000..1764166 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile music.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff9ad901673beaba6cbbe31ef4cc39402fb7960cf2d07004428c990a3b24790 +size 371374 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile music.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile music.prefab.meta new file mode 100644 index 0000000..fc3b281 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile music.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5fe02021e0556b7458fb0d1852426ba9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile music.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile paint.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile paint.prefab new file mode 100644 index 0000000..27103dc --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile paint.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e2c1b6a2b93f7d1fe7dec42649693ef73ae78cdfabd434de7017a168b05b79 +size 136435 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile paint.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile paint.prefab.meta new file mode 100644 index 0000000..16839e3 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile paint.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 111eb7e4112b90449875d9632042bb8a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile paint.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile red.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile red.prefab new file mode 100644 index 0000000..1305ef4 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f117d2a4b8519316371c2f9fdc7edb39fe0625dd42ea45e4539eae50d0f1e938 +size 252877 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile red.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile red.prefab.meta new file mode 100644 index 0000000..4d07b5c --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile red.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0885399476c670b4b92a81e15dc7e042 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile red.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile sand.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile sand.prefab new file mode 100644 index 0000000..279b312 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile sand.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807e13e4ca77a679225422eacd033f3f6f54c6d8c9a0d0ba6ba04bccaa8d2a5b +size 372995 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile sand.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile sand.prefab.meta new file mode 100644 index 0000000..7a632c2 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile sand.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 052d5fcb1c3bbac40a2e1905b17033b8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile sand.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile stone.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile stone.prefab new file mode 100644 index 0000000..54721b2 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile stone.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d376685d09b0e65bcc52c166d224a4b9bdc1d13e50b017a02a56b3223c1f3f +size 131412 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile stone.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile stone.prefab.meta new file mode 100644 index 0000000..5b4c6a2 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile stone.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 02a1938d90ec2284ea5c187e3ee88377 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile stone.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile web.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile web.prefab new file mode 100644 index 0000000..ba17187 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile web.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d657cf93104901682ec110d064698a84567a373ace39cac016f9a2ad45243b2e +size 133159 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile web.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile web.prefab.meta new file mode 100644 index 0000000..31b2db3 --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile web.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 2c7bd28319508094daa70d3982fa21ca +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile web.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile yellow.prefab b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile yellow.prefab new file mode 100644 index 0000000..d87dd9c --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6da5206a1deecdda0e7e279f0c535bb0a1743859db5a5d4a107c1983ef85de1 +size 375862 diff --git a/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile yellow.prefab.meta b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile yellow.prefab.meta new file mode 100644 index 0000000..99f37cf --- /dev/null +++ b/Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile yellow.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3c4829f1cffc21e4db95eeb3f66127d5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile yellow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff.meta b/Assets/Hovl Studio/PBR Fantasy staff.meta new file mode 100644 index 0000000..7992b7d --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 311ea443331461e42b992ce2d8b4e1d6 +folderAsset: yes +timeCreated: 1529426202 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Demo scene.meta b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene.meta new file mode 100644 index 0000000..d4b1566 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 995eae8213219da468be8a6197d13d72 +folderAsset: yes +timeCreated: 1504983080 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staff.unity b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staff.unity new file mode 100644 index 0000000..b37d31d --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staff.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51459593fb91777e409c0848b10bf29090daa9102386dbe671d640ccdfe66479 +size 34695 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staff.unity.meta b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staff.unity.meta new file mode 100644 index 0000000..c0d0bd2 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staff.unity.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: bbf73bbb580853b4aac805ed16f44e1f +timeCreated: 1529426310 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staff.unity + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staffSettings.lighting b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staffSettings.lighting new file mode 100644 index 0000000..4fe7b24 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staffSettings.lighting @@ -0,0 +1,66 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Demo PBR Fantasy staffSettings + serializedVersion: 6 + m_GIWorkflowMode: 1 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 1 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 1 + m_BakeBackend: 0 + m_LightmapMaxSize: 512 + m_BakeResolution: 40 + m_Padding: 2 + m_LightmapCompression: 3 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 2 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 2 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 256 + m_FinalGatherFiltering: 1 + m_PVRCulling: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVREnvironmentSampleCount: 512 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 2 + m_PVREnvironmentImportanceSampling: 0 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_PVRTiledBaking: 0 + m_NumRaysToShootPerTexel: -1 + m_RespectSceneVisibilityWhenBakingGI: 0 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staffSettings.lighting.meta b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staffSettings.lighting.meta new file mode 100644 index 0000000..2b74fa1 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staffSettings.lighting.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 750c5787d9fcd0b4daa0ec0960a7136c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Demo PBR Fantasy staffSettings.lighting + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Ground1.mat b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Ground1.mat new file mode 100644 index 0000000..aa4b961 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Ground1.mat @@ -0,0 +1,83 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Ground1 + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _GLOSSYREFLECTIONS_OFF + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 60, y: 60} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 60, y: 60} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 0 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Enablespecular: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.246 + - _GlossyReflections: 0 + - _Metallic: 0.8 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _SmoothnessTextureChannel: 0 + - _Specular: 0.75 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.503293, g: 0.53201365, b: 0.5471698, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Ground1.mat.meta b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Ground1.mat.meta new file mode 100644 index 0000000..5e47cdd --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Ground1.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: ca3973770cc827249895656db678c2a0 +timeCreated: 1493318637 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Demo scene/Ground1.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/LightingData.asset b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/LightingData.asset new file mode 100644 index 0000000..10a0785 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/LightingData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bd5f4c48bf11ddd487fb1526a69b3e0d2fcbae2a12aad9f259abdaecde0895 +size 4541564 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/LightingData.asset.meta b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/LightingData.asset.meta new file mode 100644 index 0000000..2f8526b --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/LightingData.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 60b863e0d84432e4ba2d4bf5920291b4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 25800000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Demo scene/LightingData.asset + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/ReflectionProbe-0.exr b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/ReflectionProbe-0.exr new file mode 100644 index 0000000..ae55b77 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/ReflectionProbe-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f62953224c8d15e96759d4bb8c9cec75a8e22537bd675706778541569309fc +size 136885 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/ReflectionProbe-0.exr.meta b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/ReflectionProbe-0.exr.meta new file mode 100644 index 0000000..450931f --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Demo scene/ReflectionProbe-0.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 7ee082897e9d7684eb1a0475c1c60b16 +TextureImporter: + fileIDToRecycleName: + 8900000: generatedCubemap + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Demo scene/ReflectionProbe-0.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials.meta b/Assets/Hovl Studio/PBR Fantasy staff/Materials.meta new file mode 100644 index 0000000..ca460b4 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: bce1ed61cba2f3f40b7bd54ba2d2c956 +folderAsset: yes +timeCreated: 1529426226 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff.mat b/Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff.mat new file mode 100644 index 0000000..f90b850 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff.mat @@ -0,0 +1,102 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Fantasy staff + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _DETAIL_MULX2 _METALLICGLOSSMAP _NORMALMAP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: 666bb4777de0e564c9d849a8cc375922, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 2800000, guid: 61a86be4e261e3f4794b7414a1843ffc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 47fb271d03afcaa48a0a84cbe7e77bdb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 2800000, guid: 93d5dcea1eeee284a900404adc7d20eb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 2800000, guid: 93d5dcea1eeee284a900404adc7d20eb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 9205e788006cbd949a94ee715b62fc61, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Occlusion: + m_Texture: {fileID: 2800000, guid: 61a86be4e261e3f4794b7414a1843ffc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 2800000, guid: 61a86be4e261e3f4794b7414a1843ffc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Fresnel: 1.5 + - _Fresnelemission: 2 + - _Gloss: 0.8 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _Normalpower: 1 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Smoothness: 1 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _Usefresnel: 0 + - _Uspeed: 0.1 + - _Vspeed: -0.2 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Fresnelcolor: {r: 0, g: 0.4206896, b: 1, a: 1} + - _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff.mat.meta b/Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff.mat.meta new file mode 100644 index 0000000..3c794c5 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 2b504f893bbb4854a889e4a4a6e2bcc6 +timeCreated: 1529412238 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff2.mat b/Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff2.mat new file mode 100644 index 0000000..a6ce0aa --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff2.mat @@ -0,0 +1,111 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Fantasy staff2 + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _METALLICGLOSSMAP + - _NORMALMAP + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: 666bb4777de0e564c9d849a8cc375922, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 47fb271d03afcaa48a0a84cbe7e77bdb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 2800000, guid: 93d5dcea1eeee284a900404adc7d20eb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 2800000, guid: 93d5dcea1eeee284a900404adc7d20eb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: 9205e788006cbd949a94ee715b62fc61, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Occlusion: + m_Texture: {fileID: 2800000, guid: 61a86be4e261e3f4794b7414a1843ffc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 2800000, guid: 61a86be4e261e3f4794b7414a1843ffc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Fresnel: 1.5 + - _Fresnelemission: 2 + - _Gloss: 0.8 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _Normalpower: 1 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Smoothness: 1 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _Usefresnel: 0 + - _Uspeed: 0.1 + - _Vspeed: -0.2 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Fresnelcolor: {r: 0, g: 0.4206896, b: 1, a: 1} + - _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff2.mat.meta b/Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff2.mat.meta new file mode 100644 index 0000000..a1f116e --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff2.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cdde8c214d79c0249baaef2147c5484c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Materials/Fantasy staff2.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffAnimAlpha.mat b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffAnimAlpha.mat new file mode 100644 index 0000000..7817c6f --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffAnimAlpha.mat @@ -0,0 +1,141 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: StaffAnimAlpha + m_Shader: {fileID: 203, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _ALPHAPREMULTIPLY_ON _FRESNEL_ON _TEXTVERTEX_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: f09eda11bc2575d409993a0e31b5869b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTexture: + m_Texture: {fileID: 2800000, guid: f09eda11bc2575d409993a0e31b5869b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Maintexture: + m_Texture: {fileID: 2800000, guid: f09eda11bc2575d409993a0e31b5869b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Noise: + m_Texture: {fileID: 2800000, guid: f09eda11bc2575d409993a0e31b5869b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Opacitytexture: + m_Texture: {fileID: 2800000, guid: f09eda11bc2575d409993a0e31b5869b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SecondTexture: + m_Texture: {fileID: 2800000, guid: f09eda11bc2575d409993a0e31b5869b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _mask: + m_Texture: {fileID: 2800000, guid: 3ac9147f2433d4e4db4260b8e8a50427, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _1TexEmission: 3 + - _2TexEmission: 1 + - _2TexPower: 3 + - _2U_Speed: -0.22 + - _2V_Speed: 0.44 + - _AddFonGlow: 0 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _Depth: 2 + - _DetailNormalMapScale: 1 + - _DirectionSpeedofwawes: -0.5 + - _DstBlend: 10 + - _Emission: 2 + - _EmissionStrench: 7.5 + - _Emissive: 1 + - _Fresnel: 1 + - _FresnelOutline: 0.94 + - _FresnelStrench: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _InvFade: 3 + - _MainTexUspeed: 0 + - _MainTexVspeed: 0 + - _Metallic: 0 + - _Mode: 3 + - _NoiseUspeed: 0 + - _NoiseVspeed: 0 + - _Noisepower: 0.5 + - _Numberofwawes: 3 + - _OcclusionStrength: 1 + - _Opacity: 1 + - _Opacityclip: 0.9 + - _Parallax: 0.02 + - _Shininess: 1 + - _Sideopacity: 4 + - _Sizeofwawes: -0.07 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _TextVertex: 1 + - _UVSec: 0 + - _U_Speed: -0.2 + - _UpEmissionpower: 0.5 + - _V_Speed: -0.5 + - _Vetrexpower: 2.36 + - _ZWrite: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmisColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _FrenselColor: {r: 1, g: 1, b: 1, a: 1} + - _SpecColor: {r: 1, g: 1, b: 1, a: 1} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + - _color: {r: 1, g: 0.6, b: 0, a: 1} diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffAnimAlpha.mat.meta b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffAnimAlpha.mat.meta new file mode 100644 index 0000000..1254c17 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffAnimAlpha.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: a8dfeaef0f86edd469f68af887c817f2 +timeCreated: 1529404613 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffAnimAlpha.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf.mat b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf.mat new file mode 100644 index 0000000..4df4ff1 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf.mat @@ -0,0 +1,205 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4359349135456478078 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-3430579831520695337 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: StaffHSlitf + m_Shader: {fileID: -6465566751694194690, guid: 04a157cda4db57f45a293a0d2991b21d, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: TransparentCutout + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - RayTracingPrepass + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Albedo: + m_Texture: {fileID: 2800000, guid: 47fb271d03afcaa48a0a84cbe7e77bdb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AmbientOcclusion: + m_Texture: {fileID: 2800000, guid: 61a86be4e261e3f4794b7414a1843ffc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Emission: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 2800000, guid: 93d5dcea1eeee284a900404adc7d20eb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 2800000, guid: 666bb4777de0e564c9d849a8cc375922, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Opacity: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 2 + - _CullMode: 2 + - _CullModeForward: 2 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 0 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 0 + - _DstBlend2: 0 + - _DstBlendAlpha: 0 + - _Emission: 1.2 + - _Emission_power: 2 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel_power: 1 + - _MaterialID: 1 + - _MaterialTypeMask: 2 + - _Metallic: 0 + - _Metallic_value: 1 + - _Occlusion: 0.1 + - _Opacity_value: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RayTracing: 0 + - _ReceiveShadows: 1 + - _ReceivesSSR: 1 + - _ReceivesSSRTransparent: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _Smoothness: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 15 + - _StencilWriteMaskMV: 41 + - _SupportDecals: 1 + - _Surface: 0 + - _SurfaceType: 0 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _Albedo_Color: {r: 1, g: 1, b: 1, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission_color: {r: 0.37647057, g: 0.5333333, b: 1, a: 1} + - _SpeedXYFresnelEmission: {r: 0.1, g: -0.2, b: 2, a: 2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4567509157186523924 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf.mat.meta b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf.mat.meta new file mode 100644 index 0000000..ade35ef --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: bd1feb625883a3148946a225eb9ef676 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf2.mat b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf2.mat new file mode 100644 index 0000000..e66b2c6 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf2.mat @@ -0,0 +1,205 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4359349135456478078 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-3430579831520695337 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: StaffHSlitf2 + m_Shader: {fileID: -6465566751694194690, guid: 04a157cda4db57f45a293a0d2991b21d, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: TransparentCutout + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - RayTracingPrepass + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Albedo: + m_Texture: {fileID: 2800000, guid: 47fb271d03afcaa48a0a84cbe7e77bdb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AmbientOcclusion: + m_Texture: {fileID: 2800000, guid: 61a86be4e261e3f4794b7414a1843ffc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Emission: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 2800000, guid: 93d5dcea1eeee284a900404adc7d20eb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 2800000, guid: 666bb4777de0e564c9d849a8cc375922, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Opacity: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 2 + - _CullMode: 2 + - _CullModeForward: 2 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 0 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 0 + - _DstBlend2: 0 + - _DstBlendAlpha: 0 + - _Emission: 1.2 + - _Emission_power: 2 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel_power: 1 + - _MaterialID: 1 + - _MaterialTypeMask: 2 + - _Metallic: 0 + - _Metallic_value: 1 + - _Occlusion: 0.1 + - _Opacity_value: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RayTracing: 0 + - _ReceiveShadows: 1 + - _ReceivesSSR: 1 + - _ReceivesSSRTransparent: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _Smoothness: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 15 + - _StencilWriteMaskMV: 41 + - _SupportDecals: 1 + - _Surface: 0 + - _SurfaceType: 0 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _Albedo_Color: {r: 1, g: 1, b: 1, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission_color: {r: 0.59558815, g: 1, b: 0.8326572, a: 1} + - _SpeedXYFresnelEmission: {r: 0.1, g: -0.2, b: 2, a: 2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4567509157186523924 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf2.mat.meta b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf2.mat.meta new file mode 100644 index 0000000..caf1ee6 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf2.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0ca90155d3d77f74f99f783fb835f616 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf2.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf3.mat b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf3.mat new file mode 100644 index 0000000..b22b8d0 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf3.mat @@ -0,0 +1,205 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4359349135456478078 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-3430579831520695337 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: StaffHSlitf3 + m_Shader: {fileID: -6465566751694194690, guid: 04a157cda4db57f45a293a0d2991b21d, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: TransparentCutout + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - RayTracingPrepass + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Albedo: + m_Texture: {fileID: 2800000, guid: 47fb271d03afcaa48a0a84cbe7e77bdb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AmbientOcclusion: + m_Texture: {fileID: 2800000, guid: 61a86be4e261e3f4794b7414a1843ffc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Emission: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 2800000, guid: 93d5dcea1eeee284a900404adc7d20eb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 2800000, guid: 666bb4777de0e564c9d849a8cc375922, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Opacity: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 2 + - _CullMode: 2 + - _CullModeForward: 2 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 0 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 0 + - _DstBlend2: 0 + - _DstBlendAlpha: 0 + - _Emission: 1.2 + - _Emission_power: 2 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel_power: 1 + - _MaterialID: 1 + - _MaterialTypeMask: 2 + - _Metallic: 0 + - _Metallic_value: 1 + - _Occlusion: 0.1 + - _Opacity_value: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RayTracing: 0 + - _ReceiveShadows: 1 + - _ReceivesSSR: 1 + - _ReceivesSSRTransparent: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _Smoothness: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 15 + - _StencilWriteMaskMV: 41 + - _SupportDecals: 1 + - _Surface: 0 + - _SurfaceType: 0 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _Albedo_Color: {r: 1, g: 1, b: 1, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission_color: {r: 0.875, g: 0.94310343, b: 1, a: 1} + - _SpeedXYFresnelEmission: {r: 0.1, g: -0.2, b: 2, a: 2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4567509157186523924 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf3.mat.meta b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf3.mat.meta new file mode 100644 index 0000000..4f164dc --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf3.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c6122545f49d0804c8151dd40be96be9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf3.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf4.mat b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf4.mat new file mode 100644 index 0000000..5ed86ff --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf4.mat @@ -0,0 +1,205 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4359349135456478078 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-3430579831520695337 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: StaffHSlitf4 + m_Shader: {fileID: -6465566751694194690, guid: 04a157cda4db57f45a293a0d2991b21d, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: TransparentCutout + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - RayTracingPrepass + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Albedo: + m_Texture: {fileID: 2800000, guid: 47fb271d03afcaa48a0a84cbe7e77bdb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AmbientOcclusion: + m_Texture: {fileID: 2800000, guid: 61a86be4e261e3f4794b7414a1843ffc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Emission: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 2800000, guid: 93d5dcea1eeee284a900404adc7d20eb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 2800000, guid: 666bb4777de0e564c9d849a8cc375922, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Opacity: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 2 + - _CullMode: 2 + - _CullModeForward: 2 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 0 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 0 + - _DstBlend2: 0 + - _DstBlendAlpha: 0 + - _Emission: 1.2 + - _Emission_power: 2 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel_power: 1 + - _MaterialID: 1 + - _MaterialTypeMask: 2 + - _Metallic: 0 + - _Metallic_value: 1 + - _Occlusion: 0.1 + - _Opacity_value: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RayTracing: 0 + - _ReceiveShadows: 1 + - _ReceivesSSR: 1 + - _ReceivesSSRTransparent: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _Smoothness: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 15 + - _StencilWriteMaskMV: 41 + - _SupportDecals: 1 + - _Surface: 0 + - _SurfaceType: 0 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _Albedo_Color: {r: 1, g: 1, b: 1, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission_color: {r: 1, g: 0.40899995, b: 0, a: 1} + - _SpeedXYFresnelEmission: {r: 0.1, g: -0.2, b: 2, a: 2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4567509157186523924 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf4.mat.meta b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf4.mat.meta new file mode 100644 index 0000000..3f47085 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf4.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ead395a5db9606a4186bdb64ac2c4236 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf4.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf5.mat b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf5.mat new file mode 100644 index 0000000..6cdbbb9 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf5.mat @@ -0,0 +1,205 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4359349135456478078 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-3430579831520695337 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: StaffHSlitf5 + m_Shader: {fileID: -6465566751694194690, guid: 04a157cda4db57f45a293a0d2991b21d, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: TransparentCutout + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - RayTracingPrepass + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Albedo: + m_Texture: {fileID: 2800000, guid: 47fb271d03afcaa48a0a84cbe7e77bdb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AmbientOcclusion: + m_Texture: {fileID: 2800000, guid: 61a86be4e261e3f4794b7414a1843ffc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Emission: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 2800000, guid: 93d5dcea1eeee284a900404adc7d20eb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 2800000, guid: 666bb4777de0e564c9d849a8cc375922, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Opacity: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 2 + - _CullMode: 2 + - _CullModeForward: 2 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 0 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 0 + - _DstBlend2: 0 + - _DstBlendAlpha: 0 + - _Emission: 1.2 + - _Emission_power: 2 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel_power: 1 + - _MaterialID: 1 + - _MaterialTypeMask: 2 + - _Metallic: 0 + - _Metallic_value: 1 + - _Occlusion: 0.1 + - _Opacity_value: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RayTracing: 0 + - _ReceiveShadows: 1 + - _ReceivesSSR: 1 + - _ReceivesSSRTransparent: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _Smoothness: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 15 + - _StencilWriteMaskMV: 41 + - _SupportDecals: 1 + - _Surface: 0 + - _SurfaceType: 0 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _Albedo_Color: {r: 1, g: 1, b: 1, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission_color: {r: 1, g: 0, b: 0, a: 1} + - _SpeedXYFresnelEmission: {r: 0.1, g: -0.2, b: 2, a: 2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4567509157186523924 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf5.mat.meta b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf5.mat.meta new file mode 100644 index 0000000..d2412e2 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf5.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d642db6f2a81d3743bef21f06d908767 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf5.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf6.mat b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf6.mat new file mode 100644 index 0000000..6cd6783 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf6.mat @@ -0,0 +1,205 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4359349135456478078 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 13 + hdPluginSubTargetMaterialVersions: + m_Keys: [] + m_Values: +--- !u!114 &-3430579831520695337 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 639247ca83abc874e893eb93af2b5e44, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 0 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: StaffHSlitf6 + m_Shader: {fileID: -6465566751694194690, guid: 04a157cda4db57f45a293a0d2991b21d, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + MotionVector: User + RenderType: TransparentCutout + disabledShaderPasses: + - TransparentDepthPrepass + - TransparentDepthPostpass + - TransparentBackface + - RayTracingPrepass + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _Albedo: + m_Texture: {fileID: 2800000, guid: 47fb271d03afcaa48a0a84cbe7e77bdb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AmbientOcclusion: + m_Texture: {fileID: 2800000, guid: 61a86be4e261e3f4794b7414a1843ffc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Emission: + m_Texture: {fileID: 2800000, guid: beea0694d337e23449c7d21e4dfef1cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Metallic: + m_Texture: {fileID: 2800000, guid: 93d5dcea1eeee284a900404adc7d20eb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 2800000, guid: 666bb4777de0e564c9d849a8cc375922, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Opacity: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaCutoffEnable: 1 + - _AlphaDstBlend: 0 + - _AlphaSrcBlend: 1 + - _AlphaToMask: 1 + - _BUILTIN_QueueControl: 0 + - _BUILTIN_QueueOffset: 0 + - _Blend: 0 + - _BlendMode: 0 + - _BlendModePreserveSpecular: 0 + - _CastShadows: 1 + - _ConservativeDepthOffsetEnable: 0 + - _Cull: 2 + - _CullMode: 2 + - _CullModeForward: 2 + - _DepthOffsetEnable: 0 + - _DoubleSidedEnable: 0 + - _DoubleSidedGIMode: 0 + - _DoubleSidedNormalMode: 2 + - _DstBlend: 0 + - _DstBlend2: 0 + - _DstBlendAlpha: 0 + - _Emission: 1.2 + - _Emission_power: 2 + - _EnableBlendModePreserveSpecularLighting: 1 + - _EnableFogOnTransparent: 1 + - _ExcludeFromTUAndAA: 0 + - _Fresnel_power: 1 + - _MaterialID: 1 + - _MaterialTypeMask: 2 + - _Metallic: 0 + - _Metallic_value: 1 + - _Occlusion: 0.1 + - _Opacity_value: 0 + - _OpaqueCullMode: 2 + - _PerPixelSorting: 0 + - _QueueControl: 1 + - _QueueOffset: 0 + - _RayTracing: 0 + - _ReceiveShadows: 1 + - _ReceivesSSR: 1 + - _ReceivesSSRTransparent: 0 + - _RefractionModel: 0 + - _RenderQueueType: 1 + - _RequireSplitLighting: 0 + - _Smoothness: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _StencilRef: 0 + - _StencilRefDepth: 8 + - _StencilRefDistortionVec: 4 + - _StencilRefGBuffer: 10 + - _StencilRefMV: 40 + - _StencilWriteMask: 6 + - _StencilWriteMaskDepth: 9 + - _StencilWriteMaskDistortionVec: 4 + - _StencilWriteMaskGBuffer: 15 + - _StencilWriteMaskMV: 41 + - _SupportDecals: 1 + - _Surface: 0 + - _SurfaceType: 0 + - _TransmissionEnable: 1 + - _TransparentBackfaceEnable: 0 + - _TransparentCullMode: 2 + - _TransparentDepthPostpassEnable: 0 + - _TransparentDepthPrepassEnable: 0 + - _TransparentSortPriority: 0 + - _TransparentWritingMotionVec: 0 + - _TransparentZWrite: 0 + - _UseShadowThreshold: 0 + - _Use_fresnel: 1 + - _WorkflowMode: 1 + - _ZTest: 4 + - _ZTestDepthEqualForOpaque: 3 + - _ZTestGBuffer: 3 + - _ZTestTransparent: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _Albedo_Color: {r: 1, g: 1, b: 1, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _Emission_color: {r: 0.6372209, g: 0.46323526, b: 1, a: 1} + - _SpeedXYFresnelEmission: {r: 0.1, g: -0.2, b: 2, a: 2} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &4567509157186523924 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 10 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf6.mat.meta b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf6.mat.meta new file mode 100644 index 0000000..a3a3f87 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf6.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 682f184bfa29f174cb1cf9e61b6661b1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Materials/StaffHSlitf6.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/Trail21mb.mat b/Assets/Hovl Studio/PBR Fantasy staff/Materials/Trail21mb.mat new file mode 100644 index 0000000..52d5dda --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/Trail21mb.mat @@ -0,0 +1,81 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Trail21mb + m_Shader: {fileID: 203, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 0d1fb353c40bd6345af42a3b4f0bdb1a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Emission: 4 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _InvFade: 3 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _TintColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Materials/Trail21mb.mat.meta b/Assets/Hovl Studio/PBR Fantasy staff/Materials/Trail21mb.mat.meta new file mode 100644 index 0000000..d88b280 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Materials/Trail21mb.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: d90d4ae665cebe24b82106e9ed4f9283 +timeCreated: 1516211342 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Materials/Trail21mb.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Meshes.meta b/Assets/Hovl Studio/PBR Fantasy staff/Meshes.meta new file mode 100644 index 0000000..cefe90d --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Meshes.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 752aedb4f4c3f4848a02d47cce460d63 +folderAsset: yes +timeCreated: 1529426244 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Meshes/Fantasy staff.FBX b/Assets/Hovl Studio/PBR Fantasy staff/Meshes/Fantasy staff.FBX new file mode 100644 index 0000000..467f47e --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Meshes/Fantasy staff.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86ebae0d399b44193ab8e8839d340c5a6739c705a8bbdfa41a25543c212a646 +size 345644 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Meshes/Fantasy staff.FBX.meta b/Assets/Hovl Studio/PBR Fantasy staff/Meshes/Fantasy staff.FBX.meta new file mode 100644 index 0000000..96f2479 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Meshes/Fantasy staff.FBX.meta @@ -0,0 +1,93 @@ +fileFormatVersion: 2 +guid: 84547336a0e1402448914e8ae5cbb137 +ModelImporter: + serializedVersion: 21 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: Fantasy staff + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 2 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 0 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Meshes/Fantasy staff.FBX + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Meshes/HalfRing.fbx b/Assets/Hovl Studio/PBR Fantasy staff/Meshes/HalfRing.fbx new file mode 100644 index 0000000..f2140d5 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Meshes/HalfRing.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac2c3eaa6dd4e43278913b8002d8bdd290ece52dffdac83c33b871f03ac8393 +size 16108 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Meshes/HalfRing.fbx.meta b/Assets/Hovl Studio/PBR Fantasy staff/Meshes/HalfRing.fbx.meta new file mode 100644 index 0000000..f7edd29 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Meshes/HalfRing.fbx.meta @@ -0,0 +1,93 @@ +fileFormatVersion: 2 +guid: c871ee91855ed1b4b95c4adf09c4a2b2 +ModelImporter: + serializedVersion: 21 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2100000: No Name + 2300000: //RootNode + 3300000: //RootNode + 4300000: HalfRing + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + importAnimation: 0 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Meshes/HalfRing.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs.meta b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs.meta new file mode 100644 index 0000000..a5f13b7 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: aa8ed31c99609964e809954d06d6c606 +folderAsset: yes +timeCreated: 1529426234 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff blue.prefab b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff blue.prefab new file mode 100644 index 0000000..5340f4a --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705de828a5e942bd4957089d99ad139825062d626ad1e3725f3ac2c52bde5c99 +size 476373 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff blue.prefab.meta b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff blue.prefab.meta new file mode 100644 index 0000000..20e4a4d --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff blue.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ed54e3407dd4c6c49ad7bfa0af535d03 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff blue.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff emerald.prefab b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff emerald.prefab new file mode 100644 index 0000000..db9674a --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff emerald.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ff0612376c6d88a16b22843b7fbaf675003cae258586ac7350f2c8347311c4 +size 476380 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff emerald.prefab.meta b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff emerald.prefab.meta new file mode 100644 index 0000000..b77a38b --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff emerald.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 1aa6565a6d68145479bf815e93d252de +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff emerald.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff ice.prefab b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff ice.prefab new file mode 100644 index 0000000..59dc509 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff ice.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee305f38be3462438e88bd462eddf2ac80406aaee7a7616f3fc82d8b4d243d6 +size 476387 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff ice.prefab.meta b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff ice.prefab.meta new file mode 100644 index 0000000..30e2035 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff ice.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 178eb97ae6f66e4408376a22f1a18d07 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff ice.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff orange.prefab b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff orange.prefab new file mode 100644 index 0000000..18acf21 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6e7815776d7fb70ba4d9fb120c98afe519e570cf1d88d3d5930edcd734d02c +size 476380 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff orange.prefab.meta b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff orange.prefab.meta new file mode 100644 index 0000000..bd1ac14 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff orange.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a475e86f65733b142a1e2a1ec9205025 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff orange.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff red.prefab b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff red.prefab new file mode 100644 index 0000000..2175d9d --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5650745d03dd07e581f43c2c72fda03bff917963e037298d90bbcd9cbd37432 +size 476354 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff red.prefab.meta b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff red.prefab.meta new file mode 100644 index 0000000..91502e8 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff red.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ac9df94a50c9aca42b1ebaa9ebbc5033 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff red.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine 2.prefab b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine 2.prefab new file mode 100644 index 0000000..04be643 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine 2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc40f119263f2c618d984be65c057763046e15dde2252fedbd4309204418f65d +size 479648 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine 2.prefab.meta b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine 2.prefab.meta new file mode 100644 index 0000000..a5425c4 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine 2.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 29b5ca2f1f7ec2049b4547f55ea89eb6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine 2.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine.prefab b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine.prefab new file mode 100644 index 0000000..b86ffeb --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d25b87beab340e42f8d3b4d3511cd7649a811a6908bde8e8d9705c2e1a4f37f +size 2390 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine.prefab.meta b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine.prefab.meta new file mode 100644 index 0000000..5a93633 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine.prefab.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 33fc3b4f10641704496394bdc8b1a28c +timeCreated: 1529429048 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff shine.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff violet.prefab b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff violet.prefab new file mode 100644 index 0000000..a5402e2 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff violet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb45938218288a436080847756d2e56e1348d39b2689098931028c763c369f0 +size 476383 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff violet.prefab.meta b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff violet.prefab.meta new file mode 100644 index 0000000..a58c1b2 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff violet.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 553950297640e0f4cb823e0e568bf85f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff violet.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff.prefab b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff.prefab new file mode 100644 index 0000000..8873aeb --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40a953de77200ec7e24019e41c92ef1f3190d41559cb6a366688d5647978527 +size 2426 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff.prefab.meta b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff.prefab.meta new file mode 100644 index 0000000..debcaec --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: de4da529f7d18134d9a492067d40450b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Prefabs/Fantasy staff.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Textures.meta b/Assets/Hovl Studio/PBR Fantasy staff/Textures.meta new file mode 100644 index 0000000..34d7cbd --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Textures.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 5881415a6c19cfd4ea1792875d06cc37 +folderAsset: yes +timeCreated: 1529426215 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff.png b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff.png new file mode 100644 index 0000000..3eac040 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61bb4bceb6dd9c09305bda67c916a837e2d01f7af85a5f73987633ec1fda53d +size 9536671 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff.png.meta b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff.png.meta new file mode 100644 index 0000000..9754208 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff.png.meta @@ -0,0 +1,83 @@ +fileFormatVersion: 2 +guid: 47fb271d03afcaa48a0a84cbe7e77bdb +timeCreated: 1529410811 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_AO.png b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_AO.png new file mode 100644 index 0000000..911d2fb --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_AO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8496501ec3fa045ef66df86b1fa8247afdf430919fa0f9728e6593ed6f143db3 +size 7397211 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_AO.png.meta b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_AO.png.meta new file mode 100644 index 0000000..72ab0e2 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_AO.png.meta @@ -0,0 +1,83 @@ +fileFormatVersion: 2 +guid: 61a86be4e261e3f4794b7414a1843ffc +timeCreated: 1529410812 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_AO.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_MetallicSmoothness.png b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_MetallicSmoothness.png new file mode 100644 index 0000000..a12abfd --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_MetallicSmoothness.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ebb193d18299e696d046ddca7e70cf227adc8a0538b1c848fadb18be3c99bd +size 5296751 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_MetallicSmoothness.png.meta b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_MetallicSmoothness.png.meta new file mode 100644 index 0000000..36f31ce --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_MetallicSmoothness.png.meta @@ -0,0 +1,83 @@ +fileFormatVersion: 2 +guid: 93d5dcea1eeee284a900404adc7d20eb +timeCreated: 1529410813 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_MetallicSmoothness.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_Normal.png b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_Normal.png new file mode 100644 index 0000000..43484d1 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_Normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b9ab09be6beead0251da7f583dd033ad17b5771b0afb82959643190708b921 +size 16466064 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_Normal.png.meta b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_Normal.png.meta new file mode 100644 index 0000000..1d19c95 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_Normal.png.meta @@ -0,0 +1,83 @@ +fileFormatVersion: 2 +guid: 666bb4777de0e564c9d849a8cc375922 +timeCreated: 1529410813 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Textures/Fantasy Staff_Normal.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Textures/StaffAnimAlpha.png b/Assets/Hovl Studio/PBR Fantasy staff/Textures/StaffAnimAlpha.png new file mode 100644 index 0000000..66e0d46 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Textures/StaffAnimAlpha.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58027e7275ece72399462199a6c1dff180af4ceafe10c82fbcf293fd2fd0fffc +size 3535421 diff --git a/Assets/Hovl Studio/PBR Fantasy staff/Textures/StaffAnimAlpha.png.meta b/Assets/Hovl Studio/PBR Fantasy staff/Textures/StaffAnimAlpha.png.meta new file mode 100644 index 0000000..3d85078 --- /dev/null +++ b/Assets/Hovl Studio/PBR Fantasy staff/Textures/StaffAnimAlpha.png.meta @@ -0,0 +1,83 @@ +fileFormatVersion: 2 +guid: f09eda11bc2575d409993a0e31b5869b +timeCreated: 1529407468 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/PBR Fantasy staff/Textures/StaffAnimAlpha.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles.meta b/Assets/Hovl Studio/Target projectiles.meta new file mode 100644 index 0000000..e9ea980 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 055a23011341e4b4a8b4b0ef824f00f1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene.meta b/Assets/Hovl Studio/Target projectiles/Demo scene.meta new file mode 100644 index 0000000..1550068 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c5095a32384974640b09073ba3990567 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files.meta new file mode 100644 index 0000000..b1646d2 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4fabffe6b1f7754429bcffd95e11b92f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Aim4.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Aim4.png new file mode 100644 index 0000000..64aacc1 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Aim4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fb9109589383c42ab8a76a409f531cbaeb3a08af4b15e0f830db0c70bda142 +size 24979 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Aim4.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Aim4.png.meta new file mode 100644 index 0000000..0d38bf0 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Aim4.png.meta @@ -0,0 +1,139 @@ +fileFormatVersion: 2 +guid: 922c34cdaa00ea4409a565b93168126b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Aim4.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Attack1.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Attack1.anim new file mode 100644 index 0000000..3dbd881 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Attack1.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beac38aff683e204b7bb15f32327c751e1d0d50cb3dcef7cd7c409b316440636 +size 6939666 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Attack1.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Attack1.anim.meta new file mode 100644 index 0000000..40d55a4 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Attack1.anim.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 188048706d573a74ebc9dd432cee1a13 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Attack1.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Left.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Left.anim new file mode 100644 index 0000000..b767f59 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Left.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6664c3ba8322957f979daa5407c503a0f4515b3b02a084d4de6e0bc367fdcdbf +size 1580866 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Left.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Left.anim.meta new file mode 100644 index 0000000..80a1f77 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Left.anim.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 1940cdd4ed5c69245819a5beddcbb8fa +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward + Left.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Right.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Right.anim new file mode 100644 index 0000000..5760ea9 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Right.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bb10cf24ab4fcfefbc8be566d16b0b188f20e5f75521df8bf4bf23795aa334 +size 1381012 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Right.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Right.anim.meta new file mode 100644 index 0000000..383bc7c --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward Right.anim.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: c91f0cb857801cc40b86d70c42d1c0a5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Backward + Right.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Character.fbx b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Character.fbx new file mode 100644 index 0000000..4e6bf6b --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Character.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c243d927f333f50314fec6943ee5fd32dafc974814b85e64c36b3990310fb7bb +size 1885216 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Character.fbx.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Character.fbx.meta new file mode 100644 index 0000000..d7bb5da --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Character.fbx.meta @@ -0,0 +1,996 @@ +fileFormatVersion: 2 +guid: ba7f513a199d49745b8a2d939a3c399e +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: Alpha:Head + 100002: Alpha:HeadTop_End + 100004: Alpha:Hips + 100006: Alpha:LeftArm + 100008: Alpha:LeftFoot + 100010: Alpha:LeftFootToeBase_End + 100012: Alpha:LeftForeArm + 100014: Alpha:LeftHand + 100016: Alpha:LeftHandIndex1 + 100018: Alpha:LeftHandIndex2 + 100020: Alpha:LeftHandIndex3 + 100022: Alpha:LeftHandIndex4 + 100024: Alpha:LeftHandMiddle1 + 100026: Alpha:LeftHandMiddle2 + 100028: Alpha:LeftHandMiddle3 + 100030: Alpha:LeftHandMiddle4 + 100032: Alpha:LeftHandPinky1 + 100034: Alpha:LeftHandPinky2 + 100036: Alpha:LeftHandPinky3 + 100038: Alpha:LeftHandPinky4 + 100040: Alpha:LeftHandRing1 + 100042: Alpha:LeftHandRing2 + 100044: Alpha:LeftHandRing3 + 100046: Alpha:LeftHandRing4 + 100048: Alpha:LeftHandThumb1 + 100050: Alpha:LeftHandThumb2 + 100052: Alpha:LeftHandThumb3 + 100054: Alpha:LeftHandThumb4 + 100056: Alpha:LeftLeg + 100058: Alpha:LeftShoulder + 100060: Alpha:LeftToeBase + 100062: Alpha:LeftUpLeg + 100064: Alpha:Neck + 100066: Alpha:Neck1 + 100068: Alpha:RightArm + 100070: Alpha:RightFoot + 100072: Alpha:RightFootToeBase_End + 100074: Alpha:RightForeArm + 100076: Alpha:RightHand + 100078: Alpha:RightHandIndex1 + 100080: Alpha:RightHandIndex2 + 100082: Alpha:RightHandIndex3 + 100084: Alpha:RightHandIndex4 + 100086: Alpha:RightHandMiddle1 + 100088: Alpha:RightHandMiddle2 + 100090: Alpha:RightHandMiddle3 + 100092: Alpha:RightHandMiddle4 + 100094: Alpha:RightHandPinky1 + 100096: Alpha:RightHandPinky2 + 100098: Alpha:RightHandPinky3 + 100100: Alpha:RightHandPinky4 + 100102: Alpha:RightHandRing1 + 100104: Alpha:RightHandRing2 + 100106: Alpha:RightHandRing3 + 100108: Alpha:RightHandRing4 + 100110: Alpha:RightHandThumb1 + 100112: Alpha:RightHandThumb2 + 100114: Alpha:RightHandThumb3 + 100116: Alpha:RightHandThumb4 + 100118: Alpha:RightLeg + 100120: Alpha:RightShoulder + 100122: Alpha:RightToeBase + 100124: Alpha:RightUpLeg + 100126: Alpha:Spine + 100128: Alpha:Spine1 + 100130: Alpha:Spine2 + 100132: //RootNode + 100134: Alpha_HighJointsGeo + 100136: Alpha_HighLimbsGeo + 100138: Alpha_HighTorsoGeo + 100140: AlphaHighResMeshes + 400000: Alpha:Head + 400002: Alpha:HeadTop_End + 400004: Alpha:Hips + 400006: Alpha:LeftArm + 400008: Alpha:LeftFoot + 400010: Alpha:LeftFootToeBase_End + 400012: Alpha:LeftForeArm + 400014: Alpha:LeftHand + 400016: Alpha:LeftHandIndex1 + 400018: Alpha:LeftHandIndex2 + 400020: Alpha:LeftHandIndex3 + 400022: Alpha:LeftHandIndex4 + 400024: Alpha:LeftHandMiddle1 + 400026: Alpha:LeftHandMiddle2 + 400028: Alpha:LeftHandMiddle3 + 400030: Alpha:LeftHandMiddle4 + 400032: Alpha:LeftHandPinky1 + 400034: Alpha:LeftHandPinky2 + 400036: Alpha:LeftHandPinky3 + 400038: Alpha:LeftHandPinky4 + 400040: Alpha:LeftHandRing1 + 400042: Alpha:LeftHandRing2 + 400044: Alpha:LeftHandRing3 + 400046: Alpha:LeftHandRing4 + 400048: Alpha:LeftHandThumb1 + 400050: Alpha:LeftHandThumb2 + 400052: Alpha:LeftHandThumb3 + 400054: Alpha:LeftHandThumb4 + 400056: Alpha:LeftLeg + 400058: Alpha:LeftShoulder + 400060: Alpha:LeftToeBase + 400062: Alpha:LeftUpLeg + 400064: Alpha:Neck + 400066: Alpha:Neck1 + 400068: Alpha:RightArm + 400070: Alpha:RightFoot + 400072: Alpha:RightFootToeBase_End + 400074: Alpha:RightForeArm + 400076: Alpha:RightHand + 400078: Alpha:RightHandIndex1 + 400080: Alpha:RightHandIndex2 + 400082: Alpha:RightHandIndex3 + 400084: Alpha:RightHandIndex4 + 400086: Alpha:RightHandMiddle1 + 400088: Alpha:RightHandMiddle2 + 400090: Alpha:RightHandMiddle3 + 400092: Alpha:RightHandMiddle4 + 400094: Alpha:RightHandPinky1 + 400096: Alpha:RightHandPinky2 + 400098: Alpha:RightHandPinky3 + 400100: Alpha:RightHandPinky4 + 400102: Alpha:RightHandRing1 + 400104: Alpha:RightHandRing2 + 400106: Alpha:RightHandRing3 + 400108: Alpha:RightHandRing4 + 400110: Alpha:RightHandThumb1 + 400112: Alpha:RightHandThumb2 + 400114: Alpha:RightHandThumb3 + 400116: Alpha:RightHandThumb4 + 400118: Alpha:RightLeg + 400120: Alpha:RightShoulder + 400122: Alpha:RightToeBase + 400124: Alpha:RightUpLeg + 400126: Alpha:Spine + 400128: Alpha:Spine1 + 400130: Alpha:Spine2 + 400132: //RootNode + 400134: Alpha_HighJointsGeo + 400136: Alpha_HighLimbsGeo + 400138: Alpha_HighTorsoGeo + 400140: AlphaHighResMeshes + 4300000: Alpha_HighJointsGeo + 4300002: Alpha_HighLimbsGeo + 4300004: Alpha_HighTorsoGeo + 7400000: mixamo.com + 9500000: //RootNode + 13700000: Alpha_HighJointsGeo + 13700002: Alpha_HighLimbsGeo + 13700004: Alpha_HighTorsoGeo + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Alpha_Body_MAT + second: {fileID: 2100000, guid: 2a714df06e718d146bda41b2b3695d58, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Alpha_Joints_MAT + second: {fileID: 2100000, guid: bb058fbc18c6ae64e9427db3f8279f16, type: 2} + materials: + importMaterials: 1 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 0.01 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 4 + normalCalculationMode: 0 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: + - boneName: Alpha:Hips + humanName: Hips + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0.07488111, y: 0, z: 0.037440553} + length: 0.09360142 + modified: 1 + - boneName: Alpha:LeftUpLeg + humanName: LeftUpperLeg + limit: + min: {x: -60.000004, y: -60.000004, z: -90} + max: {x: 60.000004, y: 60.000004, z: 50} + value: {x: 0.3341266, y: 0, z: 0.1670633} + length: 0.4176584 + modified: 1 + - boneName: Alpha:RightUpLeg + humanName: RightUpperLeg + limit: + min: {x: -60.000004, y: -60.000004, z: -90} + max: {x: 60.000004, y: 60.000004, z: 50} + value: {x: 0.3341266, y: 0, z: 0.1670633} + length: 0.4176584 + modified: 1 + - boneName: Alpha:LeftLeg + humanName: LeftLowerLeg + limit: + min: {x: -90, y: 0, z: -80} + max: {x: 90, y: 0, z: 80} + value: {x: 0.3135932, y: 0, z: 0.1567966} + length: 0.39199165 + modified: 1 + - boneName: Alpha:RightLeg + humanName: RightLowerLeg + limit: + min: {x: -90, y: 0, z: -80} + max: {x: 90, y: 0, z: 80} + value: {x: 0.3135932, y: 0, z: 0.1567966} + length: 0.39199165 + modified: 1 + - boneName: Alpha:LeftFoot + humanName: LeftFoot + limit: + min: {x: 0, y: -30.000002, z: -50} + max: {x: 0, y: 30.000002, z: 50} + value: {x: 0.11989026, y: 0, z: 0.05994513} + length: 0.14986286 + modified: 1 + - boneName: Alpha:RightFoot + humanName: RightFoot + limit: + min: {x: 0, y: -30.000002, z: -50} + max: {x: 0, y: 30.000002, z: 50} + value: {x: 0.11989026, y: 0, z: 0.05994513} + length: 0.14986286 + modified: 1 + - boneName: Alpha:Spine + humanName: Spine + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0.13003884, y: 0, z: 0.06501942} + length: 0.16254863 + modified: 1 + - boneName: Alpha:Spine1 + humanName: Chest + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0.22472343, y: 0, z: 0.112361714} + length: 0.28090435 + modified: 1 + - boneName: Alpha:Neck + humanName: Neck + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0.06844016, y: 0, z: 0.03422008} + length: 0.08555024 + modified: 1 + - boneName: Alpha:Head + humanName: Head + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0.06844016, y: 0, z: 0.03422008} + length: 0.08555024 + modified: 1 + - boneName: Alpha:LeftShoulder + humanName: LeftShoulder + limit: + min: {x: 0, y: -15.000001, z: -15.000001} + max: {x: 0, y: 15.000001, z: 30.000002} + value: {x: 0.09998881, y: 0, z: 0.049994405} + length: 0.124986045 + modified: 1 + - boneName: Alpha:RightShoulder + humanName: RightShoulder + limit: + min: {x: 0, y: -15.000001, z: -15.000001} + max: {x: 0, y: 15.000001, z: 30.000002} + value: {x: 0.10002057, y: 0, z: 0.050010286} + length: 0.12502575 + modified: 1 + - boneName: Alpha:LeftArm + humanName: LeftUpperArm + limit: + min: {x: -90, y: -100, z: -60.000004} + max: {x: 90, y: 100, z: 100} + value: {x: 0.22149593, y: 0, z: 0.11074796} + length: 0.27686998 + modified: 1 + - boneName: Alpha:RightArm + humanName: RightUpperArm + limit: + min: {x: -90, y: -100, z: -60.000004} + max: {x: 90, y: 100, z: 100} + value: {x: 0.22149593, y: 0, z: 0.11074796} + length: 0.27686998 + modified: 1 + - boneName: Alpha:LeftForeArm + humanName: LeftLowerArm + limit: + min: {x: -90, y: 0, z: -80} + max: {x: 90, y: 0, z: 80} + value: {x: 0.22299008, y: 0, z: 0.11149504} + length: 0.27873766 + modified: 1 + - boneName: Alpha:RightForeArm + humanName: RightLowerArm + limit: + min: {x: -90, y: 0, z: -80} + max: {x: 90, y: 0, z: 80} + value: {x: 0.2229901, y: 0, z: 0.11149505} + length: 0.2787377 + modified: 1 + - boneName: Alpha:LeftHand + humanName: LeftHand + limit: + min: {x: 0, y: -40, z: -80} + max: {x: 0, y: 40, z: 80} + value: {x: 0.11149504, y: 0, z: 0.05574752} + length: 0.13936883 + modified: 1 + - boneName: Alpha:RightHand + humanName: RightHand + limit: + min: {x: 0, y: -40, z: -80} + max: {x: 0, y: 40, z: 80} + value: {x: 0.11149505, y: 0, z: 0.055747524} + length: 0.13936885 + modified: 1 + - boneName: Alpha:LeftToeBase + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: -50} + max: {x: 0, y: 0, z: 50} + value: {x: 0.058964476, y: 0, z: 0.029482238} + length: 0.07370561 + modified: 1 + - boneName: Alpha:RightToeBase + humanName: RightToes + limit: + min: {x: 0, y: 0, z: -50} + max: {x: 0, y: 0, z: 50} + value: {x: 0.058964476, y: 0, z: 0.029482238} + length: 0.07370561 + modified: 1 + - boneName: Alpha:LeftHandThumb1 + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: -25, z: -20} + max: {x: 0, y: 25, z: 20} + value: {x: 0.036111478, y: 0, z: 0.018055739} + length: 0.045139365 + modified: 1 + - boneName: Alpha:LeftHandThumb2 + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: -40} + max: {x: 0, y: 0, z: 35} + value: {x: 0.041429397, y: 0, z: 0.020714698} + length: 0.05178676 + modified: 1 + - boneName: Alpha:LeftHandThumb3 + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: -40} + max: {x: 0, y: 0, z: 35} + value: {x: 0.031072048, y: 0, z: 0.015536024} + length: 0.03884007 + modified: 1 + - boneName: Alpha:LeftHandIndex1 + humanName: Left Index Proximal + limit: + min: {x: 0, y: -20, z: -50} + max: {x: 0, y: 20, z: 50} + value: {x: 0.04439429, y: 0, z: 0.022197144} + length: 0.055492878 + modified: 1 + - boneName: Alpha:LeftHandIndex2 + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.027128927, y: 0, z: 0.013564464} + length: 0.03391117 + modified: 1 + - boneName: Alpha:LeftHandIndex3 + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.020346694, y: 0, z: 0.010173347} + length: 0.025433376 + modified: 1 + - boneName: Alpha:LeftHandMiddle1 + humanName: Left Middle Proximal + limit: + min: {x: 0, y: -7.5000005, z: -50} + max: {x: 0, y: 7.5000005, z: 50} + value: {x: 0.046336684, y: 0, z: 0.023168342} + length: 0.057920873 + modified: 1 + - boneName: Alpha:LeftHandMiddle2 + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.029705374, y: 0, z: 0.014852687} + length: 0.037131727 + modified: 1 + - boneName: Alpha:LeftHandMiddle3 + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.02227903, y: 0, z: 0.011139515} + length: 0.027848795 + modified: 1 + - boneName: Alpha:LeftHandRing1 + humanName: Left Ring Proximal + limit: + min: {x: 0, y: -7.5000005, z: -50} + max: {x: 0, y: 7.5000005, z: 50} + value: {x: 0.043561827, y: 0, z: 0.021780914} + length: 0.0544523 + modified: 1 + - boneName: Alpha:LeftHandRing2 + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.029705374, y: 0, z: 0.014852687} + length: 0.037131727 + modified: 1 + - boneName: Alpha:LeftHandRing3 + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.02227903, y: 0, z: 0.011139515} + length: 0.027848795 + modified: 1 + - boneName: Alpha:LeftHandPinky1 + humanName: Left Little Proximal + limit: + min: {x: 0, y: -20, z: -50} + max: {x: 0, y: 20, z: 50} + value: {x: 0.029410021, y: 0, z: 0.014705011} + length: 0.036762536 + modified: 1 + - boneName: Alpha:LeftHandPinky2 + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.022490732, y: 0, z: 0.011245366} + length: 0.028113425 + modified: 1 + - boneName: Alpha:LeftHandPinky3 + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.016868047, y: 0, z: 0.008434024} + length: 0.021085069 + modified: 1 + - boneName: Alpha:RightHandThumb1 + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: -25, z: -20} + max: {x: 0, y: 25, z: 20} + value: {x: 0.036341604, y: 0, z: 0.018170802} + length: 0.04542702 + modified: 1 + - boneName: Alpha:RightHandThumb2 + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: -40} + max: {x: 0, y: 0, z: 35} + value: {x: 0.040746354, y: 0, z: 0.020373177} + length: 0.05093296 + modified: 1 + - boneName: Alpha:RightHandThumb3 + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: -40} + max: {x: 0, y: 0, z: 35} + value: {x: 0.030559769, y: 0, z: 0.015279884} + length: 0.03819972 + modified: 1 + - boneName: Alpha:RightHandIndex1 + humanName: Right Index Proximal + limit: + min: {x: 0, y: -20, z: -50} + max: {x: 0, y: 20, z: 50} + value: {x: 0.04301413, y: 0, z: 0.021507066} + length: 0.05376768 + modified: 1 + - boneName: Alpha:RightHandIndex2 + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.027083723, y: 0, z: 0.013541861} + length: 0.033854663 + modified: 1 + - boneName: Alpha:RightHandIndex3 + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.020312792, y: 0, z: 0.010156396} + length: 0.025390998 + modified: 1 + - boneName: Alpha:RightHandMiddle1 + humanName: Right Middle Proximal + limit: + min: {x: 0, y: -7.5000005, z: -50} + max: {x: 0, y: 7.5000005, z: 50} + value: {x: 0.044934116, y: 0, z: 0.022467058} + length: 0.056167662 + modified: 1 + - boneName: Alpha:RightHandMiddle2 + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.029890817, y: 0, z: 0.014945408} + length: 0.03736353 + modified: 1 + - boneName: Alpha:RightHandMiddle3 + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.02241811, y: 0, z: 0.011209055} + length: 0.028022647 + modified: 1 + - boneName: Alpha:RightHandRing1 + humanName: Right Ring Proximal + limit: + min: {x: 0, y: -7.5000005, z: -50} + max: {x: 0, y: 7.5000005, z: 50} + value: {x: 0.043210205, y: 0, z: 0.021605102} + length: 0.054012775 + modified: 1 + - boneName: Alpha:RightHandRing2 + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.027132742, y: 0, z: 0.013566371} + length: 0.033915937 + modified: 1 + - boneName: Alpha:RightHandRing3 + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.020349555, y: 0, z: 0.010174777} + length: 0.025436953 + modified: 1 + - boneName: Alpha:RightHandPinky1 + humanName: Right Little Proximal + limit: + min: {x: 0, y: -20, z: -50} + max: {x: 0, y: 20, z: 50} + value: {x: 0.029222053, y: 0, z: 0.014611026} + length: 0.036527574 + modified: 1 + - boneName: Alpha:RightHandPinky2 + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.022256272, y: 0, z: 0.011128136} + length: 0.027820349 + modified: 1 + - boneName: Alpha:RightHandPinky3 + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0.016692203, y: 0, z: 0.008346101} + length: 0.020865262 + modified: 1 + skeleton: + - name: Alpha@Alpha + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:Hips + parentName: + position: {x: 0.000009079378, y: 0.9917299, z: -0.000012001794} + rotation: {x: -0.000000004506107, y: 5.3721475e-13, z: 5.224866e-12, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftUpLeg + parentName: + position: {x: -0.09633789, y: -0.032732543, z: -0.000000007152557} + rotation: {x: -0.01261351, y: 0.00000196297, z: 0.000000032380875, w: 0.9999203} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftLeg + parentName: + position: {x: -0, y: -0.4173, z: -0.017299652} + rotation: {x: 0.026039962, y: -0.0000045781157, z: -0.000000014038159, w: 0.99966085} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftFoot + parentName: + position: {x: -0.00012604713, y: -0.39189997, z: -0.008476867} + rotation: {x: -0.013428659, y: 0.0000025998822, z: -0.000000024768408, w: 0.9999098} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftToeBase + parentName: + position: {x: 0.0018328666, y: -0.12193085, z: 0.082822636} + rotation: {x: 0.000000004656612, y: -1.006306e-12, z: -1.781716e-14, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftFootToeBase_End + parentName: + position: {x: -0, y: 8.673617e-21, z: 0.12699999} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightUpLeg + parentName: + position: {x: 0.09633789, y: -0.032732543, z: -0.000000007152557} + rotation: {x: -0.01261351, y: 0.0000019629988, z: 0.00000003240144, w: 0.9999203} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightLeg + parentName: + position: {x: -0, y: -0.4173, z: -0.017299652} + rotation: {x: 0.026039962, y: -0.000004563271, z: -0.000000013317328, w: 0.99966085} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightFoot + parentName: + position: {x: -0.00012606621, y: -0.39189997, z: -0.008476867} + rotation: {x: -0.013428659, y: 0.0000025998984, z: -0.000000025521848, w: 0.9999098} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightToeBase + parentName: + position: {x: 0.0018330956, y: -0.12193085, z: 0.082822636} + rotation: {x: 0.000000004656612, y: 1.4652167e-13, z: 8.860998e-15, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightFootToeBase_End + parentName: + position: {x: -0.00003194809, y: -1.7347234e-20, z: 0.12699999} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:Spine + parentName: + position: {x: 2.646978e-25, y: 0.092263184, z: 0.015771331} + rotation: {x: -0.000000010722439, y: 1.2332929e-12, z: 1.4130098e-11, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:Spine1 + parentName: + position: {x: -0, y: 0.16254029, z: -0.0016560555} + rotation: {x: -0.0000000093018215, y: 1.0814506e-12, z: 1.1822282e-11, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:Spine2 + parentName: + position: {x: -0, y: 0.13639648, z: -0.01292305} + rotation: {x: -0.000000009301817, y: 1.0814497e-12, z: 1.1822282e-11, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftShoulder + parentName: + position: {x: -0.06144226, y: 0.10187011, z: -0.037932433} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftArm + parentName: + position: {x: -0.12319092, y: -0.01112976, z: -0.01793457} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftForeArm + parentName: + position: {x: -0.2768701, y: 0, z: 0} + rotation: {x: -1.277e-42, y: 4.3368087e-18, z: 2.9435055e-25, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHand + parentName: + position: {x: -0.27873778, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandIndex1 + parentName: + position: {x: -0.103945345, y: 0.0061476063, z: 0.027054923} + rotation: {x: 0, y: -0, z: -2.9174393e-27, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandIndex2 + parentName: + position: {x: -0.055492897, y: -2.842171e-16, z: 4.440892e-18} + rotation: {x: 0, y: -0, z: -2.9174393e-27, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandIndex3 + parentName: + position: {x: -0.033911195, y: -5.684342e-16, z: -2.220446e-18} + rotation: {x: 0, y: -0, z: -2.9174393e-27, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandIndex4 + parentName: + position: {x: -0.024999999, y: 2.842171e-16, z: 1.4791142e-33} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandMiddle1 + parentName: + position: {x: -0.10463907, y: 0.006147605, z: 0.0042978725} + rotation: {x: 0, y: -0, z: -2.9174393e-27, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandMiddle2 + parentName: + position: {x: -0.057920903, y: 0, z: 4.440892e-18} + rotation: {x: 2.5542084e-37, y: -1.3146435e-22, z: 1.94289e-15, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandMiddle3 + parentName: + position: {x: -0.03713173, y: 0, z: -2.220446e-18} + rotation: {x: 0, y: -0, z: -2.9174393e-27, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandMiddle4 + parentName: + position: {x: -0.022999998, y: 1.1368684e-15, z: 1.4791142e-33} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandPinky1 + parentName: + position: {x: -0.10012992, y: -0.0007834791, z: -0.039671414} + rotation: {x: 0, y: -0, z: -2.9174393e-27, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandPinky2 + parentName: + position: {x: -0.03676256, y: 0, z: 1.7763568e-17} + rotation: {x: 0, y: -0, z: -2.9174393e-27, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandPinky3 + parentName: + position: {x: -0.028113425, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -2.9174393e-27, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandPinky4 + parentName: + position: {x: -0.029000001, y: 2.842171e-16, z: 1.4791142e-33} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandRing1 + parentName: + position: {x: -0.103251636, y: 0.0032113248, z: -0.01875542} + rotation: {x: 0, y: -0, z: -2.9174393e-27, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandRing2 + parentName: + position: {x: -0.054452322, y: -2.842171e-16, z: 4.440892e-18} + rotation: {x: 7.600362e-37, y: -2.267759e-22, z: 3.3514855e-15, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandRing3 + parentName: + position: {x: -0.03713173, y: 0, z: -4.440892e-18} + rotation: {x: 0, y: -0, z: -2.9174393e-27, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandRing4 + parentName: + position: {x: -0.02, y: -5.684342e-16, z: 1.4791142e-33} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandThumb1 + parentName: + position: {x: -0.023785133, y: -0.010028993, z: 0.026209358} + rotation: {x: -0.04344065, y: 0.028133167, z: -0.04149931, w: 0.99779713} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandThumb2 + parentName: + position: {x: -0.033623688, y: -0.010028992, z: 0.028397717} + rotation: {x: -0.024529956, y: 0.08199311, z: -0.000086978675, w: 0.9963309} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandThumb3 + parentName: + position: {x: -0.045017947, y: -0.013444998, z: 0.021782676} + rotation: {x: -0.007811301, y: 0.010883575, z: -0.009425824, w: 0.9998658} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:LeftHandThumb4 + parentName: + position: {x: -0.025999999, y: -0.01, z: 0.01} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:Neck + parentName: + position: {x: -0, y: 0.13877441, z: -0.043541867} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:Neck1 + parentName: + position: {x: -0, y: 0.04340027, z: 0.009268952} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:Head + parentName: + position: {x: -1.0587912e-24, y: 0.04026611, z: 0.008585205} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:HeadTop_End + parentName: + position: {x: -5.1704583e-18, y: 0.24809258, z: 0.0012312889} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightShoulder + parentName: + position: {x: 0.061401974, y: 0.10187011, z: -0.037932433} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightArm + parentName: + position: {x: 0.123231195, y: -0.01112976, z: -0.01793457} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightForeArm + parentName: + position: {x: 0.2768701, y: 0, z: 0} + rotation: {x: 8.13e-43, y: -2.342601e-25, z: 3.4694467e-18, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHand + parentName: + position: {x: 0.27873778, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandIndex1 + parentName: + position: {x: 0.10466505, y: 0.0048958063, z: 0.02711963} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandIndex2 + parentName: + position: {x: 0.053767666, y: 3.847191e-11, z: 0} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandIndex3 + parentName: + position: {x: 0.03385469, y: 0, z: -6.661338e-18} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandIndex4 + parentName: + position: {x: 0.025999999, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandMiddle1 + parentName: + position: {x: 0.107596025, y: 0.0048958054, z: 0.004277988} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandMiddle2 + parentName: + position: {x: 0.056167677, y: 3.8471625e-11, z: 0} + rotation: {x: -1.3e-44, y: -4.3368084e-19, z: -2.8441594e-26, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandMiddle3 + parentName: + position: {x: 0.03736354, y: 2.842171e-16, z: -4.440892e-18} + rotation: {x: 0, y: -0, z: -2.5922008e-27, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandMiddle4 + parentName: + position: {x: 0.022999998, y: 5.684342e-16, z: -2.220446e-18} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandPinky1 + parentName: + position: {x: 0.09971459, y: -0.001191439, z: -0.03954005} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandPinky2 + parentName: + position: {x: 0.03652758, y: 3.8471625e-11, z: 0} + rotation: {x: -1.3e-44, y: -4.3368084e-19, z: -2.8441594e-26, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandPinky3 + parentName: + position: {x: 0.027820332, y: -5.684342e-16, z: 0} + rotation: {x: 0, y: -0, z: -2.5922008e-27, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandPinky4 + parentName: + position: {x: 0.029000001, y: -2.842171e-16, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandRing1 + parentName: + position: {x: 0.10470213, y: 0.003878717, z: -0.019362805} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandRing2 + parentName: + position: {x: 0.05401276, y: 3.8471625e-11, z: 0} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandRing3 + parentName: + position: {x: 0.033915963, y: 2.842171e-16, z: 0} + rotation: {x: 0, y: 0, z: 9.031493e-28, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandRing4 + parentName: + position: {x: 0.022, y: -2.842171e-16, z: 4.440892e-18} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandThumb1 + parentName: + position: {x: 0.025177661, y: -0.00936667, z: 0.025136683} + rotation: {x: -0.043865275, y: -0.019023564, z: 0.041285425, w: 0.9980026} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandThumb2 + parentName: + position: {x: 0.032637868, y: -0.010869652, z: 0.0296688} + rotation: {x: -0.028150357, y: -0.0989894, z: -0.0052992627, w: 0.994676} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandThumb3 + parentName: + position: {x: 0.044165276, y: -0.0137026245, z: 0.021350233} + rotation: {x: -0.0059930086, y: -0.008890611, z: 0.0066912076, w: 0.99992} + scale: {x: 1, y: 1, z: 1} + - name: Alpha:RightHandThumb4 + parentName: + position: {x: 0.025999999, y: -0.01, z: 0.01} + rotation: {x: 0, y: -0, z: -0, w: 0.99999994} + scale: {x: 1, y: 1, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 0 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 3 + humanoidOversampling: 1 + additionalBone: 1 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Character.fbx + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/CharacterController.controller b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/CharacterController.controller new file mode 100644 index 0000000..a733d1b --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/CharacterController.controller @@ -0,0 +1,791 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: CharacterController + serializedVersion: 5 + m_AnimatorParameters: + - m_Name: InputX + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 0} + - m_Name: InputMagnitude + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 0} + - m_Name: InputZ + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 0} + - m_Name: Attack1 + m_Type: 9 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 0} + - m_Name: Idle + m_Type: 9 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 0} + - m_Name: FrontAttack + m_Type: 9 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 0} + - m_Name: Attack2 + m_Type: 9 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 0} + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 1107110050578059018} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} + - serializedVersion: 5 + m_Name: StaffForward + m_StateMachine: {fileID: 1107217699195737752} + m_Mask: {fileID: 31900000, guid: 007fd5d3c54a5304db7201145761a844, type: 2} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} +--- !u!206 &206339137324415066 +BlendTree: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Blend Tree + m_Childs: [] + m_BlendParameter: InputX + m_BlendParameterY: InputX + m_MinThreshold: 0 + m_MaxThreshold: 1 + m_UseAutomaticThresholds: 1 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!206 &206678523652645118 +BlendTree: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Blend Tree + m_Childs: + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: ffda95bbfbb84ac4ebcd2ee19ce43b30, type: 2} + m_Threshold: 0.5 + m_Position: {x: -1, y: 0} + m_TimeScale: -1.5 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: e1a7bede918b5fd48abcd4e3d5b33df0, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: ffda95bbfbb84ac4ebcd2ee19ce43b30, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0.2, y: 0} + m_TimeScale: 1.5 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 6881737385214e747bed5ae3d33dbfb8, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0.7, y: 0} + m_TimeScale: 1.3 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 8a383d17dc84d4a4586795eda4cf0724, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0, y: -1} + m_TimeScale: 1.2 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: d7a763df6244347428456b5bbc738609, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0, y: 1} + m_TimeScale: 1.2 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 1940cdd4ed5c69245819a5beddcbb8fa, type: 2} + m_Threshold: 0.5 + m_Position: {x: -1, y: -1} + m_TimeScale: 1.3 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: c91f0cb857801cc40b86d70c42d1c0a5, type: 2} + m_Threshold: 0.5 + m_Position: {x: -1, y: 1} + m_TimeScale: 1.3 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + m_BlendParameter: InputZ + m_BlendParameterY: InputX + m_MinThreshold: 0.5 + m_MaxThreshold: 0.5 + m_UseAutomaticThresholds: 1 + m_NormalizedBlendValues: 0 + m_BlendType: 2 +--- !u!206 &206777131044664072 +BlendTree: + m_ObjectHideFlags: 3 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Blend Tree + m_Childs: + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: d41d96074f4c01042baecdcde440333c, type: 2} + m_Threshold: 0.5 + m_Position: {x: -1, y: 0} + m_TimeScale: -1.5 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: b4820424f1950ab45ba9109851a3fe80, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0, y: 0} + m_TimeScale: 1 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: d41d96074f4c01042baecdcde440333c, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0.2, y: 0} + m_TimeScale: 1.5 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 9c0e137b857030b4cb1aeefb0adb4a28, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0.7, y: 0} + m_TimeScale: 1.3 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 9e3b8ecc876987c498123ad42b739e47, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0, y: -1} + m_TimeScale: 1.2 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 2adbbfe427e7d9e4cae5f1354da0903f, type: 2} + m_Threshold: 0.5 + m_Position: {x: 0, y: 1} + m_TimeScale: 1.2 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + - serializedVersion: 2 + m_Motion: {fileID: 7400000, guid: 1940cdd4ed5c69245819a5beddcbb8fa, type: 2} + m_Threshold: 0.5 + m_Position: {x: -1, y: -1} + m_TimeScale: 1.3 + m_CycleOffset: 0 + m_DirectBlendParameter: InputX + m_Mirror: 0 + m_BlendParameter: InputZ + m_BlendParameterY: InputX + m_MinThreshold: 0.5 + m_MaxThreshold: 0.5 + m_UseAutomaticThresholds: 1 + m_NormalizedBlendValues: 0 + m_BlendType: 2 +--- !u!1101 &1101272094657197622 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102358513873150794} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.8972603 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101290754324158012 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102358513873150794} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.9375 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101392003759873986 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102358513873150794} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.75 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101414470239348802 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 1 + m_ConditionEvent: Idle + m_EventTreshold: 0 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102899644731952416} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.75 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101436365408055416 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 0} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 1 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.7115385 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101601944180271924 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 0} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.76804125 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101644629690253020 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 1 + m_ConditionEvent: Attack2 + m_EventTreshold: 0 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102280387718856324} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.75 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101663438983924298 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102358513873150794} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.8333333 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101685160493766752 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 1 + m_ConditionEvent: Attack1 + m_EventTreshold: 0 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102649073915105798} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.75 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101727965110527724 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 0} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.7209302 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101778572375899562 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102358513873150794} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.04489112 + m_TransitionOffset: 0 + m_ExitTime: 0.9732192 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101821944764693680 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 0} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.75 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101863232955737226 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 0} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 1 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.8972603 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101962498956878536 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102358513873150794} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 1.5926098 + m_TransitionOffset: 0 + m_ExitTime: 0.4179083 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101984121878458840 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 1 + m_ConditionEvent: FrontAttack + m_EventTreshold: 0 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102959018994709040} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.75 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1102 &1102280387718856324 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: StuffUp + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: 1101778572375899562} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: c4aa82c003ae6d44caf9d45938fd8670, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &1102358513873150794 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Blend Tree + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 206678523652645118} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &1102554087405053884 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 3 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Blend Tree + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 206777131044664072} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &1102649073915105798 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Attack1 + m_Speed: 1.2 + m_CycleOffset: 0 + m_Transitions: + - {fileID: 1101290754324158012} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 188048706d573a74ebc9dd432cee1a13, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &1102899644731952416 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Idle + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: 1101663438983924298} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: e1a7bede918b5fd48abcd4e3d5b33df0, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &1102959018994709040 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: FrontAttack + m_Speed: 1.1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: 1101962498956878536} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: b8c43653f1797634a92ee05d5b30236f, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &1107110050578059018 +AnimatorStateMachine: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Base Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 1102358513873150794} + m_Position: {x: 336, y: 120, z: 0} + - serializedVersion: 1 + m_State: {fileID: 1102649073915105798} + m_Position: {x: 480, y: -72, z: 0} + - serializedVersion: 1 + m_State: {fileID: 1102899644731952416} + m_Position: {x: 360, y: -132, z: 0} + - serializedVersion: 1 + m_State: {fileID: 1102959018994709040} + m_Position: {x: 240, y: -192, z: 0} + - serializedVersion: 1 + m_State: {fileID: 1102280387718856324} + m_Position: {x: 60, y: -132, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: + - {fileID: 1101685160493766752} + - {fileID: 1101414470239348802} + - {fileID: 1101984121878458840} + - {fileID: 1101644629690253020} + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 48, y: 36, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 612, y: 24, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 1102358513873150794} +--- !u!1107 &1107217699195737752 +AnimatorStateMachine: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: StaffForward + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 1102554087405053884} + m_Position: {x: 312, y: 120, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 50, y: 20, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 800, y: 120, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 1102554087405053884} +--- !u!1109 &1109456893039727966 +AnimatorTransition: + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102358513873150794} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 1 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/CharacterController.controller.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/CharacterController.controller.meta new file mode 100644 index 0000000..eef1318 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/CharacterController.controller.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0799458864589db49866705bc2746f3b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/CharacterController.controller + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/EnemyController.controller b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/EnemyController.controller new file mode 100644 index 0000000..8ba6a01 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/EnemyController.controller @@ -0,0 +1,69 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: EnemyController + serializedVersion: 5 + m_AnimatorParameters: [] + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 1107504215248719220} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} +--- !u!1102 &1102571689521456022 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Idle + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: e1a7bede918b5fd48abcd4e3d5b33df0, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &1107504215248719220 +AnimatorStateMachine: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Base Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 1102571689521456022} + m_Position: {x: 336, y: 108, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 50, y: 20, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 800, y: 120, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 1102571689521456022} diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/EnemyController.controller.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/EnemyController.controller.meta new file mode 100644 index 0000000..c44007d --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/EnemyController.controller.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 17419d27e7a50bc4fbd251688e1da7b0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/EnemyController.controller + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/FrontAttack.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/FrontAttack.anim new file mode 100644 index 0000000..ee96a4e --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/FrontAttack.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae91058a3c461a33baf0aa7a687c273697781257388231166b3bf612d1e2f79b +size 5340690 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/FrontAttack.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/FrontAttack.anim.meta new file mode 100644 index 0000000..0fa3c8f --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/FrontAttack.anim.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b8c43653f1797634a92ee05d5b30236f +NativeFormatImporter: + userData: + assetBundleName: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/FrontAttack.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/GrayMat.mat b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/GrayMat.mat new file mode 100644 index 0000000..9910bac --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/GrayMat.mat @@ -0,0 +1,78 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: GrayMat + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.41 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Shininess: 0.026498806 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.5566038, g: 0.5566038, b: 0.5566038, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.29104477, g: 0.29104477, b: 0.29104477, a: 1} diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/GrayMat.mat.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/GrayMat.mat.meta new file mode 100644 index 0000000..e17ef37 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/GrayMat.mat.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: bb058fbc18c6ae64e9427db3f8279f16 +NativeFormatImporter: + userData: + assetBundleName: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/GrayMat.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Idle.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Idle.anim new file mode 100644 index 0000000..f27ac48 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Idle.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657981ea890498de0226b0e6b7bd42da9412239508ca0c5e52c59151f5d4e604 +size 2653825 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Idle.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Idle.anim.meta new file mode 100644 index 0000000..86cda4e --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Idle.anim.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e1a7bede918b5fd48abcd4e3d5b33df0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Idle.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Left Strafe.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Left Strafe.anim new file mode 100644 index 0000000..99c17e4 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Left Strafe.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f42005ccbebb04e3a280a850462829584d4934806925de5c208e61dbfe726d1 +size 1200966 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Left Strafe.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Left Strafe.anim.meta new file mode 100644 index 0000000..93b6fcb --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Left Strafe.anim.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 8a383d17dc84d4a4586795eda4cf0724 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Left + Strafe.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/LightingData.asset b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/LightingData.asset new file mode 100644 index 0000000..21519d1 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/LightingData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19bf027112c1f67228cba55a195b802c9b0feff04b43ce66d737338f797e0372 +size 39552 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/LightingData.asset.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/LightingData.asset.meta new file mode 100644 index 0000000..0f3ce11 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/LightingData.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 41f1c6396989b714cb0164512bec643e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 112000000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/LightingData.asset + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_dir.png new file mode 100644 index 0000000..1d51ef7 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d41d3938048c332b6a494bdc7be403ce5b58879d4b9bf35923ca31f0e20a21 +size 216941 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_dir.png.meta new file mode 100644 index 0000000..d9a505f --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 016eb9c2ac201ae449e687677b1b5ab9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_light.exr new file mode 100644 index 0000000..f930c73 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c62a2a1ac7445d021c1a4fad5ed6459c54f3e810f4e8c4ec78fed8adfbb2045 +size 860972 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_light.exr.meta new file mode 100644 index 0000000..e9f1a71 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 56d48eed873713644a8344721bbc3ebd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-0_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_dir.png new file mode 100644 index 0000000..e17cf0c --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3bfea7e60e8bacd9243bbc2de0d4971ed1747e1e338bc74d7e259285c395a3 +size 215438 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_dir.png.meta new file mode 100644 index 0000000..d00bf6a --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: cf12bc20e0eba454296aaaf36414ce3c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_light.exr new file mode 100644 index 0000000..c841c1b --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fa12c6e86472fbbd253b4b0d2231882be1357622363b1ee29192f2025a6b31 +size 914841 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_light.exr.meta new file mode 100644 index 0000000..02c8da3 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: acb9d9dae8cc9014aac12126051199e8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-10_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_dir.png new file mode 100644 index 0000000..fb03bb4 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875a933d89bf34cb4348741d592c7855742907553b05cb637e91bf116e77a750 +size 194291 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_dir.png.meta new file mode 100644 index 0000000..f068607 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: b8829828894891e42a942cf8aea7dfce +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_light.exr new file mode 100644 index 0000000..1a83c4d --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbae355d6f16a5695599e9eb9f2b2e26546fffe8b5e0c236e67e5f16600c739 +size 741161 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_light.exr.meta new file mode 100644 index 0000000..f4a73b0 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 1b6a11bbe21fd4041ba0a34d418d9581 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-11_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_dir.png new file mode 100644 index 0000000..14f7137 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5103b414dd18bc1494239d164a4658a8aa2c1d39fef3dc9481495a1918071f6c +size 56553 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_dir.png.meta new file mode 100644 index 0000000..1616fe4 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: d93e6b72844e5414e97e01c8f5fbf92a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_light.exr new file mode 100644 index 0000000..59e0295 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1280681dcea1b9a6881f91c282f70b6356554e4966bca289e2c12b906c063b07 +size 231528 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_light.exr.meta new file mode 100644 index 0000000..c7f3f67 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 742284ed97121cc4daf72f45d8e13acd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-12_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_dir.png new file mode 100644 index 0000000..4c0594a --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97890d96c4cadc455f9fbf1401cfd519d1e5803d71fd7dbf45a89e77426123cc +size 219584 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_dir.png.meta new file mode 100644 index 0000000..a108377 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 89825b79ce6953042af26a987d0ecfa6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_light.exr new file mode 100644 index 0000000..0f3e2e4 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfbc43312c968396edb4415a3ecb8282e5327ab8ed1c0a52198f86fb430abf6 +size 934467 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_light.exr.meta new file mode 100644 index 0000000..3b663b5 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: bd873bf637cb95c45ac9e4e7658f5128 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-13_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_dir.png new file mode 100644 index 0000000..14e4ce1 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad4b414b4ac836972cb16452e6fa60126fc43dd7e2f9639e5f924abd88571f2 +size 164864 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_dir.png.meta new file mode 100644 index 0000000..dfa5e8b --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: e6f13f74f0d66e543a88598dc1dfa091 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_light.exr new file mode 100644 index 0000000..ece4690 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a4c5a29396f7ec13a8e0bac0209866daa5e55542880a3b29ed79960ae289d3 +size 696188 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_light.exr.meta new file mode 100644 index 0000000..f5dde5e --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 9629e6e486ef83c43968573243798a5c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-1_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_dir.png new file mode 100644 index 0000000..b1158b1 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e3ec237c899cf16f04349f6da0e01aeb89f7ffc5a8408fef29fe34049d6a9b +size 103524 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_dir.png.meta new file mode 100644 index 0000000..62fd8f5 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: bc9e3708406d715469353e7c040cdefc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_light.exr new file mode 100644 index 0000000..cc799bf --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22034b73c68587748f72f3694c420b6d3160deecd406aa8d1eded31fd4d7bbe0 +size 470086 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_light.exr.meta new file mode 100644 index 0000000..916f60f --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: c537b921fff185b4d919ac248e1c3749 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-2_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_dir.png new file mode 100644 index 0000000..1cffcba --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f075015e3e2ac16db7b178f3c546e70874eeb93aea0fe4fa5263f6ae6a48ebc +size 185451 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_dir.png.meta new file mode 100644 index 0000000..17a3c53 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: f7228cb210ac7c344b800ed70c4e7884 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_light.exr new file mode 100644 index 0000000..4aec8da --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6599c508afdfc089646e4fe930393d9ec7ccf3baba96a47430bada2352c729a7 +size 767592 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_light.exr.meta new file mode 100644 index 0000000..c610084 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 79088ec2279948140a156a334bf80549 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-3_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_dir.png new file mode 100644 index 0000000..cc32783 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2eefb2d2b00894958a9a96bf658b5dd90c2dfecf3c963156d612fe922c60fa +size 189696 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_dir.png.meta new file mode 100644 index 0000000..5885812 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 3ec0369155ba52049a4cc0a475c12b2c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_light.exr new file mode 100644 index 0000000..33d031d --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7793225be09d1508af47809b62ee3d054388e2d550ff25716b2abec6c2675957 +size 689845 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_light.exr.meta new file mode 100644 index 0000000..9c0f3e5 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: fdcace1f83d4b694fa8b1dee7a6c310f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-4_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_dir.png new file mode 100644 index 0000000..208c8fb --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0d3de9d508ba2b3b8fb19c3f845038b7e4de5494778d15fadbaf5b7a8ef439 +size 169364 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_dir.png.meta new file mode 100644 index 0000000..4747a0b --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: d79f7bd24b7c26944b04d39969c4cd5f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_light.exr new file mode 100644 index 0000000..9d3efc3 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ffff554e514cdf4a4615c19793f3351788cc21a64a8e37d623e470063ad2a3e +size 672893 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_light.exr.meta new file mode 100644 index 0000000..786c9a4 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: cb60af16846e369458e6a88181f73481 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-5_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_dir.png new file mode 100644 index 0000000..6507f90 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30502ad68759a655adece2a2bad97b39c132b093d67164312ec041081e3a4d00 +size 216197 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_dir.png.meta new file mode 100644 index 0000000..5c5d445 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 5283417efa9b2f841a130f715446859e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_light.exr new file mode 100644 index 0000000..b5bded9 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee9f77ec6bfad50dcc83f4a1c5e3a1e3a7c662e3677caec98d165513d5a065b +size 917040 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_light.exr.meta new file mode 100644 index 0000000..aa91f8d --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: a61ae1ddbe951c841aeda0debecd6d50 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-6_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_dir.png new file mode 100644 index 0000000..9d18f57 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37dfcfa57c7327bb8986158e2f32e103aa66c3c78f6240ded37f02d12aa9812 +size 202336 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_dir.png.meta new file mode 100644 index 0000000..a0519c3 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 7f1ea45c503cfba4081d8c460b587a1f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_light.exr new file mode 100644 index 0000000..8706364 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40ea0a02297077cae93c9501b56ca9bd4da2ffada507420e7dad46940dbd62e +size 816203 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_light.exr.meta new file mode 100644 index 0000000..68f1d23 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 78dd5c76c17d58341b37d3b539d438c6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-7_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_dir.png new file mode 100644 index 0000000..b4e3977 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d9d5223df1178587bc8fad20205bf01ad5c9a9054e1ef1b503822808e00525 +size 188671 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_dir.png.meta new file mode 100644 index 0000000..1cba9f9 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: b61fce0a1d09d8e48844ef90254076ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_light.exr new file mode 100644 index 0000000..278de42 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30da89e3f5524b9f0502c214ca568b716466b3f5d496cefc983e6e45ba94d526 +size 736098 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_light.exr.meta new file mode 100644 index 0000000..0614efe --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 9f6d75a02458e1c42a3dd85a8675e2c4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-8_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_dir.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_dir.png new file mode 100644 index 0000000..5b4a9df --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6eaab164d178ff5a8d97252f6766bc0d71d6ae2bf5cd87783381d26c33313e2 +size 79712 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_dir.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_dir.png.meta new file mode 100644 index 0000000..075460f --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: a76a993aa8e397242990d983fd8dcc47 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_light.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_light.exr new file mode 100644 index 0000000..afd21bb --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10493188d04006ee4895062b8db39e7c73830aa1b9a6cedff3351185dfc5d675 +size 296775 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_light.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_light.exr.meta new file mode 100644 index 0000000..ebdcf31 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: bd8fe11aa788e1a49a0a7c48303697e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Lightmap-9_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-0.png b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-0.png new file mode 100644 index 0000000..8cb31d4 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6751b407311f919280165fdac51c9548c62c1c69e20dca8b173d0f5ee4b5a1a +size 667268 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-0.png.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-0.png.meta new file mode 100644 index 0000000..d7274b5 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-0.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 6d7b6f7072d096e4fbefe0557ea1d7ae +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-0.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-1.exr b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-1.exr new file mode 100644 index 0000000..1ae7fb7 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-1.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad5efd5cc465277f9191b9b39fb2c416c159a97bf133c65d1c8a6c87c3dbafb +size 136821 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-1.exr.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-1.exr.meta new file mode 100644 index 0000000..289d6a8 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-1.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 175025393ba54ef44887b380df1d7ede +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/ReflectionProbe-1.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Right Strafe.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Right Strafe.anim new file mode 100644 index 0000000..26e7d0b --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Right Strafe.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449c37d01c3f13d4649b8fc5deba52c2ecdf513968fdd8f37106bec343869814 +size 1155039 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Right Strafe.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Right Strafe.anim.meta new file mode 100644 index 0000000..0d7bd74 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Right Strafe.anim.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: d7a763df6244347428456b5bbc738609 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Right + Strafe.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Run.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Run.anim new file mode 100644 index 0000000..782571d --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Run.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128802802efcd10f8baae1da7b0cacad176d84e9de9d93a30a786d61dc63fd07 +size 1349266 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Run.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Run.anim.meta new file mode 100644 index 0000000..3834565 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Run.anim.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6881737385214e747bed5ae3d33dbfb8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Run.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.anim new file mode 100644 index 0000000..c773c02 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f9e671e4fc8b699eac62fab98eb4bb17b4b70dbe20bd74e92add2a96142145 +size 2541429 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.anim.meta new file mode 100644 index 0000000..72e2b07 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.anim.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b4820424f1950ab45ba9109851a3fe80 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.mask b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.mask new file mode 100644 index 0000000..2c28441 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.mask @@ -0,0 +1,152 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!319 &31900000 +AvatarMask: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: StaffForward + m_Mask: 00000000000000000000000000000000000000000000000001000000000000000100000000000000000000000000000001000000 + m_Elements: + - m_Path: + m_Weight: 1 + - m_Path: Alpha:Hips + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:LeftUpLeg + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:LeftUpLeg/Alpha:LeftLeg + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:LeftUpLeg/Alpha:LeftLeg/Alpha:LeftFoot + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:LeftUpLeg/Alpha:LeftLeg/Alpha:LeftFoot/Alpha:LeftToeBase + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:LeftUpLeg/Alpha:LeftLeg/Alpha:LeftFoot/Alpha:LeftToeBase/Alpha:LeftFootToeBase_End + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:RightUpLeg + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:RightUpLeg/Alpha:RightLeg + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:RightUpLeg/Alpha:RightLeg/Alpha:RightFoot + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:RightUpLeg/Alpha:RightLeg/Alpha:RightFoot/Alpha:RightToeBase + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:RightUpLeg/Alpha:RightLeg/Alpha:RightFoot/Alpha:RightToeBase/Alpha:RightFootToeBase_End + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandIndex1 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandIndex1/Alpha:LeftHandIndex2 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandIndex1/Alpha:LeftHandIndex2/Alpha:LeftHandIndex3 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandIndex1/Alpha:LeftHandIndex2/Alpha:LeftHandIndex3/Alpha:LeftHandIndex4 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandMiddle1 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandMiddle1/Alpha:LeftHandMiddle2 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandMiddle1/Alpha:LeftHandMiddle2/Alpha:LeftHandMiddle3 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandMiddle1/Alpha:LeftHandMiddle2/Alpha:LeftHandMiddle3/Alpha:LeftHandMiddle4 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandPinky1 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandPinky1/Alpha:LeftHandPinky2 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandPinky1/Alpha:LeftHandPinky2/Alpha:LeftHandPinky3 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandPinky1/Alpha:LeftHandPinky2/Alpha:LeftHandPinky3/Alpha:LeftHandPinky4 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandRing1 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandRing1/Alpha:LeftHandRing2 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandRing1/Alpha:LeftHandRing2/Alpha:LeftHandRing3 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandRing1/Alpha:LeftHandRing2/Alpha:LeftHandRing3/Alpha:LeftHandRing4 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandThumb1 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandThumb1/Alpha:LeftHandThumb2 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandThumb1/Alpha:LeftHandThumb2/Alpha:LeftHandThumb3 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:LeftShoulder/Alpha:LeftArm/Alpha:LeftForeArm/Alpha:LeftHand/Alpha:LeftHandThumb1/Alpha:LeftHandThumb2/Alpha:LeftHandThumb3/Alpha:LeftHandThumb4 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:Neck + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:Neck/Alpha:Neck1 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:Neck/Alpha:Neck1/Alpha:Head + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:Neck/Alpha:Neck1/Alpha:Head/Alpha:HeadTop_End + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandIndex1 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandIndex1/Alpha:RightHandIndex2 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandIndex1/Alpha:RightHandIndex2/Alpha:RightHandIndex3 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandIndex1/Alpha:RightHandIndex2/Alpha:RightHandIndex3/Alpha:RightHandIndex4 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandMiddle1 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandMiddle1/Alpha:RightHandMiddle2 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandMiddle1/Alpha:RightHandMiddle2/Alpha:RightHandMiddle3 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandMiddle1/Alpha:RightHandMiddle2/Alpha:RightHandMiddle3/Alpha:RightHandMiddle4 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandPinky1 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandPinky1/Alpha:RightHandPinky2 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandPinky1/Alpha:RightHandPinky2/Alpha:RightHandPinky3 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandPinky1/Alpha:RightHandPinky2/Alpha:RightHandPinky3/Alpha:RightHandPinky4 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandRing1 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandRing1/Alpha:RightHandRing2 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandRing1/Alpha:RightHandRing2/Alpha:RightHandRing3 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandRing1/Alpha:RightHandRing2/Alpha:RightHandRing3/Alpha:RightHandRing4 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandThumb1 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandThumb1/Alpha:RightHandThumb2 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandThumb1/Alpha:RightHandThumb2/Alpha:RightHandThumb3 + m_Weight: 1 + - m_Path: Alpha:Hips/Alpha:Spine/Alpha:Spine1/Alpha:Spine2/Alpha:RightShoulder/Alpha:RightArm/Alpha:RightForeArm/Alpha:RightHand/Alpha:RightHandThumb1/Alpha:RightHandThumb2/Alpha:RightHandThumb3/Alpha:RightHandThumb4 + m_Weight: 1 + - m_Path: AlphaHighResMeshes + m_Weight: 1 + - m_Path: AlphaHighResMeshes/Alpha_HighJointsGeo + m_Weight: 1 + - m_Path: AlphaHighResMeshes/Alpha_HighLimbsGeo + m_Weight: 1 + - m_Path: AlphaHighResMeshes/Alpha_HighTorsoGeo + m_Weight: 1 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.mask.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.mask.meta new file mode 100644 index 0000000..3baa4c2 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.mask.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 007fd5d3c54a5304db7201145761a844 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 31900000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffForward.mask + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffLeftStrafe.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffLeftStrafe.anim new file mode 100644 index 0000000..9d58186 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffLeftStrafe.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075c65d8bb5ecd875ffd8c588adec298617c9d831552c3475382bb1a2f1163d1 +size 1151044 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffLeftStrafe.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffLeftStrafe.anim.meta new file mode 100644 index 0000000..668b718 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffLeftStrafe.anim.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9e3b8ecc876987c498123ad42b739e47 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffLeftStrafe.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRightStrafe.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRightStrafe.anim new file mode 100644 index 0000000..4d3e36e --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRightStrafe.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a29b65cc218adfaaec49e91aa84fc71778d26f16c1c77d460b9bdd42d6523c +size 1133097 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRightStrafe.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRightStrafe.anim.meta new file mode 100644 index 0000000..816785f --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRightStrafe.anim.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2adbbfe427e7d9e4cae5f1354da0903f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRightStrafe.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRun.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRun.anim new file mode 100644 index 0000000..147c803 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRun.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788407e4bee4ce1797c95eaada8c988dd2567efa52bc5fa8a600b5ce25ec86d3 +size 1336727 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRun.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRun.anim.meta new file mode 100644 index 0000000..6055d12 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRun.anim.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9c0e137b857030b4cb1aeefb0adb4a28 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffRun.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffWalk.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffWalk.anim new file mode 100644 index 0000000..48a423e --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffWalk.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cd94d58e6fc177290fc42bf32089d90d409b5a34222fc9c09fb50b9530d87c +size 1752266 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffWalk.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffWalk.anim.meta new file mode 100644 index 0000000..b203643 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffWalk.anim.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d41d96074f4c01042baecdcde440333c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StaffWalk.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StuffUp.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StuffUp.anim new file mode 100644 index 0000000..07c5c65 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StuffUp.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919135818b235a52808805d5d53c8bd40083cc258ab2366c747d17110dccd26b +size 3219770 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StuffUp.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StuffUp.anim.meta new file mode 100644 index 0000000..b488a0a --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StuffUp.anim.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c4aa82c003ae6d44caf9d45938fd8670 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/StuffUp.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Walk.anim b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Walk.anim new file mode 100644 index 0000000..f7d1864 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Walk.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791c799faa81570e08d6eb1c4d1bfdfe7729f4e6e8df50afb37060bba631a361 +size 1800983 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Walk.anim.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Walk.anim.meta new file mode 100644 index 0000000..fb76243 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Walk.anim.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ffda95bbfbb84ac4ebcd2ee19ce43b30 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/Walk.anim + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/WhiteMat.mat b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/WhiteMat.mat new file mode 100644 index 0000000..0cdff09 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/WhiteMat.mat @@ -0,0 +1,76 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: WhiteMat + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.41 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/WhiteMat.mat.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/WhiteMat.mat.meta new file mode 100644 index 0000000..f5ad01b --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/WhiteMat.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2a714df06e718d146bda41b2b3695d58 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Demo scene files/WhiteMat.mat + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.docx b/Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.docx new file mode 100644 index 0000000000000000000000000000000000000000..bbb9c680a09e059161fa5167e9d6c66d2b4eb9ce GIT binary patch literal 69466 zcmeEs1A8S~&~EHZY}@w4wr$(CZD(Se6Wg|viEU2o+?;dfe0c76f5CVA>E3(y>eXvk z)vBsh@7paW2@HY^00sa7002M$P;k|bV+;rYpa2R0fCK;mq$y}?<78~(q^sm^XY8m= z>t=0*pAP~=o(ll<)&Ku*|BEfqkTh=5PY*Br82k}9+w@DKjl5`JG(XlD%j^X(g4spr zUO+*|cS}Aq6)^$*<`;Tpn&%b9%A8)q9Hpio++2FXT_o;kj~!KEndA-A^GJ?3Dj`z< zg=H?WC4>=kM>m$#(l>z+3nU4~$k|Rg%qJLT=wN5Pp9<I15}io;KI75+RA9kZLsfFt zGn=smdTI)lXH}RJO@@7whz1%1?7Sm}nmKU|gnDTJnx?WKBvXC1qIPrK$;5(Nkyw@O zyrY)dkO+6vf)7`^QwH;kyca51j3kU+qONkfAf2Swmj|htL$4LR$M}vHbDQ_3Iaq_KCje_}qNrjE7^U zi1T)m_BCdTGHgUA`xucp#aLjZI!eSeCRqGa zSn6aC(gCH=!$AqOIU&XLf+2BzLAJf}@?)wGQ*Ii=;*y1!rYCqgw{TYoPTLfQ50nXS z?GGlJxY)kUI_&|a)5I3WXbXyaYD_D7I+DzIgGwmO>yFt|kAm)!!SG;e$UMk!x>qj~ zEkuovqliNcUe+rD^#i>?9li+>@IF2bw76N+uMXEdq}eR5QB!#T)W(> zql2!`p1IgW2L`#0R!IvozX?qh+GKwNYZAY4O;Ue0;HN94%8^gBqup8_*hF`v0W#gR z1)nr{l5qj^E9&6rlZt!AfO((g8+)$zvPO}!2j@%Z%kP33b7L-*!2PKKsI&?hH(&v( z;LaunIiTzksH7FFv;mt?3su&HRfyv3po)_DGLXmyp46%~l4F(X%Fqt`rU?0KxbJc; zhK3Z;Bo8sLx5>2~Sfp+lIlxjaHbic+eSt7We^BnY6_vgQ_ntTF0es<1|MPgd0o=aH zv&w5jJ$oHGG_r+mEyPv-QDt8ZdHE)aJt1~sk7zB&1Kd^B?BCEFhnRC2l3@!*p3aIu8i3)V78WYPfpr|v;_+>`$PcGdvX*oIR&&Wiwj#}IBb%>2_CIiNJ+3{Uy)3yQ23R>vKWNG)>W!Eu&5l zCIE7sM_T>3#*bOW926oIL-P*rD)>338PD7AcNi{$>4B($E9_LQ_ z5i7T!}w@%=e4unN-k8oe_w>LGl) z22~9@TbqIX5MRzR6JxO{pG_NBw|M9$_~d?nn46gZ@IJVdOrh};kqE13sw1IJ1(qNo zyhsd8IaiCMJpN}~uU~3Fw~ot-d4X^AZUqOsZ}hgezm-pP%czxZ&me?m&~N0JRn8kA zPZgD-C{TS?mnA5s#p2G8{^>`tG#Iq99#it|^0rbhe#%tAuGsnD|xY?XG{zxboC4 zLMuRDte+4@8v)KMhcU0RKQT5u&0TNWrN0p>%v#B)Iovo}rtw#KVJs)3Ml?EMs2>2B z_u87!k+EPmwQh0D6pIM{R(NIEnPyrEF?^R9(#oy~FT4exQ6$@`U=A|b!J zuXY-A$n=845PT6A zt*_cN;A$Ev|02v*H@Fi9Q~X@^;}>6-j}tp%qzXD3TKW%io8|H>lT*~y7wVT*0onR; zS4ui2aL)vbkGpd2m^0s>S{fYw`~H|5c2V4KvaD5EG%nr#DXs8@(0*=+ zTA8?K0in^JwXQJv3~UwWNKn$&r{&=lp{B!a{`FxtsYp3wITbeiSVmD*lfk7?jBAp5 zBoC_;9DRhX-HBRMN9eT&wlv1CNH9+=$rH?2))6cp0Rk$Rkklm;vJPV3ipB{XbRIX_ zy}_P>J6^oVp~x;R`E>iNtO-AZC>0$Hew5%`J{&f3thjks;k2^UJC-26d+=rV#m)G) z4C@|BtV?f6wG*6;tSzP=e6JRBOY~kbD39oC#X*s7GdBk(@km{3OA502>8XRqy^RN` z*7AbQ@Jzk?C=^&gDw8Yklp(F&{-eN>Y z24aPN1zoBBxZ%AY$YekA4Q)f#sHi(AL%7-}hSOJIb4=h3J!2{l7ATM>r)}*LXxA=R zmWYTw)6UVM&c;aoiEAmjrCO0SI6du^(>3%MT*>{?)p_Twn8&^GsI1fXI7wmqJxkYw zXdrb-Nfu`jMC?0a!Yp?}&GOXx98FWu%?~RGsl_%cYLrofa?*>s4v2zsXF^~u#$;BB z?j9LED(M`2I=jrq3LsI%HNnx~08Zlg;C6z(K<@mYbD-yEL!lRJsnl^pJW1#WP*1sA zgKwRINXs!2Ir#IbOEBMgoSWoZa1Tn69@$}2#o5{WOFP&r4}Is`PP;^S3cN#Guv^^% z=<7McW5oRlrwK;$nt>a`UG&D`u?l?XVc^7W_Rrx|WH9Vc(5GYr-c#zAjdO1@TUZKkkh8 ze^#H^9mnxX@*Ya{t#sjelJV>Wv~W1VhRdH;bVl7sWF?ax-J+T_6F>OG@sgaIg<%i(J*A@#rg1xM)@oe#WKHrNag*q6P;E>_B7U zwJS_tf*I~-&__f98KnNTI5Rrg5(jO2a7k99gp2za?;^aNOG^`qnH@}h`Yyu9!LuMw z*Be+fV3u3|i$nmn;k3ghq^)zW#RFSaQAA~mJ*L7u1C~#j!q~zICh*;iy68M5G*JKP zMBId+xFh`n*0HqcVLTVf({H3R=-L8Th707@?mGh6-o?yLz^muuPI)A8XI#22SFbA; zud9=}=#Pg{Esc}oIR)7>yn=pvX=O~@12zyPj5VsG45?=T_A`+@?`OsmL0)l7I-Ha8 z?#`|P?zIFPcBgZ2;%hT)b^+3mxx% z!^Dh1_f+C1xD`zqg(gnyiS@3}{XdTRX+84=v;fPnL>LsDwbDgV(TGePAasn19j0^<*-C)lqppObHa~%tdJw` z6#%eW=Tv1b_FdFhc$!ADd>zN5dz&j(S6Nj+VX{A6RV-`{CfGA9Y>G6LDVwG}P3!MS zVhzQ&`r}c1e6+^E`l{E7QJAFPK#r$d6>p03KFC zV<#Qo!sWS=f2AYuPzeckcb^cA++eUY9?qcOMu25^3)W?D0=YhherW7F0HJu#N1 zTyza7=au)HH{T44d~iuQu3eTVc*+EhTMkc(*18pLs{+kcWCbnuB)$<^*KeW&$)Qf& zLS9E}@zs+9B-KqEv5BchIE6Y?F*JHcQMI{QiiYp@p;n{MyG{>RJN)MWXZNUsFE9*` zl0tN&OY7|?E?c_V1tK-eT_RbJs>g@ro#iHVpyFT z^2k==s>McQ5NPBx86}o*~>cj+nw_9wi^E>wA`&`+>_!X?gn8`?sS) zo^bqSvgcX0PTL6G<*sw|=GbW5hq3XFxM>;RJGsfc8sPJhpEvBkxTFCQR}v@<_&#u+ z$9NFzP-CJx^ctUE<+$M?(U2NLOdToFgBi`-c&Uk(;?GSHp*tU$(Ia+wej_Sh>K|yN zM+Ip`<+p+yNQl**x5kPmj3w@-{eW|JC4qFxLwn*e20}nvn~FKD^#S56Feu06eOz99 zr1tZ_YP5#YOR=KDF^?lKZjhC#d3q%{hAk9m3e#+fN^FN7uvH){BIw7(_ac*@pN2Z^ zjqj*lh=Ne`eIfx13wXJXl2`b-eSGOyrJ|B>rASc9*?txWXysXk+V?A=$7IK`N<;2U z8CYU)eOe!Y_K9nC61WYtBjT{{I?AG{^cl3C#?RWb&=Oja5W}~Ynp9K!p^QZytxj@V z!n*tEea-d$9E5gzcj2w+@f=<=S5d z%2(^(u5E2>WUfzVZmn->%s^{rV;U|eBMJ+J`PW^r;$lJy002PIU%v?;{(3UR6a!ZL z^#$mtASwV*J%xP&0Dw3qF2t|orgNdK9i=*m(tS7Rmwyw@Tujmy=?BX|8y)UlYla*) zhwkM^%H!m2p@5e{4#|a%Cq;ZxEuY9!%Yz;ajzmRb#d5F*3Y}sNS@-k2T7W9P?mS>d zc(CNcYm14=^fJryYQ5bz<=GS|ua-Bl&4|ToAaZsy0F_^^ZCyJ`LwwOul) zpGNjS=3xY9Ajwg>Oi(|DCd|Yy&XLHLE(p_r`!{g-Q%&IIksME&fpnv>1(;W}=rwcB zw;E%{^G_}fk%fZ0vNRJf^$jXUNB6X?`71#OC>biX-CXP_iZ0t8B-{^Oir!^hixa|5 z(L;VB7$isNsLoC)j=n!M#q-{L&~#?yRh=~|YpzMcLZg(3XL7DHJvy9^Oe(jmJE}&CIP4^D@}nN^`ng zF0t1IVri@Zj*HKp)Ko1ap9DG5m>+R+@D9&SjmqRstMnk3@+!WWS@G`>x6A7b_E{72 z)>L49<@D5bz63>Xr~y&(Bq=@I6t+?dT|*Y?vAU#7@Ex}x6vj#(u1Swxx}fA-8VI7l zdmd}%;Uz8szrV`s;;r$Le6zyKkDbQh{`vd(c(S*ypaNE` zPDbXN2dBQ!%52v;Wqry+I1nd9KO|_p z>T-30oMEmNf`lCZAkT_NzLhhTCixRUOPTI5sm4_Zj9r-b^JlJ|l>EGyK_!%1p*!Wn z5`8sL;TvekX6CWFpELzEW>Q`G@d-kT7$F4EtMUW367ykY%zBbb)cI%3!f{|bx=;|D zCQsCULOEsog(N>xwl&#H#OL6x(f3ELdfp%&V$xE7k3`P16A5Xm!q@{D4x68_BmZOu z(x2L&3uBn?!xKPinkjNjT%?MwPlRxn0uqs9S@R_3v0nTQSz9y43RV!ACt);_P%6N2nS6bqJ^9GSeJ=ot(u zI++Z2BS}0>rt3K*?b||<&`$!HN>?~I%Cn}8N04{#hgI+^gy|u&ki1FEVxRrcv<-=ZciH747Byg5Z=O*fgcIp5{Pm+@xRgwG4tAxKSK zi#%MMsK$=83Yf0W8A&$tcrHh3<==Pio^{1~aJDsv2hJoUU~brnpj$U_0P~)d71oeL z6`@#w=UEGbFU}u%3F8Db+Frv%3}(EEs*yW5Nt-y?kC{gl_i{Lb-8tS{T?ouY#7a#ws3n}DjqSf%1u z+?+{Brtg5bEgnjLBM>%!#~SJwumc#Copx`#fpHy+HioedSqJsr7+vWAbk<3kMic}f zJ<~F19mKDs*Td@nGcZ(3wt1_0XY874xY}~^I6}qi8y@(Xc?RlPm*l5sc@f-ZvzL+D zeoS=E^E`x_uOn2yAh&7?*NKE$zZvQ12HZr(F^5kt;!gIL-|kejy{)t)NNs#f9pO;v zwEa>UWg+6Od2p$;BZ02+#LYMyIb-?$yke`kxipNSzX4oXvY`;)%v5kxCCr;kKsZdO9X)v}Ta zI}Y_qJ=dfx>_|L&t4hWuwaZkloZ{jBU3iUbSxa{#;=yz55~|xlJ{zfj49^_(|Q zR!BtVpipw!Un*<42}Gur(fXMHI_kL_rE^GoU+h^;(a^af03$ydVS5bN#Te=uS>;E) zb<#T9=aLveySGijmV*&kd>bZT0#h6!?uq>kE8>p1;le8MsV1DUu2tW>Y!oa*{ml}! z4j~<5hoMCXH_aAN;NpU7zE@&=XX=4mgpmm^554SH8wH4sZo!H_8r)3*pyqNW7Qd5sja0?odTefkd7gARu9w4K#QD5A5?zLZn^@J!DxXrh`2z{giS9^k<*W=3-@PV5Sr}DYU7hzNr`}s zCe*CDZy@>6r+h5*(mu^`A5CZGEf_{1U@4>tk^fQX2;sv6Rn=yHE0iMs&-%wagfD7- zej-;s>rbtdssb^<&RsQuksSW#&aW=V?Ak?KWKh=B6I_#A)!&>0e$X^S;C@)9-c)Lk zoI>53-O5+y(dzQdf7g_9N4TOKgFSaQp5{XVVtMTJx}Ic%(|Isb&`S`lsDDkedPELp zsc^h9267gvq5 zG;wSfc?!m<<8psT8Izy&8c*S^O{5 z1ScRQViOxOmas+LDzvx6nV~V@=FP#hR6k)g24oWqk&BP-~C9VdV9?Xnxhuy2hCfuj@crv|I8lVx}K7 zEr!<)8XjiHH}{~>hZ8ly3^GnDbhs-ImM`+*#b|gOzu9V78ac=wt>qod zb%t@Orf}PgIF;+~hvk)_$HRn&ckbvW&f99iwID;a62uuymIqsC8~WPnsc_ACAKWw_hYCtTT*IPJF!W&*Fjr0hK7mVXo#PA5ZnE9t1phfj}pen-h+A z-jC}$=S^g^Zbzq=7m*@WcEOrZ$eC+$O(KN1vIor{Y)VJ$`*JUqZO}bpqf4*Jdd+)Y zSJdx*sy^Uyc^d`1hw^+bW1X8`6*WAs&<*snsnyid$=^3`Zh-NSofGpOHQ%HKEd zD>W%Sh5%)eXI^S_Y_Dln)7Rgy9WYROjghcsB2D~+QI?Gk0qi?QS|ubM^F(Kev*+R; zzuN$sN|ummD6;$*Heg;Hh?*~Rsk>}}*t|J(!ITJf6Lrt{4*6?Wv%`)ZuEOIQn8v&V zym<^OO0VpObS$OdaTya%+oC)TTn3?<{z4vV1*7DEIH?WZ4NiEAqA}D3dZD+4uElnS znbf|}iOnr(ii*C)ve`%zsp7U=_y}36UF<`#38R>dtee+CNn}@2x6}SEgFzw+#ERH$ z9=|G7VF+DrJ75MK4!G$l%LVO@%zOfMC+FHgU&kkzvH;XV&)$kq=)!b@^O@)Pj^+nd z+tr8ghI`w9dCQeI7P3jo)xFh`2-umxVsOp0}4UE%;m02N+*>{^j2z38LHAbhtfAg`tP3yzTj)CgUz?9Z(UW- zbq6UsOpArzOi*2#Ds-9Bb%NbzteGr(+9I;S$v3Paw{y)^l0`u2xOTB;Fb1$tMtzAK zf9D7Pv~Ro5vhmnz;mFqdRKv#lG?ioS{?6<&TqB0l(=q*Y+*k`5iPs(3*lszx2kp~w zlXYD0b%MxKIO6i?82QxSI$i61Wi4s@fcu>dB%DsGfxVUaG(#qZEamZ0?Buc!Hz1lQ zwry&YQO3T1=4f6n3rN|sB5!*VA_o!LS#%6o6=}1(xjB^3hQir z#(_X0-z#(E?jTg?_^r80Jy%Z&`Xdw!69$S0MLB+utm+k1J1F)<25AlCST%K#YtYqY zK3x?k`ZM{+T0^c_%k?eVM!Vkms+>Uob)7JidBK%U%%sM`Xg}GzIzd2n_XCLrZJVpR zgQHeaLUL|T+YD5fsfd!Tg{CR2-s6N2>eA1j-ZZ!hD*dR(p@SzUN~tTQqhqAeliX#h z@<{B^TdR%H@i#re;{y@u!b;t=GaK!Eba*^p6?pFh36Ojq&4RzsN|nHrA}-%Bpt@BO6FarD+&Wbe`zFZa(ocU%+x}MzM>&Ey=5dN z*3c^W8%!@j-B)vrn`q;Gceb`$>KuO}Obwd268-#k+jBCXc5CwPw(phhM9PxJ@i}Gm zHUuZZfciuizJGy*#*5W%xS54pYm5xhlc9^-nbfn$8;bLUD6*K{dxs+gC+>z+1<#pP z>N>VIA*hUNWmSTH`M&rl<@p_2G2;uos^aP@SKr+H)l>rHNfF1 zA+AAYq$TdIK9OT()8?l>t~z}1`q5ieiPs)tYoa|S8VQVG`WuNM6ZHNUB!(7jMNe)U zPeDrrvyG00arIIEHmy1EgU zWZC%}oftQ=V2JjVP(X!N*X1*1N%KK`yC};3PMGniTqvV@H zpOd-;HMWjOp}}A_TJ`hA{Etm4?_jZal^txbhYr`>_>v_v3R~&l)e|L7+DBuV8HD)# zzKzR{KSg)$W7MZ5MaLDZz#OQ`OROQ-I#XTVo*k%mgTB>ET*{R>2Ev=Srz@kf?I3?6 zP2i0(s!IPbuJdgk(r9Y)O5+Q7=w6uuW z_y9nE_FTeiUO!L}K7c>_8-yE7@Jg5U29CI@i*Y{TbY0BvyVCnEB8=M+mY;9qZ7Zgl z3N@KJQZ8;7DS;1_c=fxw-y{UV;Q;{Q0sIvZ?XaL;7VuY^*mjk~Wfl_GBG^o0@odO` zr&SLQRu9gGsYuA27@1nWCs}e@b=q{GCi6O)LHs3*u|$tCIWb&pLP~Tsg?ietxvcb> z*|LGHAt|v|Z{mpfad(d3PIWnoApOTjDRP3ds z0QqMuyL%35vPGN#ErcHcgdZOy>EB^b`fOd4~V}?b>mO4La{0U#< z{qoAnH(=0}-&i`g~!^mddDEoul3ethl27ZkbP>1kIyM3B2Gq zn7=1j4iuyi1@sVprf#D%Ggkt}Vp#}j5+TLa*jtTKz_u$x%;0x;Q_%&5P;*2;yh+nM z|2vt&5~Y~5rmLZagFm$8darRPHzx(|#iZt^aZN+Xd7{mMH)xr;+bRzyw}^qX!9f89 zX|hA(NNjZz;lvV+3~>?6=+19DFKFA+TL?8Wg5qqJHBFU_KiVzby{{L7nVpPCoJAJURT>riG9kE}2Z69C`P_ z#Us)Q%g7~(A(qfoOTx8D!UbH~x3}|>><<+obuOZdJvx6A5zvn4%dfFP$=H-@8n@a) z^nKZf{gIUIficj;i+yz8{Jui*qU3oQ8?G&z8Eu0AjPEDv0Xf1T|KCwV>F-C6e2gv5 zYO|b)NrhydvS3!VQ*7$-iDAq6lY5&{6JX)Ji$el!?)JKnq=Itc18Vswxi=-p)V*ZN zl`3jin`(EK+53==ypBW$1ZgyFRy&zK7Nm{HJB=Dz)%`UY(J7L6VI6BHL|_ex>9>3T z*1XHJ5=&oA?8F9qQ>DSeXpA0Bc@W??oPWe|Ao>~gqW`l5OegL9vhD~{rG$}zO`lxb z1mw6Mr=L^nUB`q{0Oy~0okQFX0g9m{0T9fS;KZE-`zwaGLEz5_*s1nGzE1u+FDLRt z2`)c#U`GFwA_95M@z-5P?N!4$Oai4gjbZvPTYL3X0<&dH8Zqzj6vF zs=L?#YMnkgQbi2PfAmxq?YWo`3k2tpco8K^m+F%!)KwD_J%O;zKu9wm2ts0bl@-A2 ztS7__+I#SfJI?U^Rgo4&G`7bw(-R{7Km}b8UadnDjqi##8Xy!*4ebdRAg**{X=8Gsf5GaJs2MxYH4${sugUTR`SMTWOLIfiCglCUPvE1Wb_r8$LF4FK4LVMM{j5k1+Cpd`|sNz_>xsR!fL! zEFZ;wmQLtLVH6Hfe6TOFvqpFfK=`F!q=K2~SyFx)*L6Wmj*ePa$ut{T;hY86tC1q?h~!#u)<3#@Qg36tIww;5A! z{fV#-DYUsFIfP19RK67mwK!*Z5OEBXu%EedFREqNP?O*JftgFX=ES8nKUw?wzV8$E ztvEH}XNRVX8s?BdFWH+677^tXUyN-!k-fNz`hW@c&IdLU*HoQl0{GnQX8a~;-CwD@APyK_6|3=tOwm%j0+B}R`1aDGmtrOF+f-@ zqo?7%9g_EVyP1!ghG2K>)IXoZYy-t3{T-+H_<;K4a%@0-nK0O)jI)+xQBp3ANl*R4-kW^J^sp@IU^Bt>$)J=FfR7oD=@qm0;v2l|uQ z76p3fk&8ulk5aI1nX@{lX+L8L)1XL=DVh1x^~jXQO9eUq5rr}YfDO4cE7!8x86-U= zl|dCfjHv%^Bx9L1LnT-(6#fiQg`$>TKON`rGeMY;fHK@(fk7KY_+Q1GKvHA-`Wh|S z=(<<(`tKk*`)!Xx)wEK@2UZvuX^viBR+pVh^1YW$3Yck}t#4^{%EO5ZE9Xt8X_tTb zh-^H#T($W-H#wo>WBgml@d^83KvDgmD`D#LQqliTALyq6vOMKor+46FZ0Kvz7?J_l z$W^Vq$B`Dy|H$IS#)Qhl;c9(*xa%gY2lH1Y^Y?Bf?8kdASF$*z2G(;oGSaZ@B&Xa) zUw|}EuXl8yuyCW+mAM8p(f8DB>FY!*{A;oHAjmfm$xtOLWa8f`p#~b-i+5ggHGjc- z-URA=EopvqUOUCLP0st}8DllFxd?wW zNrL_I1mk%WIgmf2jKu=L1mBz?nSuP7Yh%H$Rcyrx6dCZ(pf^Nujd?S*QN-MnVlHvU zLi<<3!+j4;DGdXu8nDE-txp6j2V8*;i^OHe7`juFncYLowm%r-^)> zJMJsQZm0w%ii~bIUO8pKXIR{(0Fsr}Q&#+kA1z($WpB^wP1cgbIs9f{o2<{~9ZLa( z`E#E@>R6GJC`CLVVKETk&~!gDNqp9y$8}+~P!^BLe2Y3??5CXTpn#N}olBp8w6i=T zVNtHL45*TLT;$hG9!Jx6(tX_14K-MMLvi}bzP|&Md755L{qE$9{b;}C-gQ3#mxpX$ z2TwP1L^(xa-W)x`-Am-fiCD_V7fNk>d`n7lJS`Y1Ktc;dZoGA)94&q-bFD&n{ZVjh zF6p2tF^f|o>zp8VGvV_-@qq-l7)F^C&X1yaAHTGOV^KpBuZ*i?zYh#Z=KqEc)uqJ3 z*d`W*QTkJK7UZB2qxqcc_pbf>;2v;>xFz&!zNo8(dop}3W9QZELmWL4g!f#7dQ>Z=aR)i~G?xhwW)|tEAsk+@m2skT>#lv&o#P zw0U`r4fLo_qvAJ(n3sZ;gRvR%-54Ol&}e62gJ0OqZB6t0?HN~xx@HD&B7-JxobJ0) zoNlkE&YLEI+VEzP4Nqo+`c;0;os@qo$EO{?1QFXNH@HhsR~VRTU&Q7@c|8JHT?i z8r82^63_m7BfFJf5Rf42pkFQ&k`IWZjB#6gw zikc4F{V4O6T^=h4r!Z0ueL)cSQ$f}%>zrcc_6uh<-qSwT%WyGgQ@C@$bGWDu(^!O1 zo6~Q_>|rjUETJ*;rBRU9!mWqp?l)V7`rnBsY$^-fj~6Gv^8;h&RuHqgz8nsAG7?%F zj_0FGjl}mE?^S|?t@k7hu=4|n8b-T%36FSL+phJ-b@RiGCBs#i0>78J-)IRI+cMFKdem{q)_*m2pRM<55tFCjb(^bxjN8MK%+o}4G1lu>gr3o<@rM}L*!Iy z3p4iGCE#fYlj4(9#a_&|n5G|e5y(tLvbA0Bh+c+|XAhmH-&~SNbT6;0H(4CiiErvf zcDo#_PqD*QlvPMIN|b|q*iMEJ|-blW^Cq= zVsyqGI^~7`{@$CjX@QQt><;z5$#k-CJN`RV*hk~KDunlURH7;7gaop%8|X_YnXpL# zkIM9DFWtsg=bSpf3J22Tb?9fV@0_nT4&l3d<7aKPcZt`OuGD$kne^sLWC3{F5_bx{ z+sswRNXhHvi}$B+w$rKfEwwbVFg6BiXFy?QLyJ60qS+FKHyeq^{hi9$GNEak2E1~a z<%YkkaO8Q&)9tv|AzonMVQKC=ZAb)H#IfsaeI;8o!Y+FuW*s)nkemT*!&L5flHk$tSWFLym#1&v9}pKs|dp9kkbafR9qMq^k#FXv>$Z1@B+>Gu(n{1jeaGY4g)PYn!jl* zqxYK**gAh7(i8FeUIIpa0|a9Y5h%#@wRio|#cO*G`ZD$@N`%X*W; zc|@yqsN1**EPJ)=V_2gDa*F;bcEhEd4g^Rai+HMN^ZxSEIHO?#?~ zz(Ge!YU^(Ok?Bg(hz)(D&D-ltpUdgJB$W4ia*havh5VhoOQ8R9*<$d>uLd1@8hHkY z{bW9WZ)ArV7J-X!{+%_vs~(|I&6=$j&N-hW(c*{qgp!Xm+-N-Qg3@PSl?gqiem*r ztb{y|#Z}fi6{S=@CW7_&93~rW1SgA6RuqF)0Q;O?PhXx<`V^Bn;jbsd1n{sdafz4d zUY?ld%zdPEe=4;UP6spN?z3L!9T%K~3F?WDKmZvF_85{Ai+e_#he3eCW;9>P@1SnW zt)(&PMV|H-zT5rmaIy~6fE2f&iMu#om1?*k#wO~66eH7SP?(-a2^Hz1U`!Bkub4=O zwdC>j+=c#lL@Sf!wY9dZ!tiOu&X%;pYKEA|cyMX0K3mHaqUv9@Dr|L}MZnjznDHW(U zKC~3RkB2->t@*b|11<=%wkR*gQNlle81L=eRE@NAEHbZLIEB zVyarz>N~hN&|Ys_S-N6@4&pTRVd25&gBeitG5>OR727yIld$cHJy+8UcekA8Pj+e789eiA%^F9!kCls7Y=8}zd>e84m)a7X8K zQ*9g(TvJR5@p4jp1Kpg}LVqCryqSU=X-!1jORB@kA62~AT2YhD+?FuUW@k?96H6K* zIb|^+1)~-=556$oN74OMmxAgF)y?uukVa@diTD1Y8@quEYSJ30Nv{X#B6DFUo~NWI zR#VegZ*#u;a|1ViWZKFjHxx$Xsaoh(+$1arkLMTDW56?g;k#5ZxW8|f&VldGrut={ zo;kP1z#9Bm31&wlQDzpiRHYSMFU##7ORKY;g9B%{Vk(<%YJVFAtGDTO8jTF0JB)O1-inNTO_`y~KsUXcL(#9N)9bub>C;=QYap84 zx}rQ72Pba`!_;8F&N<9QQQl`+q64^T0y|p%)Umc#&?O?T5gay(}T%E*>i9@!*8GzVz?=7f0uT zj@8?lPU8MuX23Ep&!+-8WYIUu+^2y4UP$D+c)?!HcOf-&Eb;gi%Vz4$ik4@wu`D~V z^!`23IoO1-%{1n<-{szoe}t#UkEgIi51L++>vp}6uFN7wy0qtrPN`m$f`dTu0Z>6n zl%mw-_vpS|Zyx1CKD^@A;gR3rn!178U?gw<8izX`>$cxNssdhdg_l^z2f3DP=l@>U zmQDZ@d}_h00sRLi;KN4&G~ou=3()?HDJ8z3MtR-Ztl6Ii2$3%!K`%1``sWU1@g9Bh zYqSaw_eKfje1U?0LEj66*i@8TcGpWA9?f6G+h1JU-CuOAHzUe}HyI;)z`rm|i2(44 zTuHyAVDt~F`eHHWyKlM{1<1@0ItZH{XIn}Q^sqmaxj0yh>+p)2zHz`7R3M4 z(~mC=$uCwQ%@uwD_>cAqh<v(f4d!U` zDk#C*i<4G)tTmxyY}J~5;I(eEGnwdQy7lpT?xQDVZ>3PoV`qSbc>WE$$L`M zUAf_1=okRQWxc)h?BsSTSUKez=MR@TKVaUOi<5?K#@XFsny4 zuIgGt)EEz4}_eb@j}r<`GoB-=D%nV2Bel=d8v0Fu3RF(E|2K`Y%9( zgQ)GHYdvQUhxDrR=>ED8Lfj}?bnDEhh;f$Pl3$%!kjcsLvNo^}-1NV_GLnZ??MlZ^ zj#MXW#E@t0IO4VctRc~SB0O4h8d~&?+=U>ZSk}xO++{;?dnPP-JSofx{`1><$KgnJrQue#9%63$n z*li2Cg_{L8ELk@mU!+~w8r|>Qp^8aubyneOmn>@pZ+Fv)wfH6N$kNaJjRciQz=D=M z&#e?{^Q`3P@ZC?(GQ>%Eb4zY@+6RTcUpujiWXWlNhkAz8$HD|%lwQUdlaKnk)6ctD zPp|h8FRtKMK;M(=n9J$LFSvRsOioe;#t3$?AHjQ|Pt^x&Z%jUDET*JOqKdUkry0hz zmlh1*WC6B+cV=lbZp7U7 zhJ{$m6e$UlPvd7SbtMiRWCU~z?Yv*=FFnXq`*Wi0mgFHOWNJk_Wj{CPSbZHs*;ZUl zbfEj{N~%%9d2@;2-(yv{OlM85kO_bMC~wk&PwCEYp-)(}=G?+`uXPE2TTuKi9~ddo zT&hK|{vKo((D4;HO5SKd?e||1YMnv}Sr>7i<6qMOi2oE4m8M1C)Wlb{e?9{J2wF~M zDD-d6c8^jlBHHCEoOhi{WM+&Vh5PgyTE&zC_?HGT;qTHcO|+1(34irs6O{vmdH|mT zh4|itrU=RfhSifajG6JoDxDB(fT>z&_9q=^A?s5{wlH-=s2FE$wpC#q zgEBZoG-&hWo`N$I6&C!91Ej}eH{LTj&d@ICF<^~jI7W(< zc20D><+t%$G|nEaX(uRx3=_s&uJ?<*LIo~GjJugym64ktXREA*U_og$3)ml3vBN$sEYTH*-4RWY4FBN(ZE zAa^xxgb>_!8>VPpdQ0YHg$ojSrBmX3Kb9Jrf37|MxnbaO_1doi4fxzYB&N>!^Kj?u zpIVG~!I@bp)Ktr3WO;RblBIv}(>caxemWjXUux9Q$EyU%0ucv=RJveS&5jSRK4W@$r$i9IFc*! z;Laqb)jV5T9G~zv)>&g7L1P*T>YSQYmmNz8F4*4Nl`eW<_US6!{vm)lrD4v#S|5@* zGk!dOmSOBq4)3&a*{v0b{*dY^nA}xWSBjbP_heoQ^rS4$i9-=nTb-to+B8Rpi9I;? zbF(bbvm+LIm}R2%z8)h18(zdFB0DcxuDRb}x^>X)RkRqN7c1!toDL${*)5HGJq0ntbU{a8ixan`~_}q+U1bH5>j4Uzsjh z>#%}TTY0knAuRujf*}6gl~iK4ePLP{>v2(Yb9R-e&a?gaW8tSI9TmJ}GBQnTvHCzX zS@;#R$6S>?`AyrGdJ?{1+3)sR%>G*mrj}>ama*M-uWT95-Lb_Hs22qxSK`T^ju#z> zNPd1Jv0tB$xiM0*pOE`bd$y!|LUSeWH=wxPzZESd}FYnl9EhXSZ zd93-wcr7ajrh*tK_$Peb_`BHF2^DXrMCB@J8WMi z@#XF%x3@*VG?+>=82p`0&*{H3AG75lLVJC@S_^p_KVKVGnDwSXd)CC`vkv$?z85F#b-g(h0U_lbYeir&vX48Pv-bHMy^wxQI+QSt=Psp ziWv26MuUll=pk_;0r4+fAI) zLe!~51qcNR`Z@_}c1aA_QL?l?FZ9Tlt01wndlh*bIYpd0sTehw@YQLW$s(t;PfVC_RzmlGt4 z-i+LT=f`vC${`hki`?x=KC3N(c=t{^xB$S2+Isxne-o7$*7fH{#TOf!>t+DoimUPD zQMH{ZA3@~&NI9Q-Dl=mxHep9kA-=ETav!4;%GXcmm%xDdp2)t~wMt+k_M<>k=!qh> zjag8wh#Os*Vz>B6@ND6#>Wy9JwG1Z6(kp6z=67K9_Byxv50bX9V)P>-AK7iKq`k3> zVT*lP>f<=(1g}k@Fzn2r6b?jM9kw*(EjI6ZhiX$72Wo!>0jw@=lKR3GYRU#W1=q9O_z?K;+$`NjCEuYj-TYAJm`p{7xA`oPz3G0jRnfcGN zss)SU>Qh-i?UCXi&AtwxtHU}`+bPZ^qkT%sef4+n&Q&Cg1~id}(*_K?iv3xBPpoTM zY2#sR`+Asu9!yevtcXlmN8UeS8ypXz`#nZLFS4$tjx9f#Cmf&B1TvrD2+mnLD@c47 z`)uM14>2BZ8LC2MengaE8kfP1E357i&dZoP*0GY}q#CB!0V#N^9uwcLa}u-D%y6lI zZrdZl;TYlR9q&S-ru>6!$>2pzW*PsrF2)8+I&U9?hEXBHi3hx{S3cD8VW zGFEM8?wUw3|HIl*V59r}yIL{#5fg2fR6U}HLhf47MVDj%sWlDbMlEWDj^l#^y5RyA zMj8M3xyF6OgHX>Ova@tN{GJ&P^hQivd^e;_gBs76(9>ZTLfkm5VKkSE z1`LVj)c0^YS>HPrWnFQ-s|JT)vRt;w zKjsvJC7jKAmhDF@E|%fuoL&VP&Z@MOw`Oz9PrF5UMVw`9r4T6=N7Rikg%i|c47zuW zcZOz7KNI^2M23IwNG;0c{18>ZmShlgy&nZdibICvARg(V7-7Nj$FuPm_I@UC!Dfv) zeQ=m*andw6{+3Q00{@uAAXvVbq$FRl5D(HqUtbVE9VI&ClZ_U&$%XG{+nwSc{aq}P z4^968JMZk9Q*K5y=f|sxz50_o7WYDo=f-Q@>W15Ec7+{ZjB)%Ve)0IcqG-1TJE#x< zbvofs*!rzoWNF+}DX=A)2Fdpq!n=3pn_UFc6j0?i39y=SP0$)W7pQlCaGJ~Q`+gv# z+0Gz7FOL*X;a!F+2ntlE)Hi-HNZeOgL(cu7N_Oe25^vAAfY>HL%WoxT&|XV!Q0&yI zxBc}`hvk>dQVevl0zF##Cg!X{eh58fB$W~mk)pSSFDlO`%!Uiw3I3gzC|Y?qkY&a4{|3ms)u=#zvzaO#LkYwAKv-`Rda8WT`@o1am<@O ztI70F&n-Gv*JGehwS-pcIK73Jg}GU*X(`vuYC&c@-D*yMxSU3!yUCiXy5H?wYmF9L zX+2#wJv^$SKUleJCL%CO&T{v7EWDuwdloAqgRpe<<;|_PAA4iCT-~dH$8N(sJ2sm3 z+suCm{nltrp8_npE3GC6bx8Nq)mJ{Z{&maS6y0{$=v2Mtv9>$Ti+b44(qBl?}4x6p+QCJh7g{*R5vg+kDs=Mv`Wy;Tqp`SJCHz*+@ zX%j2y9a_!Z>n!eu>+e>sH58N(AHp;J)OB^ByJQu8)2rx~>}%;bUPP+DakKMkaniwN zRrwLSkS1T7T1$mFj`u4AlhYf;tVnz@MfsAz@D!?WEq6Q8(n}z<5_;y3usc^O_4itX zfP(si?DY#}CLOD2s$B-dpCmkOIA)CEr>ULZ$mL>$l#)%XCTF@Yg{bM<9)`RO&86yG ztTOG1+FaC9CVWSPnx{Q|@QZu>)a1G!lpmJWUc>2=K(-{STs7kGLbq+}%h#$F>{l#Y z&ExSX@oK~G0&iM^!LO9hTWHKZT9lfp+$93f3Vu65tMHT;yVH10-|vgKMH2VeCpK%mVMSGfeitFih_xK-jRhd%GSQvuVK zF#LMqVm1xSY)f-=TB=5xi?scHA@Lc$i-hJAmvRE@Zr!9aHiX8m2I4=24HStA9n_XT zKAdm+UvNXfCd|Q)? z^LOqaJ0>(Hu77VT2X;xDF8rTN(sQR`@_pw=N433~`rC&*$Ttg*Knv^tyAPeCN#Xlp1PI9c@BijQXZ_!O=%5}TAYcN2 z`OxQPPDuZo4?QCPUq19dZr9}M35;KG#Vnj7#6Y1DsH7q6lm@xkV5FwM63I*@7PCCg zaYb=$MpW*p%sY7}_ch5;fq{YjaQadH)pQ92EC7lICRo@b>vRikR^8>S0@u&w?9WZV z{cP1~*qW2|yuj1(3xD05wnfHHqVDN$M&An+S^ArZW-xytA|xz4u(y}Bx0n6A=-11n zj^`s_Fl^HrJjm3V50WS0={+c`5FtT=6MTCpt7u%xdc7`!fW@dsQTfzRVq#41y*R8-f&J&W>m%WF58>+svn(0V z4u5RP^}@8zIwUr|-4Nl5v0PnGXYnc!t? zwD+0UTHbtl{ge##1#o%R&YISI-yX8wJo@q7Ry>a?=1i(QXUlvqz8fex5qNAPL+d{+ z&9gx9-^{4eRyJ=+;M&z+Psu*1f0E|myPgo0@mjsgY`W;ft*RZO>3E#2+NWl8?}A;a z`gvF?2AyH{$7SA3_HsJw?Rl^K&*3MhQTC3T3j30~pGTF;F7uz*pKAIEOdLI5jtr_8 z5~iwQ(9wM(J>KsNsYEC3TfM%jHm9)D^`xZV>s1!xvkcyf>$2S<%I;xV)$6HShYhRj zW4z3py(Gup9#su!`pd|L={CDvJ2Feff$a#3P z5Mcfw;7fz4WR_9fyI3|AU|QoIV@|$rPit;sG2p}wneLlmtYch(I3l_^`Oo+Lf)oz> zbm1=>h<@%p@SI92bNXI(1%JHG+63>r5ElS?-hefb`YDYoyfts|_BcPx@XK}%hX-o3V1?_bkae8T zDNdflW9@16E?l#fBx}88+=rong5M!-gx{*gbVq%9s`dGDc)6`fjOTKIv}w^i%`8z{ zVpW87>5b=$P+li6UW&!Csch(y_E|JYD%euhh7^4-QE_^QXseD_OD*;?+{`6%I^37} zb0T8EKDX|%#oPNmEw4R{xh0#c=+ol+(U;HZ*i>A9!@9I@BJHJX+X%*8b>E6CZ47gr zlBU$2E9kyLZ+L82J|yu0PU<>PXp+O0+!5F>f%kbA;nPAtjBHV>UGk%0R+>G+ud_tm z&x0C{8$p=0txQ9of1Na%#`u)kRJQb`b=<9bv6k3YcR}uD`3c~E2p6_Pb-nRI!77={!cHC>Hqv)Y#h@~^Fpnu(n+7wf`l{7x!z2hf4u%uiH3 z(LsTV>KwzNfg-q*M5%3t_W;uZ6A(x>2#bTwD!iqC`w9{1IHQ8Z_VB(PXw?A9U)#lq z_5Mhtm(DO+Ygi$I+Na(bJ{mG=YTKL^B_)vsS}4Z{#^I+|*WAVwf8O7~&41w&g#ZcW z-${j>-SDNM!ETh_3}f1sr8(a1yX0bFF)h%eC=fvlRT?o9r-K|;?cIBDFKY{R!=~*X zA1x88wjb?6SBJ4Pa-n0cLyN&w~V|Vg95KB{N@IpNQC>HYQ=-xSbYT2pJ z$Gr6M?2Ec~PD^7Bv}n15MlUSYBMYQFGT`jB{o;I&G>|CeP%ZP&O?%Rv5(B6!4pC3$d&Az25s}m{4IA z)t-GVMWU3CG0x%#f1&IMArw04O}bcWZsO0zl|Umq4Uq?`axxp?DbI{X-~ub?WNdK2 zj$Ns~P2||M-OMFxO$yHEILWsO5iy2V?oD{(BA<+$-vbPZRiIPqAM7YCVk6U^U}rB2eMK~wB{u6bNrcNy zSOlX%zpd97MF`Soh5Cm32{J2~+iBM@L7~X!Vt2dkAWd{-BuntEw5(EQ2v&t{C2WSU zKHMF1urTZ8*y7h&J1>THerUU9F&h44P{(8y7IMwBs;h>U5rm@BFB04B{vg55E&+F( znnl>#0xko`L2^rJGT5-`eeEf?EtWP&C;iJz51p!mU*}YYd`Lp$hfF)Ib_nXU0&|W> z1SfS<7C*gbzxloeH; zDn-&E@OlxQalSLuxQFqbDPXC9u6W2Q7;jqXB*D|J6l%m zC#KO|@+ef945?TT$3tzN*Z3(}+K0(#-|KgE@PY6i#H@MZU?^JEyQa_88m?`F*d`dk zA&&+rakDjpv*Tfux_i!_gAKC}4JZ6VN4Y1TMd(Ew`%Dz?>An*D9ux{2Lh*TwGKEJ5 z>janj;?hu?QyjJ%&g`hA+y`VW+wrtRT(4Dly!{bo0i64ExQ-1)Xsm#ER4bxX*ybKTWT43xdfU#BFE`D@1C>65*p1z+6} zD-xixO%40#%kaqSBy@ucP~G*Mi>u)gU4?M9bPDX;i5U$po0ucN832>bR1PHPm-Ad{ z|4uC87>-QuNXwxx+V7`$HpR?1U6$5FOnp$_%CWb)z88K3Gx;Vokjjix{{Q;pV~^-b zLweiN3bA&kjU*=X9uA1nhVjVC?Zt85#&(TUkC1ZgB5k3GFU#nHpFAqZxNgXncpRV% z!`790O5(fIq*XPrjaI4O)da9vaAc!Mi}UC<~<3&H=GH%D~qF%)nC)kgf4{MiL9p^VB7&|f(_j38E?hwwk&6#^Yul{XqlG!YjOV_s< z<+)H?3~9YOhuCsXa6m5NcadwadR*-mEDZ1@5f$BAI@c1ws#3%fDU z*=_nTc04=g4m%y&k=%jLhviHKF@vg@FcNZrkb$#VL}?=r&puo-l-VGH(@jx}Lm#XqxB1b1V=QaIb&;0EPc!zw-lP z#8&4M-hqfKsWnlO?q}|CP+vfoG+%gdZO4d4AeT4*8nSyOt_OjaE;4{}iYzSf_mDvc zfkQ8HxX1_3?N~`1-Xnwf&USLsMMGS?f=FI4X9PIV2mO0aRk6eC$_)Ljr(n#v0I2z6 zK%s@0g8YGY1X+_n#c}BbbUAEYTsd*rh=T2pUR3emiHmQBJ&q*g`ckSZ5mnRKQqz$B za#hk+a35dgP1*L+ouaPfD)gn1SUWAgmTm@;`d9b^f(K3<0|RPVOQOr|pnh7RhmfQ# z-k05an656uA-=O{$7}5=vq}n1j7Uic{yvf0n38ioGQ+u*M`IdeKHX4awpM4NHpve!L) zf+}-j5I+qL>Kxd_e}LhV&MtqE6J@ySSIJmicbum8a{kz1^pn%5abDjmWibWr3cJ@g zzVr9bZG-gM&(Ag)i6et*1k;* zoHM4RFx^~zW~$F^C4FRC96_nY@)lM5qCC$ zb4DB&`CTqYesWyi=Z$5QtS$KS8MIB*aG~^gQIgAYR*8%~zpU2td5EA~Tca`iht-!; zH`ey*qaM6KO5KR9wJ4rLs;o#;`bLa*C96oxV%--zDB{p<_yG%Y^A7 z&H@~tZPc<~=8wZseN`;G)Zb{7@Wrruv#&nWfM{`MHYerI`q#DWisJYOE;bdYU$6u#B&u__9dD?2jk%Uy%RPA+g3=sf|Htj1R^LsrnV9CX978O)BNEzB`aNI zbR2X!xCm<&`-sO)-)olG(%cp#cXJLZIg!EwH~Pvo9mN>7_Qy%Y<%d%YYY8ib(LcM^ z39H1_cvH5I7${Ig+rq=pmYdl5mqnkC%B86K)f#J_5n&#vD3OW-L0k$Y6`=jSp=?y} z!6Wb2d2V*5W5C9~opNZFT}K7&*!KzYWC=k*5Q_9SUg|rU*!wBX-WZH!dYvx%5hsvi zshxVXHo+tHw?>H(idsvc;X=(wW`8;+&r);N=3Mix%W%4;LW6Pexvk&lrAAnAn@v;9 zz8@s#5v~r!FICKrbfQXdsaXocgVZvNjH9 znr$sKH4!Ar*V2VAJ@DA$G2AnRnIbY$jy+c~;d_qZjmXM$fesjpGfo?^%t-r$psIg( zXW5Isxt(o(XI!;w`g2Kt-spZZjoM4a=Arlv$7_6$6b`aAg!=|MN5*QQKs+3F1i3|2 zDxrnK^e!&`A-ROb4kE4iGZp1oh{R8akv;n#hnsbb&!y>2@~|&rPf{f7cJ^Lr5Ef;} zi8T5yV%RjL#}G)DR#M9|>tZVhnkfFgHHQa&VuLI8K1aGk#Gb|J5D2la!_g>U{{EyB z#023gJ*~DLQ|-p~@x^#-I^duT=+3ADPt>sfF0T)J)4XH+cPoo^7FEAaf6fUb@|}Yi zm=oNs@>_vhprGbUYkW5?X8!#1fTD}{8ZFkpR>=Z9U>863fE|Xqz9L;SfPivbM{T$*?a81XR^f ztDR1=MUNCc9g{hg;BaM0eA19U+SE2Koe27GxK$CO7-}M4qWSixQ`x*0Ac_B|qJxG4 z1&8iGR@=vkN7A;1geLP8>BQcTm)bB^CC(-nI4|h<=BceH zUIgS?`ntRJySD9Y8tdIrnEct#Or%y#ijy+etwPVi2p1tUZ+!B=U* zE{}13k<+|-A@2>IEM=gEm1Lh8FO$Pc&|QeN%28ls$yS>z%AQo%C4-QNam%2_w33MU zYGvh^np<&r0z4eUfiqYWA9O^ERf6o-$cCv#XxfH+7*z`=c&iM!ysXAx;VTk#a(Yq1(a0+4A{ywR+Cj)58gz2uY>~#EkCQ}Hsdp<=&ziU=*V(}%0_=>(= zaudQ3O8vuTdy!cl#4(aF4gzO(fLjE_XYb_1IwbpE_AjJ@Osx`%{1x}|lyT%m9P~2Ic!upZPMR{C{ zQ3-Zl99C?o3FB|zh3(B3_8GnnaqMWsMv)_INqUZhK$=98`%@t-)*Kuv6jL4{m4Q=u zh!boiFB}fkOKk0VmlM@4FfCPA;=~l*Q93?pA@jH<%lGlXI6knegBTUz4l7svB6q0{ zAS%#`_EJ5$*s1{_wINjuKM$|!<-Pc3+(#ouILa3XBCImttm7A|{9cZ>W@9Z++=*kF z;ODJ8?&0T!OD3&g(orO4KD#wB-$kApu~m9NnaUyGq|FTrsJ%>)?m!_?eUZthdPSbW zRhOd&!%rbOBt^9;25vpc`>i*|Dl9~Pzx5eW>}o#cBxdiKY!sm4S8Hsf6#Bc_^2sM7 ztVFYElagZCO$7M|a0oU{)*|;in~6K=oBgz>$2$7_!x78}4KM8Pi=vjv!fqkKZE1q5agQ3U%A(xTas?>lz&5J!_`$+zj`;yTsCi;@h<%tI8Rc`eTWrk9CAj zntkcC%~j(DAmh2am}S4Jc0Wu$T;t#7(A?kvH1m0{ZpIrB=>)3D6eWv26E?eJ8N5iL z3IY$?{_(6`LDwH{M!IzuLb`cRwGP?m^`;G>`%(S1p>7bgS#PJCIkl&K!^e-w2%d$$g3m=_1%8ojR-ek*D(d6dFOd|?me1k3&}TJBh31IRWjfRy+abUB z3*mzg#ZhLJjnswMv~n7>!?YFVm4|)EKZ4t+o?fqdh<>||RvRuU%H%md%zX|M&OV-; zDzpL6nC`1)p}`d87DrWJ*dY}|@-09qfvo$t38h9~WtWRY84LVtYUY(hpHMa-_|F9P z+te>8Us9!Sabznx7HwGC3KPmxGVfZlE<)eAF^GTudO{e#SOc=|~RYUD(=gqqMkMSUfFwv{$) zLVXkK=AFf>f>W_mg`a$9Y?x62hrcna;kU01rn?7_+}n1XB0@<;D2@^1X3Q{7eG;aq2ww4XY4yCF^fHcNQ zY*{oKXL^nMoH`Bvv24(RRWBG6C9s19HwOnz#KB!H9qWZ(tQAAS5Q7fuiHSSzOK99M z6=Be0or)`F1AtI!#MiuUQYa{t2UOAnbbSd4FGwr}gCDSgJ)}kpnY#=o3Y@qIvG=&tu|97Xf&-lZru6cUeL9J|qGMg(%CJ~&vUxZ&VC%N^vfB@FlAQjoDc zR)Wtrif{#_1np&AMbqkILY4Q0r#E9D@)tka zRMH;9T|I})amFtzmJ{m3cb*V7xbMak0Ez(XBa~;Jw3LpKm|zbO(`(l__(UOkIr9waz_U%UpO zI^5P^nZe5;P;VIThlw0}FNd6WeSDf_#&uh9_-JMkgsyRJTG24KWD?EqZUxX;#_sTr zlg8y&fRpd`i_a1DHUn5!eM7&N@Ok~?Cw2jpXk@Sy{T?r_?;$YD=U9=39rEIC*V9?A zY;PqkyQwxb9yIxSZhu?^fwj6*U!f4DAp!>hsTO#C0aOMgAceBMZ|k!7cau#fMs;Ef z62rFmU#_R41s*L)!k!<2gZcs(fVl4t)yNspzAef#K+ft0)LQPAQw9VPptdQOr)w!j zdbXHceHv7q}E}?LekuEVKj8mY-d&PnBvR{_5jV*&{m!y%v=UQ22`n|%E-~C<` z2~yHGgNb|qZpMP9BFPmN36ke17J^QdeB-TA_NXi#rG4u*IU})5Z3wmgSa-O_Wgg+n z{tlzx!$*O0P>gnwj0E8QURhH9PK38{P2Q88i*=V}XJQ(`he5^kwDfM9 zj27WxL%EzBx?jh&8vL28z4wDSL()ZVs~&sU7U{whWEeI_M0B8^u`Km(N;S20Th?sr zMzP!u>&3SJ@EnzIooAWShubV6xi4`<$dKH&Qu^N8x7}!z!q|Lovp7XC0E$0aq44}| z!PN5yg>XEl*q_57e+)=}TYG!Gqvnb+LiZikT@~3}0cttDiPyTeH9_k<9ZtP#Guo}*M zz(DkrAVR))AW}|5tpLB_o>SuA!p43Fv9Q4TJA-PF!2|Ip6B$Z-n$;OdGN8bJ3K5yg zV;YK20g+}O+dqb#Ulj9y*&vkvEHfu9C880frN{YtA|s_wyh1hNtIucUh5&jarItPX zTJv=CkHS4pnouq~Ej(K@ah6BD#4%$E>xD_izj`{%TP2evPy@_cL%ulbo;_JOHgXTv z7PJNPT)&5A57YRDJ{%k82=rYKJr9|)?Et=?nc6($k>&*n8ZtT32O^h-$&&L?#nec} zBAwf|bwBN?ZJ4Utw(!r~fr4OS0`(FEwu+=Ssk0W7L&R?-WTalIYN|5h)m9H`zS=SJ zs1k)*DO4yp4FANMB;!Nyfk`Eml?+(rw3xMF#*Xy;OFaLyb^Z&N+~ViMU)HzZ8?I0T zei#5%%lrg3pm0aR5>J$bKTr+rAomEHn#|dL5t&Q!Cr<@UikfJ-ZQ)3s^Uq8(-~Det$&QZfs=mG!>8jTlh`W{G@A42NVd z#|5L10_AhDR5Ax7?T4dz(kLzwMo^vMJZCNKPH3oV4G|p%x%p z&@_LsDX;&`roR1~O^G^_kX!!`HU*>L{m!Pw2w%@XmT98&!kuGhm)@^S8QQD^Nlwp? zAgJ!Sugd42cuwl4&qJgb3k)KcScd6L@W{`t9#-$#_h?Z*AVZ-c3HffH6#BUX>%aM^ zbuBz+Y~rQnV(8-0thpbb)HvxWE(CwBBxkh8q)Y5h!UE6CAlBHIr8(D)}LRE2&CGUCpf02H(%N&EiKldjQYC`NuKSOMcQsvlHXK!1;* z1e5}t``xd#(fjU7L?^OLTjuv_$^Vs0#r+R1we}xe>ihqVOA#~u|G=db=KohNHTM5K zm*W1PT z=+PJkJ4DN5n$VKkP9@tA1w*M2Th7=F~f(Znioyu z<^ahoDxLQ)l zP2TE-Y2bYU6qpn3{hNN$8Ac7@iS(Lis8>!5$FOU$cAWVwx(0vKLHt>x{f`Y^IN4QXm z$JsR-j=M$o$`jkko+N?#Qj(o^zNn}TRem)tn6>I~+Ojv6$?paDD;f|y*Zn`>Ck0mup;q}fvVQ0X**?ky^{kh}V>-E=n} zt_1MjL}t+kZCCk%R<+yQ7>YGR*i#(qzOiI*n`22h<=)@w_&3K%Xi$o+)-^vB1$3*?T}cWj zEmDQrQl|`kd0d-0V|>bO(V~V_Zkz&-G?Re-j6(A4qfgQ&SK=E5zKdR+5>jO%rs?-% z>4b`P8`H2S6nwqD@S*TIWDBKiad3m{W65zSPCR8X0UXdWL0`I$OF#wH8{W|^lX#9y20~T zgEd^FwYf@jeD%$`i&wg%~RzbJ`M5HSVB{fq(>yccG6ss|~oNU}Qnw`3RwC8B( zFXq-mD8s%~W|BoS1j;&*6*zktvB5Utb#)R;lq-*3kGo)_Z5Tj_ogx8B3}1g#4zLH0 z;w4Gjsb^B>`VxxH&GeV%Py@6o=L2iY=wGzTY`)Rxlr`n4%K96QoHvn+51R!Uz%NFi zj;HmkBmsW0UVl|(bg+RF=c>hh#;eW{wNn{=%%rl*O&&kq5o}?|Bg#-IWGDqyZxLQ> zV8yFVDkohYLqrip{H{B-G9Py&hKxwpy-$JUN++~W@a;;lDVhk|RW|ooC>!Cw(dfDq`=b>IP$6Uq>c0;(f->*2Ju#?#QWy%U#0Le`1+ z6cO4B0CSBmP9$^RZ3>YF+#ggv(3N;YmOE*OI=qaimF2F6NfOnZnEk1jbO0PMdD*|Q zu7H%X0Iz0-ossY#S~b1!o9bhrpQt%HLpz|CNbHc8@FEO&g6y%~AT2Ec1O#1)dhigNL~FMY;7WMwf$+>iM37kFsa>*&r04Np-TjEuD|@ z9Ja!Q`p}d+9@>sYXBqibqCot?io{Z2Ou+3zX$oQdqX33A8TyW-aAH}w$Z?qARHsAv z0H~SOoP@|F3Lipo5!fi~JQ|n<}uI}=DzUW8f-i{gNTzh^u zFhXGJF)6=9jIqJ_gK275;}5Qv+FBLZ-P_kBu^_3vyYiCsJrB5Oe;R#wadsL?M{)ht zgPc>d#f}Ys6r$RVK;6i`mIaP23Fo(tak43%7 z@C(VDO^OQ8H6Nv`YJ8Y&0J)B#pP*qN2QsHLMnJQL3R}jU#X9*cWatbP!zd6w!m@~S z2tXt}hghz#y2i_qISopW5ICGaAQJNaoykNoXqbBxFmqlyRUSRKtJyCp&9MQa9#Z@; zU2J5Ad4O_J26hvLBBR`O5QFGBQa;~)+dx3B9S5D^_-mS{Y4tsjpe*bd{&W z^iAo>sY544DR!S{-oIcH3G&8hu?MqS_=iq)U7AUdJ_(C~SahRq+fkS85QaO&O+(rLok>M=t@{v*9sP_6(6r8h~rP3JTxL#{o7v z)Lf=9aCH{r3SkBBrqtcOo{xmyNPDhLFMDj3sG0Rg947hiwyYY_cWbIA4?%cN^Qg>_ z;)C7Ud*Aqm#=}*(BZ|n+=78enVuT_$MN|3SEJ$#ketqM^w{FaKrM`f{z2mxZfvpHu zAmy~TZP`gg3H4d9F00^JG)4W)_v&)poeCKHx*%}@Fu`%E3eD&_`ThARb-tBiS)^>_ z=5fAb^+$zz%3{?tlgMPhkRc1wK9LPnY92syuCm^|(^i){YrDIbucO>r1Ko&*>(ZR{ zfFOQV-dJ7fo(ry#`*5`<2vmr^AvK8qB;^< zYQL7>b|`d$h+%^H9|-?r)@1gGEJQ)DA!p#(7oK+I+6fAMIL$qx6nqGKa%7Mju&HQB z+>2m8NRGX2IgID#7e(iX2k*o2&n>UftF>GL;$CfmYX7OW&H9L{kAPXk ztZ;I>&SblBJd*q_iRHagRdXkh$iHwgwtvtodrDq)Mjppr>pk^_Qhf(h>}`O=E!uSo zW06lKkD05r=JQ`eA{g-7$u1$v9KyM5#Yz$w1sSE%8w9YotTt$Ro0ronJG|3ZEKsj$ zSZ<*p{PU`<7nD5XKQp6S*Ru(w=yh|9-}MXX6leE;BYP8u^1 z94C6#&8jOh$L7_V>*C+pOcFDQQ#x7>;14!cYmo-*dE!Xdk6@#sM0vY;OV5Xz9XeDt zsq+Jt%D_?O(10Rbp9xnBvesVk95+E8dW9YuR;NVVJ;4-utvTE-gm4djm%hmF zI4UM_XHKwxFy$wT&jYDrryl;RBP2q3(88>BqDT#H-@l&aO6zjXIx=gEo@kp)1`&zK zxi+CoMK9J}hOQ3fswI&y)ybmHu3nI(R$3qAU`7rZAH=iaL=c7v(jm^%>R*IMeUToA zRz>s8dqj^+u?3e~>Mr$T)(#{={DuBzn4Y;%p(5w1iJ6)D_zc_%*-U7(u2H~qzH+g1 zP?}h|w6@*5&a)XxIa_}wk10cx>0bh} z?c&*%?K}8~pj7e5BL~BmhFBs(E@Ux3A&k_M$xbR>ll$@@q~y+gS?Xd}PLbUx6-r95 zc8(^O#31837zFHVG*g#=)rJz8U$ZJ)Wm_ymhr+S`TcAH@m-qnKZ6B_^9RH0G$hV_9Uq;$7AIuzl1(k&oU$eiL5}2S$qhi$Dk}5m4iIl?fA6@QTD_pPs26j3f9i!!?>S

+E zJjh2eX*i=pkWVCl&im%A?>VUA+pN+ z-KE6+6Y!WndI6qh9t!_}tscuc0iYDt>mR`6z6zKr#@w0f1~Fj}ZY1UB^_<`n>7Z$x z0LP}FsID*>da5Ik=Y_?c$6z?!%xV@HBxDOY?922So3LxvB^E{wbuI@ACp6}2>A*oS zCD@;|7Fp?AF)45!Sxzqu;@b!2N-W-MFc2h6`W= z!e<=9@%)(a+_?Pts!I*r&iG*`>CVVGA%%Z2Mc#6n2if!Il)PDGfHIFw3c9~$5Q*s9 zU3dPTjFf?G5^lKSs1A>-`wD8zg%!I$e%j^$&( zWhum?OgY|<6%N60j0;63rS zr1JPbES+;)-tYVOx0bc+mTkLb+gi4@mRl{`wry;=mTfN^pSYI0&%VF=@2*GJ8`pWB z2VSq|@zWblLErWHO^I)xInB7|G)Or3fK|Qq1LE_@Fj=>T*KvLYnVI^?yz`&8Zot{k zo#^5wno;BJ`tUN-TRFL`F*-zE=^AP8+%uOweEDIj#diK>Q6|K%5^0R_5yA6*4Crji zz!3o-z^&_Wya-}SqxKCTuOjl;jjQbHrs}~RLiA@#WcsxmA9m#BTBr=`zR|!TKNvh8 z9#a0hcbTEVVlY`cHgd`1Jy)d8aib~pEOUbPmjx$0MnrUuSrxkGOmoN6;$PMod6Dgr zByfV=DLqK6{I%aK!4*@NoE!)Stih6p);?_ZY) zq==M}cSAA%<{}niK0wT&Lu0QuKXbV~nIZ|Ba2TQ9C9X5o?Xo48?wa@=<0`&*glRWC zz);HoQ8}D{wKuoVgx%2?L$fz|9yLsLGw*| z&C~g3!OND6&-|C|N#I?SSv>89ZOp^T*eWdMQ}}n+qSi*~mIjDs#uj{WTQ&oMkyvZ@ zG&vt3-{qI(cNF$l$tml2!<>3HMCJ9aXDBmSpIdYr*juj1&qd%K=nV%|N>|+);^R4- z1)6qMAjgS_+7Dv7JZ^?RKO5C$Y`l1u9SFWM#k_JRa2SU!82I`4g_W;k8Dy6HO>yPo z{BM>b`^Scf8MaE)_NOoxj#gB2654usKPWnJ&bDYyPS^E(tJLYrWWJpBB!^SM=ptU&}+-08AkO#OwbKqRhbT9%=aiLV`HF9;R~ zK9vsj@=9ly&RsEAN137=sTZ*l`g;R;)X+DlQ4m3K!}i+UqD_2>2kz!}?zfI&0WvXv zRgqVy)6lw`k^6R4lvuUH0bunxkez^3MJM)@U#au64x?bmvSgq18ZP(y*IV@Z7`AcX z@bc8Q!GHg_K|YG*u;TZ;=!f}^Bp#NAM0-M5n=Mc<)JqAYj0!s7mc(?r21G^WeyTSM zpcdW+M5I#&Qq;wyKb*jev#dRM>q9tnJ-b;w1$zJ3Xz;yf-L+ARn+!lr8a)VTLC`?z zF_;PMgb9f3P3M+)lxFzPY&aXi!wyqS1HD=b3w9S3%t}mFU{443nME7Y-iZ?{h>Q^9 zZ{u3ZGTH-ai#F^K2#S14@%bI5c&_eH(Zg#){eCJ8h3d=twFYnA;(A+DvcIe1SfR)&Q`;%)$r7jq zc6BerVNypyilrv1Q5iQXnHar;WHdS^?lSE|b~*ypH1Es)ocl2gR;!a=#9pL|j?q9*BCGzJ{>vN+j}p*X_(n9+tv$8 zZ_lkYHg!V$hg2pX23-XwX^kzu!pvaJ>&yA8!o9Jq%=;^~82aiC*6uHOt%?$Chrv^0 z)^bR>=zDwOSnNXNX1G-)^|4Q4UO&h4Ber+~5C^sy@CGFwmP#DT&!4%lzgYd*&C3a% zE&vxrK_-@_8sPuKk>{u|K`d7n3AvCeX6=s$lDOn|LS5{HDWecVPQRBYj2m0!^q-v! zS*ccQxg3QV-bbpEuDX>WEc;Melf2V zvfr_Thr(m^cU~NuqEwE76Xg(;9lIl#EhY$T+zbp{*7pXwKJACS_grnM3T!dZE|_Bd z-(}_24F`PfSLnnXB$jw6>++kPnSWGb(ldv%_l;oO3Y9wVG5`qOxe*=dlSo^StD(dmxy4t?S zsyU={6a3d>&fu5Cdg;AOMwBO4#)x3o0TK?}+B9E`p~U}uQMANy{e@897b+*eN)moe z4C-R49*y#2I74qUZ-p+^{>XCcjDrDVDn@%-qbTtAw8((Tbfq7YcQYxd9K@@uE}MkGfa7iU(3Gc%RlIEmJ_U2)_{ zG^(EzkW6~Yx&*KtREU*e{Of@>-#7He9vHUX;J-BzXjNDWVXZ;Yg71uyS8d&BlV?G$WFb0}eav z8BXuv1kQ^sB$-44SUFaRLg`l6bg{tfY7HOc4)b^m(HjO79BznEMs!74x4Z=kV@R|E zB2q7*F$~Y~?#md65B^rd#L63P?IXj+Nb{(TQs5RL6v?{TehLv%dAHZHQTUre&3PVh ze!P22{NYi%1B`w8jF?XNw()HlJQgk-ym#<}b|N2miLBw3qZz^Nzk_t2y+GU-$kYpw zPLrFOvV=`{juaV6Pvv<_^$;NXkS2Im75k8|jYg1HY!y3!p;GhHl+;3>pc<2qWcFL* z9o|3m`ak$;Tv>t}LpEq1wKa4Iv-m2|jDOFwA_s}IZ6wKO+E-kvn3LXAs9t|voqf63 zHFmXOnSs$Hj}P%BOD^l_;lk};SX6W&vL|!+a1Fcp>q4bPhv5;2+tPJVMa^|&$;(5< zs>9vvIg!^zamDM?Nl1Nx;9#!obe|Itx2fFB@kDA*d>fMj^#cyUY#^fX6f~XvC0;pR zr9fX6mKw}khG(ZqB2W?U($w(5(I%PGZaCBT2zGPs#G=D7ZIS3@TAge49*VB&<> zCB^ka>N~oafI}@`nTv4o6lrbgeT{}#DNb9+D;WQZ(Yk-2(44T-{nko>=}LtIUZ^&0 zYZqD@xaqjhu?NIZ6pPis|yalzB8aH&7R;Ip%$ z&stdWoitladmgiR{(~kfc)bh&$l(oKeorl3FPA)2m9<+7lim}(LtH6;24DYny`(f0 zb)WpK016$4By|lZZp{`)OlJ_OYaA&F?7f8_E8f@Rs{TOlW9l$iH_G?zKRqP$ssm>F z5=^(%Ua8Myu(2Pb6I@Tz$>zPu_3WQc)K=RMsS%>`H)?APUi4%JWi32ImJNGpSj0W5 zfuI?bbc%T_)b|aXM>-79!RVU};Nn4Ae*SAEpRSx2h%0REO=ni%u{FBjgqWN($7b$v zkm9}IlKt6cxG4K+2R-JG*T48l4`1FsO2VU)r7>Ww-Fbb=dEIf`nlqajgzKFURCtYl zS-%E$x#jL6D!tEH7(d_Q4$CWQ9-AfqF63ddW`3?5v451mOcH6h_Yu{#x2}pm<|b+n zjZtRU<_CJ;TlLOOXJ|CjLJ34A_>lwa~X-z#Dvg;`oisz4^{%V$5ZzkR401QzxFqu9d4| zgd!5*r@YmHh{=UPRmRJ4s({26)$3zS*W+Jnt zd+;i`&W?Wcv)O+OAy{||!`%I--0)Z}Z1DucUjG`r&U1weo@P!~j;g%Oetu3+cI!O= z#@js}8c`QYJnCT$Yg3fEuXkG^e1uxV=bnpgh03`FItfB7x?`k!r7KjD_x8I@eF^=_ zrNGCxI8puJ9Y=3`UBLUG5wya29P;^ z8vQcpEr0t-ayFeyVVKNdj7OFuerVd`Cih03Eup&OcI8y;*cpzc_z%g&oN8pxKZ9?V zM1I#734Ra1(Ys#u6q$I>6l3^HV~bv1p!$?($BUCFhJi*x)Kp89qGOJF$+_F>V8vm`2&tc)8jh4jpe62(0)xJ|2}SRl1RpK@ zjyNXt*D1HBb&ZG|dB4ifM8)(}G~oET_?z#2U#RSnsrd?W`1Oa+gjt^!A<2|TY~%#3 zLlx0!%*+cX9-|3?i+(|g(&@fi+CY5d*ZuC*nGDP*R&iUnaM#|2noS z5nj)-4xX-cnVv5A>_6{yy*zCAxlLVMYv`OY`Q7<6i`=sM9q?^jzMxYe(=UD>yRud~ zeTRaZm_EnMH3zSwc-x0fkwqh?FLk<@ID@-;Qq$GR!MY{Vhr+&~8aNS7SAD4FY(xE^ zHZr6m_mMP-6Bwy6ew3ih4(p7Guipz=&4B)vjIDC)B+mf>#Ye$X@$LU+cws;NJNHfSlodAIRQ%^U zY)U|*mpFC$CwaX~VjM<-6=HO%grpPLz6CGC6qnvhrPJRVw~;Wo4G}sAx|3>Dmcw#D zE}FwGCmuVq-T>F+P^0AQ--B&q{J)&h z!P@wYiu%A|!nmG)k-tBEPB(ZtOxHYh+mz*6H@g37&@dyRTl4F>b3rxc&wRLsy%AafJMm~hE*sWC4NN}2-F7A!cGm_gujW2<~^E{BL2j~s<`bZCAv{%YtJsuYjK8_Z?C>8&zolMQV}ts85dYj$Tr0mOvp5vQ19v=tOx z94=zT!$gI;*=yf@J}xbw@9200tFB4wR#k%}sYuBK`%E{mEDej zf>ss>0uNn%*SOQ0KRCzpIBn8n9c+;6U~^IRYjVw>HVvRW;qd{6mnEwoL69<|F)36X zJfk?;6}8cf{5s;O=E@^Fdj=n`6)CMRD2v#>++U@snL-E)9}GQSeI>D>glb_qk>rsO zhGB(jN;;WM{mPoorwyB$!@d@(jMJqYwKRH(-*9B_)TgiT?@sdkgMXSRu`!bc@}s@A zxe6GFfb{q$5!LF0|1^nEO&wX+`t>Go&WO%n*>L%ohy} ztEpib+!6MWwf}UXq9`HdyND%Trb##3EN8IVJtAH>5{X{?_yrqc+wJkCzscAKEf*O_ zdlP<>>w7HbuKalgs|BQW!CwA2`KMGP3R_aO-3%y}$PkovM)O^%m0PF8SkY{sHfZg= zpyHI5qgboNTKX`w>lFNj;%5kI(-+XXuTpz&@)|Y5xhBSORqQ;RP&UoZFa_gy$96v1Y>MI!!Gvc&Q9X;O~A@m zz4iq8QuJZqy68TsIw*`3D#Zm_H8Dj75BU_rf)!?=j8FtwnZ_5bRwVWfCUQN?fr3)7 zPtK$tY6Njrqh5F8i?()XF#SPdyj~mcL(5Td1|FXYUa7*FE1uNgI9+Qfanch7aWRTz zuO`{$mc_hkDnv|tc zpg~t2I&wNf5H(jKG-Dildqb|pQvJ@@hFbTN!P7Rj52n+UmfSrW>l$_M;B1SUn1eC% z@X*`02f@>Z(To&n*U)HVlGds)i&F@Q=S<0|++rLjfBvd8R#+3jEsgjISs6O_CEOXJ z>}OJA6a|tv=Gl*f&d+HFcjP4KKDZPRogVut<a0r zIPBxknho`4{!yDzjYR9)Uo?wr`{TB1Mn#REXd7wCWffU}p*czc zA02`av>uiZ%Yxr!o_WKN*3%A~-wysp=<#&>&G?&24kB$K@heF| z67{!oIXPv<@zybHtt|~Z>6$W8MHabtg9WzK6al2zh*5FMCY2>&G zR4&OMmNHSdxh^f3ttFAQ_}+B%HJ2Ax)tKJX=u)9yq4BnQ`(Ej&>{}06jO5@Sa0H(l}d=zUs;!NLXn1BQohj&t6=4`tu`7blckZ07yd2mwz* zfH+nmbhOPWsPgFjfU-s1e;f+!R=vyL=B6ZlI^MR2b>0n{YX}5|F#S3LBS8s{OC=IZ z30M!cc_xVB3eZr2F*3|VOI={A=}KoXE5Q1l_T`BBkaN*BUV$0z;E21Mf|+B8%X*?t zic=LfwGs5(H#d|8m-2i*i&ITzaK*Gaw(^do6KA1t9+6X)AH8Wv4x*meICApW-_&j& zb`qr$6>jHwvVTFUJBKSyjD~Ua8Yqww0Q2ogb!yEG993p_&Qj1r_hZ8dZ3X#9PooVH z1`J)wENX1-9(If;R)1&|zdCPkp!(XTmg{$!F?=MGKT!;j!i7cr@P3B)krX*zHDFnr zxvq<}oIbjp1ct!zJF;mdD&#oe03@>}W%eD#b7RK0j$ejc&?YD(B4ncB!IPLHhtK&C zh;C;G(jc1nilzB?$D-iymq2bqJV8$!?0MT71#RbcO+zW(P!mE z{TUJbqH4r4F?k9#Ny7=zAbuPq4sGLGDm7xtz_cvRdFBZO*>8rr?6;o)hLWe*$I(Lc zJ&2OW-z-F< zM7bQ(Pm74cw+yVK)ISO)GlW@giQSJ|;R(lqI)^*n4&u|7rO$iViTT{Ai1zA_y>!8{ zb25(q{prlTTjMt$+IYq%$o8XVc^`~x7I?Do>*hw~fA6{mJ}}h|Uw{8eQVA4P!zLJZ zqhy|`@G#)$t%xa!BFRr-(U{mDA(SEJW{3AneHp1XMQ&FH_Ok&oJJ645#NCuOsu@`<=v+NC(=eF@BQkFdN!r?i>>lF(oxMOyHI~9e z=Aq^DcRtO{v$Ppz1t#eVYxwvIsYP=AgQ)n&D#8eQno@ODJ8>tD5yo}tuPc*+R1*aX zBX8<-l=lhEge77USDUtM7Mw-sU)x$ebA2|sxIw8dGDakD&OF0z0sI%uvoR`0f|x%p zJijL_U4ig#gX8t!SgI#(C1K+mfg3^rP;4PVMBF1;kbhh|Bd}@)?!O3U`YDbjTl;>z zEp*!E?>RPCm=Z^Q2_ZW*{kkLlZJL-tqSyyxX}^17K6IM&a$`vQGVu&V=DP_R^zvLslm0F3^dMS&U7K}W|yx%1fh~G$gv-!T+ zmkSz1V2j!?f|_pCBPQQPwec`kf74G4Y`j@?7@cZE2%JL?I^k8)2_)=* zL~-(oZ|4jil9!bD_7Ic<#;LArLeAK*cG{gfJ(Q1*U-W@bFFyg;!FR>^AO54bO@puz zqc{`g!EV|Eurssh39eAvRzUo+YjRgGqG@c3kI7f^vX1#+@y5$wN_}?-S^*=nhaOo2 zszKDqZ%&onGuX>Ws_&oSwn@Qg7PKGH620ni^0X)pxyZAb; zKh!ImvpLjx_`Ba;lBQcEUfN}}k7il0IkUE%_ZU>HE~{SUv(m zNH9x2(bqZUw5(!s~;@V$;$$6NccmL#p%S9+jxDQHHTIF4i-FyXkf|=cQ5TA^<^J(;H(?xojB` zcQ7%>|1#VD3fP-7pfhp{wkaYy)syZXIT?B8$<10PW`DLu4J5C}pk931NuW;o^dQ!rqtU^r zh};KDfl!Qg@ju)84Y=Ik**{&_hb_0+jWN$`09ajUCdp)HHsWtsF8Z$<*V+H3zE#4n z2L2M!-3BUFpGb~W(ctNJYL{))i_Q|w&Ixt8+j`_LqS?13>UyBnNO{{Wsmxfbz&1jU z^|cmX9pu zUA@5xvMPuv%?ub$9K|F)6F@pvp$r;QFwHN&11oBVYH=_Z4{J~E9Ym)~7y<=Rfs$-Z z+VX@VrjHoK9B28o6J$x>*u?MB4nYV(Lr$VA$yAOnHDwzu;NS#mD+!u0&7P}+J=t(tQ67aob_OwO7+LQVw43Vu#{M_Ax+PgYLQ)*7=A#);#kD&+ z+Zdu_W=gTdWz_fYlW*JEVrVQ*>#_bB(k9apB4sm9B#5y8Qk|GX#y}vY%58^Y;TSV- z?@D7!8H(&n`h!|35>R*O0RL%1pZ8qHLAVxtKg%uaP9m|BUbDF5==Z;bRK&n-IBW)t=9P=glVv)0VOR8tVScn*UKSnV*L)ORBBBwC;I+`KI;P zohfo(NLyM~RcHvBL{c?9<*MMX8X~1w5m-xCtv{eiw>mE+x$TRBf;V!cu!++mu=!?d zeomxhqJ!I$vK#`I{h_w>i{pmw9&^P=T=R5eah*&MHV9C2+*5M=>LS>lJsHS~*9}M6 z7VNRLwV*S`@ZOtA`pd(@e|KWD!&Hu;1|6nGQ9VseYznD7^k3V#J>$YZc!zn;_K4-- zqSALmS<^T9z6`zh&41iRf!um@bCAQqwAP zz|WiY6CXck>Sdd*-M*vx*&wbhn!ZWrxaCLpjqfqP)oK&+%r6s9H$c1s>J;?K!iDo+ zC5#h>+|vJ;?xH=X@OPtm&nS6d4$XVgb!|O29oN}+@6G6*!~eotT~2mdPx{l0pA_)U z&Zw}qjnHtb+Ibsq=PlJ4v0x&xD)DG)OYwws!G3 zp=vE~uZ+HqNO;=guPlTeYd+WX}tJF>z2F1gJC>?+dLt_WO= zKawp1Nu66+UvTy!VA{+Fy_E?Q90BVf74idrTATSxBd%7&mVqeeV6ibwk$ z@y$(~3j^7zCHhy%(-apLB3~a&NxPzMs>RGYZ2aXvhY8Yx-$KL-O237^UYMb=AC<0+ zcBL1c^X}wo|e^ip;!eG)73*jPJ0W#YSCD<{m_hy%a|&z`zl*_ zt}`P7BuBpea3E^WmUNGlF!#3UJy7jVqTT{mwcAjp-@GN0(%4IyMfOqX5JSsaJ!M~# z&t!`jJ^@ns4{2&_!?LmLuMGV#yTiQj#Meag!i+0bI&{xKA6eDF(S|+@;h!d+`=JC9 z8t&6&GN#z?_b>#xRT=~!7QvcqSr_p)h$7qkxia>Dh|`yh$9}E#FkZd&ehqsb_a?kgqg{m(MDy- zuQJ*rK1_{)^ybvlHh!bEi4Ew|FodqLzZ>3fQ>w=efy-1KB(Loom%a9ujL+o(2485j zTY&~uX6qa@NF8UHSY#TvfwsVYNiBGL_Tw;3sKNMmdJZBI0q1!a)WQY_0I~x-spxJH z0tE50v|&H<8WN*Y0z5g_97SnpxOYV=^h~i5AdLcli_4O$=H7DWaIv_XiSC(AB$7GD z%E@^m*@;j?M-3#<)wI{YOkq9fTZa7@GYS|AKP?R`iX|jgt9sj*@%(^_`k=^^r^qzb ztQz>0E1QyK#UlMgr{;)yq?QTZt~57EDvlNRIlqPrYEWitO7vsVIzr&&nqr4lnXE@O z9Fc`v0*0~#bs}MO5cXramp>FEnT0e(qRVp7o9vXnk3f~7lYfKUQ)b;V-Thvbhx7(D zmpmcX6i}rF$N&!w}eDj_ezlpI}7jDwey$|@7dhKKhLHswy*a9@ZStK+q zed&i6zdu@V)C3kOQTAAbarwP?hm$bWAgz++(bPE!on$cu{_IJ?;Y{cKfoYW1yPYFO}7vS_zYTG8YLe%bP?NVNt>Gp)RvgR|GMh8gSO3fytHTHYEO8bgv&L)?nQ zQqxBxb&RG60qU>J-uKoD8Bz;cki8B+^F)6`E5_)$7fztbf)4ElaZiIIWN4gjk9bGeg1N7}umhXi+vt=#e63MyAi?OpHJ6W{JsHad^IZR6JeQhu28w)D zF>R1$N(|dzu;9euNmzR94&k2AIrMAYl||7Zx$P}<-Jy6|Xz83^ZA&549FVD>Rp9g4 zM$g$~t}+$%0A*n0=5Y?$3jTsHY>ySszabfxC z9wzpB<2EAxo3Cw3yK;V$;vq=PQ>cwZve5NMVQ@{=rjV(o0^qP-XvIFjTk0oBM?bRu($>oN)ec6Rh9{)tUbLT zUljfsaBHTvp*_Nm6<4~5ur7;XBpu>euvV)M$~SeJ*C7Sd6E5O2)FdPa&YwK zoq*c(#f#32XG3l7%~X?f^8cakU+f#-Lr|IXf#3l=w zBJlxd2!3zcSoN%^%E@MBwMAWrjy}<_M-1V@S-2`orl=|1e5mn)7SvXWi-_%%TB9T`9c> zdQ9XeTtiHdJOqDhHs~@^DXzWe{ek}NyNjzzgfR!ZP@2fDIrJdiyr5dc4G50zv(7-q zGxyCo;IV&BCgaTLnZr@eQe8i03re&IT2b9EV{JLKgWwJy0}Akcg`gmwtMee{fb;?u z(wY>-rZin>+?3T9nmR(K~#)6ySa?(j4Ujc5z1dOQ6Baom0Ko~h~E>QpxEw+f?s?bPJ(2T}_oiSdhA9$VWH zQ4=dy$KO97Z>pc&0|3DiZ8)tv12o@~vJNrx4_FKnrhYBTj^75>3Ja_=B-3UjD!)L3 zbA;gqfNT6fKOBC{43ais2c3?an)%LUgBKjkec!nyk`42@;KoS0uArc6`VkdEOL^a1 zVdB~@Kn$rB#(e0^ATL|ux(rW3M(>fCz);(^hPM)HQeKr;=}P-YrOL)qf-2jc)UH1s zCd3||Q&rY~kjb4Pn0-mv_J3Dp7IjBy9Hh=&GiOPpyj=ng;G;QJMe%3p9%*F4WQDLO z+&1_u*dKY^=U2sW=rNcJAf?DTlv3M*mJUD=SMo0)cV{qn6cL+$s~47TzN28ZWK8D2 zr-e)B>Nt`|PNNJ4sz@2JT6#WLf{#^^h2+NOli3{r;FM=i@0C^e!u;REQSEPJ(e}tm zE&n0WFLR~or@t!2A@wAhNpG_K;V{c0E<|E0aRICF8aQATnDEi`!KDKxRj?4Y?{8Q1 zliVkNK`7`j=YU(g`Y#l+Ii_5*-8QJ5-W~G)4b2n0orOFm)72Ez{tRs309@|hamHPJ z+F?naT^WhxnB~2iJ{K}3M))eotu#Br^hKl6rl|C!UB5;}}txJ3<(MWqU*)>Q@%>EnkGQM2K9`k`mkDa5ip z!@A1(_a}&@Q4Dbp+G)+L(9V@Uh&PGEhQ*i~&k@6T{!&ld7d)npuo-WRjT5=?KH@mD z(_|TA8R*;`d%UcIXkJ=A2$W62$?n9xP_pQYrlDg@uF=K1iSN8J{b7b40GIyh%C|eL zeOxlv9gDCP+6X3X_5!#nMzkk9{)#0s2fZPKJBuLb6D(@Iytzn!5dq-r=^XEdDEi9f zIwU^D2uT!Uj@U`dZnNYsG|j!5cpvxc3IFjyn;V8*H6*&f5DU`&HyF`>ws+nuj7!(u znZgU78&qt!qc_tdBiz{R+eYETo<_THR`!jfe@j71TgWol+_Og27 z)_AZ;2orpl&YU=)lqr0pX|1KukipZVmm!Bg>ux+~1Ps);k~S!{7Zs&(JCLKHg|_ko z#BDno-eq!2d(jT9VInMN7bCOr?Xt_Hz_mOD0yWdXysR%k)?(d#7n{LH*rp6a`;e}1 zek;}&wpG0IW=E4Y4b@K2XYHj>&vOiCFcN!rA9&XWe4hA94ZU?~R>q-xEW>kcU~ZZixycK}@{*~7_$iHgh+$X%dLcK6`q@|#z0woF zqRX#x548#nPxqy076f(E8I2*ILJ{do6w<)yZ(WaH3U5PYXdb7AiG4VaePB(^hafyW37+U%V zj%`W?Z{#9oeK14!w@6<3L(}A4a3%g`5L$xeZ-Wdvpzo2&AVSq#1LR<1IMmGd3HWj? zntOT+-bihrDgO z)3r}V6H%d(!xH1mw<~OYaH@&L3e!o0`yx0WcE zzvHhAO+6>5;q0o=1cJKSda-mi3k6oh$APgdKI~B#_(fU9U*wn~>h~b}@P{U!B*|hT zYJmB27h7|vmC#a+|8e@zkqW+1OqOWvVpx;m&F!{INXqTw9 z+d@RUy=vTCFw5K&FrktFM?IgaFgH3@&kU-fYNuoQ ztRGn5_2EXIdXZ`=k}vEDKqguh?UK1^bXaaP3^~gCn|nrmV47Uv*5pIFw_E2`Qcd6Y zXy|*&#a`}FSFKRxL%^{!+#t9YF|qiDW0;1nhhf883HZAKA@04c$rz?J9t$`OP>=48jzD*46C=6?mO7AF+A&cNIAu%Vjq}0o9llt(;K28UB$cF(l=vG`CST_PXXg^5}z?$5_?b{1-Ni0cyq^s9KS#qG zuKe7V9Uv9b-V`56$bTY7m2o7OweTI?Q*Tk#CElk^q{o#P4lHR`qYvwt(Lz2%-3~^V zRLd`D6UNYZ_egcy>qNz@RF+@VnlC4DtRls^0AvmUQAXfqvGw7hqAfF{M z0eQ*gi2J@5H(ixJ#-i3z?mf!zNFaVt^&X$DrQ2ZMcKY(jN4`C%FTQ?tCjMXs2!K0a zW}+3-JKO+o#h7lo&W@MDq7*qt=LHawBqYXDil`LgOX^WNC!ErzoF)x03Hy4y{*jW# za<}VaysN;Hk?9<>YhIQ}(-1nOY4>#|bl>!cl+l1nW>Tm~Ta9)nQZ^c1j>PU-ckZ6_ zJ{z5!ACfk(x@Ys_2wPUyYg)+PM8#G5&o|AnV6BOB{L^KrBrr}!5-ZKwc)#|~O<8)6 zbvV1C>wJ&7wJOQlw;5yHO!&{^9!~y!MfV#WABl==2qKR4o-s-GEi}aZ3xX#iwuC+c z(_z9f8jBpC=J5DiWyXX7u@n;3MkL$-4Kq~SF*(=#!e}$inc555+S+(L)2Q&o)8ePh zITXU2l5>?57cUw+* zVeHm%W=w`k`Ad;-NZ*``)RH#G{qPGZD>e2y9XnmnM2f72+5nT$xQf-LT5*zWryL~? z0&bM6GW*pidpv@uhz3*E5WLhwFE&@Km;9QA!N~4@EX_#M(D6iOT7jxx& zW3EFgg%h+GU%hqJ_NazeWE73m>msk}_q_DA>szVmeML;ha59HByk9r&2Do%c zwaW`xX;h_}8(6J`*3TH4mjaN2kcJ?rDx@-KG(x|Cz%c4s8lSQA&iJURO2tzV#muy# zVdTJitR?fJsMzXz*P(9}g}>5aXHiZ+Sy-_UrI8JF5?1R%@iJkF6c7lAV8G!;clREy z^@Y#vUm^WV&IV&6Dl>*pb$sK^s4|cRZl(YhZ)a;=&9eWkN^*v67=6=i#M^@FPpQB zKi1vU#>4@BdwV6^@Yi24+&r>`+O=FB!fV6zZf3qTus@g_+qzf{RHNd zO^fz%{dA|Mym!9ZOR+iNq9<2hOI}fRx5%i*B*q)!uhkWUq^3HRyShWhklB_EKys!S84cODNO~1Qd)8y zbH#u%bckwbgegUvGCHN+|L0K7}GJ!zpU=N`l$l@m(y){LM$KQnm8tL&7E_Qujy$=pl> zBZaWo!ku@;h*@$N*$SdAg_sXA8`OBd6$mCHid1u?ByMqq-_mpaOJJ~l8~Fw3A}Gp< zg=3hSdObK}sUktb=t=Z_y8&J{DEaRlvZ+D|LEqX@2hJ|w66&CM^u!bRnCH%u%rLYK z;gajuKx9qZyKgiVy8JzQubfJMEe67H0D& z!~FseiTC532?f(rJN_SIn^ITih$O!)oF4;?pYh&CK<)UyTQ%n0BuD3psLJF1<<$C7 znC;UK+$uy!yvTPfBB>YwC;=%oJ!Dw&2#}Pp0DpT)OH1+p0V{4{}?yT9TA9DUl`A>zED)~(?Kx62mka=Y0>A57@Yn$YW-vDghx3|0mTdVEq#C%>|bKLjJ#>@&0 z)^4)3k|o2T(?jzMHTeQI``F5YB1s&8Pa{JpUL);fiNa4Sj)uZ9t$ypgCY(b8+1)wk zs;vvCwtB*GtymT$Y3k#yn)8<8t26H_owF(M8#rLoeD{b*_Wv8bSWh)X2ag*@E(7z& zpIEe5oqNm+_|JqQio%`o9fdbj9%fQH11YybrqOr%on~2doY(-QET-*#rOZ+=wm7at zau_3$Y(qim7CV5$>W>RFJ5*drMIO~gkmxf^fx5ACdjM|7@H>H>oLh~A!m7W5)d`<+ zt3NKjIPKVs9H485K|mS-yzoQRzc@yH|op-(339ZB;P9E5&t&(W8i;|W^n$Pts!=9q&1 zLTs#bQD|_vBXufKr0;8ccD%i#m4H#KZUs+X$pmK8HF75n#TxLPx3fXM8Ik`q4#}{a z*z-^G2Wa78lZZ3lhefLXk&{m>>Z{rk)Esb>T&@rwBTsRUN|b|f+Z@E@Y5tW&&b4bLxG-3+X$HiOWm)*h3Z!K?HE`Q zWjBxv{GFy;r&DuS@N*O?dim$swTk!ip0q`Un^M2sOiB<1vzY@$D-|lhe5EOG$n5?9Sb@6T_@ z$PiD4<-M_$g9Mr?QLGoi5t2fAJBGVhID2c{PeS~`T_mWz&hPFacu2U%jMFi)f%+w)5f(LB+r(nu@ zkfJIda*UteN4AtFb+YXsMLW5O$LWp5VMuuEHe2;tlB#U-aoXb zG_oseCVP;vItAZHo{mcz#@0(XOxK)(1KF(JsAdnaox)crgSZiViiLCY3OEWMH9L;g zX@G+7>jLU>;&86UiJ9>#l&E^cPrNB{!ty zK#u|;$4iyvs)7cDIoHz%I;k;@68{DL7}$v3k%1`IQfeyLnGr_SrNIU)nmL1a(kY!@ zj04+EH9mHO@npip%*C*XsjB($8P)NoF$(Wl=g`9(nVgtlod(XnCmR8>lP`tS6g@1w zI9DCmK-EPuEp{s^JCG9eHFD>b@*{i9{6}e}d5uiAn`c-K7{|%rYXG9dG?x&D@Bg*; zmSJ%%S-3C|Ah<*D;O-jSEw~e$;1C>wySqEVAy{yCch}(V5Zonq_c=3jX3os_>-%|c z^K?DU?!BsNS69_qwd7qI_n_lOA);@W!^ecCLmH`DlrC-HM2hW49A%3PwGYH)d&b6S z=z!wbuIu9oLds%Lq?6=6Q0cjf^LHd!+VtcHPlJ1J0DR<>ak@+e1W+7v4G$NUWW?SM zWIpZxO{AifL76swi%za_UwA4O_WD&+ztgfvMb8)XG{|it^Nkpr^!!CA!B(rjPT)3N zIg=D_R5jmK=GTIxCUD_Im|g`rag-5!<6xp;F*5dDKN(7iU6I@z(d7X%V0$MVQaP~G zXF&nB1%gwjfy{jota4Am0sE7Nk>-Wi4$cD&sE-nBd;r{)3XNs$Nh78o@*<{e@Z=CA z{u6wv6QEn2u6ex@_>I1(Z|v?DXj7t_dGJLY2Ehw4v1Gzw#!0$5*~urQDnp339f%Zd z$lds1v@^1x8!Q#=n$q=QCYnhFl}~cECP~4F1%eNX;#*(EZJ!zU;pa(MtoCvWJ+e$1 zNbvzZ%o*`X z$xpy7m>OA96d7yQ=~J6E6UupczPZa@M$w)HQ>Fe>Z4m+m&r5C_);Bi!&#!dx-`MH_^v1Eegp8 z=hMxeSO@+ca-7?hc4R+2MU_TPnW!58xGk~`oy&~Q8U-BYR1QJn4FZ~9Hz09qb?p{^ z{R~Ql%-j#_Iz+9_#g>4}&g4iQN6+uxy<*%;RrKzW?$Bb0^y!S&I-Cfa8d_$ zi#aMH5|BQ(lW0M~6`FS%K#cf$K3_+&TPi=F%zUQ$M>){Z4Kcn99l zsv1!bfPPDyNOgiIS4M1o9xYAWoguwUEE!*uPza8=`H*y7}RmHI`iV6<$|Wfl-V zOtrnoeY@*^m0>Obp3M?62i+j8;kgwMDIudMrDZ@ouWX{PT2?o&34((t;!w(T-AlDz zI}hSK*aN`tXvnKZ%FA#Nvrwj5K_iXvrAK75qRYoLnR8-kF)X11>62cnYlSwy!{+=Dc^ef~7uwlxt;L4bgUc#LTh$rf|GF{1JIX(a z)UB91pD`l@qGD0l#=QA*1A9dDsociS(|ESY-?ptqAPceSYolNTX-F9~t|!N{7mmSe zftwZt8WeT6YLs-RsQ{rAJFUgf*RB;;nxK-%9_z%tA?giBWoAsgTp zC^7q<JC-a;Lo+U|-G`t!Pl0G~U8m23eZDE@!zG;<+h~4dR6`;c68Sy{WcWz= zTDRu~jGojqsQ`}Jsz{<5|H7q8>|h~CH+w}UCqL;tBzL_6h-TH>k2Ats(>>|d&Bg64 zkqJOrBb+k>ZFECE-`opdL0QNkDoZ#Omqz{}c!RK%U(a*=9t=iZ090p;jiq>tL^Y8u z5z7HT$Y;Is3lv2^?}W~pQdPFDSFX?&;Ip?4vX$&541q1j+|-d=&?;QT${vO`TCsTo z-~{NX#SEJXK%j62ww#jG0mowO<8*8n{g76V#Dk)VC5h*JJ$jNN z;y@#uQ(aoyw%o&yut2^vZA*r*Q9vRvC!WFlq=!7~VL?VQ_>miznG%wh-T!37;k&cZ zc|3X11I5NmD8qF`Cz0!eCi@lu0OxU2s&~2ol0D`L{;1UW>+sa_?|n^+;)49Da;axk zsV`1q^9yg-^(-*uU|p}0D8{nC8e9Du+@Lg8xVqt$CEbQ3VjA?Ms-G6kPG+EuGU5|^ z@>>qv3>xbuDT>hKSKm|*PxyT&pw7~$5NkWE?e(ymWb%3%R#w4j!C$ArJS4rPfmw)E zjnAyJueBW8Wdl(t?MMvDDj{@v>3YZHPC;|#NTT#vvC_&YJyf->Y&O4wZ?4eftt5FV zWx^qlQ7W`Axdx}1?*b9byBhe7{zx z{3iaweD@i%Rs{f7VTkAfcP~SABkoq66DOb`D5W zanLDR186El0M;CUXy!@T27a!su+Lk6gPd&gN0%x zq%9gWug&zrTn{;kO8#Lc-u}B0mt)C{bTc`c_Y%em3hMos7;FkBd8aIKTNWfvS@The z3zsp5aB4EU6V)Zl357oWWv%%n}i($oQi#Igb3~ea7`hyLxDyY5gmQGTW1VQtK|mry0W379{}G_2`hbN zUI}eBczu5OS<)&Dc;zTB0YM`yNv*snK-1ON@m+9|RL6DU5fplKhT!R7?|%G(F4o_A zgt6`>zwL|rOY-J0B2c#EjIXD@U(*+N9BYvVXDrv~K53Al2w(g@`C;*kJ$ zsS89xSRi>l5b^5Su$)W)c)k4xmWa$V1BTPt?)c~nbP$mPA*y5D@FLgja z22q79#`GHq|CQj9{6X4=P}f}manvxD@1(M)73~3XkgA##YlRHyhtXXfRgt&&M|BKW zP`|S$v4AY?Mn}XyP}C0W&B8@FVo;sQ)~Xu;-(+F^7+@>HaBVL|a+(HkDVKfmt}^dG z>?SCqC@_!ZXObe^EOf)+skv<-9vt?pBO z6oCzNe8|?Fsctj5Yrx9<1cym=>0yZDDC;~h`-yuMKxph821PM=8qFL5$t(*IUBU6g zwr;X7nX_p`iVmli-x?ynh&mJ6}Q**~As^IdL`WxZ>0-DCVAJT^kAe%u@ z92Z8gaxBn)yAATo4mx}R?EWA39yXvOoV|=-5WXeL%MW9?l8LQB^*g7`QFzm6@e7e$ zk0CXbAj++kj%+_)ba0#E0SF^RC-`odh$09~KoQ zPhl;dkg>d#uo2v!#0H~==O{%HGH5U{@H4ccF5D;kP#61Hb{D`!JU>_%QcNXI0?2fQ zyhs*aNkE3?D$^fATVZP5nLU_3)j&k^9>`gkz%HCI4}gNm%!3lA+$)y@5f%UopV#}= z<4zyJL~t@#zXLZe`lG3u4>kuLVIov7!d zVBc07btjZHO%h;`&<_B;R82m%eFH7FhA?_pWWR@ky~B^e(8xPLaBTB=8pz`7?t2`DXS+usIExPx0Rv(}25n+nsUK=jYqHtod);QS z$TWas#}F+$AR?qf%?7^H)%bM)JP;=CIwq&S!cL@Flmz>jpnhkohf&x!3N|~KqH{T2 zAhxqOoudi$5x|isHosb)zt?p?-5u*C-OoMQk>xP#O-y!Mzyr~#)B z5zQ#V5I|@);|BOZ8o%&VI|%z3-~%|@*lj?%Hc*1Y!f1tBMwAo;kXtkWGsXyL-bk4w zb=zmvGuUD7L^WRl7eaztaT|C0j>n(!yomaKB!ghb@}ZK80uUlQ!_yyP70gI7UAAEH z+03eb0UHuGQm=3k=r^!_>gOp(Y|?v~F7$ ze*hbIwjAs4iL26D}N0H6Vi z7&f(2;y@6=C22ITupBXL-(G3JoSK#_#0tjrlhla|p1r`<8>n}EALBy=Q0Mp$$@Jrb zwgy!bgt)-jd}1)VKeo4YLI5DeRQ^4HnUA&{lQb7h@i|xs`sZ(24Dwk~(EJ4eu(-wg zG2~^to?L-*oGW6CbUq~;!C7mv(9cZ(6<2Vp3|Jn$F`R&#)7d)+IW~OTPVh8I27JIh zV8U&_#%LW-wV|u`02=v=Tv~5H_43hDk>nu$2m0%~sfKa54q6aLOzX7QQGo7~1C#wPGZA zgZ<KWhkgQY`mz&) z0?M_Rs0s<+KN>)|0GgP!yS)MFYeQ*n!Yyh57bcdBChYw4q=J2*|H?L+vpo8`{L;jG zm|yjhARb4629EGXvMrmpw`v@l0WZ{$M8G|2^)V#%_8;8n>ykNTMKE0%rCfv(MAP>D zyM6+kPie`T7SsSY62t~^qtq4oAy7EY-24cZPA#P+cL6akg+e`$V2~oe`Z*04SV@Qs zDpTU1`W~9j@@>;h*FwBPXUNMT-uFg67vs?gpnc#FHjhr0pXYcQJ&vT~;go08LS%QS z`I|gZ%YI-FrUisb78WC|Er~gpRu`s`4?Cq2+3|Z{#q$LebXTFgDJVv~{^ZtdYO&_Pa46 z<-2kQV(aEUwrP;+799LD*~8dwmOvZwE_E=xyqDehCyJf?SO6oL8 zXf|q8^2>0I5nzn1@dL0(fmk#VpSx%5p|s(Y0hSL&vH(H=r)lmEpxSl81*x6zKw720 z)J{xfkZbh^xJsM;^c+TG`WF$?5WcY_KK|r+1~}$@tLj+Qh3=yyAoY}EG_a%nVh+a# zX|VVps`gj;OkznKcwvC_f)X!JImn)7;xVvoCgS?hAA!NjCV()& zi+Vu)LnXFx=zt-vs5J}v?;DD3^#;7|xu0C|>ut**^;hiy&c}7dDmkh}05+CD@|0~L zjr=;E&Ra?N$sW=vxa{!l(I6fS0-TV4m1CS(?$0qk$Fk1_<-!HNuZnwr$zDIZFR3_vaU_hv5{D0m@)dkLdErpH= zun{mw5<;3nAz*L;?pe7I0dr79fs$em`6{pzoFwS{c%umhyrjhBM9YQs{S>6%Kw^MF zgTVmTh`|bUJ?Y7y!N3;qz`!tpE6z6dMvRVT##Y9Emdp$;R$op&jalP~;dhW;Amz0+ z)T8sr=5ni^{G_in&m*HhvTNm8`)2ahl$}-XNGp*rRxrfxg92=$t)O5&mYw-}muHYL zDn@Zdr?-joDS^B2Dn$s~k-sy)*YC6FZ&ed|jRdT<@&Wn0=5BR0s>rdu`{1(Oh0dN0 z?k0;ON}FVz5tR9dh@saEWo=L6uB{~`Xy}mFq1t`2j7l^*KUDIOM>H~bsipKQCd48z zWyCaKA^E}DnM>(ZN~IIAXL?0oqkK;f(x>F}B=Sfdf2@D!znF)6C4klojdSZV{Vd@? z2{pAKk0c?HH;@;cmq+QW|BRja9&bs%qVT;v)v`>s=V%&X2-1BQL(>o5-b$6qsq2!x zZPod4^?p$q0uim;<1~4>WOPV(_#nA}HfDn#T6$a!%zHLqGGklZ-{e}9@vd0GPM-8# z3#Dx%F_e}_|-2x6?h ztuEIu;S$J`Gd;ob$lhLVcfV$O-V>-K+oB~EXL>&kW!;@+3lMtTJg=Erx6*BUzijsC z5qcj%m#~~K?n`v=@w(miNpyHSPk`&aYg7+9n@*8*OvKN&BJ?*v0?((^jr`2nT`NFuX>g524n@mp4M#;BjU(!%?a+!OL50p^0tR76Rpe^k7K6eP+T9K(hnJ^>;e6ns0 zc?&ln7il*-JV>h{#z5{I)ZKv3fGNsN7Lg|>nD02HjV>a+I)d#M&w7&n1$$XC=Kuh1 zhH}sqw?1$C8n8WE%qpA9a?98BmO5+-OI?nP&KWLe-eeOi?DvJn9990O%l4L<_E>s%f;HXpv{dWa zfz85YhxBlt_J>v1H^_1H5Kx;w?N;M9=~v$ET<_HionX3iod?K%el0J5%oe zIvW#9JALf{y9ceK!G_*rRz-{lRZi&3m?VtxIClcoE?POE z$>NZfP3M!Sv1R1eG^|+}hieQyV-jPYA%_W88oVvBnIdb7`p>PVc-T_oPOgHv2#cEO zehQv~REb}*MWg{Y707i3fii4lNG4>HUK7|D23$8NLojd2qGRjbfdIXWWqj+IcOwr4 zKg{YWV>skvhPRG@GefR(92F)4h2pdmuWA%smFWRktpyz$@6LAZ;mzhfRL=(}FQo>C z(eC`i2O7@Zf<9iWN*;R4IYY#H(R|?&M7q3);V-+Qbg2g&lSP&S8ByR-)@)f=;Ujh4 zittxd!AaLoz3KyHGKCL>@2N<>=5B!9{1p6RIH~oW<|n!WYz0!hr5j1M@EFqQ$?!y} z{v&5jD>sugX~rFyPHtcz&Pv1pcgiQJwu>(x?-tnl5}v73mE^X6r&4n}Y<9L_ALJkp z0Bml2s&F7M?1N(tTdtRSr%?AGL>o#%pc*XmOJ2i#;)(pDT7M4)Muz?@2V!jY@~ z%%W1$H%0@sk(ST8I9z$H6A^QX=C>!Yp50%aZWzp;_%JY6$(#eaWZ#Zu?vEb?HY=>p z#>*#hRJie`zziSkW2#v^7N~a(52?8Hsawrgne@`L?Rm`=+FA)c!sBvc@{ha{Ofk;t zv?ESQlzmVnk?dt%?0R#kG%C(F$)z=#Z?2Xa;C+P64%?;iE1_nj&n|47@O^S&#>?H7 z?)u`x;H48+G=6#cXp&ihV-<5vs&~7~8P?#M&(pLIwfPBY!)DwP!)qQGf2ycR^X)r; zY5e~E2JAoC%8kuk>?kA{m^l&{80tUSii5GEqq()I1Bj*6s$1DCbD+HP>;LXL-)~AP zQn!?a|5QJZHO4(l4Sj+~KgEG6g&|23rFGJACK;L(Z!b2T3xhIqx5DSlOBlVMTyb`6 zVK32`UDlM=%$RW)zy?KYUel50)jVW+;YdPe{ZYFrNLyB3R7S7k@g_NWKoo^qNLI!t z7gb6}TNYWVe#nC%>`if%OPA&}SfgQUKU(|cOKbmgy`?EssTSQ~lA229-k@Fgpda!`9b~`ohX7B4-KrGgMICSoZqXcUR7>k3es9 z#jJQ*qB}boUq_W+1)LJ%Fiv2}!^-2-W?+iKe8_HQ0iQN;Jn0sPP-YSkH$v%@6Awe_JKqaza678~q=Ww>tN>D10cc}K@10Ww9; z1M;Q?`^4Zw+5^-qoKnhxeDYSGa0tYHyFv#jLD%Y4@z1arp=MI5hf&HZkp2UP)%%S> zx&~xRg=9P{s+Z6^*|cGd`v&5WwvqYngE#&S6hUJ(6P!=4Gq(E;BaO_2FL8I-23pdiWHh4 zZ66vY0)Lmxw@oE%mySu#)~P&u?Ftc1*AxOkQuF+$OF%GD?lFF@;$>GFhU! zQ@3gM^KLJSM-_4F{ud?wkMJAt?zb06uTdhSa={ikHH4La%mRKE7m;z^Y4dV z>q^^LOrc*in#(bcm?Z9N)9fEbO0(FaCx@G}jKMYw)QmQ>SFGckM>;j%e!_k%o}&m~ z;jI;KyL{PQiYn`-8~HNG9d$YC26wy?dg}DeRCh;Xf^x#&xLIkiHFzU)E);k8b<3n6 zZ7=^9J&U#tS6{p(d;M5qf6_XGx#2mzZ$qp$NxHRV=VIAg(a2Jo;Ccfvop~oErK$2k zxr$QD(L2(!?5-b5E}LuLnr6eL?%!uPSw$0aSwESWsc5gir!yyApII6dYgolDh1R`- zFR~m)cGliEmziLWot(YSyCgi`D{^w>e7Y}||EhQqY2mSh+hDaW(BOV&p*i&;)LgPF zb+6X#Skdw2&a5-0Um^OCu~C8N&8Y$Na7?VufvfmlB+L5XvmzGuC#GRxQusuKy*J$k zqm6-T)=3}R4ORQ1@;z9$^g90GoF97I45vJNDgw=plqRv`Tg7l8QB`zUl&uhzuG~ftoVNbhNlUY_X=(5p z8-aJ?9NFZhRJ}#NLZ)Hvx+7ud!|R!>KgrW0gzSBB6OK`CYK_stD)9Ak5iQ3yXp1SF zbcY0^?3I8a_aXBBNZ@~NeOp;#%ee?(U<58;V95X4`W#)q82_>HjeZ-k-f2b+x&yyN z60V2~{BG4y;lJ&m@7`Y(dl4~F`|Z;V+VYqN8c%b?=}8=zYk*M}B@6^43{niQ|9+&f z(vfw&v`T4FSnOCtftqJ4#%~hog)=V~nXL`l347w1ysr85F`>>G1#yx#9^4h}EGv8j zzgB(o-p{F*d0preZv{MlUuAjTopUf|e$IRg7qe#*e{RM^AGWx>$%Oo!*Wdw#@5}z!A8NbngN3=H6*4Z-XQfH$U@Zgc<;1fDG#kUF}X?~;eByfB!Z@GxKaKpUFu zql2%H2X-s`8e)h)8gB$3O0~^&aRSL+2FH~U9FeC@2I{vt8C+2cPO!}tY$PhT=mdXv-W7Ovb1O0IP4$OIBQm2$patZ=pR_J z)!;09T(|gjvYSNh(l2ZwvKE*$rmD9=B5o++^{{9?<-WL*4>^PPHXOe!3Ygnv(u+kOh=mbNIW{Es&?#Ub~} z)bcj=g!Fg6T}*@}+DH?OOI`_!kJ3NxOg#<6OgIuLbri}x?c{NU+)Nc{U|ElPa|T<@ zWtvrI*%#*7Roo1MRJx%YOJ+E)K%aP|@tm|gs z7!pROa~p;!l(35FTold+UfGgplB5*PUEHR(aimCLnN*ERDYw>YV^U9VNP9zOz4;j( z3*QY&F`+se_g}4H?jNcXj^H3`U{DhhGi{5da=G=I%9wg|vt|Zm*z3;-IZqm>&h<4*DU6n$8NUA&0t0FJ$DAN@upFWzC z^waETY5fk{voFt@SzLS4&Uq-)U*)lZN?@mLRE=v{zta#Y%`Nrn$&y~JouX|HHRV~7 zwH}3{UH$0{TBlDYpUum?BbEvEts`y7)$s^&S6#*-o3b+k;<+eRpv+*(O=_o}$7VxE ze(^@tN52`$+<8LuZ-gwB%0f&-Dr7jQv9m17`F=)7?5%oN-?fISLxR30UK}B1`=O%_ z(50$|BSBadH{NG&A$M5}o_qDM45!sAY^n6kI~g4GNOcB%PX#^H$3m0dv+tGeC9hAxobcM#6hQ$q$b4D?kpnV4ue zv9S}85h7;6U(P10^j~adfZ}YfSYK2c3|^dlT=KhjZYeKTghd7p_S^?nrV=|7eUZH7nXROk<5^oGefTd7`Yg=+EN+0>pWtXAJ$tGf=3Rs z%$uKEx)r$|;5*1m(@YfS!#5(R!VRfI$A8dMW|$;6QP{onWYvP=oN&J`KTsVN=1;Wi zWtA9Nt*0p^R7bXH{Ssd+{yjeLeeY^5O#e(DJ2+lVL({x{=6prU4@TQxshBkn%8arm z$-HRBEEQB9JD+W4SARx4VQzoB=^wf258Jhtkk;5+a~s*!bnCP4$Rnq_%FZiLyb9Yj z2;b#NTIECvc&Wdr8H6P8x9PCLppU={x5ATzA1NemT;~W=%SXcx&S@_MYnzc}wSKbR zvRgJ(*(ucD*(r3KPsE#|sGN8%oxBpDFiX3{y3=T-vo=av`bM%JT~Idut3o^J==ESB zP*b;n3mKOy?^kkzT5d$kd!ArC&RmBTJ5uhqM4Y+GWcF!!!g1--T!3xon|}hHZP?&t}Q5BpmDL3QW6_{EDVhH+KLRu(J2y#HmCRdRZg2yD86b=Nw z*@Qr#R56Q2r>VU|rOCgC!BqP5IzXWkBKXH`H`>cQV{HL&)Mh!tkeWp(zE~xn7;jN% zY6oC3m!1F$kAMG;Ml?GR4i$9k$D+;^>7p1vtbbloLneEK$6VSDfIIaBNce>VG5+Y< zKN|w|hxos{I7Z$_C>(hEAxGH#eU5Ngv;r~Izxwtk3Fu!~%oKOnfAv1s%47Z=iw@_u z&E|v~_u288*I`Ndtm%`l4IcYZRNBJu*wJfmcWA<$(DrsHX}pc2f5@_iq(j(}-Nou& z8Xl#BI+MV+dV#k_Gw$ta#a^GgwOOIgzm+F#WDLtK$28Cj#Wl=uOj}7;9<7*%x7U-W zKszt_l~3(H&ttL^fN$3`8RFP*jV|Zb86&kc(u->aRR%AU)EL9?G}04l1-1AhjWhmm z=DD3&+hR}=G{cL+GFX>2!%Lb}zp_OLoSHMY7FIuNg4J0)pvZnc?A;(Z7SG{35r1gH z9Y#2|@Xl$5)le7lOD+ZPU!OzSJ+%nAbYMq_0IosI&%Jgn%AVV^ciy+)=CakA9Dz#fwiZ6W$JfhIoi5yAF zDDO9x{_(HET7A2^fa1^M>8&Xz(0t>U;<2Ek891v zojV;+svBH4xS%Sdy3J9}pHcYQC`k(CQY3(@rpn}Ig!%EsYk2!UPE}$g^=UFiKI~}W zhwRms-@A@=wX+R}B~uCn9`K&IVU_fofo1$v?Y6{@c7e{hxn)EhD{Ga*<&j@*KO_x4 z#iJGt4R7zLQnEn(&M&Y)N^x$BJNm5d>De)HK4_ma5Ky(Wf=>{2yT0JNe$&SHWa-Wm z9=TU>%EkYwC`&49IKbTSidooQB89QOgoCb~uTgbk;=f!+a^3h z9KlA~eh1(0tB3D4-uJfy8_QXK``*02j~~`2ek(3}zuqQqJXBb0pG^p`KYig3UXm-d z**`d8YY2X2eEPZ=-;zz4tZboW)8uY)dcVrI#?M=(rF17(l#DS#%E37?F4H+xA;L5g znb+l5r@8xV_R@bt1L=Mzbi*alg1jMZ`SJ)sd)l@-HFS~MVu_@(fUnZEbd)CLV8!D! z^<44%^c&)TX>xwvM~-ZQgMqaIMgoj~9%r15KP&&6GUp^w$R?c$W8f_QmLTQ~k&G=N zmm)E@WG3Ibw7%SVfTJtzH24c;fY;+<5Sim)4iMVHaQ|TQDzJ7ngU;FDPMu3I6XdU% zeMlyRstie`o(}c+;OHHjH>goYg_ZpiqHZ*Md3OMrQ+BHI2HE6?`;2H*t_<-IgzEgf z7(Sj7bLbePMd6A8tmfzAdN*|GGH84E`bbl$xE#W~brIj{oq$#F#gBzw z&Ii(9B_NGybkpDba7F$BE^CPxfU|uRo4YMFI)}>I#`{J}jt!gYv=?*66hmR0Usjl` z50>fu+mvtMEZw);*sc>H-y8-v9q}o7>^~6LzA~hOcPdDiDkdy$>KdN)VX6OA5h1}# zo_!9nEa)JW3Y)-#!mS7-Z7P>2w^Iar`d+%uNNn_!{e(6-jR?8RGgG0cd`~MkQ+iy= zHZ*P94!yJ%SVMqi{ZrvYl@kfMtoAKCSIPQAp__=8-=ns+ZynL^NgYDk5>F#}!rgxC zrbyR|vxn^dfE#9TaO=nOdEsCb|IvP~g$fqj{kfju0gY|tDV_Uff|+OTu`AcFsV`>( z9Y+!kL0rB|_CtC<`3@3;`k7WeBLS#;x7SOQuNp9BgdJW-X8zvemz@9egsc6QxX2Bd zEU~a)U}*oG5+*j*jw%M9zZiqGd##D`(YZ|6!Ds0w&O~j|7@`tm2V~n(L%O$>sY98T z)YEiUQd++~pFFit*tcj*Y6wxh3Xo5GmM<@x(ZwnamTbwtQym##FiEKn?^=ZM3t-8U zVqi-feS{-l#5heAs;H^Z)2)w}k+Ot1U>p;jq#g!@BLg$DaY$x9RTkLD)M-DB#@SK@ zloxj$ens++pC97ht^Df2-X<<#ek2SVW|3Ru6kG6cS1FnuI=-cD-< zW;xq+0>uOCe6Fb=E=ecS@~sFM-4h^-ti54LP@GoU`%A>BmB?lb77r*y%bH&0>r8$8 z4o0k^k0jUxL1eC8rSU)cMt=7@P1~TIpdE3&vXp$7bx3pHNHs9t={ZWL1BC&zs; zWUP8buL}$X^hQtWp)*S^Uqd`9=Wlq@iM+1g%)<8A7nrCvMBSKy%CXw?kq^)B6UApK zK8G-h^)`r#u8NHsRH#8Qdn+<~*(SmyvaG6M;H+2Gwvn8ls|3JfT~TnUi8{8B^b?3Z z`&C3eE!C%En1k6@cFc@$n8$$(q z8(RlPLmT@)CMr=bBsf(z7;ww~-7k;05xE{F6tO$WXOSJm(pfn_A8~UULSZ^V;auL{ z@t-rFCBKXi!o0X=Q=iSudn?8JwDlkW3?ya!zbZBBsk1un! zSejYJTfrXvqwb`qkhtzuPP3?Lw&hrM`uaD$_+k`oDb74sz7p14h4+zDD<@T_kTZ{9 z4Jl^IIrL{PBT8KH=(jCycz?zMVkva;=_Zf{dg-${&7XNjY=C+9-{zCAoQUgSz?{_q zOeiS-K5q?dZ9)6%|C_ddF4ugOG3!|-ly<-|A@)qiG}$qSwt}`6^9cOlV|u;mwoElv zsMX@Hl985kBupi!cWcDay&ud)>Q(TGzT32?j-Dk~&MX(oecfnfag!>HPaw-KpiU?U zz?;0CuY<_=VRS;4%rxToT=^C>;DN}@>$QOh3-zB&;1&ZIpHnY2Z+{Q(n zbi`ygE+)&sah>r&a!e|8fNKDE1n-L_K#Sww{`~Hh-Q2+FWI}J(J^bOrNKRE9Os7CU zr=|E?zg>zDZgs@-!y$YE|DpL@h>7nJw>~;}>MogW!`P?9T2_JREE|vabnc#`2O;`4 zKYk=)fOC!rP#s2a8cQ-Xe~nM^nX-fFLFFK_$$)duWZ~vmbT6p#$C>8qUdt%TsMMN> zHuU%J<4~Hd>^^j*wm^<}rTEDe;<8w$P}QZQaUux4jaJdVVZ|EffkwDBo@7LsfyN!f zU&hI;t@R$?rla2Z^zK&6ec(Xwt1UiHKTUY)NtfQ6EG#qcdV!^<-;6UjtF0l(oUx?} z{vA|y(VMA#qy6EBZU+l27W?4*(u5dZN*2brv~0R5NHC1gi+W2d8DgIN_!lwwuxFZq zr~Pm^yLNFVhOklEU;ODXii(9W-*k=JF{lqf+?SVUyF@(9po)3U{ieTnF1`hV@{S|WgqVr=cGr{ZdB?4Sc$ND9*b zSpi`zZo?TsCQ5?^VbU+_a8M`85@}!Fq&H#m>M%P*jk(Z`7D1`kwX(dq{;vW273Qz6;ky7T?Nbk zs)D0IF8nA0V7$QlKdYG1`tK@O|El7z-}3LCNq;@auY-S7@pnI^zyBzIw?h9_g&6Q7 z|1qlnZj=5y`QI%$e~}Ab|C9V*cAdWy|NY$b7cnw8_@8b6?G*L*8vZV3|5XFYn}5{s zA42!v>Hkys`HLD1Y!nI{?7u{zzmxwb5BhiV0GNLx{|84>kcI;0IT#oc@D~Owm1cO5 HO!a>N8u#f` literal 0 HcmV?d00001 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.docx.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.docx.meta new file mode 100644 index 0000000..ae0759f --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.docx.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 1044f5618c654bb4caa4538fbf0f2a03 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.docx + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.pdf b/Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.pdf new file mode 100644 index 0000000..caee509 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79926c44fa44911dd99d3d9aaa57b73b1a891e30917fa1c4ef5c9db8603b7d1a +size 320008 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.pdf.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.pdf.meta new file mode 100644 index 0000000..aa2964f --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.pdf.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 88c9142256b1f7a46a23d93f4b5a5f07 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Documentation.pdf + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Target projectiles.unity b/Assets/Hovl Studio/Target projectiles/Demo scene/Target projectiles.unity new file mode 100644 index 0000000..0f1cd0c --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Target projectiles.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b95d264e9c9ee5f7ebd9dd338565a22793d8061b4dfcb40568d0bfbde3eb7cc +size 592611 diff --git a/Assets/Hovl Studio/Target projectiles/Demo scene/Target projectiles.unity.meta b/Assets/Hovl Studio/Target projectiles/Demo scene/Target projectiles.unity.meta new file mode 100644 index 0000000..d6de7a1 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Demo scene/Target projectiles.unity.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3e4bad0fb915bd9499ded39d88229655 +timeCreated: 1536001560 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Demo scene/Target projectiles.unity + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs.meta b/Assets/Hovl Studio/Target projectiles/Prefabs.meta new file mode 100644 index 0000000..47ddd07 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aa1b0a76ad866f240af5259f26d7443b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly flash.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly flash.prefab new file mode 100644 index 0000000..06d751a --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d7406fbb75d6142f06f7ad36e3fa15520e3652d58e65f6aabfbc04a775c025 +size 472482 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly flash.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly flash.prefab.meta new file mode 100644 index 0000000..e4e2cd5 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly flash.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 88a6f5753a6b8ad4e8b8014890e6d600 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly flash.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly hit.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly hit.prefab new file mode 100644 index 0000000..0104ec7 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly hit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a729fdafe910bce07687b97dfb037da5db5325512afa0720791b0a6748be3945 +size 591690 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly hit.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly hit.prefab.meta new file mode 100644 index 0000000..328bedf --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly hit.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 7f1c4c9b9d0f57e46bb1aefd2171d10a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly hit.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly projectile.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly projectile.prefab new file mode 100644 index 0000000..be7e7b6 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ffdbbdf2814f640104e644e38bdd3eb93648df163588e4c8b2fc98fa80b1d6 +size 236258 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly projectile.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly projectile.prefab.meta new file mode 100644 index 0000000..ca7057e --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 354b82116aff6d94e97d8a11e9eddb48 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Butterfly projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Fire flash.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Fire flash.prefab new file mode 100644 index 0000000..9170d86 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Fire flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ba04c345fdb32c5ba90e886ddd8f652e9dad1c27a77631671641f1fe6ffe86 +size 354554 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Fire flash.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Fire flash.prefab.meta new file mode 100644 index 0000000..90a1404 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Fire flash.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: b331b20530963eb4ab623a3103d2a80e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Fire flash.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Fire hit.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Fire hit.prefab new file mode 100644 index 0000000..05b1622 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Fire hit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133ed696a520b1f43194a2d732da03a0558ff6cdaa2a80b9dd5fcf607b9850bc +size 708699 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Fire hit.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Fire hit.prefab.meta new file mode 100644 index 0000000..be253f9 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Fire hit.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 64c893435a18af644b488c30a49678dd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Fire hit.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Fire projectile.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Fire projectile.prefab new file mode 100644 index 0000000..87145bb --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Fire projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273b0e236bdb3207147b704c2fa9a2a51658f20a320a2ebb3e9dec3b49557672 +size 120453 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Fire projectile.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Fire projectile.prefab.meta new file mode 100644 index 0000000..0e466fe --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Fire projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 04327f9e0b50ad44380accdc16b0f0ad +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Fire projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Flower flash.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Flower flash.prefab new file mode 100644 index 0000000..c9b9564 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Flower flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493250e46e206331ef93ef1d8f8ba73061800bf0ebaacd71c9c188416a9afa09 +size 472447 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Flower flash.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Flower flash.prefab.meta new file mode 100644 index 0000000..6c5164e --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Flower flash.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 8c0d67ed9d403c041b404bc1d6d24747 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Flower flash.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Flower hit.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Flower hit.prefab new file mode 100644 index 0000000..ad21cec --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Flower hit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518543fdbeed9ab36a9520cc93b39a55ee799702eb1b70600350ba70ddd174c1 +size 591702 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Flower hit.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Flower hit.prefab.meta new file mode 100644 index 0000000..59e94da --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Flower hit.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 127d5e513e6b2f348ba8ac730bb954c7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Flower hit.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Flower projectile.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Flower projectile.prefab new file mode 100644 index 0000000..6731c29 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Flower projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106312bd33e5d4e8886802158d98b928c15265d36606eb2da95fb908d5d90124 +size 471356 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Flower projectile.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Flower projectile.prefab.meta new file mode 100644 index 0000000..e3d1e8c --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Flower projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d3c44d857472fd746be0fde023efc23a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Flower projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Heart flash.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Heart flash.prefab new file mode 100644 index 0000000..922a02f --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Heart flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c287cd3a9f99b9c1229d1e4629ae18c640ba24ca5da252a8211a4db95f3662d +size 354747 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Heart flash.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Heart flash.prefab.meta new file mode 100644 index 0000000..e84bb49 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Heart flash.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: e3bc892fd951a2844a88db441e80febe +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Heart flash.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Heart hit.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Heart hit.prefab new file mode 100644 index 0000000..89ef016 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Heart hit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a846351f660e9dac2651dc230ce0ab4c3d4b772adbfc41afb0e0fd5fae8e47 +size 826637 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Heart hit.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Heart hit.prefab.meta new file mode 100644 index 0000000..358fd91 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Heart hit.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d649f3f73bee05542ad506c94bf6f66e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Heart hit.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Heart projectile.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Heart projectile.prefab new file mode 100644 index 0000000..0fc8bc5 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Heart projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7284005e42a143b63f1fa98210d8ba3aac7e586aed3d76db048736fe48bc7ca1 +size 470536 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Heart projectile.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Heart projectile.prefab.meta new file mode 100644 index 0000000..7bd6bf8 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Heart projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: ad2e234a4a7b7894ca48cbb8bd018c32 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Heart projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang flash.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang flash.prefab new file mode 100644 index 0000000..0572ea4 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b236f70f495d1664a6f07e9c57ad014ccbdbc155a9f1bf547a2b369b5b84b486 +size 353090 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang flash.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang flash.prefab.meta new file mode 100644 index 0000000..4ee14ed --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang flash.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 3fd10a1a3ff3a6a47bfe2e6ce519ffd1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/In Yang flash.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang hit.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang hit.prefab new file mode 100644 index 0000000..6d84920 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang hit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744a4726aedf960936d206890f6cc78505cc5eb3323762e437dbf4c5065fe009 +size 585523 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang hit.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang hit.prefab.meta new file mode 100644 index 0000000..a534510 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang hit.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: e85474bac1a048b4981b1b5967d8dec0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/In Yang hit.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang projectile.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang projectile.prefab new file mode 100644 index 0000000..98825cf --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ab016176e1a2ba66171dd2a11a6fe689e142142b9c9110f15c1ced84d69537 +size 470368 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang projectile.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang projectile.prefab.meta new file mode 100644 index 0000000..765a619 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/In Yang projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 8a635e710ee33094fb5a827ed6747c7b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/In Yang projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror flash.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror flash.prefab new file mode 100644 index 0000000..7f1d3a2 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da9d66040fa39fb417feb82a3a9f075c9f0c62ffe74988c9d6f8af54c8ff1cb +size 354685 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror flash.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror flash.prefab.meta new file mode 100644 index 0000000..2da4c2a --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror flash.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: f95ca11fc93dcc2428c034034bbb626a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Mirror flash.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror hit.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror hit.prefab new file mode 100644 index 0000000..26996b2 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror hit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97c6e6ce75b988e3d919c8b15855ca326272af46d3c740d405d58d4ae6c51ef +size 472957 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror hit.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror hit.prefab.meta new file mode 100644 index 0000000..627ee12 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror hit.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 8f91d9ac42296484db52754afe65499e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Mirror hit.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror projectile.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror projectile.prefab new file mode 100644 index 0000000..4bd6578 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f61cd6d821521e51415bf67f29bbe9967e82e911539f539690b7cbf44eacfe9 +size 353291 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror projectile.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror projectile.prefab.meta new file mode 100644 index 0000000..128ec8f --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Mirror projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 2af8c8ef3a23ab84e89da60ddfd3de4f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Mirror projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Poison flash.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Poison flash.prefab new file mode 100644 index 0000000..17dff94 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Poison flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8201d6b6261638ca77fa5d350cac7a1d63894aa30431794c73e12416e4c6f7 +size 237310 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Poison flash.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Poison flash.prefab.meta new file mode 100644 index 0000000..9e771e1 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Poison flash.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: bcf10c9982aecc24795ae18d8fc315a3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Poison flash.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Poison hit.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Poison hit.prefab new file mode 100644 index 0000000..cbc9543 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Poison hit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d407df313437873622e57c41bed45c554b0e98616aa8119cce61ef29ec7ef6 +size 951847 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Poison hit.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Poison hit.prefab.meta new file mode 100644 index 0000000..c2e26f6 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Poison hit.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 1ed704a353e189f48bb3695387cac1a0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Poison hit.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Poison projectile.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Poison projectile.prefab new file mode 100644 index 0000000..5ed547b --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Poison projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b73ea7150eb9428cf6d8eca4ef665a5c20add1a997dc53d6129baa194711a0 +size 121866 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Poison projectile.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Poison projectile.prefab.meta new file mode 100644 index 0000000..620ac71 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Poison projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 30e5b430566f17e4da9b34278d5a5c99 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Poison projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Sword flash.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Sword flash.prefab new file mode 100644 index 0000000..372d98f --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Sword flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccdf34e10ac2976772cedc465dbbb23d8e990e4ee45cf9e273288611bbf01e2 +size 354721 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Sword flash.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Sword flash.prefab.meta new file mode 100644 index 0000000..e24358b --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Sword flash.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 4efd2c3347f04c84fab322053a6b8d62 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Sword flash.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Sword hit.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Sword hit.prefab new file mode 100644 index 0000000..7e5a55f --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Sword hit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c00eb1a74dc8c769e6f4ef8bb3fdb80171f3b5f141652102efa91e83a188a4 +size 708231 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Sword hit.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Sword hit.prefab.meta new file mode 100644 index 0000000..f094cf9 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Sword hit.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: fc9b819f9ea5f074385c9a7fc1453cbf +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Sword hit.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Sword projectile.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Sword projectile.prefab new file mode 100644 index 0000000..eecae31 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Sword projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6176067d8ade59ce966265112ddc0923961dfa3c32637e7d272d6e11fb36c9b +size 354171 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Sword projectile.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Sword projectile.prefab.meta new file mode 100644 index 0000000..11d71d4 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Sword projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 2eae306f4e000894db72d0dafd9559da +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Sword projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Techno flash.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Techno flash.prefab new file mode 100644 index 0000000..6d6e81d --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Techno flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a979ebfb00bd411b799865eeb4b46c33d450a92272840900e5df0c826a1085ac +size 354704 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Techno flash.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Techno flash.prefab.meta new file mode 100644 index 0000000..9eff17d --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Techno flash.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d74b8b51a653f004a9d2610eab13aae3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Techno flash.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Techno hit.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Techno hit.prefab new file mode 100644 index 0000000..a5c7c96 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Techno hit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ef715b3220b5df2976c8a93dea7e81b4ab90266e13d975c4a8775cf8ae4cb9 +size 713090 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Techno hit.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Techno hit.prefab.meta new file mode 100644 index 0000000..f3bcf4f --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Techno hit.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 6b1a1f5bf9d55614f968c4541db15007 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Techno hit.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Techno projectile.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Techno projectile.prefab new file mode 100644 index 0000000..10ae0bf --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Techno projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434221d24b837de94688a8324cbc77fd2a70ead27857660cf37b48b4819bf5b8 +size 471991 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Techno projectile.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Techno projectile.prefab.meta new file mode 100644 index 0000000..f1fe784 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Techno projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 9ff5aab4430fcf740ac17715245fd103 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Techno projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Water flash.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Water flash.prefab new file mode 100644 index 0000000..39b239a --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Water flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9926e96df79347ff1621cf6825b8b4ead043bb6cabe7760bcdcb284a40bd019 +size 356000 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Water flash.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Water flash.prefab.meta new file mode 100644 index 0000000..1f9a346 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Water flash.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: dc3a6741041300148949fe36e4989380 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Water flash.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Water hit.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Water hit.prefab new file mode 100644 index 0000000..a7c4c41 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Water hit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a564fd0beb9ff8a703bfb09d11c8908d53f07da3f6295d1e71f448e2f10e5ea +size 593934 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Water hit.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Water hit.prefab.meta new file mode 100644 index 0000000..400a25b --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Water hit.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: dbf1be8a884d96945b7bdfea5234af35 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Water hit.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Water projectile.prefab b/Assets/Hovl Studio/Target projectiles/Prefabs/Water projectile.prefab new file mode 100644 index 0000000..b27cb25 --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Water projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a40d6eddba3f8570a190c8d2e493b522982b9b36e768e4d3690d52860813bc +size 352822 diff --git a/Assets/Hovl Studio/Target projectiles/Prefabs/Water projectile.prefab.meta b/Assets/Hovl Studio/Target projectiles/Prefabs/Water projectile.prefab.meta new file mode 100644 index 0000000..f073a0c --- /dev/null +++ b/Assets/Hovl Studio/Target projectiles/Prefabs/Water projectile.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: c7edb1236b4ff9c46ab920e4f7492042 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Target projectiles/Prefabs/Water projectile.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2.meta b/Assets/Hovl Studio/Toon Projectiles 2.meta new file mode 100644 index 0000000..f7d0b74 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b191201fecf82d94eac2f8b054706083 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene.meta b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene.meta new file mode 100644 index 0000000..8a90671 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fb21d56bf760a234287ae826a3474b45 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/LightingData.asset b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/LightingData.asset new file mode 100644 index 0000000..47d960a --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/LightingData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a246807bde785820a5c92bcd077a3a12fc695c853aeae736aed75e39d9de62b2 +size 142304 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/LightingData.asset.meta b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/LightingData.asset.meta new file mode 100644 index 0000000..4fc173d --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/LightingData.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ceede53d20dd49a42bd0d0c427c936c8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 25800000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Demo scene/LightingData.asset + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_dir.png b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_dir.png new file mode 100644 index 0000000..1586c37 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81969198297cb1be6d6c92951aeaecc58ab9520059240c13d18476ebd4ff1d41 +size 8913 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_dir.png.meta b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_dir.png.meta new file mode 100644 index 0000000..cc18279 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_dir.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 1bd8d85d01ba02c4b807ebdb225badbf +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_light.exr b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_light.exr new file mode 100644 index 0000000..b0e03de --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9671af4465f57ce3e83e41012185c204a5c9c1f83af7b4a0ce97f63d3315ebb +size 98608 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_light.exr.meta b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_light.exr.meta new file mode 100644 index 0000000..96c8ecd --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_light.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: fca67a9b3730920449d577dd3d735bed +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-0_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_dir.png b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_dir.png new file mode 100644 index 0000000..5ec7854 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb11ff2ce2fbd23a200c9a76564220a485ef08df92464255492828d0d879b38 +size 8865 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_dir.png.meta b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_dir.png.meta new file mode 100644 index 0000000..3e0d932 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_dir.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: cc7227aea381ccc4cb40a4cff2fe8ebe +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_light.exr b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_light.exr new file mode 100644 index 0000000..639f598 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb42f8477df710e1c455f08a8c1e390d11aed38c36215c04aa12bf0886e7cc1 +size 98740 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_light.exr.meta b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_light.exr.meta new file mode 100644 index 0000000..baa5d06 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_light.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: a4d0e82a2d4ef3f41a6ec926b5a1e4aa +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-1_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_dir.png b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_dir.png new file mode 100644 index 0000000..f8171b7 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1038e28a7dbb99cf99cacd88b7e43abf8d7ba7203db1c54daf0217557a25523e +size 9170 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_dir.png.meta b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_dir.png.meta new file mode 100644 index 0000000..a71e3a6 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_dir.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 5bbb9e03851bc1d4dab2e47eaef775bc +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_light.exr b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_light.exr new file mode 100644 index 0000000..950e1ff --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0491a8b3822e50a6625793cf311d2035fbeffc645c277fd125f33c6f49020de4 +size 94131 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_light.exr.meta b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_light.exr.meta new file mode 100644 index 0000000..ce0cae4 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_light.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 7bd0c86672382e342b9261e5302ea886 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Lightmap-2_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Readme.txt b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Readme.txt new file mode 100644 index 0000000..2c1243d --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Readme.txt @@ -0,0 +1,143 @@ +Asset Creator - Vladislav Horobets (Hovl). +----------------------------------------------------- + +Using: + +If you want to use post-effects like in the demo video: +https://youtu.be/hZSZ2Q8MF3k + +1) Shaders +1.1)The "Use depth" on the material from the custom shaders is the Soft Particle Factor. +1.2)Use "Center glow"[MaterialToggle] only with particle system. This option is used to darken the main texture with a white texture (white is visible, black is invisible). + If you turn on this feature, you need to use "Custom vertex stream" (Uv0.Custom.xy) in tab "Render". And don't forget to use "Custom data" parameters in your PS. +1.3)The distortion shader only works with standard rendering. Delete (if exist) distortion particles from effects if you use LWRP or HDRP! +1.4)You can change the cutoff in all shaders (except Add_CenterGlow and Blend_CenterGlow ) using (Uv0.Custom.xy) in particle system. + +2)Light. +2.1)You can disable light in the main effect component (delete light and disable light in PS). + Light strongly loads the game if you don't use light probes or something else. + +3)Quality +3.1) For better sparks quality enable "Anisotropic textures: Forced On" in quality settings. + +4)Scripts +HS_ProjectileMover — Documentation + +Description +HS_ProjectileMover controls the movement, collision behavior, and visual effects of projectile objects. +It handles projectile speed, hit effects, particle systems, detached VFX elements, and supports both destruction and pooling workflows. + +The script is designed for VFX projectiles used in spells, bullets, energy blasts, or similar effects. + +Main Features: + +Moves projectile forward using Rigidbody velocity +Spawns hit effects on collision +Supports pooled projectiles (reuse instead of destroy) +Handles particle systems properly on impact +Allows detached particle effects to continue playing after collision +Automatically restores detached objects when projectile is reused + +Key Parameters: + +Speed - +Controls the forward velocity of the projectile. +Hit Offset - +Moves the hit effect slightly away from the surface normal to avoid clipping. +Use Fire Point Rotation - +If enabled, the hit effect rotation will match the fire point orientation. +Rotation Offset - +Optional rotation override applied to the hit effect. +Hit - +GameObject used as the hit effect container. +Hit PS - +Particle system played when the projectile collides. +Flash - +Optional muzzle flash object that detaches on spawn. +Projectile PS - +Main projectile particle system. +Detached - +Array of objects that contain particle systems (such as trails or smoke). +These objects detach on impact so their particles can finish playing naturally. + +Components: + +RB - +Rigidbody used for projectile movement. +Col - +Collider used for collision detection. +Light Source - +Optional light attached to the projectile. + +Lifetime Settings + +Not Destroy +If enabled, the projectile will be disabled instead of destroyed. +This allows it to be reused with an object pool. + +Life Time +Maximum lifetime of the projectile if it does not hit anything. + +Detached Life Time +How long detached particle objects remain alive after impact. + +Collision Behavior + +When the projectile collides: + +Rigidbody movement is stopped +Light and collider are disabled +Projectile particle emission stops +Hit effect is positioned and played +Detached objects are unparented +Detached particle systems stop emitting but existing particles finish their lifetime + +If Not Destroy is enabled: +The projectile will be disabled after the hit effect finishes +Detached objects will be restored when the projectile is reused + +If Not Destroy is disabled: +The projectile will be destroyed after the hit effect duration +Detached objects will be destroyed after Detached Life Time + +Detached Objects Logic: +Detached objects must be child objects of the projectile. +Each detached object can contain multiple particle systems. + +On collision: +The object is unparented +Emission stops +Existing particles finish their lifetime +If pooling is enabled, the objects are restored to their original parent when the projectile is reactivated. + +Typical Use Case: +Projectile Prefab Structure Example + +Projectile +├── Mesh +├── Collider +├── Rigidbody +├── Projectile_PS +├── Flash +└── Detached_Trail +├── Smoke +└── Sparks + +Pooling Support + +When using an object pool: + +Set: +Not Destroy = true +The projectile will be disabled instead of destroyed and can be reused safely. +Detached particle objects will automatically return to their original positions when the projectile is activated again. + +Notes: +Detached objects should only contain particle systems. +Ensure Rigidbody and Collider references are assigned. +Projectile should face forward in the Z direction for correct movement. + +BiRP, URP or HDRP support is here --> Tools > RP changer for Hovl Studio Assets + +Contact me if you have any questions. +My email: hovlstudio1@gmail.com \ No newline at end of file diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Readme.txt.meta b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Readme.txt.meta new file mode 100644 index 0000000..34b3840 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Readme.txt.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 733825ebdb80e76459ef9a8a6ac36167 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Readme.txt + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/ReflectionProbe-0.exr b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/ReflectionProbe-0.exr new file mode 100644 index 0000000..6f5b715 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/ReflectionProbe-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d139403371428dd8657273d192db121dc1aff7b189818628ab4ce16f7ebc808d +size 130775 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/ReflectionProbe-0.exr.meta b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/ReflectionProbe-0.exr.meta new file mode 100644 index 0000000..18941ef --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/ReflectionProbe-0.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: f28bdfef218830744908c955d25e1050 +TextureImporter: + fileIDToRecycleName: + 8900000: generatedCubemap + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Demo scene/ReflectionProbe-0.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2.unity b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2.unity new file mode 100644 index 0000000..da1f814 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a26356feae483ddcf09c105d5115e67ab4c20ea213c0084bc55fb276890a10 +size 48635 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2.unity.meta b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2.unity.meta new file mode 100644 index 0000000..41be534 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 9b9ff1443f54cd84db59d005ca799700 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2.unity + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2Settings.lighting b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2Settings.lighting new file mode 100644 index 0000000..9814956 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2Settings.lighting @@ -0,0 +1,64 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Toon projectiles 2Settings + serializedVersion: 4 + m_GIWorkflowMode: 1 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 1 + m_BakeBackend: 0 + m_LightmapMaxSize: 512 + m_BakeResolution: 40 + m_Padding: 2 + m_LightmapCompression: 0 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 2 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 2 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 256 + m_FinalGatherFiltering: 1 + m_PVRCulling: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 2 + m_PVREnvironmentMIS: 0 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_PVRTiledBaking: 0 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2Settings.lighting.meta b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2Settings.lighting.meta new file mode 100644 index 0000000..87d79c6 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2Settings.lighting.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 05211aaa5a194be4f84b63243e30aa21 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Demo scene/Toon projectiles 2Settings.lighting + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs.meta new file mode 100644 index 0000000..6071279 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4bad7192da8e0114a8bc876d8425bab9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 1.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 1.prefab new file mode 100644 index 0000000..02537a0 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9ef6d61ecf3ae82a178594712badb7d40f8646fcb34db1b357c126c2779952 +size 591973 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 1.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 1.prefab.meta new file mode 100644 index 0000000..4c0acef --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 1.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7658ae01d0a0655468898c47617f4de6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 1.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 10.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 10.prefab new file mode 100644 index 0000000..74fb316 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 10.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4f728da42cc1617cafe353f2520b1fad932742d705f6c55c0e05ec343b1838 +size 473698 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 10.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 10.prefab.meta new file mode 100644 index 0000000..be07907 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 10.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 804ae8f9f84a897418a43058844761ab +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 10.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 11.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 11.prefab new file mode 100644 index 0000000..c1ff7aa --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 11.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15767227aad1fa455cfb8d1318aac71d916a569ee67fd8582326da3b2f908e38 +size 474365 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 11.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 11.prefab.meta new file mode 100644 index 0000000..ffe6b71 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 11.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 61ca79a6b1a0ee344b6f06e9c094cc3a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 11.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 12.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 12.prefab new file mode 100644 index 0000000..58202cc --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 12.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fa84a48cca6698d0ce9bf696405e946c70ab91e10783590c7eea9785a5cda8 +size 591841 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 12.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 12.prefab.meta new file mode 100644 index 0000000..516cb39 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 12.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b91d14ed154808d469c7e3b8f11f2bf8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 12.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 13.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 13.prefab new file mode 100644 index 0000000..ce7c93e --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 13.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd2346ac68d7fa9a08b140b4b6cc3387b100b22256b901eb77f3a29785f474a +size 354882 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 13.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 13.prefab.meta new file mode 100644 index 0000000..d086be3 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 13.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3dc25ee77822504408fee0b140b5180d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 13.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 14.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 14.prefab new file mode 100644 index 0000000..8744ccf --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 14.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d0ea59b582beb03cb9a11605278da761060a7173ca41f91d9fdc7e6efe01da +size 591721 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 14.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 14.prefab.meta new file mode 100644 index 0000000..bfe56f5 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 14.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3f313c97ae0808645bf306889a8cb01c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 14.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 15.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 15.prefab new file mode 100644 index 0000000..62b2412 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 15.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49066b6ee7a604dc39b38eb3a87e7dfd4a7ce28b72566904c1d9fb63124fd131 +size 355528 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 15.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 15.prefab.meta new file mode 100644 index 0000000..54ff6a8 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 15.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b3e7bc6dda8dbaf4e89a3363810d4bff +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 15.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 2.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 2.prefab new file mode 100644 index 0000000..776be71 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7755045649287fec9ee096327d7afec0366a453588892f4d74d8d19c2f641dd +size 236852 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 2.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 2.prefab.meta new file mode 100644 index 0000000..8f1ea53 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 2.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 63baf4956cfa45d4aa5cd12cbc8b7689 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 2.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 3.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 3.prefab new file mode 100644 index 0000000..58276d1 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff90d070ecf69e69266a357abc35fb6e29a386093587074eaadd4229f0c7b1cf +size 473595 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 3.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 3.prefab.meta new file mode 100644 index 0000000..3ba6e23 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 3.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 617f36d624d400a4b835a1309da53fb3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 3.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 4.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 4.prefab new file mode 100644 index 0000000..1b3cac6 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 4.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688b2889eedf78c68e6fc51a77ad648ff6b7d4533ae16256fad65cc1a8543e79 +size 355499 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 4.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 4.prefab.meta new file mode 100644 index 0000000..69928e7 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 4.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7ed96e7cdfb30cb4f87fa9c623b4110c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 4.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 5.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 5.prefab new file mode 100644 index 0000000..7f94007 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 5.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97782e50a3803a5ae61702d968bc31e2bbf72f23c505616bc48d424b8388e255 +size 355545 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 5.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 5.prefab.meta new file mode 100644 index 0000000..2797306 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 5.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c2721edf07119f74ea2f68f2cad99755 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 5.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 6.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 6.prefab new file mode 100644 index 0000000..6e7fb06 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 6.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36255a5393ab6a5c512482a979bb35175e6f8c2b7eb47a9b3d2c40434b3993b +size 237192 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 6.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 6.prefab.meta new file mode 100644 index 0000000..24e63e8 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 6.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b5228327566dd7b42950677605733d7f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 6.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 7.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 7.prefab new file mode 100644 index 0000000..9ccea69 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 7.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae8b622abed3b4becbc692c88a28cec9c9393dc1069d03aa8e98f01eeadd3ba +size 238132 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 7.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 7.prefab.meta new file mode 100644 index 0000000..f1725e0 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 7.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7957eef9b870bcb4e8ba10f7bc4fcad0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 7.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 8.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 8.prefab new file mode 100644 index 0000000..e87fbf4 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 8.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4099f7b47aa5bf80e5f6d83eedf80acca79ec90b36fee6eb382046605ae4c164 +size 473734 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 8.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 8.prefab.meta new file mode 100644 index 0000000..663101d --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 8.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: aca16543616e2db4490aa9890ecdb4b5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 8.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 9.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 9.prefab new file mode 100644 index 0000000..7d194d2 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 9.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9df0d7c605d088a09606c6d81a6aa4b50650622be39e3843439e583fa4ba9a +size 236883 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 9.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 9.prefab.meta new file mode 100644 index 0000000..4402520 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 9.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8880d66cdaa076b43be75853c26e44ea +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Flash 9.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 1.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 1.prefab new file mode 100644 index 0000000..82a79a6 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc1a5fac05eea34cd2644b01232d236c40e1c6c5741f5a9b0a642dc61f7dc35 +size 828664 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 1.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 1.prefab.meta new file mode 100644 index 0000000..3db0ba8 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 1.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6e4b9c1925f0d3f4d8446e551a2e20d3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 1.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 10.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 10.prefab new file mode 100644 index 0000000..774d3e9 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 10.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fd44321395b224d80e840220ae971cfb2e162569089c0eb74e8e5ea9db2c83 +size 710035 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 10.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 10.prefab.meta new file mode 100644 index 0000000..10397b1 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 10.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c2b56ab585925cb4caf968d84119f31a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 10.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 11.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 11.prefab new file mode 100644 index 0000000..2aee247 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 11.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3190c26e8464d4a9e06ccf660104a0a798dce292c0ba58cfa501462d68112946 +size 832138 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 11.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 11.prefab.meta new file mode 100644 index 0000000..92f55da --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 11.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: dbc3a9490497a0f4fb6853c2844fa534 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 11.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 12.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 12.prefab new file mode 100644 index 0000000..a32199d --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 12.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ba0804f098513d692d1291ae15a4e13d8d0e3c46750446f89fdfad8c253a47 +size 946472 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 12.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 12.prefab.meta new file mode 100644 index 0000000..6dd592a --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 12.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 61091111903c1324f9d3cb1608d2b88b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 12.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 13.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 13.prefab new file mode 100644 index 0000000..416d600 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 13.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a41133638844972f4544472e6463a1eb31d2a515afe3a659c45d67a37b6624 +size 591282 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 13.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 13.prefab.meta new file mode 100644 index 0000000..61009ca --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 13.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6c53045b2d1b71f43bbcd9a421e7a464 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 13.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 14.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 14.prefab new file mode 100644 index 0000000..f7c3e94 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 14.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a673b1afd925e2706d50c6e712f91b1ae3a2409fe08e9559fd834ff8ecab7164 +size 827988 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 14.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 14.prefab.meta new file mode 100644 index 0000000..9a1990a --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 14.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f7d96130ab98b3d499f067f69697da6c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 14.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 15.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 15.prefab new file mode 100644 index 0000000..c0494db --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 15.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832efc845f7fd6a55509bdd8a0b34accaa3c895525d2892c851619b269ebc158 +size 708994 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 15.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 15.prefab.meta new file mode 100644 index 0000000..41716b5 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 15.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b7595995ef1f7a148b0f0db08925ccad +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 15.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 2.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 2.prefab new file mode 100644 index 0000000..9c4b254 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6016086215d3bdd434292437d2a584222c00f67c2458776cdb7a564567774fa +size 591328 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 2.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 2.prefab.meta new file mode 100644 index 0000000..4d9a457 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 2.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e46e60dfd73d7ed4fa8a4ef323af2e69 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 2.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 3.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 3.prefab new file mode 100644 index 0000000..0dc5195 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c66466816d4d621b2d7e6c11734dfc3ce67337dc5008cf814dd1b047695472 +size 591034 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 3.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 3.prefab.meta new file mode 100644 index 0000000..adce3ed --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 3.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cb85294eca648b846832694cc9d836cc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 3.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 4.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 4.prefab new file mode 100644 index 0000000..c33100e --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 4.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e278ecf13d5e11a35771e6b4c1cbf1594e11246eef14b6a4d1ab1f51e82fb7b3 +size 593973 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 4.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 4.prefab.meta new file mode 100644 index 0000000..06bfdb6 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 4.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5848d6535d700e348932df2c9eeefaf0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 4.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 5.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 5.prefab new file mode 100644 index 0000000..0ad3cb5 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 5.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd313cf7f6bae25ad4712e4f18272c4c95eb0e8c836f306fe80229f6c50117a +size 591075 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 5.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 5.prefab.meta new file mode 100644 index 0000000..da80cb1 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 5.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8c07f41bda85c0e41abde22f9f27ed83 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 5.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 6.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 6.prefab new file mode 100644 index 0000000..4b36cc6 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 6.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b59839969d7b0cd048d5f683b6b67cc9fb6a1cbcbb783b2897ce269627547f +size 715761 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 6.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 6.prefab.meta new file mode 100644 index 0000000..1d5e661 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 6.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cf870bd1ddb489a49806f50c4c73a281 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 6.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 7.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 7.prefab new file mode 100644 index 0000000..a7a44bd --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 7.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7de31cc4d31ad91932a1430e2ff830afc33e31d3af7e09706085aeb8437a38 +size 831946 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 7.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 7.prefab.meta new file mode 100644 index 0000000..b92b48d --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 7.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9a7c6bfff5ad87d409e200fe3a0d5036 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 7.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 8.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 8.prefab new file mode 100644 index 0000000..aad7855 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 8.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d1d7e9d8f80691250c0c92aae80c6ec4278c2ef565f1c7a527d3838dc5a117 +size 591523 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 8.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 8.prefab.meta new file mode 100644 index 0000000..bf2d7dc --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 8.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: daa50d159094a9d4d8d33225d9b578d2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 8.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 9.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 9.prefab new file mode 100644 index 0000000..f51fd2b --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 9.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d11eb106df96b4ef4aa76884805e63f52507f3ef78b889609e3a5fa52c28061 +size 709471 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 9.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 9.prefab.meta new file mode 100644 index 0000000..9a1403b --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 9.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5714d19e671d00e4baccfc932c639de4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Hit 9.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 1 bullet.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 1 bullet.prefab new file mode 100644 index 0000000..d257fcb --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 1 bullet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434ec97bfbc620a76ec6cd513e95bc4f484dd03acd079e666dcd49f7113c45c2 +size 133748 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 1 bullet.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 1 bullet.prefab.meta new file mode 100644 index 0000000..2fe5e03 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 1 bullet.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f1dc4df701f37324c98ea16f41770afc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 1 bullet.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 10 explode.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 10 explode.prefab new file mode 100644 index 0000000..6178577 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 10 explode.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373d2d53712f640ea1343333be8a42c488b8a0bac602447d0a50ab6f82b72e5e +size 251028 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 10 explode.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 10 explode.prefab.meta new file mode 100644 index 0000000..fbfc228 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 10 explode.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 46b312e00ed9c1f459ea9f0e55bfac77 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 10 explode.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 11 triangle.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 11 triangle.prefab new file mode 100644 index 0000000..33fb724 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 11 triangle.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8236558228c0345d6f4101dfb38ba25cb12baaef08b9480f117ab9ddbe59ad7a +size 251545 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 11 triangle.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 11 triangle.prefab.meta new file mode 100644 index 0000000..42f6ae6 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 11 triangle.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 1eb97977c28d92945935ad5ca57aa800 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 11 triangle.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 12 forest.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 12 forest.prefab new file mode 100644 index 0000000..390a28c --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 12 forest.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc5703d0063c0df03cf804873ee186dc186d61b84e7a1209511f1551438f2aa +size 251742 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 12 forest.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 12 forest.prefab.meta new file mode 100644 index 0000000..c36aca2 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 12 forest.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7e5debf0606b3254faa6bca9a70b6713 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 12 forest.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 13 magic arrow.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 13 magic arrow.prefab new file mode 100644 index 0000000..a75784c --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 13 magic arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8785c3971ebca4a185bd0fd73d48df40fc9346d7c396ce8d7a3e59842670d802 +size 250828 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 13 magic arrow.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 13 magic arrow.prefab.meta new file mode 100644 index 0000000..41a3ca0 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 13 magic arrow.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: eb5112a0c4d3eac489f517fa0886c058 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 13 magic arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 14 ice.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 14 ice.prefab new file mode 100644 index 0000000..9ea53d7 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 14 ice.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9697e3d0b2eaa5d052d317a7bfa4d837ae4e4fd1ccf391577fe1d21eef809ba4 +size 251639 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 14 ice.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 14 ice.prefab.meta new file mode 100644 index 0000000..e9663bb --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 14 ice.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 31528da7a30e88f4bbf380cf9c9042d7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 14 ice.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 15 red.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 15 red.prefab new file mode 100644 index 0000000..5ad9c33 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 15 red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e67e3dca64302ff226591d6d5b35f8d0c36b76e08c2692a95130b203a8f4af +size 133605 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 15 red.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 15 red.prefab.meta new file mode 100644 index 0000000..51f65ef --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 15 red.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a4ecf9bba65b0b84286159aa10fc4bc2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 15 red.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 2 energy orb.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 2 energy orb.prefab new file mode 100644 index 0000000..57d77e6 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 2 energy orb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe213b4f801c71fa80f633941b87540f03cfde1c80c3870c666a1ed8b3321d7 +size 487680 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 2 energy orb.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 2 energy orb.prefab.meta new file mode 100644 index 0000000..f694bd8 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 2 energy orb.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e7776336bc56a9b4caa1c90ea92ff765 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 2 energy orb.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 3 cube.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 3 cube.prefab new file mode 100644 index 0000000..369f789 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 3 cube.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52217110f785af3f146ce44b99773ad6326fb03f0dadc858291a9f0513751629 +size 368382 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 3 cube.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 3 cube.prefab.meta new file mode 100644 index 0000000..4de9fd6 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 3 cube.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6d6dffb689c5c164e9bef8f626ffd74e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 3 cube.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 4 red star.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 4 red star.prefab new file mode 100644 index 0000000..fb2ba74 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 4 red star.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcdf83b8d44483620656d069d9c2916a4a67c871b318512f2677aac6854bff5 +size 250804 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 4 red star.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 4 red star.prefab.meta new file mode 100644 index 0000000..1999c80 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 4 red star.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5ae5c6fb282fd3c44bf0c2083393e142 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 4 red star.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 5 arrow.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 5 arrow.prefab new file mode 100644 index 0000000..7d2301f --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 5 arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d2e4647ad435e862494b20d277643fb75ffccbe0afbedaccbb4398f53833f6 +size 250847 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 5 arrow.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 5 arrow.prefab.meta new file mode 100644 index 0000000..4a665f4 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 5 arrow.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6e39ca2f8efb71e48923599f48461c26 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 5 arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 6 magic stone.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 6 magic stone.prefab new file mode 100644 index 0000000..128a94d --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 6 magic stone.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bce5c58f2fe806175acf8193f72adf09e863d027bfd7fd3c8acf98402d9baf +size 249167 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 6 magic stone.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 6 magic stone.prefab.meta new file mode 100644 index 0000000..3271531 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 6 magic stone.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: bc0b77b5d64c11e48b0a22fadb7489ce +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 6 magic stone.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 7 wind.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 7 wind.prefab new file mode 100644 index 0000000..85e0a0e --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 7 wind.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4b1e30350ce211824de8c5d3953b62715f797552158efecc65d4b41b1dcd8c +size 371532 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 7 wind.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 7 wind.prefab.meta new file mode 100644 index 0000000..62a3756 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 7 wind.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 489b3a2ec3e7cf949925d1b34247d1a9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 7 wind.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 8 twist.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 8 twist.prefab new file mode 100644 index 0000000..d55b9ca --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 8 twist.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ef99e2e5fe77f724b5767b6c24e5a2cb873f27e8f5628c9ff11c22b3c794b6 +size 250799 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 8 twist.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 8 twist.prefab.meta new file mode 100644 index 0000000..23f30d1 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 8 twist.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0dd71cf1c4378844fae81b273f0ba817 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 8 twist.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 9 cosmic.prefab b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 9 cosmic.prefab new file mode 100644 index 0000000..e5f1e89 --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 9 cosmic.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a3b010bfb0701cfbb33fd8ad7e2b2f6bf7e1e5d614f4e35615cf15633876ac +size 133675 diff --git a/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 9 cosmic.prefab.meta b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 9 cosmic.prefab.meta new file mode 100644 index 0000000..d789a7f --- /dev/null +++ b/Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 9 cosmic.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 243070df32ba7ac45a49cb799d050a50 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon Projectiles 2/Prefabs/Projectile 9 cosmic.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles.meta b/Assets/Hovl Studio/Toon projectiles.meta new file mode 100644 index 0000000..d783b38 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5e55bf84ce815ea4b9b45051e50f66e2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene.meta b/Assets/Hovl Studio/Toon projectiles/Demo scene.meta new file mode 100644 index 0000000..aac01c1 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7618f9c31e8d7524f93219c7df1802b4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/LightingData.asset b/Assets/Hovl Studio/Toon projectiles/Demo scene/LightingData.asset new file mode 100644 index 0000000..e83c58d --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/LightingData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb091820574afe233c320a291a9861ba75afa62f22e55edb72e87d029dc381d +size 142304 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/LightingData.asset.meta b/Assets/Hovl Studio/Toon projectiles/Demo scene/LightingData.asset.meta new file mode 100644 index 0000000..28ff7f4 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/LightingData.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7a7919c57552e864fa5b682e085b8024 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 25800000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Demo scene/LightingData.asset + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_dir.png b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_dir.png new file mode 100644 index 0000000..6aac50f --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec5ee4fe3313f30985850aef5c36e00af377b47e0468d83265e2b552f06dc2d +size 9011 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_dir.png.meta b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_dir.png.meta new file mode 100644 index 0000000..0574a4b --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_dir.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 9c209171fd68bf848afbc1919572b8d6 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_light.exr b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_light.exr new file mode 100644 index 0000000..58eb63f --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc15ff03dbc89e9750c4ec4dad65b09c034ee417cd7e8fb43705367a0a2b22b +size 99979 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_light.exr.meta b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_light.exr.meta new file mode 100644 index 0000000..4621fbc --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_light.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 2d3e46a8e1295024f836be074b1cbfe5 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-0_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_dir.png b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_dir.png new file mode 100644 index 0000000..7c5a8a8 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d1c9acfa04ff34c55795191b46755fce4ccca58a98d94618ed2e03c024203a +size 8867 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_dir.png.meta b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_dir.png.meta new file mode 100644 index 0000000..c147ae6 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_dir.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 643109bf928b50243b76016d2a11f851 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_light.exr b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_light.exr new file mode 100644 index 0000000..52fa190 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d303130b65f959f10b165b5f909921c4929be5da9ef6cbd27fa9704db62acd3 +size 98768 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_light.exr.meta b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_light.exr.meta new file mode 100644 index 0000000..d3d6543 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_light.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: b3d73ff29c6fdfb4baf3ec14374e2c09 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-1_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_dir.png b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_dir.png new file mode 100644 index 0000000..ea2f927 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cde58f80091f10430fdd1e5310b3fa0dae7dc67434961f29f2ba4d0eb2bbc2 +size 9163 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_dir.png.meta b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_dir.png.meta new file mode 100644 index 0000000..413f1dc --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_dir.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: ef17dc46ee0664844a0c4b9faa574aef +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_dir.png + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_light.exr b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_light.exr new file mode 100644 index 0000000..c23b11d --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbad0cdf4a5244926a25ce953413b7b59e629364d21351ed73a79768d901761 +size 94120 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_light.exr.meta b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_light.exr.meta new file mode 100644 index 0000000..2f8a60c --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_light.exr.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 48330aba95497374a8862fd6b11cc21d +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Demo scene/Lightmap-2_comp_light.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Readme.txt b/Assets/Hovl Studio/Toon projectiles/Demo scene/Readme.txt new file mode 100644 index 0000000..2c1243d --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Readme.txt @@ -0,0 +1,143 @@ +Asset Creator - Vladislav Horobets (Hovl). +----------------------------------------------------- + +Using: + +If you want to use post-effects like in the demo video: +https://youtu.be/hZSZ2Q8MF3k + +1) Shaders +1.1)The "Use depth" on the material from the custom shaders is the Soft Particle Factor. +1.2)Use "Center glow"[MaterialToggle] only with particle system. This option is used to darken the main texture with a white texture (white is visible, black is invisible). + If you turn on this feature, you need to use "Custom vertex stream" (Uv0.Custom.xy) in tab "Render". And don't forget to use "Custom data" parameters in your PS. +1.3)The distortion shader only works with standard rendering. Delete (if exist) distortion particles from effects if you use LWRP or HDRP! +1.4)You can change the cutoff in all shaders (except Add_CenterGlow and Blend_CenterGlow ) using (Uv0.Custom.xy) in particle system. + +2)Light. +2.1)You can disable light in the main effect component (delete light and disable light in PS). + Light strongly loads the game if you don't use light probes or something else. + +3)Quality +3.1) For better sparks quality enable "Anisotropic textures: Forced On" in quality settings. + +4)Scripts +HS_ProjectileMover — Documentation + +Description +HS_ProjectileMover controls the movement, collision behavior, and visual effects of projectile objects. +It handles projectile speed, hit effects, particle systems, detached VFX elements, and supports both destruction and pooling workflows. + +The script is designed for VFX projectiles used in spells, bullets, energy blasts, or similar effects. + +Main Features: + +Moves projectile forward using Rigidbody velocity +Spawns hit effects on collision +Supports pooled projectiles (reuse instead of destroy) +Handles particle systems properly on impact +Allows detached particle effects to continue playing after collision +Automatically restores detached objects when projectile is reused + +Key Parameters: + +Speed - +Controls the forward velocity of the projectile. +Hit Offset - +Moves the hit effect slightly away from the surface normal to avoid clipping. +Use Fire Point Rotation - +If enabled, the hit effect rotation will match the fire point orientation. +Rotation Offset - +Optional rotation override applied to the hit effect. +Hit - +GameObject used as the hit effect container. +Hit PS - +Particle system played when the projectile collides. +Flash - +Optional muzzle flash object that detaches on spawn. +Projectile PS - +Main projectile particle system. +Detached - +Array of objects that contain particle systems (such as trails or smoke). +These objects detach on impact so their particles can finish playing naturally. + +Components: + +RB - +Rigidbody used for projectile movement. +Col - +Collider used for collision detection. +Light Source - +Optional light attached to the projectile. + +Lifetime Settings + +Not Destroy +If enabled, the projectile will be disabled instead of destroyed. +This allows it to be reused with an object pool. + +Life Time +Maximum lifetime of the projectile if it does not hit anything. + +Detached Life Time +How long detached particle objects remain alive after impact. + +Collision Behavior + +When the projectile collides: + +Rigidbody movement is stopped +Light and collider are disabled +Projectile particle emission stops +Hit effect is positioned and played +Detached objects are unparented +Detached particle systems stop emitting but existing particles finish their lifetime + +If Not Destroy is enabled: +The projectile will be disabled after the hit effect finishes +Detached objects will be restored when the projectile is reused + +If Not Destroy is disabled: +The projectile will be destroyed after the hit effect duration +Detached objects will be destroyed after Detached Life Time + +Detached Objects Logic: +Detached objects must be child objects of the projectile. +Each detached object can contain multiple particle systems. + +On collision: +The object is unparented +Emission stops +Existing particles finish their lifetime +If pooling is enabled, the objects are restored to their original parent when the projectile is reactivated. + +Typical Use Case: +Projectile Prefab Structure Example + +Projectile +├── Mesh +├── Collider +├── Rigidbody +├── Projectile_PS +├── Flash +└── Detached_Trail +├── Smoke +└── Sparks + +Pooling Support + +When using an object pool: + +Set: +Not Destroy = true +The projectile will be disabled instead of destroyed and can be reused safely. +Detached particle objects will automatically return to their original positions when the projectile is activated again. + +Notes: +Detached objects should only contain particle systems. +Ensure Rigidbody and Collider references are assigned. +Projectile should face forward in the Z direction for correct movement. + +BiRP, URP or HDRP support is here --> Tools > RP changer for Hovl Studio Assets + +Contact me if you have any questions. +My email: hovlstudio1@gmail.com \ No newline at end of file diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Readme.txt.meta b/Assets/Hovl Studio/Toon projectiles/Demo scene/Readme.txt.meta new file mode 100644 index 0000000..3568dc9 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Readme.txt.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 3cd6f668cfb5dc446b84c3ea5c919695 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Demo scene/Readme.txt + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/ReflectionProbe-0.exr b/Assets/Hovl Studio/Toon projectiles/Demo scene/ReflectionProbe-0.exr new file mode 100644 index 0000000..6f5b715 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/ReflectionProbe-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d139403371428dd8657273d192db121dc1aff7b189818628ab4ce16f7ebc808d +size 130775 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/ReflectionProbe-0.exr.meta b/Assets/Hovl Studio/Toon projectiles/Demo scene/ReflectionProbe-0.exr.meta new file mode 100644 index 0000000..4ad0304 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/ReflectionProbe-0.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: f1208d37e8996e447b2255f58fe54195 +TextureImporter: + fileIDToRecycleName: + 8900000: generatedCubemap + externalObjects: {} + serializedVersion: 5 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Demo scene/ReflectionProbe-0.exr + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Toon projectiles.unity b/Assets/Hovl Studio/Toon projectiles/Demo scene/Toon projectiles.unity new file mode 100644 index 0000000..df1fd73 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Toon projectiles.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f48b72830a5e88a63e029a5b33df5e81e0fb7235d7aa4aba8ce757231c49e6f +size 48543 diff --git a/Assets/Hovl Studio/Toon projectiles/Demo scene/Toon projectiles.unity.meta b/Assets/Hovl Studio/Toon projectiles/Demo scene/Toon projectiles.unity.meta new file mode 100644 index 0000000..4045c5e --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Demo scene/Toon projectiles.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: a6ca4ba6962a5924ba4b54ce287d3bbc +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Demo scene/Toon projectiles.unity + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs.meta new file mode 100644 index 0000000..d4c1c84 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3bde47a8b38968b4886ba793f92ee28c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 1.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 1.prefab new file mode 100644 index 0000000..fe6db19 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd53a7ff236aaa94a9eae7287f5729f62de5e658e0044ef8b7bb75edb4723f2d +size 592375 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 1.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 1.prefab.meta new file mode 100644 index 0000000..6536d45 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 1.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4ab48a9a03327fb4ca76018592f4626d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 1.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 10.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 10.prefab new file mode 100644 index 0000000..c510d04 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 10.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dba800bf5569f8e6c0ba0e7ea2075c396676406038d20ebb9eb9912139f5fa9 +size 592378 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 10.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 10.prefab.meta new file mode 100644 index 0000000..831daf8 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 10.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0c1d21299412c1b4685f7282c52222a4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 10.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 11.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 11.prefab new file mode 100644 index 0000000..d0dd09b --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 11.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bfd88fccd6b7b8f24fc3cf9bd5dacbbc58d2d1186398491a18ab64a4282436 +size 355691 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 11.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 11.prefab.meta new file mode 100644 index 0000000..f525536 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 11.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6b80d5fba4e83cb4584421b219575610 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 11.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 12.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 12.prefab new file mode 100644 index 0000000..71d9abc --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 12.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab08c6a0ce3c60336689e7ae663ca27b9ac4910b48923f723e0fa8a215d740f +size 473633 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 12.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 12.prefab.meta new file mode 100644 index 0000000..a836643 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 12.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0b0d69410ca2f1045b821e4b992ce9a2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 12.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 13.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 13.prefab new file mode 100644 index 0000000..473eea2 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 13.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0575cb5e36f7704faf83bcfe38a1743ffa080a824ddddd1265bf727f77b3694 +size 236815 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 13.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 13.prefab.meta new file mode 100644 index 0000000..bcf6d88 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 13.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0054ac7e7008b144eae4abce4d57bfed +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 13.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 14.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 14.prefab new file mode 100644 index 0000000..d95df4d --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 14.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33cf702ea92174435dfb5c0d65a82ec2a214bcdd49d8831e933b58667bb165d +size 239804 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 14.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 14.prefab.meta new file mode 100644 index 0000000..0af6296 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 14.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 244f87a37ba29b741848d41f7591bc93 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 14.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 15.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 15.prefab new file mode 100644 index 0000000..54ab04a --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 15.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff6d48a5912bdb51d8861b69cf8833cb52db628f1988d3e08350b097ff9073e +size 591021 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 15.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 15.prefab.meta new file mode 100644 index 0000000..e9a9c72 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 15.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 21c2c2f37bb45894e8c5ac0cb9e2cb90 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 15.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 2.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 2.prefab new file mode 100644 index 0000000..d596c0a --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd138cb65eadfb1018050cfd6f263d48c14601f8c1621272bb0ebc04a2b2fc7 +size 473784 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 2.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 2.prefab.meta new file mode 100644 index 0000000..b26ff19 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 2.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b15ff8497c1816242b4531a624ad5784 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 2.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 3.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 3.prefab new file mode 100644 index 0000000..3cddc82 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c8f385da3fbc0761a005ec128a031ac1ba3d6e223a73de1bef9c583f8e48b5 +size 592539 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 3.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 3.prefab.meta new file mode 100644 index 0000000..ccf9335 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 3.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d07a2dac65a5080458290ccf1869336e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 3.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 4.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 4.prefab new file mode 100644 index 0000000..e8a21fb --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 4.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014635e79150e077d7ac5d2b2833432dfb747414d74b49760abcf758d2f556f9 +size 473990 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 4.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 4.prefab.meta new file mode 100644 index 0000000..b9c8f9b --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 4.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 21380ddb0b252984da608f69594b18ec +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 4.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 5.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 5.prefab new file mode 100644 index 0000000..423e355 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 5.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a56c574e6a9af4c8427846ddfd8cadfa1e30271ef79e7f9328f4f3984bccb3c +size 236794 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 5.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 5.prefab.meta new file mode 100644 index 0000000..1d5b022 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 5.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0c493020e111d7e4fac7535fde124408 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 5.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 6.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 6.prefab new file mode 100644 index 0000000..9493a6f --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 6.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbc8ddbbac7d1fe85c9d238930a717adb58f81b9aa71871ba5fd0f03419560b +size 118866 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 6.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 6.prefab.meta new file mode 100644 index 0000000..98da7c5 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 6.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4ab34b8edd399b3499e3bfb5dff80b4d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 6.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 7.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 7.prefab new file mode 100644 index 0000000..24cb7b0 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 7.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9308499042e8269fbcbbef5ed22d490d86037f1577648ad1b00eeaef9442dc7f +size 473755 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 7.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 7.prefab.meta new file mode 100644 index 0000000..706d639 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 7.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 12c5a36b60a39734f80150bc3e23e850 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 7.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 8.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 8.prefab new file mode 100644 index 0000000..9d5f93d --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 8.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055b6dbe907022d4890a3a7626e036bd59e9f467a748b4b80ecb08f9fd66189d +size 592667 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 8.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 8.prefab.meta new file mode 100644 index 0000000..95a495d --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 8.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 11e40931ec6ea2645b692966183791ae +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 8.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 9.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 9.prefab new file mode 100644 index 0000000..2d08960 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 9.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ea2eaf8ad433ef50757763a18ba3c9251280ecc7a978afa951dfb8cca4b9b9 +size 592736 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 9.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 9.prefab.meta new file mode 100644 index 0000000..2003f6a --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 9.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b08f505eff218204fb92fac4cda2cfca +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Flash 9.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 1.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 1.prefab new file mode 100644 index 0000000..0bf620c --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dde57932ec49a53ef0678f2ea449cd7cbef202c0593f22473aa2251aba1bdbe +size 828454 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 1.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 1.prefab.meta new file mode 100644 index 0000000..e36ac5c --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 1.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8b78bf871862d08409f84a0bac02efdd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 1.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 10.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 10.prefab new file mode 100644 index 0000000..8950448 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 10.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af683664078f2ed50b88fdb325931c263cf937a78e44deeaaa1dc875925f2176 +size 828460 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 10.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 10.prefab.meta new file mode 100644 index 0000000..561c81b --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 10.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: fae7d8f670da44c4fbef473695272926 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 10.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 11.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 11.prefab new file mode 100644 index 0000000..a662ac0 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 11.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47946356087b4c20cf03f54edbcb49944820c5cb480418388d5da299c7daab81 +size 355292 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 11.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 11.prefab.meta new file mode 100644 index 0000000..04b4376 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 11.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b15a120c1390db449b8eb5af19d62424 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 11.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 12.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 12.prefab new file mode 100644 index 0000000..d4d5a71 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 12.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c7dce98cedb00124f526e455a2cd7eb3b8ea05cb3b44443deb70c195caf40f +size 828468 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 12.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 12.prefab.meta new file mode 100644 index 0000000..c7deccc --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 12.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 91fb7ab2ef38317499700fcf6b971451 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 12.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 13.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 13.prefab new file mode 100644 index 0000000..f0b67bb --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 13.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cd6fff8c60954819ba5910a69ffbbeb5fee890baf560786172daca514654c8 +size 943958 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 13.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 13.prefab.meta new file mode 100644 index 0000000..b1e55ad --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 13.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ae2b13f9ecf0d2444b46bdcb21f42ce3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 13.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 14.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 14.prefab new file mode 100644 index 0000000..774288c --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 14.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d364d2113bfd6dabfc15c4d9a59b89b709abaab439b773045cb9ab281e221215 +size 712696 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 14.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 14.prefab.meta new file mode 100644 index 0000000..db13177 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 14.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f39c43985f1039b47b3065f46848760e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 14.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 15.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 15.prefab new file mode 100644 index 0000000..fa55090 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 15.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcc2688e0c2133742f75a15aea11afb28e9eabc8b757426f830955253e65d3d +size 476530 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 15.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 15.prefab.meta new file mode 100644 index 0000000..f10f873 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 15.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 60ff48a39b3e7b644aa620b288bb256e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 15.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 2.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 2.prefab new file mode 100644 index 0000000..b3f8b5f --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac1fda5d8b94d251534916b4ea60320e7f6db3aebe7dd4f55716e6936a38031 +size 828137 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 2.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 2.prefab.meta new file mode 100644 index 0000000..a18c465 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 2.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8fea08f7cd39cd243840dcfe935c84bc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 2.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 3.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 3.prefab new file mode 100644 index 0000000..d0492a7 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3bb7340c458b4c4843b23d1f49ad8d0f351e6d966437f3066187214b774286 +size 828355 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 3.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 3.prefab.meta new file mode 100644 index 0000000..1703156 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 3.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9f423c73d6fd3e542a42b41623e81db1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 3.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 4.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 4.prefab new file mode 100644 index 0000000..f720769 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 4.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21714cd5b7c4d437359dbfc15c37d9316b9f858c9e680911a9dc9d9e0e241e14 +size 828328 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 4.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 4.prefab.meta new file mode 100644 index 0000000..3ee694f --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 4.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8d51197dc324b9b46ba083f2bd0bb642 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 4.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 5.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 5.prefab new file mode 100644 index 0000000..c608dff --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 5.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d386843ae4341692835066ead20f519d53d3c8915ea3bd9916baf1befef33418 +size 943834 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 5.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 5.prefab.meta new file mode 100644 index 0000000..4785b4a --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 5.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8b585bd4793e2404c9ce7e3770159d4b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 5.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 6.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 6.prefab new file mode 100644 index 0000000..812291e --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 6.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4fc3a5e91cc471ed233ff3385de63a28c0ed32851c6d3edc18b05f2524e59c +size 1064469 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 6.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 6.prefab.meta new file mode 100644 index 0000000..d64ff12 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 6.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d6ebe1b9125e36747b5aaed57e503724 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 6.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 7.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 7.prefab new file mode 100644 index 0000000..9d745db --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 7.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d7a9c8b29f572c40fcf2b2855a8217b25e1e76336193956affb0c85ac35923 +size 1064881 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 7.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 7.prefab.meta new file mode 100644 index 0000000..dfa18e9 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 7.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ac2312a3e32471549882f1a6da5568e6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 7.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 8.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 8.prefab new file mode 100644 index 0000000..08ddcf1 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 8.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab6904cbf8ffc4ec1ec8a86a8703651b6b92a42c207154ee6b438f1da00f33d +size 473923 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 8.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 8.prefab.meta new file mode 100644 index 0000000..0dd95c7 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 8.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2eb45cbb5c5e9d549ac5e123909fff4b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 8.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 9.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 9.prefab new file mode 100644 index 0000000..9318f7f --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 9.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aff5b34426f4413e55642468420213e585a2587d90bd160536375c02b95b8fc +size 828795 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 9.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 9.prefab.meta new file mode 100644 index 0000000..2ae77de --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 9.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8281469a426430648ad0bf11c78fc3a2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Hit 9.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 1 magic.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 1 magic.prefab new file mode 100644 index 0000000..e37b00a --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 1 magic.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddac6016b8b6ebbd4e376464594d86816422caecb00b60e633a194d750604eb +size 369219 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 1 magic.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 1 magic.prefab.meta new file mode 100644 index 0000000..6c4a621 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 1 magic.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 1405f7a46ad73504d8cbe4b7ddd1d552 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 1 magic.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 10 green.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 10 green.prefab new file mode 100644 index 0000000..0d2b940 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 10 green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9051d5056a63474975afd7eda38aa7bae04cd2ff02856c6db980fd6cc7947c +size 251641 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 10 green.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 10 green.prefab.meta new file mode 100644 index 0000000..40eb05a --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 10 green.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f377f4e60f0329a4aa5f0b772729a66a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 10 green.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 11 bullets.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 11 bullets.prefab new file mode 100644 index 0000000..9759cf9 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 11 bullets.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df71d539711549d5a8422f3c871d631d2b054080d7f0a04d3ce7d39661b009f +size 132501 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 11 bullets.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 11 bullets.prefab.meta new file mode 100644 index 0000000..4b8e4e7 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 11 bullets.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d223fbf886f2aa4408426d093198ef12 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 11 bullets.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 12 blue.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 12 blue.prefab new file mode 100644 index 0000000..ff36860 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 12 blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3845824b5e0da3009dcc84cb4ae0437eba7b324dd951e42f581be7aaa8aef21 +size 251331 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 12 blue.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 12 blue.prefab.meta new file mode 100644 index 0000000..2d47e76 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 12 blue.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f433416470d4f204d923065e0764d5a5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 12 blue.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 13 star.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 13 star.prefab new file mode 100644 index 0000000..aa90833 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 13 star.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d95566f02f8189827af81ffe54231830c030c291e5dea02397143d4040a5d8a +size 249965 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 13 star.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 13 star.prefab.meta new file mode 100644 index 0000000..e37d763 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 13 star.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: bc2714e5c329c764dbedba866cc02850 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 13 star.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 14 huricara.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 14 huricara.prefab new file mode 100644 index 0000000..adbbf87 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 14 huricara.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6c9d8e9afd12c0dfff0d27a2d0c02b155b8dca49545373b7d2771cfa458c78 +size 251152 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 14 huricara.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 14 huricara.prefab.meta new file mode 100644 index 0000000..c04a52c --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 14 huricara.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: fa6b2eb4089fc9d4ab0d795b14de9925 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 14 huricara.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 15 arrow.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 15 arrow.prefab new file mode 100644 index 0000000..e9b5860 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 15 arrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09a5ae37b0d79f0af065078695c41e8ec16d32bfe968afd1bdc053b03b4bede +size 367026 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 15 arrow.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 15 arrow.prefab.meta new file mode 100644 index 0000000..9da4d89 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 15 arrow.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: dfabab2850cde8d418eb1485cd8342f6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 15 arrow.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 2 acid.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 2 acid.prefab new file mode 100644 index 0000000..dc12a8e --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 2 acid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c65e5f343dc99f6f4656788815f226900d499d6f876fde47832977761a5cc8c +size 366289 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 2 acid.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 2 acid.prefab.meta new file mode 100644 index 0000000..e37be0e --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 2 acid.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9b2ad6251043bdf498f7d207e054fce5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 2 acid.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 3 torpedo.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 3 torpedo.prefab new file mode 100644 index 0000000..4fbfedb --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 3 torpedo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87816b0b136fcdfd68c00f348929d5d4d8f9562ade6c4993c64c7f0373609137 +size 366474 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 3 torpedo.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 3 torpedo.prefab.meta new file mode 100644 index 0000000..738a574 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 3 torpedo.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f10d307d7517d034aa17196a92fa17eb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 3 torpedo.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 4 water.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 4 water.prefab new file mode 100644 index 0000000..c832f52 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 4 water.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf875fd5d1c47f611bd5979a471573cc940982da36925336edb9d16843fe0de +size 249188 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 4 water.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 4 water.prefab.meta new file mode 100644 index 0000000..3cb92b6 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 4 water.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2e5569348371cb64683860d6f4efac92 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 4 water.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 5 star.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 5 star.prefab new file mode 100644 index 0000000..9c26e72 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 5 star.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c628d3e8970c887ce3f3ba5503417b28b95b343b277a2f3dbe629a7fe23dde +size 369387 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 5 star.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 5 star.prefab.meta new file mode 100644 index 0000000..8d38aa4 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 5 star.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7babbc54056405d44a273c371d1cd741 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 5 star.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 6 black hole.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 6 black hole.prefab new file mode 100644 index 0000000..bbd2cc0 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 6 black hole.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31538e2da00fedb2437e9b9c88116a1a08f5717dcbdaf4982f36a10bce1e47be +size 370618 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 6 black hole.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 6 black hole.prefab.meta new file mode 100644 index 0000000..4b6e0e7 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 6 black hole.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 22bc4fb8d857ed8488ef352a42249216 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 6 black hole.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 7 fire.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 7 fire.prefab new file mode 100644 index 0000000..780554a --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 7 fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2276dc9cbd86a4ba2d748d0bdb9d58fbf490dc2a86b10eca8aaf4148f7f6e77 +size 369368 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 7 fire.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 7 fire.prefab.meta new file mode 100644 index 0000000..7841ca9 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 7 fire.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ead2eb1ec6d8ee54fa5d36c7f5e30eef +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 7 fire.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 8 triangle.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 8 triangle.prefab new file mode 100644 index 0000000..8408fe0 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 8 triangle.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1386e14be6e5fe3d4fd5fad072bf00b7b3e3e5d37d2056f7330a4405b89bdb43 +size 367856 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 8 triangle.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 8 triangle.prefab.meta new file mode 100644 index 0000000..2812957 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 8 triangle.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 997ea9b2c65ba944ab0dcb6dc341b2fb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 8 triangle.prefab + uploadId: 883376 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 9 thunder.prefab b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 9 thunder.prefab new file mode 100644 index 0000000..1ac13f9 --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 9 thunder.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fafe2ad6ce931cec3cb3f9f694eecd04f2102e51575d5d2946929d04fb6624 +size 369062 diff --git a/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 9 thunder.prefab.meta b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 9 thunder.prefab.meta new file mode 100644 index 0000000..106349b --- /dev/null +++ b/Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 9 thunder.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: aaf0b3b035ba9da4db590f88449ce49f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 315729 + packageName: BIG Projectiles bundle + packageVersion: 3.1 + assetPath: Assets/Hovl Studio/Toon projectiles/Prefabs/Projectile 9 thunder.prefab + uploadId: 883376 diff --git a/Packages/manifest.json b/Packages/manifest.json index 377ffc6..1dd4892 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -9,6 +9,7 @@ "com.unity.learn.iet-framework": "5.0.2", "com.unity.multiplayer.center": "1.0.1", "com.unity.render-pipelines.universal": "17.3.0", + "com.unity.shadergraph": "17.3.0", "com.unity.test-framework": "1.6.0", "com.unity.timeline": "1.8.10", "com.unity.ugui": "2.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index e6dcd6c..3eade70 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -310,7 +310,7 @@ }, "com.unity.searcher": { "version": "4.9.4", - "depth": 2, + "depth": 1, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" @@ -324,7 +324,7 @@ }, "com.unity.shadergraph": { "version": "17.3.0", - "depth": 1, + "depth": 0, "source": "builtin", "dependencies": { "com.unity.render-pipelines.core": "17.3.0", diff --git a/ProjectSettings/EditorBuildSettings.asset b/ProjectSettings/EditorBuildSettings.asset index 8c8570d..1bc48d6 100644 --- a/ProjectSettings/EditorBuildSettings.asset +++ b/ProjectSettings/EditorBuildSettings.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5e3be5e53f1eb952de0ba8fba605d2f389e7b528de822a90b4edcaa3d886509 +oid sha256:fdb52a9c10bdbceb5bfb380e561718a5a4a0003e1ebff0dd7775bca460b96303 size 410