├── .gitattributes ├── .gitignore ├── Assets ├── Models.meta ├── Models │ ├── FireWheel.FBX │ ├── FireWheel.FBX.meta │ ├── Knot.FBX │ ├── Knot.FBX.meta │ ├── Materials.meta │ ├── Materials │ │ ├── BaseOutLine.mat │ │ ├── BaseOutLine.mat.meta │ │ ├── Base_weapon1.mat │ │ ├── Base_weapon1.mat.meta │ │ ├── Body.mat │ │ ├── Body.mat.meta │ │ ├── Body_Decal.mat │ │ ├── Body_Decal.mat.meta │ │ ├── Decal_Black.mat │ │ ├── Decal_Black.mat.meta │ │ ├── Decal_weapon.mat │ │ ├── Decal_weapon.mat.meta │ │ ├── Face_decal.mat │ │ ├── Face_decal.mat.meta │ │ ├── Face_glow.mat │ │ ├── Face_glow.mat.meta │ │ ├── FireWheel_base.mat │ │ ├── FireWheel_base.mat.meta │ │ ├── FireWheel_decal.mat │ │ ├── FireWheel_decal.mat.meta │ │ ├── Knot-AA.mat │ │ ├── Knot-AA.mat.meta │ │ ├── Knot-PGS.mat │ │ ├── Knot-PGS.mat.meta │ │ ├── Knot-SAS.mat │ │ ├── Knot-SAS.mat.meta │ │ ├── MI_MAIN_BASE.mat │ │ ├── MI_MAIN_BASE.mat.meta │ │ ├── MI_SHADOW.mat │ │ ├── MI_SHADOW.mat.meta │ │ ├── No Name.mat │ │ ├── No Name.mat.meta │ │ ├── Normal.mat │ │ ├── Normal.mat.meta │ │ ├── Post_DitherPattern.mat │ │ ├── Post_DitherPattern.mat.meta │ │ ├── SOL_base.mat │ │ ├── SOL_base.mat.meta │ │ ├── Shadow.mat │ │ ├── Shadow.mat.meta │ │ ├── Shadow_weapon.mat │ │ ├── Shadow_weapon.mat.meta │ │ ├── UniqueA.mat │ │ ├── UniqueA.mat.meta │ │ ├── WHEEL_GLOW.mat │ │ └── WHEEL_GLOW.mat.meta │ ├── SOL.FBX │ └── SOL.FBX.meta ├── Prefabs.meta ├── Prefabs │ ├── FireWheel.prefab │ ├── FireWheel.prefab.meta │ ├── Knot-AA.prefab │ ├── Knot-AA.prefab.meta │ ├── Knot-PGS.prefab │ ├── Knot-PGS.prefab.meta │ ├── Knot-SAS.prefab │ └── Knot-SAS.prefab.meta ├── Scene.meta ├── Scene │ ├── NPR_AntialiasedCelShading.meta │ ├── NPR_AntialiasedCelShading │ │ ├── AntialiasedCelShading.shader │ │ ├── AntialiasedCelShading.shader.meta │ │ ├── NPR_AntialiasedCelShading.unity │ │ └── NPR_AntialiasedCelShading.unity.meta │ ├── NPR_DitherPattern_HalfTone.meta │ ├── NPR_DitherPattern_HalfTone │ │ ├── NPR_DitherPattern_HalfTone.unity │ │ ├── NPR_DitherPattern_HalfTone.unity.meta │ │ ├── PostDitherPattern.shader │ │ └── PostDitherPattern.shader.meta │ ├── NPR_GuiltyGear.meta │ ├── NPR_GuiltyGear │ │ ├── NPR_GuiltyGear.unity │ │ ├── NPR_GuiltyGear.unity.meta │ │ ├── NPR_GuiltyGearMain_Base.shader │ │ └── NPR_GuiltyGearMain_Base.shader.meta │ ├── NPR_Procedural_Geometry_Silhouetthing.meta │ ├── NPR_Procedural_Geometry_Silhouetthing │ │ ├── NPR_Procedural_Geometry_Silhouetthing.unity │ │ ├── NPR_Procedural_Geometry_Silhouetthing.unity.meta │ │ ├── Procedural_Geometry.shader │ │ └── Procedural_Geometry.shader.meta │ ├── NPR_Surface_Angle_Silhouetthing.meta │ └── NPR_Surface_Angle_Silhouetthing │ │ ├── NPR_Surface_Angle_Silhouetting.unity │ │ ├── NPR_Surface_Angle_Silhouetting.unity.meta │ │ ├── Surface_Angle.shader │ │ └── Surface_Angle.shader.meta ├── Scripts.meta ├── Scripts │ ├── AutoRotate.cs │ ├── AutoRotate.cs.meta │ ├── AutoRotateShow.cs │ ├── AutoRotateShow.cs.meta │ ├── Debug.cs │ ├── Debug.cs.meta │ ├── PostEffect.cs │ ├── PostEffect.cs.meta │ ├── TextureGen.cs │ └── TextureGen.cs.meta ├── Textures.meta └── Textures │ ├── Dithers.meta │ ├── Dithers │ ├── Dithers.png │ ├── Dithers.png.meta │ ├── Dithers16.png │ ├── Dithers16.png.meta │ ├── Dithers4.png │ ├── Dithers4.png.meta │ ├── Dithers64.png │ ├── Dithers64.png.meta │ ├── Dithers9.png │ └── Dithers9.png.meta │ ├── GuiltyGear.meta │ ├── GuiltyGear │ ├── CMN_damaged_decal.png │ ├── CMN_damaged_decal.png.meta │ ├── FireWheel_Sss.tga │ ├── FireWheel_Sss.tga.meta │ ├── FireWheel_base.tga │ ├── FireWheel_base.tga.meta │ ├── FireWheel_decal.png │ ├── FireWheel_decal.png.meta │ ├── FireWheel_ilm.tga │ ├── FireWheel_ilm.tga.meta │ ├── SOLW_Sss.tga │ ├── SOLW_Sss.tga.meta │ ├── SOLW_base.tga │ ├── SOLW_base.tga.meta │ ├── SOLW_ilm.tga │ ├── SOLW_ilm.tga.meta │ ├── SOL_Sss.tga │ ├── SOL_Sss.tga.meta │ ├── SOL_base.tga │ ├── SOL_base.tga.meta │ ├── SOL_decal.png │ ├── SOL_decal.png.meta │ ├── SOL_decal_glow.png │ ├── SOL_decal_glow.png.meta │ ├── SOL_ilm.tga │ └── SOL_ilm.tga.meta │ ├── Hatch.meta │ ├── Hatch │ ├── hatch_0.jpg │ ├── hatch_0.jpg.meta │ ├── hatch_1.jpg │ ├── hatch_1.jpg.meta │ ├── hatch_2.jpg │ ├── hatch_2.jpg.meta │ ├── hatch_3.jpg │ ├── hatch_3.jpg.meta │ ├── hatch_4.jpg │ ├── hatch_4.jpg.meta │ ├── hatch_5.jpg │ └── hatch_5.jpg.meta │ ├── Paper.meta │ ├── Paper │ ├── paper0.jpg │ ├── paper0.jpg.meta │ ├── paper1.jpg │ ├── paper1.jpg.meta │ ├── paper2.jpg │ └── paper2.jpg.meta │ ├── Ramp_Texture_0.psd │ ├── Ramp_Texture_0.psd.meta │ ├── Ramp_Texture_1.psd │ ├── Ramp_Texture_1.psd.meta │ ├── Ramp_Texture_2.psd │ ├── Ramp_Texture_2.psd.meta │ ├── Ramp_Texture_3.psd │ ├── Ramp_Texture_3.psd.meta │ ├── noise0.png │ ├── noise0.png.meta │ ├── noise1.jpg │ └── noise1.jpg.meta ├── GuiltyGear.unitypackage ├── Packages └── manifest.json └── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset └── UnityConnectSettings.asset /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .vs 2 | 3 | /Library 4 | /Temp 5 | *.csproj 6 | *.sln 7 | /obj 8 | -------------------------------------------------------------------------------- /Assets/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models.meta -------------------------------------------------------------------------------- /Assets/Models/FireWheel.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/FireWheel.FBX -------------------------------------------------------------------------------- /Assets/Models/FireWheel.FBX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/FireWheel.FBX.meta -------------------------------------------------------------------------------- /Assets/Models/Knot.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Knot.FBX -------------------------------------------------------------------------------- /Assets/Models/Knot.FBX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Knot.FBX.meta -------------------------------------------------------------------------------- /Assets/Models/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/BaseOutLine.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/BaseOutLine.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/BaseOutLine.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/BaseOutLine.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Base_weapon1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Base_weapon1.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Base_weapon1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Base_weapon1.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Body.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Body.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Body.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Body.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Body_Decal.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Body_Decal.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Body_Decal.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Body_Decal.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Decal_Black.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Decal_Black.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Decal_Black.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Decal_Black.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Decal_weapon.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Decal_weapon.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Decal_weapon.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Decal_weapon.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Face_decal.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Face_decal.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Face_decal.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Face_decal.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Face_glow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Face_glow.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Face_glow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Face_glow.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/FireWheel_base.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/FireWheel_base.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/FireWheel_base.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/FireWheel_base.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/FireWheel_decal.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/FireWheel_decal.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/FireWheel_decal.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/FireWheel_decal.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Knot-AA.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Knot-AA.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Knot-AA.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Knot-AA.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Knot-PGS.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Knot-PGS.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Knot-PGS.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Knot-PGS.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Knot-SAS.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Knot-SAS.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Knot-SAS.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Knot-SAS.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/MI_MAIN_BASE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/MI_MAIN_BASE.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/MI_MAIN_BASE.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/MI_MAIN_BASE.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/MI_SHADOW.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/MI_SHADOW.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/MI_SHADOW.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/MI_SHADOW.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/No Name.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/No Name.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/No Name.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/No Name.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Normal.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Normal.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Normal.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Normal.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Post_DitherPattern.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Post_DitherPattern.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Post_DitherPattern.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Post_DitherPattern.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/SOL_base.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/SOL_base.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/SOL_base.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/SOL_base.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Shadow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Shadow.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Shadow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Shadow.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/Shadow_weapon.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Shadow_weapon.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/Shadow_weapon.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/Shadow_weapon.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/UniqueA.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/UniqueA.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/UniqueA.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/UniqueA.mat.meta -------------------------------------------------------------------------------- /Assets/Models/Materials/WHEEL_GLOW.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/WHEEL_GLOW.mat -------------------------------------------------------------------------------- /Assets/Models/Materials/WHEEL_GLOW.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/Materials/WHEEL_GLOW.mat.meta -------------------------------------------------------------------------------- /Assets/Models/SOL.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/SOL.FBX -------------------------------------------------------------------------------- /Assets/Models/SOL.FBX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Models/SOL.FBX.meta -------------------------------------------------------------------------------- /Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Prefabs.meta -------------------------------------------------------------------------------- /Assets/Prefabs/FireWheel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Prefabs/FireWheel.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/FireWheel.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Prefabs/FireWheel.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Knot-AA.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Prefabs/Knot-AA.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Knot-AA.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Prefabs/Knot-AA.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Knot-PGS.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Prefabs/Knot-PGS.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Knot-PGS.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Prefabs/Knot-PGS.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Knot-SAS.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Prefabs/Knot-SAS.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Knot-SAS.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Prefabs/Knot-SAS.prefab.meta -------------------------------------------------------------------------------- /Assets/Scene.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_AntialiasedCelShading.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_AntialiasedCelShading.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_AntialiasedCelShading/AntialiasedCelShading.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_AntialiasedCelShading/AntialiasedCelShading.shader -------------------------------------------------------------------------------- /Assets/Scene/NPR_AntialiasedCelShading/AntialiasedCelShading.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_AntialiasedCelShading/AntialiasedCelShading.shader.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_AntialiasedCelShading/NPR_AntialiasedCelShading.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_AntialiasedCelShading/NPR_AntialiasedCelShading.unity -------------------------------------------------------------------------------- /Assets/Scene/NPR_AntialiasedCelShading/NPR_AntialiasedCelShading.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_AntialiasedCelShading/NPR_AntialiasedCelShading.unity.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_DitherPattern_HalfTone.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_DitherPattern_HalfTone.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_DitherPattern_HalfTone/NPR_DitherPattern_HalfTone.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_DitherPattern_HalfTone/NPR_DitherPattern_HalfTone.unity -------------------------------------------------------------------------------- /Assets/Scene/NPR_DitherPattern_HalfTone/NPR_DitherPattern_HalfTone.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_DitherPattern_HalfTone/NPR_DitherPattern_HalfTone.unity.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_DitherPattern_HalfTone/PostDitherPattern.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_DitherPattern_HalfTone/PostDitherPattern.shader -------------------------------------------------------------------------------- /Assets/Scene/NPR_DitherPattern_HalfTone/PostDitherPattern.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_DitherPattern_HalfTone/PostDitherPattern.shader.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_GuiltyGear.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_GuiltyGear.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_GuiltyGear/NPR_GuiltyGear.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_GuiltyGear/NPR_GuiltyGear.unity -------------------------------------------------------------------------------- /Assets/Scene/NPR_GuiltyGear/NPR_GuiltyGear.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_GuiltyGear/NPR_GuiltyGear.unity.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_GuiltyGear/NPR_GuiltyGearMain_Base.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_GuiltyGear/NPR_GuiltyGearMain_Base.shader -------------------------------------------------------------------------------- /Assets/Scene/NPR_GuiltyGear/NPR_GuiltyGearMain_Base.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_GuiltyGear/NPR_GuiltyGearMain_Base.shader.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_Procedural_Geometry_Silhouetthing.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_Procedural_Geometry_Silhouetthing.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_Procedural_Geometry_Silhouetthing/NPR_Procedural_Geometry_Silhouetthing.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_Procedural_Geometry_Silhouetthing/NPR_Procedural_Geometry_Silhouetthing.unity -------------------------------------------------------------------------------- /Assets/Scene/NPR_Procedural_Geometry_Silhouetthing/NPR_Procedural_Geometry_Silhouetthing.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_Procedural_Geometry_Silhouetthing/NPR_Procedural_Geometry_Silhouetthing.unity.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_Procedural_Geometry_Silhouetthing/Procedural_Geometry.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_Procedural_Geometry_Silhouetthing/Procedural_Geometry.shader -------------------------------------------------------------------------------- /Assets/Scene/NPR_Procedural_Geometry_Silhouetthing/Procedural_Geometry.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_Procedural_Geometry_Silhouetthing/Procedural_Geometry.shader.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_Surface_Angle_Silhouetthing.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_Surface_Angle_Silhouetthing.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_Surface_Angle_Silhouetthing/NPR_Surface_Angle_Silhouetting.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_Surface_Angle_Silhouetthing/NPR_Surface_Angle_Silhouetting.unity -------------------------------------------------------------------------------- /Assets/Scene/NPR_Surface_Angle_Silhouetthing/NPR_Surface_Angle_Silhouetting.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_Surface_Angle_Silhouetthing/NPR_Surface_Angle_Silhouetting.unity.meta -------------------------------------------------------------------------------- /Assets/Scene/NPR_Surface_Angle_Silhouetthing/Surface_Angle.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_Surface_Angle_Silhouetthing/Surface_Angle.shader -------------------------------------------------------------------------------- /Assets/Scene/NPR_Surface_Angle_Silhouetthing/Surface_Angle.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scene/NPR_Surface_Angle_Silhouetthing/Surface_Angle.shader.meta -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scripts.meta -------------------------------------------------------------------------------- /Assets/Scripts/AutoRotate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scripts/AutoRotate.cs -------------------------------------------------------------------------------- /Assets/Scripts/AutoRotate.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scripts/AutoRotate.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/AutoRotateShow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scripts/AutoRotateShow.cs -------------------------------------------------------------------------------- /Assets/Scripts/AutoRotateShow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scripts/AutoRotateShow.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Debug.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scripts/Debug.cs -------------------------------------------------------------------------------- /Assets/Scripts/Debug.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scripts/Debug.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/PostEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scripts/PostEffect.cs -------------------------------------------------------------------------------- /Assets/Scripts/PostEffect.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scripts/PostEffect.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/TextureGen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scripts/TextureGen.cs -------------------------------------------------------------------------------- /Assets/Scripts/TextureGen.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Scripts/TextureGen.cs.meta -------------------------------------------------------------------------------- /Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures.meta -------------------------------------------------------------------------------- /Assets/Textures/Dithers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Dithers.meta -------------------------------------------------------------------------------- /Assets/Textures/Dithers/Dithers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Dithers/Dithers.png -------------------------------------------------------------------------------- /Assets/Textures/Dithers/Dithers.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Dithers/Dithers.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Dithers/Dithers16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Dithers/Dithers16.png -------------------------------------------------------------------------------- /Assets/Textures/Dithers/Dithers16.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Dithers/Dithers16.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Dithers/Dithers4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Dithers/Dithers4.png -------------------------------------------------------------------------------- /Assets/Textures/Dithers/Dithers4.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Dithers/Dithers4.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Dithers/Dithers64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Dithers/Dithers64.png -------------------------------------------------------------------------------- /Assets/Textures/Dithers/Dithers64.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Dithers/Dithers64.png.meta -------------------------------------------------------------------------------- /Assets/Textures/Dithers/Dithers9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Dithers/Dithers9.png -------------------------------------------------------------------------------- /Assets/Textures/Dithers/Dithers9.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Dithers/Dithers9.png.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/CMN_damaged_decal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/CMN_damaged_decal.png -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/CMN_damaged_decal.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/CMN_damaged_decal.png.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/FireWheel_Sss.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/FireWheel_Sss.tga -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/FireWheel_Sss.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/FireWheel_Sss.tga.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/FireWheel_base.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/FireWheel_base.tga -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/FireWheel_base.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/FireWheel_base.tga.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/FireWheel_decal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/FireWheel_decal.png -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/FireWheel_decal.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/FireWheel_decal.png.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/FireWheel_ilm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/FireWheel_ilm.tga -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/FireWheel_ilm.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/FireWheel_ilm.tga.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOLW_Sss.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOLW_Sss.tga -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOLW_Sss.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOLW_Sss.tga.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOLW_base.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOLW_base.tga -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOLW_base.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOLW_base.tga.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOLW_ilm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOLW_ilm.tga -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOLW_ilm.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOLW_ilm.tga.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOL_Sss.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOL_Sss.tga -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOL_Sss.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOL_Sss.tga.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOL_base.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOL_base.tga -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOL_base.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOL_base.tga.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOL_decal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOL_decal.png -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOL_decal.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOL_decal.png.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOL_decal_glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOL_decal_glow.png -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOL_decal_glow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOL_decal_glow.png.meta -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOL_ilm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOL_ilm.tga -------------------------------------------------------------------------------- /Assets/Textures/GuiltyGear/SOL_ilm.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/GuiltyGear/SOL_ilm.tga.meta -------------------------------------------------------------------------------- /Assets/Textures/Hatch.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch.meta -------------------------------------------------------------------------------- /Assets/Textures/Hatch/hatch_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch/hatch_0.jpg -------------------------------------------------------------------------------- /Assets/Textures/Hatch/hatch_0.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch/hatch_0.jpg.meta -------------------------------------------------------------------------------- /Assets/Textures/Hatch/hatch_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch/hatch_1.jpg -------------------------------------------------------------------------------- /Assets/Textures/Hatch/hatch_1.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch/hatch_1.jpg.meta -------------------------------------------------------------------------------- /Assets/Textures/Hatch/hatch_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch/hatch_2.jpg -------------------------------------------------------------------------------- /Assets/Textures/Hatch/hatch_2.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch/hatch_2.jpg.meta -------------------------------------------------------------------------------- /Assets/Textures/Hatch/hatch_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch/hatch_3.jpg -------------------------------------------------------------------------------- /Assets/Textures/Hatch/hatch_3.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch/hatch_3.jpg.meta -------------------------------------------------------------------------------- /Assets/Textures/Hatch/hatch_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch/hatch_4.jpg -------------------------------------------------------------------------------- /Assets/Textures/Hatch/hatch_4.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch/hatch_4.jpg.meta -------------------------------------------------------------------------------- /Assets/Textures/Hatch/hatch_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch/hatch_5.jpg -------------------------------------------------------------------------------- /Assets/Textures/Hatch/hatch_5.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Hatch/hatch_5.jpg.meta -------------------------------------------------------------------------------- /Assets/Textures/Paper.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Paper.meta -------------------------------------------------------------------------------- /Assets/Textures/Paper/paper0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Paper/paper0.jpg -------------------------------------------------------------------------------- /Assets/Textures/Paper/paper0.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Paper/paper0.jpg.meta -------------------------------------------------------------------------------- /Assets/Textures/Paper/paper1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Paper/paper1.jpg -------------------------------------------------------------------------------- /Assets/Textures/Paper/paper1.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Paper/paper1.jpg.meta -------------------------------------------------------------------------------- /Assets/Textures/Paper/paper2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Paper/paper2.jpg -------------------------------------------------------------------------------- /Assets/Textures/Paper/paper2.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Paper/paper2.jpg.meta -------------------------------------------------------------------------------- /Assets/Textures/Ramp_Texture_0.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Ramp_Texture_0.psd -------------------------------------------------------------------------------- /Assets/Textures/Ramp_Texture_0.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Ramp_Texture_0.psd.meta -------------------------------------------------------------------------------- /Assets/Textures/Ramp_Texture_1.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Ramp_Texture_1.psd -------------------------------------------------------------------------------- /Assets/Textures/Ramp_Texture_1.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Ramp_Texture_1.psd.meta -------------------------------------------------------------------------------- /Assets/Textures/Ramp_Texture_2.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Ramp_Texture_2.psd -------------------------------------------------------------------------------- /Assets/Textures/Ramp_Texture_2.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Ramp_Texture_2.psd.meta -------------------------------------------------------------------------------- /Assets/Textures/Ramp_Texture_3.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Ramp_Texture_3.psd -------------------------------------------------------------------------------- /Assets/Textures/Ramp_Texture_3.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/Ramp_Texture_3.psd.meta -------------------------------------------------------------------------------- /Assets/Textures/noise0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/noise0.png -------------------------------------------------------------------------------- /Assets/Textures/noise0.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/noise0.png.meta -------------------------------------------------------------------------------- /Assets/Textures/noise1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/noise1.jpg -------------------------------------------------------------------------------- /Assets/Textures/noise1.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Assets/Textures/noise1.jpg.meta -------------------------------------------------------------------------------- /GuiltyGear.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/GuiltyGear.unitypackage -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.0f2 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X4---/NPR/HEAD/ProjectSettings/UnityConnectSettings.asset --------------------------------------------------------------------------------