├── .github ├── logo.png └── thumbnail.png ├── .gitignore ├── Assets ├── BOXOPHOBIC.meta ├── BOXOPHOBIC │ ├── Skybox Cubemap Extended.meta │ ├── Skybox Cubemap Extended │ │ ├── Core.meta │ │ ├── Core │ │ │ ├── Shaders.meta │ │ │ └── Shaders │ │ │ │ ├── Skybox Cubemap Extended.shader │ │ │ │ └── Skybox Cubemap Extended.shader.meta │ │ ├── Demo.meta │ │ ├── Demo │ │ │ ├── Demo Day.unity │ │ │ ├── Demo Day.unity.meta │ │ │ ├── Demo Night.unity │ │ │ ├── Demo Night.unity.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── LowPoly - FirTree.mat │ │ │ │ ├── LowPoly - FirTree.mat.meta │ │ │ │ ├── LowPoly - FirTreeVariation.mat │ │ │ │ ├── LowPoly - FirTreeVariation.mat.meta │ │ │ │ ├── LowPoly - Grass.mat │ │ │ │ ├── LowPoly - Grass.mat.meta │ │ │ │ ├── LowPoly - Rock.mat │ │ │ │ ├── LowPoly - Rock.mat.meta │ │ │ │ ├── LowPoly - Terrain.mat │ │ │ │ ├── LowPoly - Terrain.mat.meta │ │ │ │ ├── LowPoly - TreeTrunk.mat │ │ │ │ ├── LowPoly - TreeTrunk.mat.meta │ │ │ │ ├── LowPoly - Wood.mat │ │ │ │ ├── LowPoly - Wood.mat.meta │ │ │ │ ├── Skybox Cubemap Extended Day.mat │ │ │ │ ├── Skybox Cubemap Extended Day.mat.meta │ │ │ │ ├── Skybox Cubemap Extended Night.mat │ │ │ │ └── Skybox Cubemap Extended Night.mat.meta │ │ │ ├── Meshes.meta │ │ │ ├── Meshes │ │ │ │ ├── LowPoly - Fence A.FBX │ │ │ │ ├── LowPoly - Fence A.FBX.meta │ │ │ │ ├── LowPoly - Fence B.FBX │ │ │ │ ├── LowPoly - Fence B.FBX.meta │ │ │ │ ├── LowPoly - FirTree A.FBX │ │ │ │ ├── LowPoly - FirTree A.FBX.meta │ │ │ │ ├── LowPoly - FirTree B.FBX │ │ │ │ ├── LowPoly - FirTree B.FBX.meta │ │ │ │ ├── LowPoly - Grass A.FBX │ │ │ │ ├── LowPoly - Grass A.FBX.meta │ │ │ │ ├── LowPoly - Grass B.FBX │ │ │ │ ├── LowPoly - Grass B.FBX.meta │ │ │ │ ├── LowPoly - Rock A.FBX │ │ │ │ ├── LowPoly - Rock A.FBX.meta │ │ │ │ ├── LowPoly - Rock B.FBX │ │ │ │ ├── LowPoly - Rock B.FBX.meta │ │ │ │ ├── LowPoly - Terrain.FBX │ │ │ │ └── LowPoly - Terrain.FBX.meta │ │ │ ├── Post.meta │ │ │ ├── Post │ │ │ │ ├── Demo.asset │ │ │ │ └── Demo.asset.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── LowPoly - Fence A.prefab │ │ │ │ ├── LowPoly - Fence A.prefab.meta │ │ │ │ ├── LowPoly - Fence B.prefab │ │ │ │ ├── LowPoly - Fence B.prefab.meta │ │ │ │ ├── LowPoly - FirTree A.prefab │ │ │ │ ├── LowPoly - FirTree A.prefab.meta │ │ │ │ ├── LowPoly - FirTree B.prefab │ │ │ │ ├── LowPoly - FirTree B.prefab.meta │ │ │ │ ├── LowPoly - Grass A.prefab │ │ │ │ ├── LowPoly - Grass A.prefab.meta │ │ │ │ ├── LowPoly - Grass B.prefab │ │ │ │ ├── LowPoly - Grass B.prefab.meta │ │ │ │ ├── LowPoly - Rock A.prefab │ │ │ │ ├── LowPoly - Rock A.prefab.meta │ │ │ │ ├── LowPoly - Rock B.prefab │ │ │ │ └── LowPoly - Rock B.prefab.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── Polyverse Skies - Blue Sky.png │ │ │ │ ├── Polyverse Skies - Blue Sky.png.meta │ │ │ │ ├── Polyverse Skies - Night Sky.exr │ │ │ │ └── Polyverse Skies - Night Sky.exr.meta │ │ ├── Skybox Cubemap Extended.pdf │ │ └── Skybox Cubemap Extended.pdf.meta │ ├── User.meta │ ├── User │ │ ├── User.pdf │ │ └── User.pdf.meta │ ├── Utils.meta │ └── Utils │ │ ├── Resources.meta │ │ ├── Resources │ │ ├── Boxophobic - BannerBegin.psd │ │ ├── Boxophobic - BannerBegin.psd.meta │ │ ├── Boxophobic - BannerEnd.psd │ │ ├── Boxophobic - BannerEnd.psd.meta │ │ ├── Boxophobic - BannerMiddle.psd │ │ ├── Boxophobic - BannerMiddle.psd.meta │ │ ├── Boxophobic - CategoryBegin.psd │ │ ├── Boxophobic - CategoryBegin.psd.meta │ │ ├── Boxophobic - CategoryEnd.psd │ │ ├── Boxophobic - CategoryEnd.psd.meta │ │ ├── Boxophobic - CategoryMiddle.psd │ │ ├── Boxophobic - CategoryMiddle.psd.meta │ │ ├── Boxophobic - IconEdit.psd │ │ ├── Boxophobic - IconEdit.psd.meta │ │ ├── Boxophobic - IconFile.psd │ │ ├── Boxophobic - IconFile.psd.meta │ │ ├── Boxophobic - IconHelp.psd │ │ ├── Boxophobic - IconHelp.psd.meta │ │ ├── Boxophobic - LogoDark.png │ │ ├── Boxophobic - LogoDark.png.meta │ │ ├── Boxophobic - LogoLight.png │ │ └── Boxophobic - LogoLight.png.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ ├── BoxophobicUtils.meta │ │ ├── BoxophobicUtils │ │ │ ├── Editor.meta │ │ │ └── Editor │ │ │ │ ├── GetBoxophobicFolder.cs │ │ │ │ └── GetBoxophobicFolder.cs.meta │ │ ├── Constants.meta │ │ ├── Constants │ │ │ ├── Editor.meta │ │ │ └── Editor │ │ │ │ ├── Constants.cs │ │ │ │ └── Constants.cs.meta │ │ ├── SettingsUtils.meta │ │ ├── SettingsUtils │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── LoadSettingsData.cs │ │ │ │ ├── LoadSettingsData.cs.meta │ │ │ │ ├── SaveSettingsData.cs │ │ │ │ └── SaveSettingsData.cs.meta │ │ │ ├── SettingsData.cs │ │ │ └── SettingsData.cs.meta │ │ ├── StyledGUI.meta │ │ ├── StyledGUI │ │ │ ├── Editor.meta │ │ │ └── Editor │ │ │ │ ├── DrawInspectorBanner.cs │ │ │ │ ├── DrawInspectorBanner.cs.meta │ │ │ │ ├── DrawInspectorCategory.cs │ │ │ │ ├── DrawInspectorCategory.cs.meta │ │ │ │ ├── DrawWindowBanner.cs │ │ │ │ ├── DrawWindowBanner.cs.meta │ │ │ │ ├── DrawWindowCategory.cs │ │ │ │ └── DrawWindowCategory.cs.meta │ │ ├── StyledInspector.meta │ │ ├── StyledInspector │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── StyledBannerDrawer.cs │ │ │ │ ├── StyledBannerDrawer.cs.meta │ │ │ │ ├── StyledCategoryDrawer.cs │ │ │ │ ├── StyledCategoryDrawer.cs.meta │ │ │ │ ├── StyledInteractiveDrawer.cs │ │ │ │ ├── StyledInteractiveDrawer.cs.meta │ │ │ │ ├── StyledMessageDrawer.cs │ │ │ │ ├── StyledMessageDrawer.cs.meta │ │ │ │ ├── StyledPopupArrayDrawer.cs │ │ │ │ ├── StyledPopupArrayDrawer.cs.meta │ │ │ │ ├── StyledPopupLayersDrawer.cs │ │ │ │ ├── StyledPopupLayersDrawer.cs.meta │ │ │ │ ├── StyledRangeOptionsDrawer.cs │ │ │ │ ├── StyledRangeOptionsDrawer.cs.meta │ │ │ │ ├── StyledSpaceDrawer.cs │ │ │ │ ├── StyledSpaceDrawer.cs.meta │ │ │ │ ├── StyledTexturePreviewDrawer.cs │ │ │ │ └── StyledTexturePreviewDrawer.cs.meta │ │ │ ├── StyledBanner.cs │ │ │ ├── StyledBanner.cs.meta │ │ │ ├── StyledCategory.cs │ │ │ ├── StyledCategory.cs.meta │ │ │ ├── StyledInteractive.cs │ │ │ ├── StyledInteractive.cs.meta │ │ │ ├── StyledMessage.cs │ │ │ ├── StyledMessage.cs.meta │ │ │ ├── StyledPopupArray.cs │ │ │ ├── StyledPopupArray.cs.meta │ │ │ ├── StyledPopupLayers.cs │ │ │ ├── StyledPopupLayers.cs.meta │ │ │ ├── StyledRangeOptions.cs │ │ │ ├── StyledRangeOptions.cs.meta │ │ │ ├── StyledSpace.cs │ │ │ ├── StyledSpace.cs.meta │ │ │ ├── StyledTexturePreview.cs │ │ │ └── StyledTexturePreview.cs.meta │ │ ├── StyledMaterial.meta │ │ ├── StyledMaterial │ │ │ ├── Editor.meta │ │ │ └── Editor │ │ │ │ ├── StyledBannerDrawer.cs │ │ │ │ ├── StyledBannerDrawer.cs.meta │ │ │ │ ├── StyledCategoryDrawer.cs │ │ │ │ ├── StyledCategoryDrawer.cs.meta │ │ │ │ ├── StyledDiffusionMaterialDrawer.cs │ │ │ │ ├── StyledDiffusionMaterialDrawer.cs.meta │ │ │ │ ├── StyledInteractiveDrawer.cs │ │ │ │ ├── StyledInteractiveDrawer.cs.meta │ │ │ │ ├── StyledMessageDrawer.cs │ │ │ │ ├── StyledMessageDrawer.cs.meta │ │ │ │ ├── StyledSpaceDrawer.cs │ │ │ │ └── StyledSpaceDrawer.cs.meta │ │ ├── StyledMono.meta │ │ ├── StyledMono │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── StyledMonoBehaviourEditor.cs │ │ │ │ └── StyledMonoBehaviourEditor.cs.meta │ │ │ ├── StyledMonoBehaviour.cs │ │ │ ├── StyledMonoBehaviour.cs.meta │ │ │ ├── StyledMonoHideScriptField.cs │ │ │ └── StyledMonoHideScriptField.cs.meta │ │ ├── Version.asset │ │ └── Version.asset.meta │ │ ├── Utils.pdf │ │ └── Utils.pdf.meta ├── Materials.meta ├── Materials │ ├── CustomLighting.hlsl │ ├── CustomLighting.hlsl.meta │ ├── Floor.mat │ ├── Floor.mat.meta │ ├── MainLight.shadersubgraph │ ├── MainLight.shadersubgraph.meta │ ├── SnakeShader.shadergraph │ ├── SnakeShader.shadergraph.meta │ ├── ToonShader.shadergraph │ ├── ToonShader.shadergraph.meta │ ├── VertexShader.shadergraph │ └── VertexShader.shadergraph.meta ├── Models.meta ├── Models │ ├── Deidara.meta │ ├── Deidara │ │ ├── AOESpell.anim │ │ ├── AOESpell.anim.meta │ │ ├── Deidara.mat │ │ ├── Deidara.mat.meta │ │ ├── DeidaraAnimator.controller │ │ ├── DeidaraAnimator.controller.meta │ │ ├── Idle.anim │ │ ├── Idle.anim.meta │ │ ├── Idle.fbx │ │ ├── Idle.fbx.meta │ │ ├── SingleSpell.anim │ │ ├── SingleSpell.anim.meta │ │ ├── Standing 2H Magic Area Attack 01.fbx │ │ ├── Standing 2H Magic Area Attack 01.fbx.meta │ │ ├── Standing 2H Magic Attack 02.fbx │ │ ├── Standing 2H Magic Attack 02.fbx.meta │ │ ├── ntxr000.png │ │ └── ntxr000.png.meta │ ├── Snake.meta │ └── Snake │ │ ├── Snake.fbx │ │ ├── Snake.fbx.meta │ │ ├── Snake.mat │ │ ├── Snake.mat.meta │ │ ├── SnakeTexture.png │ │ └── SnakeTexture.png.meta ├── Prefabs.meta ├── Prefabs │ ├── AOESnakeSpell.prefab │ ├── AOESnakeSpell.prefab.meta │ ├── SingleSnakeSpell.prefab │ └── SingleSnakeSpell.prefab.meta ├── Presets.meta ├── Presets │ ├── AudioCompressedInMemory.preset │ ├── AudioCompressedInMemory.preset.meta │ ├── AudioStreaming.preset │ ├── AudioStreaming.preset.meta │ ├── Defaults.meta │ ├── Defaults │ │ ├── AlbedoTexture_Default.preset │ │ ├── AlbedoTexture_Default.preset.meta │ │ ├── AudioDecompressOnLoad.preset │ │ ├── AudioDecompressOnLoad.preset.meta │ │ ├── DirectionalLight_Default.preset │ │ └── DirectionalLight_Default.preset.meta │ ├── NormalTexture.preset │ ├── NormalTexture.preset.meta │ ├── UtilityTexture.preset │ └── UtilityTexture.preset.meta ├── Scenes.meta ├── Scenes │ ├── Deidara.meta │ ├── Deidara.unity │ ├── Deidara.unity.meta │ └── Deidara │ │ ├── LightingData.asset │ │ ├── LightingData.asset.meta │ │ ├── Lightmap-0_comp_light.exr │ │ ├── Lightmap-0_comp_light.exr.meta │ │ ├── Lightmap-1_comp_light.exr │ │ ├── Lightmap-1_comp_light.exr.meta │ │ ├── Lightmap-2_comp_light.exr │ │ ├── Lightmap-2_comp_light.exr.meta │ │ ├── Lightmap-3_comp_light.exr │ │ ├── Lightmap-3_comp_light.exr.meta │ │ ├── Lightmap-4_comp_light.exr │ │ ├── Lightmap-4_comp_light.exr.meta │ │ ├── Lightmap-5_comp_light.exr │ │ ├── Lightmap-5_comp_light.exr.meta │ │ ├── Lightmap-6_comp_light.exr │ │ ├── Lightmap-6_comp_light.exr.meta │ │ ├── Lightmap-7_comp_light.exr │ │ ├── Lightmap-7_comp_light.exr.meta │ │ ├── Lightmap-8_comp_light.exr │ │ ├── Lightmap-8_comp_light.exr.meta │ │ ├── ReflectionProbe-0.exr │ │ └── ReflectionProbe-0.exr.meta ├── Scripts.meta ├── Scripts │ ├── PlayerController.cs │ └── PlayerController.cs.meta ├── Settings.meta └── Settings │ ├── ForwardRenderer.asset │ ├── ForwardRenderer.asset.meta │ ├── SampleSceneProfile.asset │ ├── SampleSceneProfile.asset.meta │ ├── UniversalRP-HighQuality.asset │ ├── UniversalRP-HighQuality.asset.meta │ ├── UniversalRP-LowQuality.asset │ ├── UniversalRP-LowQuality.asset.meta │ ├── UniversalRP-MediumQuality.asset │ └── UniversalRP-MediumQuality.asset.meta ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── URPProjectSettings.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset └── README.md /.github/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/.github/logo.png -------------------------------------------------------------------------------- /.github/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/.github/thumbnail.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /[Ll]ibrary/ 2 | /[Tt]emp/ 3 | /[Oo]bj/ 4 | /[Bb]uild/ 5 | /[Bb]uilds/ 6 | /[Ll]ogs/ 7 | /[Uu]ser[Ss]ettings/ 8 | 9 | # MemoryCaptures can get excessive in size. 10 | # They also could contain extremely sensitive data 11 | /[Mm]emoryCaptures/ 12 | 13 | # Asset meta data should only be ignored when the corresponding asset is also ignored 14 | !/[Aa]ssets/**/*.meta 15 | 16 | # Uncomment this line if you wish to ignore the asset store tools plugin 17 | # /[Aa]ssets/AssetStoreTools* 18 | 19 | # Autogenerated Jetbrains Rider plugin 20 | /[Aa]ssets/Plugins/Editor/JetBrains* 21 | 22 | # Visual Studio cache directory 23 | .vs/ 24 | 25 | # Gradle cache directory 26 | .gradle/ 27 | 28 | # Autogenerated VS/MD/Consulo solution and project files 29 | ExportedObj/ 30 | .consulo/ 31 | *.csproj 32 | *.unityproj 33 | *.sln 34 | *.suo 35 | *.tmp 36 | *.user 37 | *.userprefs 38 | *.pidb 39 | *.booproj 40 | *.svd 41 | *.pdb 42 | *.mdb 43 | *.opendb 44 | *.VC.db 45 | 46 | # Unity3D generated meta files 47 | *.pidb.meta 48 | *.pdb.meta 49 | *.mdb.meta 50 | 51 | # Unity3D generated file on crash reports 52 | sysinfo.txt 53 | 54 | # Builds 55 | *.apk 56 | *.unitypackage 57 | 58 | # Crashlytics generated file 59 | crashlytics-build.properties -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87e0435bf0aaf4b41ae3a7d83f3c10c1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06fe4632bd09e57468b68c174e122233 3 | folderAsset: yes 4 | timeCreated: 1568799310 5 | licenseType: Store 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18556335e32be764885bcf0a6824be6d 3 | folderAsset: yes 4 | timeCreated: 1568799992 5 | licenseType: Store 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3f53477d64695f4abc989d59212b280 3 | folderAsset: yes 4 | timeCreated: 1513231762 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Extended.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82881a2d011b0964696411c822cdd00b 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de9e928d9c90c1d43a73ded89b05d1cd 3 | folderAsset: yes 4 | timeCreated: 1517938353 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Day.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67adac43bcf286444be612074ab04f75 3 | timeCreated: 1517938592 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Night.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5df9867bdacd604dbe1d73079151448 3 | timeCreated: 1517938592 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5f2b39f73ab79f42a2dd2ccadae1581 3 | folderAsset: yes 4 | timeCreated: 1517938388 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTree.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 138b35dd321622a4d93635b532ae8b8e 3 | timeCreated: 1491914283 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTreeVariation.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f74119e82d3b3a4d9b2842dbaa2a6ee 3 | timeCreated: 1491914283 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Grass.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6fc6652ed834922468cdd63bb95f7fe2 3 | timeCreated: 1492252307 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Rock.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37524ae4594222f4f8acd7b76234f79a 3 | timeCreated: 1491914283 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Terrain.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2557d3f1d341fdb4e9d53179c053ffd5 3 | timeCreated: 1517938388 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - TreeTrunk.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a8f9a878cb7cff45b00339938d945ce 3 | timeCreated: 1491898618 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Wood.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff059fc016fcf8d4a88162b27e334cba 3 | timeCreated: 1491914283 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Day.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2bd8959f5fbd3644aa33af1a155fc147 3 | timeCreated: 1513355756 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Night.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc421da483ed06c49933077a621bff25 3 | timeCreated: 1513355756 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25d3f6e5ef9743646a02401c50311822 3 | folderAsset: yes 4 | timeCreated: 1517938353 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence A.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence A.FBX -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence A.FBX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 719d923d0fff4604dad00bd968b563b2 3 | timeCreated: 1491914283 4 | licenseType: Store 5 | ModelImporter: 6 | serializedVersion: 19 7 | fileIDToRecycleName: 8 | 100000: //RootNode 9 | 400000: //RootNode 10 | 2300000: //RootNode 11 | 3300000: //RootNode 12 | 4300000: LowPolyFence_01 13 | 9500000: //RootNode 14 | materials: 15 | importMaterials: 0 16 | materialName: 0 17 | materialSearch: 1 18 | animations: 19 | legacyGenerateAnimations: 4 20 | bakeSimulation: 0 21 | resampleCurves: 1 22 | optimizeGameObjects: 0 23 | motionNodeName: 24 | rigImportErrors: 25 | rigImportWarnings: 26 | animationImportErrors: 27 | animationImportWarnings: 28 | animationRetargetingWarnings: 29 | animationDoRetargetingWarnings: 0 30 | animationCompression: 1 31 | animationRotationError: 0.5 32 | animationPositionError: 0.5 33 | animationScaleError: 0.5 34 | animationWrapMode: 0 35 | extraExposedTransformPaths: [] 36 | clipAnimations: [] 37 | isReadable: 1 38 | meshes: 39 | lODScreenPercentages: [] 40 | globalScale: 1 41 | meshCompression: 0 42 | addColliders: 0 43 | importBlendShapes: 1 44 | swapUVChannels: 0 45 | generateSecondaryUV: 1 46 | useFileUnits: 1 47 | optimizeMeshForGPU: 1 48 | keepQuads: 0 49 | weldVertices: 1 50 | secondaryUVAngleDistortion: 8 51 | secondaryUVAreaDistortion: 15.000001 52 | secondaryUVHardAngle: 88 53 | secondaryUVPackMargin: 4 54 | useFileScale: 1 55 | tangentSpace: 56 | normalSmoothAngle: 60 57 | normalImportMode: 0 58 | tangentImportMode: 3 59 | importAnimation: 1 60 | copyAvatar: 0 61 | humanDescription: 62 | serializedVersion: 2 63 | human: [] 64 | skeleton: [] 65 | armTwist: 0.5 66 | foreArmTwist: 0.5 67 | upperLegTwist: 0.5 68 | legTwist: 0.5 69 | armStretch: 0.05 70 | legStretch: 0.05 71 | feetSpacing: 0 72 | rootMotionBoneName: 73 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 74 | hasTranslationDoF: 0 75 | hasExtraRoot: 0 76 | skeletonHasParents: 1 77 | lastHumanDescriptionAvatarSource: {instanceID: 0} 78 | animationType: 2 79 | humanoidOversampling: 1 80 | additionalBone: 0 81 | userData: 82 | assetBundleName: 83 | assetBundleVariant: 84 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence B.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence B.FBX -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence B.FBX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c41d268699e27248a4354335b2a76ee 3 | timeCreated: 1491914283 4 | licenseType: Store 5 | ModelImporter: 6 | serializedVersion: 19 7 | fileIDToRecycleName: 8 | 100000: //RootNode 9 | 400000: //RootNode 10 | 2300000: //RootNode 11 | 3300000: //RootNode 12 | 4300000: LowPolyFence_02 13 | 9500000: //RootNode 14 | materials: 15 | importMaterials: 0 16 | materialName: 0 17 | materialSearch: 1 18 | animations: 19 | legacyGenerateAnimations: 4 20 | bakeSimulation: 0 21 | resampleCurves: 1 22 | optimizeGameObjects: 0 23 | motionNodeName: 24 | rigImportErrors: 25 | rigImportWarnings: 26 | animationImportErrors: 27 | animationImportWarnings: 28 | animationRetargetingWarnings: 29 | animationDoRetargetingWarnings: 0 30 | animationCompression: 1 31 | animationRotationError: 0.5 32 | animationPositionError: 0.5 33 | animationScaleError: 0.5 34 | animationWrapMode: 0 35 | extraExposedTransformPaths: [] 36 | clipAnimations: [] 37 | isReadable: 1 38 | meshes: 39 | lODScreenPercentages: [] 40 | globalScale: 1 41 | meshCompression: 0 42 | addColliders: 0 43 | importBlendShapes: 1 44 | swapUVChannels: 0 45 | generateSecondaryUV: 1 46 | useFileUnits: 1 47 | optimizeMeshForGPU: 1 48 | keepQuads: 0 49 | weldVertices: 1 50 | secondaryUVAngleDistortion: 8 51 | secondaryUVAreaDistortion: 15.000001 52 | secondaryUVHardAngle: 88 53 | secondaryUVPackMargin: 4 54 | useFileScale: 1 55 | tangentSpace: 56 | normalSmoothAngle: 60 57 | normalImportMode: 0 58 | tangentImportMode: 3 59 | importAnimation: 1 60 | copyAvatar: 0 61 | humanDescription: 62 | serializedVersion: 2 63 | human: [] 64 | skeleton: [] 65 | armTwist: 0.5 66 | foreArmTwist: 0.5 67 | upperLegTwist: 0.5 68 | legTwist: 0.5 69 | armStretch: 0.05 70 | legStretch: 0.05 71 | feetSpacing: 0 72 | rootMotionBoneName: 73 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 74 | hasTranslationDoF: 0 75 | hasExtraRoot: 0 76 | skeletonHasParents: 1 77 | lastHumanDescriptionAvatarSource: {instanceID: 0} 78 | animationType: 2 79 | humanoidOversampling: 1 80 | additionalBone: 0 81 | userData: 82 | assetBundleName: 83 | assetBundleVariant: 84 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree A.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree A.FBX -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree A.FBX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f9b57a02a16e55429c68854f45a8801 3 | timeCreated: 1491914283 4 | licenseType: Store 5 | ModelImporter: 6 | serializedVersion: 19 7 | fileIDToRecycleName: 8 | 100000: //RootNode 9 | 400000: //RootNode 10 | 2300000: //RootNode 11 | 3300000: //RootNode 12 | 4300000: LowPolyFirTree_01 13 | 9500000: //RootNode 14 | materials: 15 | importMaterials: 0 16 | materialName: 0 17 | materialSearch: 1 18 | animations: 19 | legacyGenerateAnimations: 4 20 | bakeSimulation: 0 21 | resampleCurves: 1 22 | optimizeGameObjects: 0 23 | motionNodeName: 24 | rigImportErrors: 25 | rigImportWarnings: 26 | animationImportErrors: 27 | animationImportWarnings: 28 | animationRetargetingWarnings: 29 | animationDoRetargetingWarnings: 0 30 | animationCompression: 1 31 | animationRotationError: 0.5 32 | animationPositionError: 0.5 33 | animationScaleError: 0.5 34 | animationWrapMode: 0 35 | extraExposedTransformPaths: [] 36 | clipAnimations: [] 37 | isReadable: 1 38 | meshes: 39 | lODScreenPercentages: [] 40 | globalScale: 1 41 | meshCompression: 0 42 | addColliders: 0 43 | importBlendShapes: 1 44 | swapUVChannels: 0 45 | generateSecondaryUV: 1 46 | useFileUnits: 1 47 | optimizeMeshForGPU: 1 48 | keepQuads: 0 49 | weldVertices: 1 50 | secondaryUVAngleDistortion: 8 51 | secondaryUVAreaDistortion: 15.000001 52 | secondaryUVHardAngle: 88 53 | secondaryUVPackMargin: 4 54 | useFileScale: 1 55 | tangentSpace: 56 | normalSmoothAngle: 60 57 | normalImportMode: 0 58 | tangentImportMode: 3 59 | importAnimation: 1 60 | copyAvatar: 0 61 | humanDescription: 62 | serializedVersion: 2 63 | human: [] 64 | skeleton: [] 65 | armTwist: 0.5 66 | foreArmTwist: 0.5 67 | upperLegTwist: 0.5 68 | legTwist: 0.5 69 | armStretch: 0.05 70 | legStretch: 0.05 71 | feetSpacing: 0 72 | rootMotionBoneName: 73 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 74 | hasTranslationDoF: 0 75 | hasExtraRoot: 0 76 | skeletonHasParents: 1 77 | lastHumanDescriptionAvatarSource: {instanceID: 0} 78 | animationType: 2 79 | humanoidOversampling: 1 80 | additionalBone: 0 81 | userData: 82 | assetBundleName: 83 | assetBundleVariant: 84 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree B.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree B.FBX -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree B.FBX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 769d335a9d1fc3948bfb71adea34202c 3 | timeCreated: 1491914283 4 | licenseType: Store 5 | ModelImporter: 6 | serializedVersion: 19 7 | fileIDToRecycleName: 8 | 100000: //RootNode 9 | 400000: //RootNode 10 | 2300000: //RootNode 11 | 3300000: //RootNode 12 | 4300000: LowPolyFirTree_02 13 | 9500000: //RootNode 14 | materials: 15 | importMaterials: 0 16 | materialName: 0 17 | materialSearch: 1 18 | animations: 19 | legacyGenerateAnimations: 4 20 | bakeSimulation: 0 21 | resampleCurves: 1 22 | optimizeGameObjects: 0 23 | motionNodeName: 24 | rigImportErrors: 25 | rigImportWarnings: 26 | animationImportErrors: 27 | animationImportWarnings: 28 | animationRetargetingWarnings: 29 | animationDoRetargetingWarnings: 0 30 | animationCompression: 1 31 | animationRotationError: 0.5 32 | animationPositionError: 0.5 33 | animationScaleError: 0.5 34 | animationWrapMode: 0 35 | extraExposedTransformPaths: [] 36 | clipAnimations: [] 37 | isReadable: 1 38 | meshes: 39 | lODScreenPercentages: [] 40 | globalScale: 1 41 | meshCompression: 0 42 | addColliders: 0 43 | importBlendShapes: 1 44 | swapUVChannels: 0 45 | generateSecondaryUV: 1 46 | useFileUnits: 1 47 | optimizeMeshForGPU: 1 48 | keepQuads: 0 49 | weldVertices: 1 50 | secondaryUVAngleDistortion: 8 51 | secondaryUVAreaDistortion: 15.000001 52 | secondaryUVHardAngle: 88 53 | secondaryUVPackMargin: 4 54 | useFileScale: 1 55 | tangentSpace: 56 | normalSmoothAngle: 60 57 | normalImportMode: 0 58 | tangentImportMode: 3 59 | importAnimation: 1 60 | copyAvatar: 0 61 | humanDescription: 62 | serializedVersion: 2 63 | human: [] 64 | skeleton: [] 65 | armTwist: 0.5 66 | foreArmTwist: 0.5 67 | upperLegTwist: 0.5 68 | legTwist: 0.5 69 | armStretch: 0.05 70 | legStretch: 0.05 71 | feetSpacing: 0 72 | rootMotionBoneName: 73 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 74 | hasTranslationDoF: 0 75 | hasExtraRoot: 0 76 | skeletonHasParents: 1 77 | lastHumanDescriptionAvatarSource: {instanceID: 0} 78 | animationType: 2 79 | humanoidOversampling: 1 80 | additionalBone: 0 81 | userData: 82 | assetBundleName: 83 | assetBundleVariant: 84 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass A.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass A.FBX -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass B.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass B.FBX -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass B.FBX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0860e6fc68e57ae48b5ae6e854f8f6b1 3 | timeCreated: 1492253641 4 | licenseType: Store 5 | ModelImporter: 6 | serializedVersion: 19 7 | fileIDToRecycleName: 8 | 100000: Box017 9 | 100002: Box018 10 | 100004: Box019 11 | 100006: Box020 12 | 100008: Box021 13 | 100010: //RootNode 14 | 400000: Box017 15 | 400002: Box018 16 | 400004: Box019 17 | 400006: Box020 18 | 400008: Box021 19 | 400010: //RootNode 20 | 2300000: Box017 21 | 2300002: Box018 22 | 2300004: Box019 23 | 2300006: Box020 24 | 2300008: Box021 25 | 2300010: //RootNode 26 | 3300000: Box017 27 | 3300002: Box018 28 | 3300004: Box019 29 | 3300006: Box020 30 | 3300008: Box021 31 | 3300010: //RootNode 32 | 4300000: Box017 33 | 4300002: Box018 34 | 4300004: Box019 35 | 4300006: Box020 36 | 4300008: Box021 37 | 4300010: LowPolyGrass_02 38 | 9500000: //RootNode 39 | materials: 40 | importMaterials: 0 41 | materialName: 0 42 | materialSearch: 1 43 | animations: 44 | legacyGenerateAnimations: 4 45 | bakeSimulation: 0 46 | resampleCurves: 1 47 | optimizeGameObjects: 0 48 | motionNodeName: 49 | rigImportErrors: 50 | rigImportWarnings: 51 | animationImportErrors: 52 | animationImportWarnings: 53 | animationRetargetingWarnings: 54 | animationDoRetargetingWarnings: 0 55 | animationCompression: 1 56 | animationRotationError: 0.5 57 | animationPositionError: 0.5 58 | animationScaleError: 0.5 59 | animationWrapMode: 0 60 | extraExposedTransformPaths: [] 61 | clipAnimations: [] 62 | isReadable: 1 63 | meshes: 64 | lODScreenPercentages: [] 65 | globalScale: 1 66 | meshCompression: 0 67 | addColliders: 0 68 | importBlendShapes: 1 69 | swapUVChannels: 0 70 | generateSecondaryUV: 1 71 | useFileUnits: 1 72 | optimizeMeshForGPU: 1 73 | keepQuads: 0 74 | weldVertices: 1 75 | secondaryUVAngleDistortion: 8 76 | secondaryUVAreaDistortion: 15.000001 77 | secondaryUVHardAngle: 88 78 | secondaryUVPackMargin: 4 79 | useFileScale: 1 80 | tangentSpace: 81 | normalSmoothAngle: 60 82 | normalImportMode: 0 83 | tangentImportMode: 3 84 | importAnimation: 1 85 | copyAvatar: 0 86 | humanDescription: 87 | serializedVersion: 2 88 | human: [] 89 | skeleton: [] 90 | armTwist: 0.5 91 | foreArmTwist: 0.5 92 | upperLegTwist: 0.5 93 | legTwist: 0.5 94 | armStretch: 0.05 95 | legStretch: 0.05 96 | feetSpacing: 0 97 | rootMotionBoneName: 98 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 99 | hasTranslationDoF: 0 100 | hasExtraRoot: 0 101 | skeletonHasParents: 1 102 | lastHumanDescriptionAvatarSource: {instanceID: 0} 103 | animationType: 2 104 | humanoidOversampling: 1 105 | additionalBone: 0 106 | userData: 107 | assetBundleName: 108 | assetBundleVariant: 109 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock A.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock A.FBX -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock A.FBX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26fb55e8ae34728499f6f45cd0527c73 3 | timeCreated: 1491914283 4 | licenseType: Store 5 | ModelImporter: 6 | serializedVersion: 19 7 | fileIDToRecycleName: 8 | 100000: //RootNode 9 | 400000: //RootNode 10 | 2300000: //RootNode 11 | 3300000: //RootNode 12 | 4300000: LowPolyRock_05 13 | 9500000: //RootNode 14 | materials: 15 | importMaterials: 0 16 | materialName: 0 17 | materialSearch: 1 18 | animations: 19 | legacyGenerateAnimations: 4 20 | bakeSimulation: 0 21 | resampleCurves: 1 22 | optimizeGameObjects: 0 23 | motionNodeName: 24 | rigImportErrors: 25 | rigImportWarnings: 26 | animationImportErrors: 27 | animationImportWarnings: 28 | animationRetargetingWarnings: 29 | animationDoRetargetingWarnings: 0 30 | animationCompression: 1 31 | animationRotationError: 0.5 32 | animationPositionError: 0.5 33 | animationScaleError: 0.5 34 | animationWrapMode: 0 35 | extraExposedTransformPaths: [] 36 | clipAnimations: [] 37 | isReadable: 1 38 | meshes: 39 | lODScreenPercentages: [] 40 | globalScale: 1 41 | meshCompression: 0 42 | addColliders: 0 43 | importBlendShapes: 1 44 | swapUVChannels: 0 45 | generateSecondaryUV: 1 46 | useFileUnits: 1 47 | optimizeMeshForGPU: 1 48 | keepQuads: 0 49 | weldVertices: 1 50 | secondaryUVAngleDistortion: 8 51 | secondaryUVAreaDistortion: 15.000001 52 | secondaryUVHardAngle: 88 53 | secondaryUVPackMargin: 4 54 | useFileScale: 1 55 | tangentSpace: 56 | normalSmoothAngle: 60 57 | normalImportMode: 0 58 | tangentImportMode: 3 59 | importAnimation: 1 60 | copyAvatar: 0 61 | humanDescription: 62 | serializedVersion: 2 63 | human: [] 64 | skeleton: [] 65 | armTwist: 0.5 66 | foreArmTwist: 0.5 67 | upperLegTwist: 0.5 68 | legTwist: 0.5 69 | armStretch: 0.05 70 | legStretch: 0.05 71 | feetSpacing: 0 72 | rootMotionBoneName: 73 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 74 | hasTranslationDoF: 0 75 | hasExtraRoot: 0 76 | skeletonHasParents: 1 77 | lastHumanDescriptionAvatarSource: {instanceID: 0} 78 | animationType: 2 79 | humanoidOversampling: 1 80 | additionalBone: 0 81 | userData: 82 | assetBundleName: 83 | assetBundleVariant: 84 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock B.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock B.FBX -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock B.FBX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ecc1e70424b33546b2dc73bb30a5163 3 | timeCreated: 1491914283 4 | licenseType: Store 5 | ModelImporter: 6 | serializedVersion: 19 7 | fileIDToRecycleName: 8 | 100000: //RootNode 9 | 400000: //RootNode 10 | 2300000: //RootNode 11 | 3300000: //RootNode 12 | 4300000: LowPolyRock_06 13 | 9500000: //RootNode 14 | materials: 15 | importMaterials: 0 16 | materialName: 0 17 | materialSearch: 1 18 | animations: 19 | legacyGenerateAnimations: 4 20 | bakeSimulation: 0 21 | resampleCurves: 1 22 | optimizeGameObjects: 0 23 | motionNodeName: 24 | rigImportErrors: 25 | rigImportWarnings: 26 | animationImportErrors: 27 | animationImportWarnings: 28 | animationRetargetingWarnings: 29 | animationDoRetargetingWarnings: 0 30 | animationCompression: 1 31 | animationRotationError: 0.5 32 | animationPositionError: 0.5 33 | animationScaleError: 0.5 34 | animationWrapMode: 0 35 | extraExposedTransformPaths: [] 36 | clipAnimations: [] 37 | isReadable: 1 38 | meshes: 39 | lODScreenPercentages: [] 40 | globalScale: 1 41 | meshCompression: 0 42 | addColliders: 0 43 | importBlendShapes: 1 44 | swapUVChannels: 0 45 | generateSecondaryUV: 1 46 | useFileUnits: 1 47 | optimizeMeshForGPU: 1 48 | keepQuads: 0 49 | weldVertices: 1 50 | secondaryUVAngleDistortion: 8 51 | secondaryUVAreaDistortion: 15.000001 52 | secondaryUVHardAngle: 88 53 | secondaryUVPackMargin: 4 54 | useFileScale: 1 55 | tangentSpace: 56 | normalSmoothAngle: 60 57 | normalImportMode: 0 58 | tangentImportMode: 3 59 | importAnimation: 1 60 | copyAvatar: 0 61 | humanDescription: 62 | serializedVersion: 2 63 | human: [] 64 | skeleton: [] 65 | armTwist: 0.5 66 | foreArmTwist: 0.5 67 | upperLegTwist: 0.5 68 | legTwist: 0.5 69 | armStretch: 0.05 70 | legStretch: 0.05 71 | feetSpacing: 0 72 | rootMotionBoneName: 73 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 74 | hasTranslationDoF: 0 75 | hasExtraRoot: 0 76 | skeletonHasParents: 1 77 | lastHumanDescriptionAvatarSource: {instanceID: 0} 78 | animationType: 2 79 | humanoidOversampling: 1 80 | additionalBone: 0 81 | userData: 82 | assetBundleName: 83 | assetBundleVariant: 84 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Terrain.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Terrain.FBX -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Terrain.FBX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3dd2dace832efa4fa391170674edcc1 3 | timeCreated: 1517938388 4 | licenseType: Store 5 | ModelImporter: 6 | serializedVersion: 19 7 | fileIDToRecycleName: 8 | 100000: //RootNode 9 | 400000: //RootNode 10 | 2300000: //RootNode 11 | 3300000: //RootNode 12 | 4300000: LowPolyTerrain 13 | materials: 14 | importMaterials: 0 15 | materialName: 0 16 | materialSearch: 1 17 | animations: 18 | legacyGenerateAnimations: 4 19 | bakeSimulation: 0 20 | resampleCurves: 1 21 | optimizeGameObjects: 0 22 | motionNodeName: 23 | rigImportErrors: 24 | rigImportWarnings: 25 | animationImportErrors: 26 | animationImportWarnings: 27 | animationRetargetingWarnings: 28 | animationDoRetargetingWarnings: 0 29 | animationCompression: 1 30 | animationRotationError: 0.5 31 | animationPositionError: 0.5 32 | animationScaleError: 0.5 33 | animationWrapMode: 0 34 | extraExposedTransformPaths: [] 35 | clipAnimations: [] 36 | isReadable: 1 37 | meshes: 38 | lODScreenPercentages: [] 39 | globalScale: 1 40 | meshCompression: 0 41 | addColliders: 0 42 | importBlendShapes: 1 43 | swapUVChannels: 0 44 | generateSecondaryUV: 1 45 | useFileUnits: 1 46 | optimizeMeshForGPU: 1 47 | keepQuads: 0 48 | weldVertices: 1 49 | secondaryUVAngleDistortion: 8 50 | secondaryUVAreaDistortion: 15.000001 51 | secondaryUVHardAngle: 88 52 | secondaryUVPackMargin: 4 53 | useFileScale: 1 54 | tangentSpace: 55 | normalSmoothAngle: 60 56 | normalImportMode: 0 57 | tangentImportMode: 3 58 | importAnimation: 1 59 | copyAvatar: 0 60 | humanDescription: 61 | serializedVersion: 2 62 | human: [] 63 | skeleton: [] 64 | armTwist: 0.5 65 | foreArmTwist: 0.5 66 | upperLegTwist: 0.5 67 | legTwist: 0.5 68 | armStretch: 0.05 69 | legStretch: 0.05 70 | feetSpacing: 0 71 | rootMotionBoneName: 72 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 73 | hasTranslationDoF: 0 74 | hasExtraRoot: 0 75 | skeletonHasParents: 1 76 | lastHumanDescriptionAvatarSource: {instanceID: 0} 77 | animationType: 0 78 | humanoidOversampling: 1 79 | additionalBone: 0 80 | userData: 81 | assetBundleName: 82 | assetBundleVariant: 83 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Post.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 938d9248e9f0f574cb40a5bbca66dae4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Post/Demo.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c9ebc5b5de64494eb66e1f3eb755731 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dcb8d72d2d50bf4897662c7aa8cfa01 3 | folderAsset: yes 4 | timeCreated: 1517944529 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence A.prefab: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1 &1051545866392792 4 | GameObject: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | serializedVersion: 6 10 | m_Component: 11 | - component: {fileID: 4622981333497442} 12 | - component: {fileID: 33764989204799150} 13 | - component: {fileID: 23903698892329218} 14 | m_Layer: 0 15 | m_Name: LowPoly - Fence A 16 | m_TagString: Untagged 17 | m_Icon: {fileID: 0} 18 | m_NavMeshLayer: 0 19 | m_StaticEditorFlags: 0 20 | m_IsActive: 1 21 | --- !u!4 &4622981333497442 22 | Transform: 23 | m_ObjectHideFlags: 0 24 | m_CorrespondingSourceObject: {fileID: 0} 25 | m_PrefabInstance: {fileID: 0} 26 | m_PrefabAsset: {fileID: 0} 27 | m_GameObject: {fileID: 1051545866392792} 28 | m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} 29 | m_LocalPosition: {x: 0, y: 0, z: 0} 30 | m_LocalScale: {x: 1, y: 1, z: 1} 31 | m_Children: [] 32 | m_Father: {fileID: 0} 33 | m_RootOrder: 0 34 | m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} 35 | --- !u!33 &33764989204799150 36 | MeshFilter: 37 | m_ObjectHideFlags: 0 38 | m_CorrespondingSourceObject: {fileID: 0} 39 | m_PrefabInstance: {fileID: 0} 40 | m_PrefabAsset: {fileID: 0} 41 | m_GameObject: {fileID: 1051545866392792} 42 | m_Mesh: {fileID: 4300000, guid: 719d923d0fff4604dad00bd968b563b2, type: 3} 43 | --- !u!23 &23903698892329218 44 | MeshRenderer: 45 | m_ObjectHideFlags: 0 46 | m_CorrespondingSourceObject: {fileID: 0} 47 | m_PrefabInstance: {fileID: 0} 48 | m_PrefabAsset: {fileID: 0} 49 | m_GameObject: {fileID: 1051545866392792} 50 | m_Enabled: 1 51 | m_CastShadows: 2 52 | m_ReceiveShadows: 1 53 | m_DynamicOccludee: 1 54 | m_MotionVectors: 1 55 | m_LightProbeUsage: 1 56 | m_ReflectionProbeUsage: 1 57 | m_RenderingLayerMask: 1 58 | m_RendererPriority: 0 59 | m_Materials: 60 | - {fileID: 2100000, guid: ff059fc016fcf8d4a88162b27e334cba, type: 2} 61 | m_StaticBatchInfo: 62 | firstSubMesh: 0 63 | subMeshCount: 0 64 | m_StaticBatchRoot: {fileID: 0} 65 | m_ProbeAnchor: {fileID: 0} 66 | m_LightProbeVolumeOverride: {fileID: 0} 67 | m_ScaleInLightmap: 1 68 | m_PreserveUVs: 0 69 | m_IgnoreNormalsForChartDetection: 0 70 | m_ImportantGI: 0 71 | m_StitchLightmapSeams: 0 72 | m_SelectedEditorRenderState: 3 73 | m_MinimumChartSize: 4 74 | m_AutoUVMaxDistance: 0.5 75 | m_AutoUVMaxAngle: 89 76 | m_LightmapParameters: {fileID: 0} 77 | m_SortingLayerID: 0 78 | m_SortingLayer: 0 79 | m_SortingOrder: 0 80 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence A.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd3ee0c97aab8a7498c9292f3482f60b 3 | timeCreated: 1492248782 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence B.prefab: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1 &1772052688877022 4 | GameObject: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | serializedVersion: 6 10 | m_Component: 11 | - component: {fileID: 4026302497858488} 12 | - component: {fileID: 33668776250296818} 13 | - component: {fileID: 23705309985758732} 14 | m_Layer: 0 15 | m_Name: LowPoly - Fence B 16 | m_TagString: Untagged 17 | m_Icon: {fileID: 0} 18 | m_NavMeshLayer: 0 19 | m_StaticEditorFlags: 0 20 | m_IsActive: 1 21 | --- !u!4 &4026302497858488 22 | Transform: 23 | m_ObjectHideFlags: 0 24 | m_CorrespondingSourceObject: {fileID: 0} 25 | m_PrefabInstance: {fileID: 0} 26 | m_PrefabAsset: {fileID: 0} 27 | m_GameObject: {fileID: 1772052688877022} 28 | m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} 29 | m_LocalPosition: {x: 0, y: 0, z: 0} 30 | m_LocalScale: {x: 1, y: 1, z: 1} 31 | m_Children: [] 32 | m_Father: {fileID: 0} 33 | m_RootOrder: 0 34 | m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} 35 | --- !u!33 &33668776250296818 36 | MeshFilter: 37 | m_ObjectHideFlags: 0 38 | m_CorrespondingSourceObject: {fileID: 0} 39 | m_PrefabInstance: {fileID: 0} 40 | m_PrefabAsset: {fileID: 0} 41 | m_GameObject: {fileID: 1772052688877022} 42 | m_Mesh: {fileID: 4300000, guid: 6c41d268699e27248a4354335b2a76ee, type: 3} 43 | --- !u!23 &23705309985758732 44 | MeshRenderer: 45 | m_ObjectHideFlags: 0 46 | m_CorrespondingSourceObject: {fileID: 0} 47 | m_PrefabInstance: {fileID: 0} 48 | m_PrefabAsset: {fileID: 0} 49 | m_GameObject: {fileID: 1772052688877022} 50 | m_Enabled: 1 51 | m_CastShadows: 2 52 | m_ReceiveShadows: 1 53 | m_DynamicOccludee: 1 54 | m_MotionVectors: 1 55 | m_LightProbeUsage: 1 56 | m_ReflectionProbeUsage: 1 57 | m_RenderingLayerMask: 1 58 | m_RendererPriority: 0 59 | m_Materials: 60 | - {fileID: 2100000, guid: ff059fc016fcf8d4a88162b27e334cba, type: 2} 61 | m_StaticBatchInfo: 62 | firstSubMesh: 0 63 | subMeshCount: 0 64 | m_StaticBatchRoot: {fileID: 0} 65 | m_ProbeAnchor: {fileID: 0} 66 | m_LightProbeVolumeOverride: {fileID: 0} 67 | m_ScaleInLightmap: 1 68 | m_PreserveUVs: 0 69 | m_IgnoreNormalsForChartDetection: 0 70 | m_ImportantGI: 0 71 | m_StitchLightmapSeams: 0 72 | m_SelectedEditorRenderState: 3 73 | m_MinimumChartSize: 4 74 | m_AutoUVMaxDistance: 0.5 75 | m_AutoUVMaxAngle: 89 76 | m_LightmapParameters: {fileID: 0} 77 | m_SortingLayerID: 0 78 | m_SortingLayer: 0 79 | m_SortingOrder: 0 80 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence B.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4974e3ae06d3d245a8353b888faed9d 3 | timeCreated: 1492248817 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree A.prefab: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1 &1069289201138886 4 | GameObject: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | serializedVersion: 6 10 | m_Component: 11 | - component: {fileID: 4775219554002278} 12 | - component: {fileID: 33326053453097746} 13 | - component: {fileID: 23347498147556770} 14 | m_Layer: 0 15 | m_Name: LowPoly - FirTree A 16 | m_TagString: Untagged 17 | m_Icon: {fileID: 0} 18 | m_NavMeshLayer: 0 19 | m_StaticEditorFlags: 0 20 | m_IsActive: 1 21 | --- !u!4 &4775219554002278 22 | Transform: 23 | m_ObjectHideFlags: 0 24 | m_CorrespondingSourceObject: {fileID: 0} 25 | m_PrefabInstance: {fileID: 0} 26 | m_PrefabAsset: {fileID: 0} 27 | m_GameObject: {fileID: 1069289201138886} 28 | m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} 29 | m_LocalPosition: {x: -0, y: 0, z: 0} 30 | m_LocalScale: {x: 1, y: 1, z: 1} 31 | m_Children: [] 32 | m_Father: {fileID: 0} 33 | m_RootOrder: 0 34 | m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} 35 | --- !u!33 &33326053453097746 36 | MeshFilter: 37 | m_ObjectHideFlags: 0 38 | m_CorrespondingSourceObject: {fileID: 0} 39 | m_PrefabInstance: {fileID: 0} 40 | m_PrefabAsset: {fileID: 0} 41 | m_GameObject: {fileID: 1069289201138886} 42 | m_Mesh: {fileID: 4300000, guid: 7f9b57a02a16e55429c68854f45a8801, type: 3} 43 | --- !u!23 &23347498147556770 44 | MeshRenderer: 45 | m_ObjectHideFlags: 0 46 | m_CorrespondingSourceObject: {fileID: 0} 47 | m_PrefabInstance: {fileID: 0} 48 | m_PrefabAsset: {fileID: 0} 49 | m_GameObject: {fileID: 1069289201138886} 50 | m_Enabled: 1 51 | m_CastShadows: 2 52 | m_ReceiveShadows: 1 53 | m_DynamicOccludee: 1 54 | m_MotionVectors: 1 55 | m_LightProbeUsage: 1 56 | m_ReflectionProbeUsage: 1 57 | m_RenderingLayerMask: 1 58 | m_RendererPriority: 0 59 | m_Materials: 60 | - {fileID: 2100000, guid: 2a8f9a878cb7cff45b00339938d945ce, type: 2} 61 | - {fileID: 2100000, guid: 138b35dd321622a4d93635b532ae8b8e, type: 2} 62 | m_StaticBatchInfo: 63 | firstSubMesh: 0 64 | subMeshCount: 0 65 | m_StaticBatchRoot: {fileID: 0} 66 | m_ProbeAnchor: {fileID: 0} 67 | m_LightProbeVolumeOverride: {fileID: 0} 68 | m_ScaleInLightmap: 1 69 | m_PreserveUVs: 0 70 | m_IgnoreNormalsForChartDetection: 0 71 | m_ImportantGI: 0 72 | m_StitchLightmapSeams: 0 73 | m_SelectedEditorRenderState: 3 74 | m_MinimumChartSize: 4 75 | m_AutoUVMaxDistance: 0.5 76 | m_AutoUVMaxAngle: 89 77 | m_LightmapParameters: {fileID: 0} 78 | m_SortingLayerID: 0 79 | m_SortingLayer: 0 80 | m_SortingOrder: 0 81 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree A.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b444276162548b4e9107350b71e775a 3 | timeCreated: 1492248886 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree B.prefab: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1 &1593950697155818 4 | GameObject: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | serializedVersion: 6 10 | m_Component: 11 | - component: {fileID: 4870204933709518} 12 | - component: {fileID: 33933261752202624} 13 | - component: {fileID: 23109063448187470} 14 | m_Layer: 0 15 | m_Name: LowPoly - FirTree B 16 | m_TagString: Untagged 17 | m_Icon: {fileID: 0} 18 | m_NavMeshLayer: 0 19 | m_StaticEditorFlags: 64 20 | m_IsActive: 1 21 | --- !u!4 &4870204933709518 22 | Transform: 23 | m_ObjectHideFlags: 0 24 | m_CorrespondingSourceObject: {fileID: 0} 25 | m_PrefabInstance: {fileID: 0} 26 | m_PrefabAsset: {fileID: 0} 27 | m_GameObject: {fileID: 1593950697155818} 28 | m_LocalRotation: {x: -0.70394385, y: -0.13434333, z: -0.10358276, w: 0.6896996} 29 | m_LocalPosition: {x: 12.681194, y: -0.0320303, z: -3.0757337} 30 | m_LocalScale: {x: 1, y: 1, z: 1} 31 | m_Children: [] 32 | m_Father: {fileID: 0} 33 | m_RootOrder: 0 34 | m_LocalEulerAnglesHint: {x: -92.746994, y: 55.463997, z: -74.841} 35 | --- !u!33 &33933261752202624 36 | MeshFilter: 37 | m_ObjectHideFlags: 0 38 | m_CorrespondingSourceObject: {fileID: 0} 39 | m_PrefabInstance: {fileID: 0} 40 | m_PrefabAsset: {fileID: 0} 41 | m_GameObject: {fileID: 1593950697155818} 42 | m_Mesh: {fileID: 4300000, guid: 769d335a9d1fc3948bfb71adea34202c, type: 3} 43 | --- !u!23 &23109063448187470 44 | MeshRenderer: 45 | m_ObjectHideFlags: 0 46 | m_CorrespondingSourceObject: {fileID: 0} 47 | m_PrefabInstance: {fileID: 0} 48 | m_PrefabAsset: {fileID: 0} 49 | m_GameObject: {fileID: 1593950697155818} 50 | m_Enabled: 1 51 | m_CastShadows: 2 52 | m_ReceiveShadows: 1 53 | m_DynamicOccludee: 1 54 | m_MotionVectors: 1 55 | m_LightProbeUsage: 1 56 | m_ReflectionProbeUsage: 1 57 | m_RenderingLayerMask: 1 58 | m_RendererPriority: 0 59 | m_Materials: 60 | - {fileID: 2100000, guid: 2a8f9a878cb7cff45b00339938d945ce, type: 2} 61 | - {fileID: 2100000, guid: 0f74119e82d3b3a4d9b2842dbaa2a6ee, type: 2} 62 | m_StaticBatchInfo: 63 | firstSubMesh: 0 64 | subMeshCount: 0 65 | m_StaticBatchRoot: {fileID: 0} 66 | m_ProbeAnchor: {fileID: 0} 67 | m_LightProbeVolumeOverride: {fileID: 0} 68 | m_ScaleInLightmap: 1 69 | m_PreserveUVs: 0 70 | m_IgnoreNormalsForChartDetection: 0 71 | m_ImportantGI: 0 72 | m_StitchLightmapSeams: 0 73 | m_SelectedEditorRenderState: 3 74 | m_MinimumChartSize: 4 75 | m_AutoUVMaxDistance: 0.5 76 | m_AutoUVMaxAngle: 89 77 | m_LightmapParameters: {fileID: 0} 78 | m_SortingLayerID: 0 79 | m_SortingLayer: 0 80 | m_SortingOrder: 0 81 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree B.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2cd02263a1e8084abf81f1324b929be 3 | timeCreated: 1492248959 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass A.prefab: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1 &1435467742513656 4 | GameObject: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | serializedVersion: 6 10 | m_Component: 11 | - component: {fileID: 4945391837379990} 12 | - component: {fileID: 33663724485089272} 13 | - component: {fileID: 23638501506627024} 14 | m_Layer: 0 15 | m_Name: LowPoly - Grass A 16 | m_TagString: Untagged 17 | m_Icon: {fileID: 0} 18 | m_NavMeshLayer: 0 19 | m_StaticEditorFlags: 0 20 | m_IsActive: 1 21 | --- !u!4 &4945391837379990 22 | Transform: 23 | m_ObjectHideFlags: 0 24 | m_CorrespondingSourceObject: {fileID: 0} 25 | m_PrefabInstance: {fileID: 0} 26 | m_PrefabAsset: {fileID: 0} 27 | m_GameObject: {fileID: 1435467742513656} 28 | m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} 29 | m_LocalPosition: {x: -3.011242, y: -0.48745683, z: 7.707407} 30 | m_LocalScale: {x: 1.5, y: 1.5, z: 1.5} 31 | m_Children: [] 32 | m_Father: {fileID: 0} 33 | m_RootOrder: 0 34 | m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} 35 | --- !u!33 &33663724485089272 36 | MeshFilter: 37 | m_ObjectHideFlags: 0 38 | m_CorrespondingSourceObject: {fileID: 0} 39 | m_PrefabInstance: {fileID: 0} 40 | m_PrefabAsset: {fileID: 0} 41 | m_GameObject: {fileID: 1435467742513656} 42 | m_Mesh: {fileID: 4300014, guid: 8af3079b5c79b6b4c825cc71e71ef97d, type: 3} 43 | --- !u!23 &23638501506627024 44 | MeshRenderer: 45 | m_ObjectHideFlags: 0 46 | m_CorrespondingSourceObject: {fileID: 0} 47 | m_PrefabInstance: {fileID: 0} 48 | m_PrefabAsset: {fileID: 0} 49 | m_GameObject: {fileID: 1435467742513656} 50 | m_Enabled: 1 51 | m_CastShadows: 2 52 | m_ReceiveShadows: 1 53 | m_DynamicOccludee: 1 54 | m_MotionVectors: 1 55 | m_LightProbeUsage: 1 56 | m_ReflectionProbeUsage: 1 57 | m_RenderingLayerMask: 1 58 | m_RendererPriority: 0 59 | m_Materials: 60 | - {fileID: 2100000, guid: 6fc6652ed834922468cdd63bb95f7fe2, type: 2} 61 | m_StaticBatchInfo: 62 | firstSubMesh: 0 63 | subMeshCount: 0 64 | m_StaticBatchRoot: {fileID: 0} 65 | m_ProbeAnchor: {fileID: 0} 66 | m_LightProbeVolumeOverride: {fileID: 0} 67 | m_ScaleInLightmap: 1 68 | m_PreserveUVs: 0 69 | m_IgnoreNormalsForChartDetection: 0 70 | m_ImportantGI: 0 71 | m_StitchLightmapSeams: 0 72 | m_SelectedEditorRenderState: 3 73 | m_MinimumChartSize: 4 74 | m_AutoUVMaxDistance: 0.5 75 | m_AutoUVMaxAngle: 89 76 | m_LightmapParameters: {fileID: 0} 77 | m_SortingLayerID: 0 78 | m_SortingLayer: 0 79 | m_SortingOrder: 0 80 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass A.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b6eba5dea9e77a4abd8f45df1ffffb6 3 | timeCreated: 1492255353 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass B.prefab: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1 &1081485305171292 4 | GameObject: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | serializedVersion: 6 10 | m_Component: 11 | - component: {fileID: 4526791939225540} 12 | - component: {fileID: 33255213177223184} 13 | - component: {fileID: 23035406928957794} 14 | m_Layer: 0 15 | m_Name: LowPoly - Grass B 16 | m_TagString: Untagged 17 | m_Icon: {fileID: 0} 18 | m_NavMeshLayer: 0 19 | m_StaticEditorFlags: 0 20 | m_IsActive: 1 21 | --- !u!4 &4526791939225540 22 | Transform: 23 | m_ObjectHideFlags: 0 24 | m_CorrespondingSourceObject: {fileID: 0} 25 | m_PrefabInstance: {fileID: 0} 26 | m_PrefabAsset: {fileID: 0} 27 | m_GameObject: {fileID: 1081485305171292} 28 | m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} 29 | m_LocalPosition: {x: -2.2596135, y: -0.45810187, z: 7.24199} 30 | m_LocalScale: {x: 1.5, y: 1.5, z: 1.5} 31 | m_Children: [] 32 | m_Father: {fileID: 0} 33 | m_RootOrder: 0 34 | m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} 35 | --- !u!33 &33255213177223184 36 | MeshFilter: 37 | m_ObjectHideFlags: 0 38 | m_CorrespondingSourceObject: {fileID: 0} 39 | m_PrefabInstance: {fileID: 0} 40 | m_PrefabAsset: {fileID: 0} 41 | m_GameObject: {fileID: 1081485305171292} 42 | m_Mesh: {fileID: 4300010, guid: 0860e6fc68e57ae48b5ae6e854f8f6b1, type: 3} 43 | --- !u!23 &23035406928957794 44 | MeshRenderer: 45 | m_ObjectHideFlags: 0 46 | m_CorrespondingSourceObject: {fileID: 0} 47 | m_PrefabInstance: {fileID: 0} 48 | m_PrefabAsset: {fileID: 0} 49 | m_GameObject: {fileID: 1081485305171292} 50 | m_Enabled: 1 51 | m_CastShadows: 2 52 | m_ReceiveShadows: 1 53 | m_DynamicOccludee: 1 54 | m_MotionVectors: 1 55 | m_LightProbeUsage: 1 56 | m_ReflectionProbeUsage: 1 57 | m_RenderingLayerMask: 1 58 | m_RendererPriority: 0 59 | m_Materials: 60 | - {fileID: 2100000, guid: 6fc6652ed834922468cdd63bb95f7fe2, type: 2} 61 | m_StaticBatchInfo: 62 | firstSubMesh: 0 63 | subMeshCount: 0 64 | m_StaticBatchRoot: {fileID: 0} 65 | m_ProbeAnchor: {fileID: 0} 66 | m_LightProbeVolumeOverride: {fileID: 0} 67 | m_ScaleInLightmap: 1 68 | m_PreserveUVs: 0 69 | m_IgnoreNormalsForChartDetection: 0 70 | m_ImportantGI: 0 71 | m_StitchLightmapSeams: 0 72 | m_SelectedEditorRenderState: 3 73 | m_MinimumChartSize: 4 74 | m_AutoUVMaxDistance: 0.5 75 | m_AutoUVMaxAngle: 89 76 | m_LightmapParameters: {fileID: 0} 77 | m_SortingLayerID: 0 78 | m_SortingLayer: 0 79 | m_SortingOrder: 0 80 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass B.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c23a5db78ca1a5b4f921e0109f33128c 3 | timeCreated: 1492255355 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock A.prefab: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1 &1927372005322154 4 | GameObject: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | serializedVersion: 6 10 | m_Component: 11 | - component: {fileID: 4838067341564878} 12 | - component: {fileID: 33092966369005018} 13 | - component: {fileID: 23445742227598232} 14 | m_Layer: 0 15 | m_Name: LowPoly - Rock A 16 | m_TagString: Untagged 17 | m_Icon: {fileID: 0} 18 | m_NavMeshLayer: 0 19 | m_StaticEditorFlags: 0 20 | m_IsActive: 1 21 | --- !u!4 &4838067341564878 22 | Transform: 23 | m_ObjectHideFlags: 0 24 | m_CorrespondingSourceObject: {fileID: 0} 25 | m_PrefabInstance: {fileID: 0} 26 | m_PrefabAsset: {fileID: 0} 27 | m_GameObject: {fileID: 1927372005322154} 28 | m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} 29 | m_LocalPosition: {x: 0, y: 0, z: 0} 30 | m_LocalScale: {x: 1, y: 1, z: 1} 31 | m_Children: [] 32 | m_Father: {fileID: 0} 33 | m_RootOrder: 0 34 | m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} 35 | --- !u!33 &33092966369005018 36 | MeshFilter: 37 | m_ObjectHideFlags: 0 38 | m_CorrespondingSourceObject: {fileID: 0} 39 | m_PrefabInstance: {fileID: 0} 40 | m_PrefabAsset: {fileID: 0} 41 | m_GameObject: {fileID: 1927372005322154} 42 | m_Mesh: {fileID: 4300000, guid: 26fb55e8ae34728499f6f45cd0527c73, type: 3} 43 | --- !u!23 &23445742227598232 44 | MeshRenderer: 45 | m_ObjectHideFlags: 0 46 | m_CorrespondingSourceObject: {fileID: 0} 47 | m_PrefabInstance: {fileID: 0} 48 | m_PrefabAsset: {fileID: 0} 49 | m_GameObject: {fileID: 1927372005322154} 50 | m_Enabled: 1 51 | m_CastShadows: 2 52 | m_ReceiveShadows: 1 53 | m_DynamicOccludee: 1 54 | m_MotionVectors: 1 55 | m_LightProbeUsage: 1 56 | m_ReflectionProbeUsage: 1 57 | m_RenderingLayerMask: 1 58 | m_RendererPriority: 0 59 | m_Materials: 60 | - {fileID: 2100000, guid: 37524ae4594222f4f8acd7b76234f79a, type: 2} 61 | m_StaticBatchInfo: 62 | firstSubMesh: 0 63 | subMeshCount: 0 64 | m_StaticBatchRoot: {fileID: 0} 65 | m_ProbeAnchor: {fileID: 0} 66 | m_LightProbeVolumeOverride: {fileID: 0} 67 | m_ScaleInLightmap: 1 68 | m_PreserveUVs: 0 69 | m_IgnoreNormalsForChartDetection: 0 70 | m_ImportantGI: 0 71 | m_StitchLightmapSeams: 0 72 | m_SelectedEditorRenderState: 3 73 | m_MinimumChartSize: 4 74 | m_AutoUVMaxDistance: 0.5 75 | m_AutoUVMaxAngle: 89 76 | m_LightmapParameters: {fileID: 0} 77 | m_SortingLayerID: 0 78 | m_SortingLayer: 0 79 | m_SortingOrder: 0 80 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock A.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39de80c7e7a1a2942820576875608e5d 3 | timeCreated: 1492249124 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock B.prefab: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1 &1828138642645558 4 | GameObject: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | serializedVersion: 6 10 | m_Component: 11 | - component: {fileID: 4739574486837986} 12 | - component: {fileID: 33887624806533098} 13 | - component: {fileID: 23855685082151098} 14 | m_Layer: 0 15 | m_Name: LowPoly - Rock B 16 | m_TagString: Untagged 17 | m_Icon: {fileID: 0} 18 | m_NavMeshLayer: 0 19 | m_StaticEditorFlags: 0 20 | m_IsActive: 1 21 | --- !u!4 &4739574486837986 22 | Transform: 23 | m_ObjectHideFlags: 0 24 | m_CorrespondingSourceObject: {fileID: 0} 25 | m_PrefabInstance: {fileID: 0} 26 | m_PrefabAsset: {fileID: 0} 27 | m_GameObject: {fileID: 1828138642645558} 28 | m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} 29 | m_LocalPosition: {x: -0, y: 0, z: 0} 30 | m_LocalScale: {x: 1, y: 1, z: 1} 31 | m_Children: [] 32 | m_Father: {fileID: 0} 33 | m_RootOrder: 0 34 | m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} 35 | --- !u!33 &33887624806533098 36 | MeshFilter: 37 | m_ObjectHideFlags: 0 38 | m_CorrespondingSourceObject: {fileID: 0} 39 | m_PrefabInstance: {fileID: 0} 40 | m_PrefabAsset: {fileID: 0} 41 | m_GameObject: {fileID: 1828138642645558} 42 | m_Mesh: {fileID: 4300000, guid: 3ecc1e70424b33546b2dc73bb30a5163, type: 3} 43 | --- !u!23 &23855685082151098 44 | MeshRenderer: 45 | m_ObjectHideFlags: 0 46 | m_CorrespondingSourceObject: {fileID: 0} 47 | m_PrefabInstance: {fileID: 0} 48 | m_PrefabAsset: {fileID: 0} 49 | m_GameObject: {fileID: 1828138642645558} 50 | m_Enabled: 1 51 | m_CastShadows: 2 52 | m_ReceiveShadows: 1 53 | m_DynamicOccludee: 1 54 | m_MotionVectors: 1 55 | m_LightProbeUsage: 1 56 | m_ReflectionProbeUsage: 1 57 | m_RenderingLayerMask: 1 58 | m_RendererPriority: 0 59 | m_Materials: 60 | - {fileID: 2100000, guid: 37524ae4594222f4f8acd7b76234f79a, type: 2} 61 | m_StaticBatchInfo: 62 | firstSubMesh: 0 63 | subMeshCount: 0 64 | m_StaticBatchRoot: {fileID: 0} 65 | m_ProbeAnchor: {fileID: 0} 66 | m_LightProbeVolumeOverride: {fileID: 0} 67 | m_ScaleInLightmap: 1 68 | m_PreserveUVs: 0 69 | m_IgnoreNormalsForChartDetection: 0 70 | m_ImportantGI: 0 71 | m_StitchLightmapSeams: 0 72 | m_SelectedEditorRenderState: 3 73 | m_MinimumChartSize: 4 74 | m_AutoUVMaxDistance: 0.5 75 | m_AutoUVMaxAngle: 89 76 | m_LightmapParameters: {fileID: 0} 77 | m_SortingLayerID: 0 78 | m_SortingLayer: 0 79 | m_SortingOrder: 0 80 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock B.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0622c7c0ff092b46a37f31c718c5eba 3 | timeCreated: 1492249128 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 622c850911a24ab4c87b6b1cbb58ba1d 3 | folderAsset: yes 4 | timeCreated: 1513236874 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Blue Sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Blue Sky.png -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Night Sky.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Night Sky.exr -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Skybox Cubemap Extended.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Skybox Cubemap Extended.pdf -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Skybox Cubemap Extended/Skybox Cubemap Extended.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cbce0d58b9d6d147bde7b2601194b85 3 | timeCreated: 1513541083 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/User.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0aa5379d96b0e14795df45a380643fb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/User/User.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/User/User.pdf -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/User/User.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 983558b57a284d84bbc541f947bc5139 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a064d10b68bc06748b6e6b212239266d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd6738b410016744eaf6e182174c0b2b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerBegin.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerBegin.psd -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerBegin.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9515108b8376ad7418e8138858201b72 3 | timeCreated: 1541620736 4 | licenseType: Store 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | serializedVersion: 4 8 | mipmaps: 9 | mipMapMode: 0 10 | enableMipMap: 0 11 | sRGBTexture: 0 12 | linearTexture: 0 13 | fadeOut: 0 14 | borderMipMap: 0 15 | mipMapFadeDistanceStart: 1 16 | mipMapFadeDistanceEnd: 3 17 | bumpmap: 18 | convertToNormalMap: 0 19 | externalNormalMap: 0 20 | heightScale: 0.25 21 | normalMapFilter: 0 22 | isReadable: 0 23 | grayScaleToAlpha: 0 24 | generateCubemap: 6 25 | cubemapConvolution: 0 26 | seamlessCubemap: 0 27 | textureFormat: 1 28 | maxTextureSize: 2048 29 | textureSettings: 30 | filterMode: -1 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | compressionQuality: 50 37 | spriteMode: 0 38 | spriteExtrude: 1 39 | spriteMeshType: 1 40 | alignment: 0 41 | spritePivot: {x: 0.5, y: 0.5} 42 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 43 | spritePixelsToUnits: 100 44 | alphaUsage: 1 45 | alphaIsTransparency: 1 46 | spriteTessellationDetail: -1 47 | textureType: 2 48 | textureShape: 1 49 | maxTextureSizeSet: 0 50 | compressionQualitySet: 0 51 | textureFormatSet: 0 52 | platformSettings: 53 | - buildTarget: DefaultTexturePlatform 54 | maxTextureSize: 2048 55 | textureFormat: -1 56 | textureCompression: 0 57 | compressionQuality: 50 58 | crunchedCompression: 0 59 | allowsAlphaSplitting: 0 60 | overridden: 0 61 | - buildTarget: Standalone 62 | maxTextureSize: 2048 63 | textureFormat: -1 64 | textureCompression: 0 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | - buildTarget: Android 70 | maxTextureSize: 2048 71 | textureFormat: -1 72 | textureCompression: 0 73 | compressionQuality: 50 74 | crunchedCompression: 0 75 | allowsAlphaSplitting: 0 76 | overridden: 0 77 | spriteSheet: 78 | serializedVersion: 2 79 | sprites: [] 80 | outline: [] 81 | spritePackingTag: 82 | userData: 83 | assetBundleName: 84 | assetBundleVariant: 85 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerEnd.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerEnd.psd -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerEnd.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0dd3fbd5475976a4aa96298afc680d17 3 | timeCreated: 1541620736 4 | licenseType: Store 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | serializedVersion: 4 8 | mipmaps: 9 | mipMapMode: 0 10 | enableMipMap: 0 11 | sRGBTexture: 0 12 | linearTexture: 0 13 | fadeOut: 0 14 | borderMipMap: 0 15 | mipMapFadeDistanceStart: 1 16 | mipMapFadeDistanceEnd: 3 17 | bumpmap: 18 | convertToNormalMap: 0 19 | externalNormalMap: 0 20 | heightScale: 0.25 21 | normalMapFilter: 0 22 | isReadable: 0 23 | grayScaleToAlpha: 0 24 | generateCubemap: 6 25 | cubemapConvolution: 0 26 | seamlessCubemap: 0 27 | textureFormat: 1 28 | maxTextureSize: 2048 29 | textureSettings: 30 | filterMode: -1 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | compressionQuality: 50 37 | spriteMode: 0 38 | spriteExtrude: 1 39 | spriteMeshType: 1 40 | alignment: 0 41 | spritePivot: {x: 0.5, y: 0.5} 42 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 43 | spritePixelsToUnits: 100 44 | alphaUsage: 1 45 | alphaIsTransparency: 1 46 | spriteTessellationDetail: -1 47 | textureType: 2 48 | textureShape: 1 49 | maxTextureSizeSet: 0 50 | compressionQualitySet: 0 51 | textureFormatSet: 0 52 | platformSettings: 53 | - buildTarget: DefaultTexturePlatform 54 | maxTextureSize: 2048 55 | textureFormat: -1 56 | textureCompression: 0 57 | compressionQuality: 50 58 | crunchedCompression: 0 59 | allowsAlphaSplitting: 0 60 | overridden: 0 61 | - buildTarget: Standalone 62 | maxTextureSize: 2048 63 | textureFormat: -1 64 | textureCompression: 0 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | - buildTarget: Android 70 | maxTextureSize: 2048 71 | textureFormat: -1 72 | textureCompression: 0 73 | compressionQuality: 50 74 | crunchedCompression: 0 75 | allowsAlphaSplitting: 0 76 | overridden: 0 77 | spriteSheet: 78 | serializedVersion: 2 79 | sprites: [] 80 | outline: [] 81 | spritePackingTag: 82 | userData: 83 | assetBundleName: 84 | assetBundleVariant: 85 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerMiddle.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerMiddle.psd -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerMiddle.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3767adfa5dac5544830cd097ef6c09f 3 | timeCreated: 1541620736 4 | licenseType: Store 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | serializedVersion: 4 8 | mipmaps: 9 | mipMapMode: 0 10 | enableMipMap: 0 11 | sRGBTexture: 0 12 | linearTexture: 0 13 | fadeOut: 0 14 | borderMipMap: 0 15 | mipMapFadeDistanceStart: 1 16 | mipMapFadeDistanceEnd: 3 17 | bumpmap: 18 | convertToNormalMap: 0 19 | externalNormalMap: 0 20 | heightScale: 0.25 21 | normalMapFilter: 0 22 | isReadable: 0 23 | grayScaleToAlpha: 0 24 | generateCubemap: 6 25 | cubemapConvolution: 0 26 | seamlessCubemap: 0 27 | textureFormat: 1 28 | maxTextureSize: 2048 29 | textureSettings: 30 | filterMode: -1 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | compressionQuality: 50 37 | spriteMode: 0 38 | spriteExtrude: 1 39 | spriteMeshType: 1 40 | alignment: 0 41 | spritePivot: {x: 0.5, y: 0.5} 42 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 43 | spritePixelsToUnits: 100 44 | alphaUsage: 1 45 | alphaIsTransparency: 1 46 | spriteTessellationDetail: -1 47 | textureType: 2 48 | textureShape: 1 49 | maxTextureSizeSet: 0 50 | compressionQualitySet: 0 51 | textureFormatSet: 0 52 | platformSettings: 53 | - buildTarget: DefaultTexturePlatform 54 | maxTextureSize: 2048 55 | textureFormat: -1 56 | textureCompression: 0 57 | compressionQuality: 50 58 | crunchedCompression: 0 59 | allowsAlphaSplitting: 0 60 | overridden: 0 61 | - buildTarget: Standalone 62 | maxTextureSize: 2048 63 | textureFormat: -1 64 | textureCompression: 0 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | - buildTarget: Android 70 | maxTextureSize: 2048 71 | textureFormat: -1 72 | textureCompression: 0 73 | compressionQuality: 50 74 | crunchedCompression: 0 75 | allowsAlphaSplitting: 0 76 | overridden: 0 77 | spriteSheet: 78 | serializedVersion: 2 79 | sprites: [] 80 | outline: [] 81 | spritePackingTag: 82 | userData: 83 | assetBundleName: 84 | assetBundleVariant: 85 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryBegin.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryBegin.psd -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryBegin.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97ec2262fb592f94a9569e156ea65d7b 3 | timeCreated: 1542342551 4 | licenseType: Store 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | serializedVersion: 4 8 | mipmaps: 9 | mipMapMode: 0 10 | enableMipMap: 0 11 | sRGBTexture: 0 12 | linearTexture: 0 13 | fadeOut: 0 14 | borderMipMap: 0 15 | mipMapFadeDistanceStart: 1 16 | mipMapFadeDistanceEnd: 3 17 | bumpmap: 18 | convertToNormalMap: 0 19 | externalNormalMap: 0 20 | heightScale: 0.25 21 | normalMapFilter: 0 22 | isReadable: 0 23 | grayScaleToAlpha: 0 24 | generateCubemap: 6 25 | cubemapConvolution: 0 26 | seamlessCubemap: 0 27 | textureFormat: 1 28 | maxTextureSize: 2048 29 | textureSettings: 30 | filterMode: -1 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | compressionQuality: 50 37 | spriteMode: 0 38 | spriteExtrude: 1 39 | spriteMeshType: 1 40 | alignment: 0 41 | spritePivot: {x: 0.5, y: 0.5} 42 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 43 | spritePixelsToUnits: 100 44 | alphaUsage: 1 45 | alphaIsTransparency: 1 46 | spriteTessellationDetail: -1 47 | textureType: 2 48 | textureShape: 1 49 | maxTextureSizeSet: 0 50 | compressionQualitySet: 0 51 | textureFormatSet: 0 52 | platformSettings: 53 | - buildTarget: DefaultTexturePlatform 54 | maxTextureSize: 64 55 | textureFormat: -1 56 | textureCompression: 0 57 | compressionQuality: 50 58 | crunchedCompression: 0 59 | allowsAlphaSplitting: 0 60 | overridden: 0 61 | - buildTarget: Standalone 62 | maxTextureSize: 64 63 | textureFormat: -1 64 | textureCompression: 0 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | - buildTarget: Android 70 | maxTextureSize: 64 71 | textureFormat: -1 72 | textureCompression: 0 73 | compressionQuality: 50 74 | crunchedCompression: 0 75 | allowsAlphaSplitting: 0 76 | overridden: 0 77 | spriteSheet: 78 | serializedVersion: 2 79 | sprites: [] 80 | outline: [] 81 | spritePackingTag: 82 | userData: 83 | assetBundleName: 84 | assetBundleVariant: 85 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryEnd.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryEnd.psd -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryEnd.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1c856352cf5b9b479ddb80c85c84cd5 3 | timeCreated: 1542342551 4 | licenseType: Store 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | serializedVersion: 4 8 | mipmaps: 9 | mipMapMode: 0 10 | enableMipMap: 0 11 | sRGBTexture: 0 12 | linearTexture: 0 13 | fadeOut: 0 14 | borderMipMap: 0 15 | mipMapFadeDistanceStart: 1 16 | mipMapFadeDistanceEnd: 3 17 | bumpmap: 18 | convertToNormalMap: 0 19 | externalNormalMap: 0 20 | heightScale: 0.25 21 | normalMapFilter: 0 22 | isReadable: 0 23 | grayScaleToAlpha: 0 24 | generateCubemap: 6 25 | cubemapConvolution: 0 26 | seamlessCubemap: 0 27 | textureFormat: 1 28 | maxTextureSize: 2048 29 | textureSettings: 30 | filterMode: -1 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | compressionQuality: 50 37 | spriteMode: 0 38 | spriteExtrude: 1 39 | spriteMeshType: 1 40 | alignment: 0 41 | spritePivot: {x: 0.5, y: 0.5} 42 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 43 | spritePixelsToUnits: 100 44 | alphaUsage: 1 45 | alphaIsTransparency: 1 46 | spriteTessellationDetail: -1 47 | textureType: 2 48 | textureShape: 1 49 | maxTextureSizeSet: 0 50 | compressionQualitySet: 0 51 | textureFormatSet: 0 52 | platformSettings: 53 | - buildTarget: DefaultTexturePlatform 54 | maxTextureSize: 2048 55 | textureFormat: -1 56 | textureCompression: 0 57 | compressionQuality: 50 58 | crunchedCompression: 0 59 | allowsAlphaSplitting: 0 60 | overridden: 0 61 | - buildTarget: Standalone 62 | maxTextureSize: 2048 63 | textureFormat: -1 64 | textureCompression: 0 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | - buildTarget: Android 70 | maxTextureSize: 2048 71 | textureFormat: -1 72 | textureCompression: 0 73 | compressionQuality: 50 74 | crunchedCompression: 0 75 | allowsAlphaSplitting: 0 76 | overridden: 0 77 | spriteSheet: 78 | serializedVersion: 2 79 | sprites: [] 80 | outline: [] 81 | spritePackingTag: 82 | userData: 83 | assetBundleName: 84 | assetBundleVariant: 85 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryMiddle.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryMiddle.psd -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryMiddle.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 106fc33e3a3dab34f89693e3ed333fa2 3 | timeCreated: 1542342551 4 | licenseType: Store 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | serializedVersion: 4 8 | mipmaps: 9 | mipMapMode: 0 10 | enableMipMap: 0 11 | sRGBTexture: 0 12 | linearTexture: 0 13 | fadeOut: 0 14 | borderMipMap: 0 15 | mipMapFadeDistanceStart: 1 16 | mipMapFadeDistanceEnd: 3 17 | bumpmap: 18 | convertToNormalMap: 0 19 | externalNormalMap: 0 20 | heightScale: 0.25 21 | normalMapFilter: 0 22 | isReadable: 0 23 | grayScaleToAlpha: 0 24 | generateCubemap: 6 25 | cubemapConvolution: 0 26 | seamlessCubemap: 0 27 | textureFormat: 1 28 | maxTextureSize: 2048 29 | textureSettings: 30 | filterMode: -1 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | compressionQuality: 50 37 | spriteMode: 0 38 | spriteExtrude: 1 39 | spriteMeshType: 1 40 | alignment: 0 41 | spritePivot: {x: 0.5, y: 0.5} 42 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 43 | spritePixelsToUnits: 100 44 | alphaUsage: 1 45 | alphaIsTransparency: 1 46 | spriteTessellationDetail: -1 47 | textureType: 2 48 | textureShape: 1 49 | maxTextureSizeSet: 0 50 | compressionQualitySet: 0 51 | textureFormatSet: 0 52 | platformSettings: 53 | - buildTarget: DefaultTexturePlatform 54 | maxTextureSize: 2048 55 | textureFormat: -1 56 | textureCompression: 0 57 | compressionQuality: 50 58 | crunchedCompression: 0 59 | allowsAlphaSplitting: 0 60 | overridden: 0 61 | - buildTarget: Standalone 62 | maxTextureSize: 2048 63 | textureFormat: -1 64 | textureCompression: 0 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | - buildTarget: Android 70 | maxTextureSize: 2048 71 | textureFormat: -1 72 | textureCompression: 0 73 | compressionQuality: 50 74 | crunchedCompression: 0 75 | allowsAlphaSplitting: 0 76 | overridden: 0 77 | spriteSheet: 78 | serializedVersion: 2 79 | sprites: [] 80 | outline: [] 81 | spritePackingTag: 82 | userData: 83 | assetBundleName: 84 | assetBundleVariant: 85 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconEdit.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconEdit.psd -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconEdit.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf593cb3310b7784a8f0967b8ba89b02 3 | timeCreated: 1542656899 4 | licenseType: Store 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | serializedVersion: 4 8 | mipmaps: 9 | mipMapMode: 0 10 | enableMipMap: 0 11 | sRGBTexture: 0 12 | linearTexture: 0 13 | fadeOut: 0 14 | borderMipMap: 0 15 | mipMapFadeDistanceStart: 1 16 | mipMapFadeDistanceEnd: 3 17 | bumpmap: 18 | convertToNormalMap: 0 19 | externalNormalMap: 0 20 | heightScale: 0.25 21 | normalMapFilter: 0 22 | isReadable: 0 23 | grayScaleToAlpha: 0 24 | generateCubemap: 6 25 | cubemapConvolution: 0 26 | seamlessCubemap: 0 27 | textureFormat: 1 28 | maxTextureSize: 2048 29 | textureSettings: 30 | filterMode: -1 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | compressionQuality: 50 37 | spriteMode: 0 38 | spriteExtrude: 1 39 | spriteMeshType: 1 40 | alignment: 0 41 | spritePivot: {x: 0.5, y: 0.5} 42 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 43 | spritePixelsToUnits: 100 44 | alphaUsage: 1 45 | alphaIsTransparency: 1 46 | spriteTessellationDetail: -1 47 | textureType: 2 48 | textureShape: 1 49 | maxTextureSizeSet: 0 50 | compressionQualitySet: 0 51 | textureFormatSet: 0 52 | platformSettings: 53 | - buildTarget: DefaultTexturePlatform 54 | maxTextureSize: 2048 55 | textureFormat: -1 56 | textureCompression: 0 57 | compressionQuality: 50 58 | crunchedCompression: 0 59 | allowsAlphaSplitting: 0 60 | overridden: 0 61 | - buildTarget: Standalone 62 | maxTextureSize: 2048 63 | textureFormat: -1 64 | textureCompression: 0 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | - buildTarget: Android 70 | maxTextureSize: 2048 71 | textureFormat: -1 72 | textureCompression: 0 73 | compressionQuality: 50 74 | crunchedCompression: 0 75 | allowsAlphaSplitting: 0 76 | overridden: 0 77 | spriteSheet: 78 | serializedVersion: 2 79 | sprites: [] 80 | outline: [] 81 | spritePackingTag: 82 | userData: 83 | assetBundleName: 84 | assetBundleVariant: 85 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconFile.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconFile.psd -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconFile.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a834ebf21c2e0c0458b1388348382520 3 | timeCreated: 1542662593 4 | licenseType: Store 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | serializedVersion: 4 8 | mipmaps: 9 | mipMapMode: 0 10 | enableMipMap: 0 11 | sRGBTexture: 0 12 | linearTexture: 0 13 | fadeOut: 0 14 | borderMipMap: 0 15 | mipMapFadeDistanceStart: 1 16 | mipMapFadeDistanceEnd: 3 17 | bumpmap: 18 | convertToNormalMap: 0 19 | externalNormalMap: 0 20 | heightScale: 0.25 21 | normalMapFilter: 0 22 | isReadable: 0 23 | grayScaleToAlpha: 0 24 | generateCubemap: 6 25 | cubemapConvolution: 0 26 | seamlessCubemap: 0 27 | textureFormat: 1 28 | maxTextureSize: 2048 29 | textureSettings: 30 | filterMode: -1 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | compressionQuality: 50 37 | spriteMode: 0 38 | spriteExtrude: 1 39 | spriteMeshType: 1 40 | alignment: 0 41 | spritePivot: {x: 0.5, y: 0.5} 42 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 43 | spritePixelsToUnits: 100 44 | alphaUsage: 1 45 | alphaIsTransparency: 1 46 | spriteTessellationDetail: -1 47 | textureType: 2 48 | textureShape: 1 49 | maxTextureSizeSet: 0 50 | compressionQualitySet: 0 51 | textureFormatSet: 0 52 | platformSettings: 53 | - buildTarget: DefaultTexturePlatform 54 | maxTextureSize: 2048 55 | textureFormat: -1 56 | textureCompression: 0 57 | compressionQuality: 50 58 | crunchedCompression: 0 59 | allowsAlphaSplitting: 0 60 | overridden: 0 61 | - buildTarget: Standalone 62 | maxTextureSize: 2048 63 | textureFormat: -1 64 | textureCompression: 0 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | - buildTarget: Android 70 | maxTextureSize: 2048 71 | textureFormat: -1 72 | textureCompression: 0 73 | compressionQuality: 50 74 | crunchedCompression: 0 75 | allowsAlphaSplitting: 0 76 | overridden: 0 77 | spriteSheet: 78 | serializedVersion: 2 79 | sprites: [] 80 | outline: [] 81 | spritePackingTag: 82 | userData: 83 | assetBundleName: 84 | assetBundleVariant: 85 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconHelp.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconHelp.psd -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconHelp.psd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b676a215be26cba488e51c0dda84e72d 3 | timeCreated: 1542663379 4 | licenseType: Store 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | serializedVersion: 4 8 | mipmaps: 9 | mipMapMode: 0 10 | enableMipMap: 0 11 | sRGBTexture: 0 12 | linearTexture: 0 13 | fadeOut: 0 14 | borderMipMap: 0 15 | mipMapFadeDistanceStart: 1 16 | mipMapFadeDistanceEnd: 3 17 | bumpmap: 18 | convertToNormalMap: 0 19 | externalNormalMap: 0 20 | heightScale: 0.25 21 | normalMapFilter: 0 22 | isReadable: 0 23 | grayScaleToAlpha: 0 24 | generateCubemap: 6 25 | cubemapConvolution: 0 26 | seamlessCubemap: 0 27 | textureFormat: 1 28 | maxTextureSize: 2048 29 | textureSettings: 30 | filterMode: -1 31 | aniso: 1 32 | mipBias: -1 33 | wrapMode: 1 34 | nPOTScale: 0 35 | lightmap: 0 36 | compressionQuality: 50 37 | spriteMode: 0 38 | spriteExtrude: 1 39 | spriteMeshType: 1 40 | alignment: 0 41 | spritePivot: {x: 0.5, y: 0.5} 42 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 43 | spritePixelsToUnits: 100 44 | alphaUsage: 1 45 | alphaIsTransparency: 1 46 | spriteTessellationDetail: -1 47 | textureType: 2 48 | textureShape: 1 49 | maxTextureSizeSet: 0 50 | compressionQualitySet: 0 51 | textureFormatSet: 0 52 | platformSettings: 53 | - buildTarget: DefaultTexturePlatform 54 | maxTextureSize: 2048 55 | textureFormat: -1 56 | textureCompression: 0 57 | compressionQuality: 50 58 | crunchedCompression: 0 59 | allowsAlphaSplitting: 0 60 | overridden: 0 61 | - buildTarget: Standalone 62 | maxTextureSize: 2048 63 | textureFormat: -1 64 | textureCompression: 0 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | - buildTarget: Android 70 | maxTextureSize: 2048 71 | textureFormat: -1 72 | textureCompression: 0 73 | compressionQuality: 50 74 | crunchedCompression: 0 75 | allowsAlphaSplitting: 0 76 | overridden: 0 77 | spriteSheet: 78 | serializedVersion: 2 79 | sprites: [] 80 | outline: [] 81 | spritePackingTag: 82 | userData: 83 | assetBundleName: 84 | assetBundleVariant: 85 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - LogoDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - LogoDark.png -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - LogoDark.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19fba23f8cd588a47a5bf9b0d9a9fcc2 3 | timeCreated: 1522739004 4 | licenseType: Store 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | serializedVersion: 4 8 | mipmaps: 9 | mipMapMode: 0 10 | enableMipMap: 0 11 | sRGBTexture: 0 12 | linearTexture: 0 13 | fadeOut: 0 14 | borderMipMap: 0 15 | mipMapFadeDistanceStart: 1 16 | mipMapFadeDistanceEnd: 3 17 | bumpmap: 18 | convertToNormalMap: 0 19 | externalNormalMap: 0 20 | heightScale: 0.25 21 | normalMapFilter: 0 22 | isReadable: 0 23 | grayScaleToAlpha: 0 24 | generateCubemap: 6 25 | cubemapConvolution: 0 26 | seamlessCubemap: 0 27 | textureFormat: 1 28 | maxTextureSize: 2048 29 | textureSettings: 30 | filterMode: -1 31 | aniso: -1 32 | mipBias: -1 33 | wrapMode: -1 34 | nPOTScale: 0 35 | lightmap: 0 36 | compressionQuality: 50 37 | spriteMode: 0 38 | spriteExtrude: 1 39 | spriteMeshType: 1 40 | alignment: 0 41 | spritePivot: {x: 0.5, y: 0.5} 42 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 43 | spritePixelsToUnits: 100 44 | alphaUsage: 1 45 | alphaIsTransparency: 1 46 | spriteTessellationDetail: -1 47 | textureType: 2 48 | textureShape: 1 49 | maxTextureSizeSet: 0 50 | compressionQualitySet: 0 51 | textureFormatSet: 0 52 | platformSettings: 53 | - buildTarget: DefaultTexturePlatform 54 | maxTextureSize: 32 55 | textureFormat: -1 56 | textureCompression: 0 57 | compressionQuality: 50 58 | crunchedCompression: 0 59 | allowsAlphaSplitting: 0 60 | overridden: 0 61 | - buildTarget: Standalone 62 | maxTextureSize: 32 63 | textureFormat: -1 64 | textureCompression: 0 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | - buildTarget: Android 70 | maxTextureSize: 32 71 | textureFormat: -1 72 | textureCompression: 0 73 | compressionQuality: 50 74 | crunchedCompression: 0 75 | allowsAlphaSplitting: 0 76 | overridden: 0 77 | - buildTarget: WebGL 78 | maxTextureSize: 32 79 | textureFormat: -1 80 | textureCompression: 0 81 | compressionQuality: 50 82 | crunchedCompression: 0 83 | allowsAlphaSplitting: 0 84 | overridden: 0 85 | spriteSheet: 86 | serializedVersion: 2 87 | sprites: [] 88 | outline: [] 89 | spritePackingTag: 90 | userData: 91 | assetBundleName: 92 | assetBundleVariant: 93 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - LogoLight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - LogoLight.png -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - LogoLight.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ebb9926546381046a4271ece54ce919 3 | timeCreated: 1522739004 4 | licenseType: Store 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | serializedVersion: 4 8 | mipmaps: 9 | mipMapMode: 0 10 | enableMipMap: 0 11 | sRGBTexture: 0 12 | linearTexture: 0 13 | fadeOut: 0 14 | borderMipMap: 0 15 | mipMapFadeDistanceStart: 1 16 | mipMapFadeDistanceEnd: 3 17 | bumpmap: 18 | convertToNormalMap: 0 19 | externalNormalMap: 0 20 | heightScale: 0.25 21 | normalMapFilter: 0 22 | isReadable: 0 23 | grayScaleToAlpha: 0 24 | generateCubemap: 6 25 | cubemapConvolution: 0 26 | seamlessCubemap: 0 27 | textureFormat: 1 28 | maxTextureSize: 2048 29 | textureSettings: 30 | filterMode: -1 31 | aniso: -1 32 | mipBias: -1 33 | wrapMode: -1 34 | nPOTScale: 0 35 | lightmap: 0 36 | compressionQuality: 50 37 | spriteMode: 0 38 | spriteExtrude: 1 39 | spriteMeshType: 1 40 | alignment: 0 41 | spritePivot: {x: 0.5, y: 0.5} 42 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 43 | spritePixelsToUnits: 100 44 | alphaUsage: 1 45 | alphaIsTransparency: 1 46 | spriteTessellationDetail: -1 47 | textureType: 2 48 | textureShape: 1 49 | maxTextureSizeSet: 0 50 | compressionQualitySet: 0 51 | textureFormatSet: 0 52 | platformSettings: 53 | - buildTarget: DefaultTexturePlatform 54 | maxTextureSize: 32 55 | textureFormat: -1 56 | textureCompression: 0 57 | compressionQuality: 50 58 | crunchedCompression: 0 59 | allowsAlphaSplitting: 0 60 | overridden: 0 61 | - buildTarget: Standalone 62 | maxTextureSize: 32 63 | textureFormat: -1 64 | textureCompression: 0 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | - buildTarget: Android 70 | maxTextureSize: 32 71 | textureFormat: -1 72 | textureCompression: 0 73 | compressionQuality: 50 74 | crunchedCompression: 0 75 | allowsAlphaSplitting: 0 76 | overridden: 0 77 | - buildTarget: WebGL 78 | maxTextureSize: 32 79 | textureFormat: -1 80 | textureCompression: 0 81 | compressionQuality: 50 82 | crunchedCompression: 0 83 | allowsAlphaSplitting: 0 84 | overridden: 0 85 | spriteSheet: 86 | serializedVersion: 2 87 | sprites: [] 88 | outline: [] 89 | spritePackingTag: 90 | userData: 91 | assetBundleName: 92 | assetBundleVariant: 93 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a7172af4ede829428c703b4fa106dc5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/BoxophobicUtils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e08a071eae74d4439b81fb76c0ca563 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/BoxophobicUtils/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6b2a32d2cfb7ac4a80b1faa8a5e04e5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/BoxophobicUtils/Editor/GetBoxophobicFolder.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEditor; 4 | 5 | namespace Boxophobic.Utils 6 | { 7 | public partial class BoxophobicUtils 8 | { 9 | public static string GetBoxophobicFolder() 10 | { 11 | string[] folder = AssetDatabase.FindAssets("BOXOPHOBIC"); 12 | string boxFolder = null; 13 | 14 | for (int i = 0; i < folder.Length; i++) 15 | { 16 | if (AssetDatabase.GUIDToAssetPath(folder[i]).EndsWith("BOXOPHOBIC")) 17 | { 18 | boxFolder = AssetDatabase.GUIDToAssetPath(folder[i]); 19 | } 20 | } 21 | 22 | return boxFolder; 23 | } 24 | } 25 | } 26 | 27 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/BoxophobicUtils/Editor/GetBoxophobicFolder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 966dd46be18fca54fa55f1e65b59556e 3 | timeCreated: 1574083100 4 | licenseType: Store 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/Constants.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c9d2f06234e7e643b2118057d8e0673 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/Constants/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9d8cdef64e40564ba050ac0bc5eee96 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/Constants/Editor/Constants.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0cf8ff3bbc97374f88272f686fb80e5 3 | timeCreated: 1541442079 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f32bd65977ebf9049bd5e40e18d1556c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c19ccb5106c5c74e986e51e717e9230 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/Editor/LoadSettingsData.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using System.Globalization; 4 | using UnityEditor; 5 | 6 | namespace Boxophobic.Utils 7 | { 8 | public partial class SettingsUtils 9 | { 10 | public static string LoadSettingsData(string settingsPath, string defaultData) 11 | { 12 | var settings = AssetDatabase.LoadAssetAtPath(settingsPath); 13 | 14 | if (settings != null) 15 | { 16 | return settings.data; 17 | } 18 | else 19 | { 20 | return defaultData; 21 | } 22 | } 23 | 24 | public static int LoadSettingsData(string settingsPath, int defaultData) 25 | { 26 | var settings = AssetDatabase.LoadAssetAtPath(settingsPath); 27 | 28 | if (settings != null) 29 | { 30 | int value; 31 | 32 | if (int.TryParse(settings.data, out value)) 33 | { 34 | return value; 35 | } 36 | else 37 | { 38 | return defaultData; 39 | } 40 | } 41 | else 42 | { 43 | return defaultData; 44 | } 45 | } 46 | 47 | public static float LoadSettingsData(string settingsPath, float defaultData) 48 | { 49 | var settings = AssetDatabase.LoadAssetAtPath(settingsPath); 50 | 51 | if (settings != null) 52 | { 53 | float value; 54 | 55 | if (float.TryParse(settings.data, out value)) 56 | { 57 | return float.Parse(settings.data, CultureInfo.InvariantCulture); 58 | } 59 | else 60 | { 61 | return defaultData; 62 | } 63 | } 64 | else 65 | { 66 | return defaultData; 67 | } 68 | } 69 | } 70 | } 71 | 72 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/Editor/LoadSettingsData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90057ce590a8bd148ab59e018f35d9cb 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/Editor/SaveSettingsData.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using System.IO; 4 | using UnityEditor; 5 | 6 | namespace Boxophobic.Utils 7 | { 8 | public partial class SettingsUtils 9 | { 10 | public static void SaveSettingsData(string settingsPath, string data) 11 | { 12 | CreateFileIfMissing(settingsPath); 13 | 14 | var settings = AssetDatabase.LoadAssetAtPath(settingsPath); 15 | 16 | settings.data = data; 17 | 18 | SaveFile(settingsPath); 19 | } 20 | 21 | public static void SaveSettingsData(string settingsPath, int data) 22 | { 23 | CreateFileIfMissing(settingsPath); 24 | 25 | var settings = AssetDatabase.LoadAssetAtPath(settingsPath); 26 | 27 | settings.data = data.ToString(); 28 | 29 | SaveFile(settingsPath); 30 | } 31 | 32 | public static void SaveSettingsData(string settingsPath, float data) 33 | { 34 | CreateFileIfMissing(settingsPath); 35 | 36 | var settings = AssetDatabase.LoadAssetAtPath(settingsPath); 37 | 38 | settings.data = data.ToString(); 39 | 40 | SaveFile(settingsPath); 41 | } 42 | 43 | private static void CreateFileIfMissing(string settingsPath) 44 | { 45 | if (File.Exists(settingsPath) == false) 46 | { 47 | var directory = Path.GetDirectoryName(settingsPath); 48 | 49 | if (Directory.Exists(directory) == false) 50 | { 51 | Directory.CreateDirectory(directory); 52 | AssetDatabase.Refresh(); 53 | } 54 | 55 | AssetDatabase.CreateAsset(new SettingsData(), settingsPath); 56 | AssetDatabase.Refresh(); 57 | } 58 | } 59 | 60 | private static void SaveFile(string settingsPath) 61 | { 62 | var file = AssetDatabase.LoadAssetAtPath(settingsPath); 63 | 64 | EditorUtility.SetDirty(file); 65 | AssetDatabase.SaveAssets(); 66 | AssetDatabase.Refresh(); 67 | } 68 | } 69 | } 70 | 71 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/Editor/SaveSettingsData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7afe5a6ac49829c408df7e64761e822d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/SettingsData.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | 5 | namespace Boxophobic.Utils 6 | { 7 | //[CreateAssetMenu(fileName = "Settings", menuName = "BOXOPHOBIC/SettingsData")] 8 | public class SettingsData : ScriptableObject 9 | { 10 | [Space] 11 | public string data = ""; 12 | } 13 | } -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/SettingsData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93308045fbb3c5e42ba5ccb66d848632 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledGUI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9da278ccd300c14092ca67efbfdcef8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledGUI/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0240273433c787f4ba8b2ce0533bb235 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledGUI/Editor/DrawInspectorBanner.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | using Boxophobic.Constants; 6 | 7 | namespace Boxophobic.StyledGUI 8 | { 9 | public partial class StyledGUI 10 | { 11 | public static void DrawInspectorBanner(Color bannerColor, string bannerText, string helpURL) 12 | { 13 | GUILayout.Space(20); 14 | 15 | var bannerFullRect = GUILayoutUtility.GetRect(0, 0, 40, 0); 16 | var bannerBeginRect = new Rect(bannerFullRect.position.x, bannerFullRect.position.y, 20, 40); 17 | var bannerMiddleRect = new Rect(bannerFullRect.position.x + 20, bannerFullRect.position.y, bannerFullRect.xMax - 54, 40); 18 | var bannerEndRect = new Rect(bannerFullRect.xMax - 20, bannerFullRect.position.y, 20, 40); 19 | var iconRect = new Rect(bannerFullRect.xMax - 36, bannerFullRect.position.y + 5, 30, 30); 20 | 21 | Color guiColor; 22 | 23 | if (EditorGUIUtility.isProSkin) 24 | { 25 | bannerColor = new Color(bannerColor.r, bannerColor.g, bannerColor.b, 1f); 26 | } 27 | else 28 | { 29 | bannerColor = CONSTANT.ColorLightGray; 30 | } 31 | 32 | if (bannerColor.r + bannerColor.g + bannerColor.b <= 1.5f) 33 | { 34 | guiColor = CONSTANT.ColorLightGray; 35 | } 36 | else 37 | { 38 | guiColor = CONSTANT.ColorDarkGray; 39 | } 40 | 41 | GUI.color = bannerColor; 42 | 43 | GUI.DrawTexture(bannerBeginRect, CONSTANT.BannerImageBegin, ScaleMode.StretchToFill, true); 44 | GUI.DrawTexture(bannerMiddleRect, CONSTANT.BannerImageMiddle, ScaleMode.StretchToFill, true); 45 | GUI.DrawTexture(bannerEndRect, CONSTANT.BannerImageEnd, ScaleMode.StretchToFill, true); 46 | 47 | #if UNITY_2019_3_OR_NEWER 48 | GUI.Label(bannerFullRect, "" + bannerText + "", CONSTANT.TitleStyle); 49 | #else 50 | GUI.Label(bannerFullRect, "" + bannerText + "", CONSTANT.TitleStyle); 51 | #endif 52 | GUI.color = guiColor; 53 | 54 | if (GUI.Button(iconRect, CONSTANT.IconHelp, new GUIStyle { alignment = TextAnchor.MiddleCenter })) 55 | { 56 | Application.OpenURL(helpURL); 57 | } 58 | 59 | GUI.color = Color.white; 60 | GUILayout.Space(10); 61 | } 62 | } 63 | } 64 | 65 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledGUI/Editor/DrawInspectorBanner.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1525d4228f26951498e86e425363f3f0 3 | timeCreated: 1542661236 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledGUI/Editor/DrawInspectorCategory.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | using Boxophobic.Constants; 6 | 7 | namespace Boxophobic.StyledGUI 8 | { 9 | public partial class StyledGUI 10 | { 11 | public static void DrawInspectorCategory(Rect position, string bannerText) 12 | { 13 | var categoryFullRect = new Rect(position.position.x, position.position.y + 10, position.width, position.height); 14 | var categoryBeginRect = new Rect(categoryFullRect.position.x, categoryFullRect.position.y, 10, 20); 15 | var categoryMiddleRect = new Rect(categoryFullRect.position.x + 10, categoryFullRect.position.y, categoryFullRect.xMax - 32, 20); 16 | var categoryEndRect = new Rect(categoryFullRect.xMax - 10, categoryFullRect.position.y, 10, 20); 17 | var titleRect = new Rect(categoryFullRect.position.x, categoryFullRect.position.y, categoryFullRect.width, 18); 18 | 19 | if (EditorGUIUtility.isProSkin) 20 | { 21 | GUI.color = CONSTANT.ColorDarkGray; 22 | } 23 | else 24 | { 25 | GUI.color = CONSTANT.ColorLightGray; 26 | } 27 | 28 | //Workaround for flickering images in CustomInspector with Attribute 29 | GUIStyle styleB = new GUIStyle(); 30 | styleB.normal.background = CONSTANT.CategoryImageBegin; 31 | EditorGUI.LabelField(categoryBeginRect, GUIContent.none, styleB); 32 | 33 | GUIStyle styleM = new GUIStyle(); 34 | styleM.normal.background = CONSTANT.CategoryImageMiddle; 35 | EditorGUI.LabelField(categoryMiddleRect, GUIContent.none, styleM); 36 | 37 | GUIStyle styleE = new GUIStyle(); 38 | styleE.normal.background = CONSTANT.CategoryImageEnd; 39 | EditorGUI.LabelField(categoryEndRect, GUIContent.none, styleE); 40 | 41 | GUI.color = Color.white; 42 | GUI.Label(titleRect, bannerText, CONSTANT.BoldTextStyle); 43 | } 44 | } 45 | } 46 | 47 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledGUI/Editor/DrawInspectorCategory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87b94a9c1333f074e8c24cd5a2fe1d73 3 | timeCreated: 1542661236 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledGUI/Editor/DrawWindowBanner.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | using Boxophobic.Constants; 6 | 7 | namespace Boxophobic.StyledGUI 8 | { 9 | public partial class StyledGUI 10 | { 11 | public static void DrawWindowBanner(Color bannerColor, string bannerText, string helpURL) 12 | { 13 | GUILayout.Space(20); 14 | 15 | var bannerFullRect = GUILayoutUtility.GetRect(0, 0, 40, 0); 16 | var bannerBeginRect = new Rect(bannerFullRect.position.x + 20, bannerFullRect.position.y, 20, 40); 17 | var bannerMiddleRect = new Rect(bannerFullRect.position.x + 40, bannerFullRect.position.y, bannerFullRect.xMax - 75, 40); 18 | var bannerEndRect = new Rect(bannerFullRect.xMax - 36, bannerFullRect.position.y, 20, 40); 19 | var iconRect = new Rect(bannerFullRect.xMax - 53, bannerFullRect.position.y + 5, 30, 30); 20 | 21 | Color guiColor; 22 | 23 | if (EditorGUIUtility.isProSkin) 24 | { 25 | bannerColor = new Color(bannerColor.r, bannerColor.g, bannerColor.b, 1f); 26 | } 27 | else 28 | { 29 | bannerColor = CONSTANT.ColorLightGray; 30 | } 31 | 32 | if (bannerColor.r + bannerColor.g + bannerColor.b <= 1.5) 33 | { 34 | guiColor = CONSTANT.ColorLightGray; 35 | } 36 | else 37 | { 38 | guiColor = CONSTANT.ColorDarkGray; 39 | } 40 | 41 | GUI.color = bannerColor; 42 | 43 | GUI.DrawTexture(bannerBeginRect, CONSTANT.BannerImageBegin, ScaleMode.StretchToFill, true); 44 | GUI.DrawTexture(bannerMiddleRect, CONSTANT.BannerImageMiddle, ScaleMode.StretchToFill, true); 45 | GUI.DrawTexture(bannerEndRect, CONSTANT.BannerImageEnd, ScaleMode.StretchToFill, true); 46 | 47 | GUI.color = guiColor; 48 | 49 | #if UNITY_2019_3_OR_NEWER 50 | GUI.Label(bannerFullRect, "" + bannerText + "", CONSTANT.TitleStyle); 51 | #else 52 | GUI.Label(bannerFullRect, "" + bannerText + "", CONSTANT.TitleStyle); 53 | #endif 54 | if (GUI.Button(iconRect, CONSTANT.IconHelp, new GUIStyle { alignment = TextAnchor.MiddleCenter })) 55 | { 56 | Application.OpenURL(helpURL); 57 | } 58 | 59 | GUI.color = Color.white; 60 | GUILayout.Space(20); 61 | } 62 | } 63 | } 64 | 65 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledGUI/Editor/DrawWindowBanner.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd0ddca94871d9a4586a143a83184806 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledGUI/Editor/DrawWindowCategory.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | using Boxophobic.Constants; 6 | 7 | namespace Boxophobic.StyledGUI 8 | { 9 | public partial class StyledGUI 10 | { 11 | public static void DrawWindowCategory(string bannerText) 12 | { 13 | var position = GUILayoutUtility.GetRect(0, 0, 40, 0); 14 | 15 | var categoryFullRect = new Rect(position.position.x, position.position.y + 10, position.width, position.height); 16 | var categoryBeginRect = new Rect(categoryFullRect.position.x, categoryFullRect.position.y, 10, 20); 17 | var categoryMiddleRect = new Rect(categoryFullRect.position.x + 10, categoryFullRect.position.y, categoryFullRect.xMax - 41, 20); 18 | var categoryEndRect = new Rect(categoryFullRect.xMax - 13, categoryFullRect.position.y, 10, 20); 19 | var titleRect = new Rect(categoryFullRect.position.x, categoryFullRect.position.y, categoryFullRect.width, 18); 20 | 21 | if (EditorGUIUtility.isProSkin) 22 | { 23 | GUI.color = CONSTANT.ColorDarkGray; 24 | } 25 | else 26 | { 27 | GUI.color = CONSTANT.ColorLightGray; 28 | } 29 | 30 | //Workaround for flickering images in CustomInspector with Attribute 31 | GUIStyle styleB = new GUIStyle(); 32 | styleB.normal.background = CONSTANT.CategoryImageBegin; 33 | EditorGUI.LabelField(categoryBeginRect, GUIContent.none, styleB); 34 | 35 | GUIStyle styleM = new GUIStyle(); 36 | styleM.normal.background = CONSTANT.CategoryImageMiddle; 37 | EditorGUI.LabelField(categoryMiddleRect, GUIContent.none, styleM); 38 | 39 | GUIStyle styleE = new GUIStyle(); 40 | styleE.normal.background = CONSTANT.CategoryImageEnd; 41 | EditorGUI.LabelField(categoryEndRect, GUIContent.none, styleE); 42 | 43 | GUI.color = Color.white; 44 | GUI.Label(titleRect, bannerText, CONSTANT.BoldTextStyle); 45 | } 46 | } 47 | } 48 | 49 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledGUI/Editor/DrawWindowCategory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aac99d6d81f90e54cabd822770c11875 3 | timeCreated: 1542661236 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 151a76ee3bec1ae449cd56f31d474de5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f72a81698dc6bab4296f49d668a09a09 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledBannerDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a832b9f47ccef214e81c89efe6bf31dd 3 | timeCreated: 1544998323 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledCategoryDrawer.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | using Boxophobic.Constants; 6 | 7 | namespace Boxophobic.StyledGUI 8 | { 9 | [CustomPropertyDrawer(typeof(StyledCategory))] 10 | public class StyledCategoryAttributeDrawer : PropertyDrawer 11 | { 12 | StyledCategory a; 13 | 14 | public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) 15 | { 16 | a = (StyledCategory)attribute; 17 | 18 | GUI.enabled = true; 19 | 20 | StyledGUI.DrawInspectorCategory(position, a.category); 21 | } 22 | 23 | public override float GetPropertyHeight(SerializedProperty property, GUIContent label) 24 | { 25 | return 40; 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledCategoryDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb59d41716ab6114cb7cf03a5695083b 3 | timeCreated: 1544998323 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledInteractiveDrawer.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | 6 | namespace Boxophobic.StyledGUI 7 | { 8 | [CustomPropertyDrawer(typeof(StyledInteractive))] 9 | public class StyledInteractiveAttributeDrawer : PropertyDrawer 10 | { 11 | StyledInteractive a; 12 | 13 | private int Value; 14 | private string Keywork; 15 | public int Type; 16 | 17 | public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) 18 | { 19 | a = (StyledInteractive)attribute; 20 | 21 | Value = a.value; 22 | Keywork = a.keyword; 23 | Type = a.type; 24 | 25 | if (Type == 0) 26 | { 27 | if (property.intValue == Value) 28 | { 29 | GUI.enabled = true; 30 | } 31 | else 32 | { 33 | GUI.enabled = false; 34 | } 35 | } 36 | else if (Type == 1) 37 | { 38 | if (Keywork == "ON") 39 | { 40 | GUI.enabled = true; 41 | } 42 | else if (Keywork == "OFF") 43 | { 44 | GUI.enabled = false; 45 | } 46 | } 47 | 48 | } 49 | 50 | public override float GetPropertyHeight(SerializedProperty property, GUIContent label) 51 | { 52 | return -2; 53 | } 54 | } 55 | } 56 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledInteractiveDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80229de18cd73624b8181a9db49a304f 3 | timeCreated: 1544998323 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledMessageDrawer.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | 6 | namespace Boxophobic.StyledGUI 7 | { 8 | [CustomPropertyDrawer(typeof(StyledMessage))] 9 | public class StyledMessageAttributeDrawer : PropertyDrawer 10 | { 11 | StyledMessage a; 12 | 13 | bool show; 14 | MessageType messageType; 15 | 16 | public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) 17 | { 18 | show = property.boolValue; 19 | 20 | if (show) 21 | { 22 | a = (StyledMessage)attribute; 23 | 24 | if (a.Type == "None") 25 | { 26 | messageType = MessageType.None; 27 | } 28 | else if (a.Type == "Info") 29 | { 30 | messageType = MessageType.Info; 31 | } 32 | else if (a.Type == "Warning") 33 | { 34 | messageType = MessageType.Warning; 35 | } 36 | else if (a.Type == "Error") 37 | { 38 | messageType = MessageType.Error; 39 | } 40 | 41 | GUILayout.Space(a.Top); 42 | EditorGUILayout.HelpBox(a.Message, messageType); 43 | GUILayout.Space(a.Down); 44 | } 45 | } 46 | 47 | public override float GetPropertyHeight(SerializedProperty property, GUIContent label) 48 | { 49 | return -2; 50 | } 51 | } 52 | } 53 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledMessageDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2734a300c1fbfb8499fe8a71e9b109e7 3 | timeCreated: 1544998323 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledPopupArrayDrawer.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | 6 | namespace Boxophobic.StyledGUI 7 | { 8 | [CustomPropertyDrawer(typeof(StyledPopupArray))] 9 | public class StyledPopupArrayAttributeDrawer : PropertyDrawer 10 | { 11 | StyledPopupArray a; 12 | private int index = 0; 13 | 14 | public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) 15 | { 16 | a = (StyledPopupArray)attribute; 17 | 18 | var arrProp = property.serializedObject.FindProperty(a.array); 19 | 20 | var arr = new string[arrProp.arraySize]; 21 | 22 | for (int i = 0; i < arrProp.arraySize; i++) 23 | { 24 | arr[i] = arrProp.GetArrayElementAtIndex(i).stringValue; 25 | } 26 | 27 | index = EditorGUILayout.Popup(property.displayName, index, arr); 28 | property.intValue = index; 29 | } 30 | 31 | public override float GetPropertyHeight(SerializedProperty property, GUIContent label) 32 | { 33 | return -2; 34 | } 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledPopupArrayDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf9745e7c3c176c4395dbd644b463703 3 | timeCreated: 1544998323 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledPopupLayersDrawer.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | 6 | namespace Boxophobic.StyledGUI 7 | { 8 | [CustomPropertyDrawer(typeof(StyledPopupLayers))] 9 | public class StyledPopupLayersAttributeDrawer : PropertyDrawer 10 | { 11 | private int index; 12 | 13 | public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) 14 | { 15 | index = property.intValue; 16 | 17 | string[] allLayers = new string[32]; 18 | 19 | for (int i = 0; i < 32; i++) 20 | { 21 | if (LayerMask.LayerToName(i).Length < 1) 22 | { 23 | allLayers[i] = "Missing"; 24 | } 25 | else 26 | { 27 | allLayers[i] = LayerMask.LayerToName(i); 28 | } 29 | } 30 | 31 | index = EditorGUILayout.Popup(property.displayName, index, allLayers); 32 | property.intValue = index; 33 | } 34 | 35 | public override float GetPropertyHeight(SerializedProperty property, GUIContent label) 36 | { 37 | return -2; 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledPopupLayersDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b351b243374f2d948a9e9943abe174bf 3 | timeCreated: 1544998323 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledRangeOptionsDrawer.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | 6 | namespace Boxophobic.StyledGUI 7 | { 8 | [CustomPropertyDrawer(typeof(StyledRangeOptions))] 9 | public class StyledRangeOptionsAttributeDrawer : PropertyDrawer 10 | { 11 | StyledRangeOptions a; 12 | 13 | public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) 14 | { 15 | a = (StyledRangeOptions)attribute; 16 | 17 | GUIStyle styleMid = new GUIStyle(); 18 | styleMid.alignment = TextAnchor.MiddleCenter; 19 | styleMid.normal.textColor = Color.gray; 20 | styleMid.fontSize = 7; 21 | 22 | if (a.displayLabel.Length > 0) 23 | { 24 | GUILayout.Label(a.displayLabel); 25 | } 26 | 27 | //var sliderRect = GUILayoutUtility.GetRect(0, 0, 16, 0); 28 | //var offset = sliderRect.width * 0.03f; 29 | //int offset2 = Mathf.RoundToInt(sliderRect.width * 1f); 30 | //property.floatValue = GUI.HorizontalSlider(new Rect(sliderRect.position.x + offset, sliderRect.position.y, sliderRect.width - offset * 2, 16), property.floatValue, a.min, a.max); 31 | 32 | GUILayout.BeginHorizontal(); 33 | GUILayout.Space(8); 34 | property.floatValue = GUILayout.HorizontalSlider(property.floatValue, a.min, a.max); 35 | GUILayout.Space(8); 36 | GUILayout.EndHorizontal(); 37 | 38 | #if UNITY_2019_3_OR_NEWER 39 | GUILayout.Space(15); 40 | #endif 41 | GUILayout.BeginHorizontal(); 42 | 43 | int maxWidth = 20; 44 | 45 | #if UNITY_2019_3_OR_NEWER 46 | maxWidth = 28; 47 | #endif 48 | for (int i = 0; i < a.options.Length - 1; i++) 49 | { 50 | GUILayout.Label(a.options[i], styleMid, GUILayout.Width(maxWidth)); 51 | GUILayout.Label("", styleMid); 52 | } 53 | 54 | GUILayout.Label(a.options[a.options.Length - 1], styleMid, GUILayout.Width(maxWidth)); 55 | GUILayout.EndHorizontal(); 56 | 57 | } 58 | 59 | public override float GetPropertyHeight(SerializedProperty property, GUIContent label) 60 | { 61 | return -2; 62 | } 63 | } 64 | } 65 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledRangeOptionsDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5681c6e5862ae545ba9b00a5b813250 3 | timeCreated: 1544998323 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledSpaceDrawer.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | 6 | namespace Boxophobic.StyledGUI 7 | { 8 | [CustomPropertyDrawer(typeof(StyledSpace))] 9 | public class StyledSpaceAttributeDrawer : PropertyDrawer 10 | { 11 | StyledSpace a; 12 | 13 | public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) 14 | { 15 | a = (StyledSpace)attribute; 16 | 17 | GUILayout.Space(a.space); 18 | } 19 | 20 | public override float GetPropertyHeight(SerializedProperty property, GUIContent label) 21 | { 22 | return -2; 23 | } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledSpaceDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db0457065a494f34aa3b619f240d8bda 3 | timeCreated: 1544998323 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledTexturePreviewDrawer.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | 6 | namespace Boxophobic.StyledGUI 7 | { 8 | [CustomPropertyDrawer(typeof(StyledTexturePreview))] 9 | public class StyledTexturePreviewAttributeDrawer : PropertyDrawer 10 | { 11 | public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) 12 | { 13 | var rect = GUILayoutUtility.GetRect(0, 0, Screen.width, 0); 14 | GUI.DrawTexture(rect, (Texture)property.objectReferenceValue, ScaleMode.StretchToFill, false); 15 | } 16 | 17 | public override float GetPropertyHeight(SerializedProperty property, GUIContent label) 18 | { 19 | return -2; 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/Editor/StyledTexturePreviewDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8daad1bc4051084ca6204e12dc0890d 3 | timeCreated: 1544998323 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledBanner.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Boxophobic.StyledGUI 4 | { 5 | public class StyledBanner : PropertyAttribute 6 | { 7 | public float colorR; 8 | public float colorG; 9 | public float colorB; 10 | public string title; 11 | public string subtitle; 12 | public int spaceTop; 13 | public int spaceBottom; 14 | public string helpURL; 15 | 16 | public StyledBanner(string title, string subtitle, string helpURL) 17 | { 18 | this.spaceTop = 10; 19 | this.spaceBottom = 10; 20 | this.colorR = -1; 21 | this.title = title; 22 | this.subtitle = subtitle; 23 | this.helpURL = helpURL; 24 | } 25 | 26 | public StyledBanner(float colorR, float colorG, float colorB, string title, string subtitle, string helpURL) 27 | { 28 | this.spaceTop = 10; 29 | this.spaceBottom = 10; 30 | this.colorR = colorR; 31 | this.colorG = colorG; 32 | this.colorB = colorB; 33 | this.title = title; 34 | this.subtitle = subtitle; 35 | this.helpURL = helpURL; 36 | } 37 | 38 | public StyledBanner(float colorR, float colorG, float colorB, string title, string subtitle, int spaceTop, int spaceBottom, string helpURL) 39 | { 40 | this.colorR = colorR; 41 | this.colorG = colorG; 42 | this.colorB = colorB; 43 | this.title = title; 44 | this.subtitle = subtitle; 45 | this.spaceTop = spaceTop; 46 | this.spaceBottom = spaceBottom; 47 | this.helpURL = helpURL; 48 | } 49 | } 50 | } 51 | 52 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledBanner.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fb089d68a8e4634390e299256c8eec7 3 | timeCreated: 1544997099 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledCategory.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Boxophobic.StyledGUI 4 | { 5 | public class StyledCategory : PropertyAttribute 6 | { 7 | public string category; 8 | 9 | public StyledCategory(string category) 10 | { 11 | this.category = category; 12 | } 13 | } 14 | } 15 | 16 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledCategory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dfd994aa3f6b3944a0bd6effc2b3102 3 | timeCreated: 1544997099 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledInteractive.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | 5 | namespace Boxophobic.StyledGUI 6 | { 7 | public class StyledInteractive : PropertyAttribute 8 | { 9 | public int value; 10 | public string keyword; 11 | public int type; 12 | 13 | public StyledInteractive(int v) 14 | { 15 | type = 0; 16 | value = v; 17 | } 18 | 19 | public StyledInteractive(string k) 20 | { 21 | type = 1; 22 | keyword = k; 23 | } 24 | } 25 | 26 | } 27 | 28 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledInteractive.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 388415cfa9bb69041a8281bc567acec5 3 | timeCreated: 1544997099 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMessage.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | 5 | namespace Boxophobic.StyledGUI 6 | { 7 | public class StyledMessage : PropertyAttribute 8 | { 9 | public string Type; 10 | public string Message; 11 | public float Top; 12 | public float Down; 13 | 14 | public StyledMessage(string Type, string Message) 15 | { 16 | this.Type = Type; 17 | this.Message = Message; 18 | this.Top = 0; 19 | this.Down = 0; 20 | } 21 | 22 | public StyledMessage(string Type, string Message, float Top, float Down) 23 | { 24 | this.Type = Type; 25 | this.Message = Message; 26 | this.Top = Top; 27 | this.Down = Down; 28 | } 29 | } 30 | } 31 | 32 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMessage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab1d3117b9da8d7429e5ac70bd016772 3 | timeCreated: 1544997099 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledPopupArray.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | 5 | namespace Boxophobic.StyledGUI 6 | { 7 | public class StyledPopupArray : PropertyAttribute 8 | { 9 | public string array; 10 | 11 | public StyledPopupArray(string array) 12 | { 13 | this.array = array; 14 | } 15 | } 16 | } 17 | 18 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledPopupArray.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b32866cb35dd534c8ed7dda217b547e 3 | timeCreated: 1544997099 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledPopupLayers.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | 5 | namespace Boxophobic.StyledGUI 6 | { 7 | public class StyledPopupLayers : PropertyAttribute 8 | { 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledPopupLayers.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0859d05e88a639846b09d3b97fe33c7b 3 | timeCreated: 1544997099 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledRangeOptions.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | 5 | namespace Boxophobic.StyledGUI 6 | { 7 | public class StyledRangeOptions : PropertyAttribute 8 | { 9 | public bool simple; 10 | public float min; 11 | public float max; 12 | public string displayLabel; 13 | public string[] options; 14 | 15 | public StyledRangeOptions(float min, float max, string displayLabel, string[] options) 16 | { 17 | this.simple = false; 18 | this.min = min; 19 | this.max = max; 20 | this.displayLabel = displayLabel; 21 | 22 | this.options = options; 23 | } 24 | } 25 | } 26 | 27 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledRangeOptions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 896f8a6be3053ff4a8f322a960986af1 3 | timeCreated: 1544997099 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Boxophobic.StyledGUI 4 | { 5 | public class StyledSpace : PropertyAttribute 6 | { 7 | public int space; 8 | 9 | public StyledSpace(int space) 10 | { 11 | this.space = space; 12 | } 13 | } 14 | } 15 | 16 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e11186e2ccd8bf44d9d8699902268c99 3 | timeCreated: 1544997099 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledTexturePreview.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Boxophobic.StyledGUI 4 | { 5 | public class StyledTexturePreview : PropertyAttribute 6 | { 7 | } 8 | } 9 | 10 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledTexturePreview.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b33fc29a1077eff40880c4d54b57136c 3 | timeCreated: 1544997099 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMaterial.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0d136dff894dfc4095bd8dd34151567 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMaterial/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 949bbcd4d76a63745b12c11592a03024 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMaterial/Editor/StyledBannerDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 864d8c89c5d2ef240b0c51f15c5211e2 3 | timeCreated: 1544998323 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMaterial/Editor/StyledCategoryDrawer.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | using System; 6 | 7 | namespace Boxophobic.StyledGUI 8 | { 9 | public class StyledCategoryDrawer : MaterialPropertyDrawer 10 | { 11 | public string category; 12 | 13 | public StyledCategoryDrawer(string category) 14 | { 15 | this.category = category; 16 | } 17 | 18 | public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materiaEditor) 19 | { 20 | if (prop.floatValue < 0) 21 | { 22 | GUI.enabled = true; 23 | } 24 | else 25 | { 26 | GUI.enabled = true; 27 | StyledGUI.DrawInspectorCategory(position, category); 28 | } 29 | } 30 | 31 | public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) 32 | { 33 | if (prop.floatValue < 0) 34 | { 35 | return -2; 36 | } 37 | else 38 | { 39 | return 40; 40 | } 41 | } 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMaterial/Editor/StyledCategoryDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b5715cd99e4a2e4c91d69653d31dad9 3 | timeCreated: 1542224092 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMaterial/Editor/StyledDiffusionMaterialDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f13faeb510c3cb54ba5d051ecaad26e3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMaterial/Editor/StyledInteractiveDrawer.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | using System; 6 | 7 | namespace Boxophobic.StyledGUI 8 | { 9 | public class StyledInteractiveDrawer : MaterialPropertyDrawer 10 | { 11 | public string keyword; 12 | public float value1 = -1f; 13 | public float value2 = -1f; 14 | public float value3 = -1f; 15 | 16 | protected int type; 17 | 18 | public StyledInteractiveDrawer(string k) 19 | { 20 | type = 0; 21 | keyword = k; 22 | } 23 | 24 | public StyledInteractiveDrawer(string k, float v1) 25 | { 26 | type = 1; 27 | keyword = k; 28 | value1 = v1; 29 | } 30 | 31 | public StyledInteractiveDrawer(string k, float v1, float v2) 32 | { 33 | type = 1; 34 | keyword = k; 35 | value1 = v1; 36 | value2 = v2; 37 | } 38 | 39 | public StyledInteractiveDrawer(string k, float v1, float v2, float v3) 40 | { 41 | type = 1; 42 | keyword = k; 43 | value1 = v1; 44 | value2 = v2; 45 | value3 = v3; 46 | } 47 | 48 | public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) 49 | { 50 | Material material = materialEditor.target as Material; 51 | 52 | if (type == 1) 53 | { 54 | if (material.HasProperty(keyword)) 55 | { 56 | if (value1 == material.GetFloat(keyword) || value2 == material.GetFloat(keyword) || value3 == material.GetFloat(keyword)) 57 | { 58 | GUI.enabled = true; 59 | } 60 | else 61 | { 62 | GUI.enabled = false; 63 | } 64 | } 65 | } 66 | else if (type == 0) 67 | { 68 | if (keyword == "ON") 69 | { 70 | GUI.enabled = true; 71 | } 72 | else if (keyword == "OFF") 73 | { 74 | GUI.enabled = false; 75 | } 76 | else if (material.IsKeywordEnabled(keyword)) 77 | { 78 | GUI.enabled = true; 79 | } 80 | else 81 | { 82 | GUI.enabled = false; 83 | } 84 | } 85 | } 86 | 87 | public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) 88 | { 89 | return -2; 90 | } 91 | } 92 | } -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMaterial/Editor/StyledInteractiveDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cc33d297d20daa40a9b09fbb8e59502 3 | timeCreated: 1544039105 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMaterial/Editor/StyledMessageDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d01ce91280120de49b931b40f9e16f6b 3 | timeCreated: 1542224092 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMaterial/Editor/StyledSpaceDrawer.cs: -------------------------------------------------------------------------------- 1 | // Cristian Pop - https://boxophobic.com/ 2 | 3 | using UnityEngine; 4 | using UnityEditor; 5 | 6 | namespace Boxophobic.StyledGUI 7 | { 8 | public class StyledSpaceDrawer : MaterialPropertyDrawer 9 | { 10 | public float space; 11 | 12 | public StyledSpaceDrawer(float space) 13 | { 14 | this.space = space; 15 | } 16 | 17 | public override void OnGUI(Rect position, MaterialProperty prop, string label, MaterialEditor materialEditor) 18 | { 19 | //EditorGUI.DrawRect(position, new Color(0, 1, 0, 0.05f)); 20 | 21 | //Material material = materialEditor.target as Material; 22 | 23 | GUILayout.Space(space); 24 | } 25 | 26 | public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) 27 | { 28 | return -2; 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMaterial/Editor/StyledSpaceDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f2f57e67392e5b41af1a4cecc3a6c04 3 | timeCreated: 1544998323 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMono.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ae8613087e217249a69059295113b1c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d2d94adeb3d0c34dbf3699b0fdfa2ca 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/Editor/StyledMonoBehaviourEditor.cs: -------------------------------------------------------------------------------- 1 | //#if UNITY_EDITOR 2 | using UnityEditor; 3 | 4 | namespace Boxophobic.StyledGUI 5 | { 6 | [CustomEditor(typeof(StyledMonoBehaviour), true)] 7 | [CanEditMultipleObjects] 8 | public class StyledMonoBehaviourEditor : Editor 9 | { 10 | public override void OnInspectorGUI() 11 | { 12 | serializedObject.Update(); 13 | EditorGUI.BeginChangeCheck(); 14 | DrawPropertiesExcluding(serializedObject, "m_Script"); 15 | if (EditorGUI.EndChangeCheck()) 16 | serializedObject.ApplyModifiedProperties(); 17 | } 18 | } 19 | } 20 | //#endif -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/Editor/StyledMonoBehaviourEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 29c1ac24df072a744a4bdc6a209772bf 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoBehaviour.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using Boxophobic.StyledGUI; 3 | 4 | [StyledMonoHideScriptField] 5 | public class StyledMonoBehaviour : MonoBehaviour 6 | { 7 | 8 | } 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0003a5bea05764747b05fa096a075848 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoHideScriptField.cs: -------------------------------------------------------------------------------- 1 | //#if UNITY_EDITOR 2 | using System; 3 | 4 | namespace Boxophobic.StyledGUI 5 | { 6 | [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)] 7 | public sealed class StyledMonoHideScriptField : Attribute 8 | { 9 | 10 | } 11 | } 12 | //#endif -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoHideScriptField.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12da8145f21b79948b477366195553d9 3 | timeCreated: 1573450921 4 | licenseType: Store 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/Version.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: 93308045fbb3c5e42ba5ccb66d848632, type: 3} 13 | m_Name: Version 14 | m_EditorClassIdentifier: Assembly-CSharp-Editor:Boxophobic.Utils:SettingsUtils/SettingsData 15 | data: 200 16 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Scripts/Version.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44d052136e0732d49b8ca48a7590d43d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Utils.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/BOXOPHOBIC/Utils/Utils.pdf -------------------------------------------------------------------------------- /Assets/BOXOPHOBIC/Utils/Utils.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0aca0e2d06b26544681357ef98393b10 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0234ba368eeec9418390da711bfdad0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Materials/CustomLighting.hlsl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dcbbd85a627a7ff47a733743a5a559ff 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Materials/Floor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 317ae6837078041448049dc98357ea49 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Materials/MainLight.shadersubgraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee8e41f8bf88a53408ffbcef10ced01c 3 | ScriptedImporter: 4 | internalIDToNameTable: [] 5 | externalObjects: {} 6 | serializedVersion: 2 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 60072b568d64c40a485e0fc55012dc9f, type: 3} 11 | -------------------------------------------------------------------------------- /Assets/Materials/SnakeShader.shadergraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 779165be8bc245640a01589b12329bee 3 | ScriptedImporter: 4 | internalIDToNameTable: [] 5 | externalObjects: {} 6 | serializedVersion: 2 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} 11 | -------------------------------------------------------------------------------- /Assets/Materials/ToonShader.shadergraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53d3d326ceff7b940a6236e66d350622 3 | ScriptedImporter: 4 | internalIDToNameTable: [] 5 | externalObjects: {} 6 | serializedVersion: 2 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} 11 | -------------------------------------------------------------------------------- /Assets/Materials/VertexShader.shadergraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 548f27c28a64c7244aefe12be38d09aa 3 | ScriptedImporter: 4 | internalIDToNameTable: [] 5 | externalObjects: {} 6 | serializedVersion: 2 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} 11 | -------------------------------------------------------------------------------- /Assets/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82294ad6ac62af84fa2032dab5e3fc6a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Models/Deidara.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63a1ecc2655e47e4a94ad6ff9906341c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Models/Deidara/AOESpell.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 746f356b133500847bcc2fc0698cd3e0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Models/Deidara/Deidara.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Deidara 11 | m_Shader: {fileID: -6465566751694194690, guid: 53d3d326ceff7b940a6236e66d350622, 12 | type: 3} 13 | m_ShaderKeywords: 14 | m_LightmapFlags: 4 15 | m_EnableInstancingVariants: 0 16 | m_DoubleSidedGI: 0 17 | m_CustomRenderQueue: -1 18 | stringTagMap: {} 19 | disabledShaderPasses: [] 20 | m_SavedProperties: 21 | serializedVersion: 3 22 | m_TexEnvs: 23 | - Texture2D_817B220E: 24 | m_Texture: {fileID: 2800000, guid: 643149a14ee406b4d8e6d26070d93cee, type: 3} 25 | m_Scale: {x: 1, y: 1} 26 | m_Offset: {x: 0, y: 0} 27 | m_Floats: 28 | - Vector1_58F5CB19: 0.1 29 | - Vector1_B781CA44: 32 30 | - Vector1_CAB9C154: 0.7 31 | m_Colors: 32 | - Color_116725BF: {r: 1, g: 1, b: 1, a: 0} 33 | - Color_6512CD7A: {r: 1, g: 1, b: 1, a: 0} 34 | - Color_85BA657: {r: 1, g: 1, b: 1, a: 0} 35 | - Color_F25F2FC1: {r: 1, g: 1, b: 1, a: 0} 36 | -------------------------------------------------------------------------------- /Assets/Models/Deidara/Deidara.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58c8c2fc2e58d674fa9023597d6f9aa6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Models/Deidara/DeidaraAnimator.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a71499a7713d6d74299384d39a8e2b82 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Models/Deidara/Idle.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1054ca22340cfa9438c189ccaa880acc 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Models/Deidara/Idle.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Models/Deidara/Idle.fbx -------------------------------------------------------------------------------- /Assets/Models/Deidara/Idle.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86a1154cac8c2b846a921f1b34f8f717 3 | ModelImporter: 4 | serializedVersion: 19301 5 | internalIDToNameTable: 6 | - first: 7 | 74: -203655887218126122 8 | second: mixamo.com 9 | externalObjects: {} 10 | materials: 11 | materialImportMode: 1 12 | materialName: 0 13 | materialSearch: 1 14 | materialLocation: 1 15 | animations: 16 | legacyGenerateAnimations: 4 17 | bakeSimulation: 0 18 | resampleCurves: 1 19 | optimizeGameObjects: 0 20 | motionNodeName: 21 | rigImportErrors: 22 | rigImportWarnings: 23 | animationImportErrors: 24 | animationImportWarnings: 25 | animationRetargetingWarnings: 26 | animationDoRetargetingWarnings: 0 27 | importAnimatedCustomProperties: 0 28 | importConstraints: 0 29 | animationCompression: 1 30 | animationRotationError: 0.5 31 | animationPositionError: 0.5 32 | animationScaleError: 0.5 33 | animationWrapMode: 0 34 | extraExposedTransformPaths: [] 35 | extraUserProperties: [] 36 | clipAnimations: [] 37 | isReadable: 0 38 | meshes: 39 | lODScreenPercentages: [] 40 | globalScale: 1 41 | meshCompression: 0 42 | addColliders: 0 43 | useSRGBMaterialColor: 1 44 | sortHierarchyByName: 1 45 | importVisibility: 1 46 | importBlendShapes: 1 47 | importCameras: 1 48 | importLights: 1 49 | fileIdsGeneration: 2 50 | swapUVChannels: 0 51 | generateSecondaryUV: 0 52 | useFileUnits: 1 53 | keepQuads: 0 54 | weldVertices: 1 55 | preserveHierarchy: 0 56 | skinWeightsMode: 0 57 | maxBonesPerVertex: 4 58 | minBoneWeight: 0.001 59 | meshOptimizationFlags: -1 60 | indexFormat: 0 61 | secondaryUVAngleDistortion: 8 62 | secondaryUVAreaDistortion: 15.000001 63 | secondaryUVHardAngle: 88 64 | secondaryUVPackMargin: 4 65 | useFileScale: 1 66 | tangentSpace: 67 | normalSmoothAngle: 60 68 | normalImportMode: 0 69 | tangentImportMode: 3 70 | normalCalculationMode: 4 71 | legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 72 | blendShapeNormalImportMode: 1 73 | normalSmoothingSource: 0 74 | referencedClips: [] 75 | importAnimation: 1 76 | humanDescription: 77 | serializedVersion: 3 78 | human: [] 79 | skeleton: [] 80 | armTwist: 0.5 81 | foreArmTwist: 0.5 82 | upperLegTwist: 0.5 83 | legTwist: 0.5 84 | armStretch: 0.05 85 | legStretch: 0.05 86 | feetSpacing: 0 87 | globalScale: 1 88 | rootMotionBoneName: 89 | hasTranslationDoF: 0 90 | hasExtraRoot: 0 91 | skeletonHasParents: 1 92 | lastHumanDescriptionAvatarSource: {instanceID: 0} 93 | autoGenerateAvatarMappingIfUnspecified: 1 94 | animationType: 2 95 | humanoidOversampling: 1 96 | avatarSetup: 0 97 | additionalBone: 0 98 | userData: 99 | assetBundleName: 100 | assetBundleVariant: 101 | -------------------------------------------------------------------------------- /Assets/Models/Deidara/SingleSpell.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72154d8dd7bac0b41afed82de18a5505 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Models/Deidara/Standing 2H Magic Area Attack 01.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Models/Deidara/Standing 2H Magic Area Attack 01.fbx -------------------------------------------------------------------------------- /Assets/Models/Deidara/Standing 2H Magic Area Attack 01.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43412f41c083bd541bf5f7b799571407 3 | ModelImporter: 4 | serializedVersion: 19301 5 | internalIDToNameTable: 6 | - first: 7 | 74: -203655887218126122 8 | second: mixamo.com 9 | externalObjects: {} 10 | materials: 11 | materialImportMode: 1 12 | materialName: 0 13 | materialSearch: 1 14 | materialLocation: 1 15 | animations: 16 | legacyGenerateAnimations: 4 17 | bakeSimulation: 0 18 | resampleCurves: 1 19 | optimizeGameObjects: 0 20 | motionNodeName: 21 | rigImportErrors: 22 | rigImportWarnings: 23 | animationImportErrors: 24 | animationImportWarnings: 25 | animationRetargetingWarnings: 26 | animationDoRetargetingWarnings: 0 27 | importAnimatedCustomProperties: 0 28 | importConstraints: 0 29 | animationCompression: 1 30 | animationRotationError: 0.5 31 | animationPositionError: 0.5 32 | animationScaleError: 0.5 33 | animationWrapMode: 0 34 | extraExposedTransformPaths: [] 35 | extraUserProperties: [] 36 | clipAnimations: [] 37 | isReadable: 0 38 | meshes: 39 | lODScreenPercentages: [] 40 | globalScale: 1 41 | meshCompression: 0 42 | addColliders: 0 43 | useSRGBMaterialColor: 1 44 | sortHierarchyByName: 1 45 | importVisibility: 1 46 | importBlendShapes: 1 47 | importCameras: 1 48 | importLights: 1 49 | fileIdsGeneration: 2 50 | swapUVChannels: 0 51 | generateSecondaryUV: 0 52 | useFileUnits: 1 53 | keepQuads: 0 54 | weldVertices: 1 55 | preserveHierarchy: 0 56 | skinWeightsMode: 0 57 | maxBonesPerVertex: 4 58 | minBoneWeight: 0.001 59 | meshOptimizationFlags: -1 60 | indexFormat: 0 61 | secondaryUVAngleDistortion: 8 62 | secondaryUVAreaDistortion: 15.000001 63 | secondaryUVHardAngle: 88 64 | secondaryUVPackMargin: 4 65 | useFileScale: 1 66 | tangentSpace: 67 | normalSmoothAngle: 60 68 | normalImportMode: 0 69 | tangentImportMode: 3 70 | normalCalculationMode: 4 71 | legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 72 | blendShapeNormalImportMode: 1 73 | normalSmoothingSource: 0 74 | referencedClips: [] 75 | importAnimation: 1 76 | humanDescription: 77 | serializedVersion: 3 78 | human: [] 79 | skeleton: [] 80 | armTwist: 0.5 81 | foreArmTwist: 0.5 82 | upperLegTwist: 0.5 83 | legTwist: 0.5 84 | armStretch: 0.05 85 | legStretch: 0.05 86 | feetSpacing: 0 87 | globalScale: 1 88 | rootMotionBoneName: 89 | hasTranslationDoF: 0 90 | hasExtraRoot: 0 91 | skeletonHasParents: 1 92 | lastHumanDescriptionAvatarSource: {instanceID: 0} 93 | autoGenerateAvatarMappingIfUnspecified: 1 94 | animationType: 2 95 | humanoidOversampling: 1 96 | avatarSetup: 0 97 | additionalBone: 0 98 | userData: 99 | assetBundleName: 100 | assetBundleVariant: 101 | -------------------------------------------------------------------------------- /Assets/Models/Deidara/Standing 2H Magic Attack 02.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Models/Deidara/Standing 2H Magic Attack 02.fbx -------------------------------------------------------------------------------- /Assets/Models/Deidara/Standing 2H Magic Attack 02.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eddee50780fdd0a46896a304783e8e32 3 | ModelImporter: 4 | serializedVersion: 19301 5 | internalIDToNameTable: 6 | - first: 7 | 74: -203655887218126122 8 | second: mixamo.com 9 | externalObjects: {} 10 | materials: 11 | materialImportMode: 1 12 | materialName: 0 13 | materialSearch: 1 14 | materialLocation: 1 15 | animations: 16 | legacyGenerateAnimations: 4 17 | bakeSimulation: 0 18 | resampleCurves: 1 19 | optimizeGameObjects: 0 20 | motionNodeName: 21 | rigImportErrors: 22 | rigImportWarnings: 23 | animationImportErrors: 24 | animationImportWarnings: 25 | animationRetargetingWarnings: 26 | animationDoRetargetingWarnings: 0 27 | importAnimatedCustomProperties: 0 28 | importConstraints: 0 29 | animationCompression: 1 30 | animationRotationError: 0.5 31 | animationPositionError: 0.5 32 | animationScaleError: 0.5 33 | animationWrapMode: 0 34 | extraExposedTransformPaths: [] 35 | extraUserProperties: [] 36 | clipAnimations: [] 37 | isReadable: 0 38 | meshes: 39 | lODScreenPercentages: [] 40 | globalScale: 1 41 | meshCompression: 0 42 | addColliders: 0 43 | useSRGBMaterialColor: 1 44 | sortHierarchyByName: 1 45 | importVisibility: 1 46 | importBlendShapes: 1 47 | importCameras: 1 48 | importLights: 1 49 | fileIdsGeneration: 2 50 | swapUVChannels: 0 51 | generateSecondaryUV: 0 52 | useFileUnits: 1 53 | keepQuads: 0 54 | weldVertices: 1 55 | preserveHierarchy: 0 56 | skinWeightsMode: 0 57 | maxBonesPerVertex: 4 58 | minBoneWeight: 0.001 59 | meshOptimizationFlags: -1 60 | indexFormat: 0 61 | secondaryUVAngleDistortion: 8 62 | secondaryUVAreaDistortion: 15.000001 63 | secondaryUVHardAngle: 88 64 | secondaryUVPackMargin: 4 65 | useFileScale: 1 66 | tangentSpace: 67 | normalSmoothAngle: 60 68 | normalImportMode: 0 69 | tangentImportMode: 3 70 | normalCalculationMode: 4 71 | legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 72 | blendShapeNormalImportMode: 1 73 | normalSmoothingSource: 0 74 | referencedClips: [] 75 | importAnimation: 1 76 | humanDescription: 77 | serializedVersion: 3 78 | human: [] 79 | skeleton: [] 80 | armTwist: 0.5 81 | foreArmTwist: 0.5 82 | upperLegTwist: 0.5 83 | legTwist: 0.5 84 | armStretch: 0.05 85 | legStretch: 0.05 86 | feetSpacing: 0 87 | globalScale: 0.01 88 | rootMotionBoneName: 89 | hasTranslationDoF: 0 90 | hasExtraRoot: 0 91 | skeletonHasParents: 1 92 | lastHumanDescriptionAvatarSource: {instanceID: 0} 93 | autoGenerateAvatarMappingIfUnspecified: 1 94 | animationType: 2 95 | humanoidOversampling: 1 96 | avatarSetup: 0 97 | additionalBone: 0 98 | userData: 99 | assetBundleName: 100 | assetBundleVariant: 101 | -------------------------------------------------------------------------------- /Assets/Models/Deidara/ntxr000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Models/Deidara/ntxr000.png -------------------------------------------------------------------------------- /Assets/Models/Snake.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 470041db481e4b14997024445c25fa7e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Models/Snake/Snake.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Models/Snake/Snake.fbx -------------------------------------------------------------------------------- /Assets/Models/Snake/Snake.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8191ceea60bc4b94e897fffaee5782a1 3 | ModelImporter: 4 | serializedVersion: 19301 5 | internalIDToNameTable: [] 6 | externalObjects: {} 7 | materials: 8 | materialImportMode: 1 9 | materialName: 0 10 | materialSearch: 1 11 | materialLocation: 1 12 | animations: 13 | legacyGenerateAnimations: 4 14 | bakeSimulation: 0 15 | resampleCurves: 1 16 | optimizeGameObjects: 0 17 | motionNodeName: 18 | rigImportErrors: 19 | rigImportWarnings: 20 | animationImportErrors: 21 | animationImportWarnings: 22 | animationRetargetingWarnings: 23 | animationDoRetargetingWarnings: 0 24 | importAnimatedCustomProperties: 0 25 | importConstraints: 0 26 | animationCompression: 1 27 | animationRotationError: 0.5 28 | animationPositionError: 0.5 29 | animationScaleError: 0.5 30 | animationWrapMode: 0 31 | extraExposedTransformPaths: [] 32 | extraUserProperties: [] 33 | clipAnimations: [] 34 | isReadable: 0 35 | meshes: 36 | lODScreenPercentages: [] 37 | globalScale: 1 38 | meshCompression: 0 39 | addColliders: 0 40 | useSRGBMaterialColor: 1 41 | sortHierarchyByName: 1 42 | importVisibility: 1 43 | importBlendShapes: 1 44 | importCameras: 1 45 | importLights: 1 46 | fileIdsGeneration: 2 47 | swapUVChannels: 0 48 | generateSecondaryUV: 0 49 | useFileUnits: 1 50 | keepQuads: 0 51 | weldVertices: 1 52 | preserveHierarchy: 0 53 | skinWeightsMode: 0 54 | maxBonesPerVertex: 4 55 | minBoneWeight: 0.001 56 | meshOptimizationFlags: -1 57 | indexFormat: 0 58 | secondaryUVAngleDistortion: 8 59 | secondaryUVAreaDistortion: 15.000001 60 | secondaryUVHardAngle: 88 61 | secondaryUVPackMargin: 4 62 | useFileScale: 1 63 | tangentSpace: 64 | normalSmoothAngle: 60 65 | normalImportMode: 0 66 | tangentImportMode: 3 67 | normalCalculationMode: 4 68 | legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 69 | blendShapeNormalImportMode: 1 70 | normalSmoothingSource: 0 71 | referencedClips: [] 72 | importAnimation: 1 73 | humanDescription: 74 | serializedVersion: 3 75 | human: [] 76 | skeleton: [] 77 | armTwist: 0.5 78 | foreArmTwist: 0.5 79 | upperLegTwist: 0.5 80 | legTwist: 0.5 81 | armStretch: 0.05 82 | legStretch: 0.05 83 | feetSpacing: 0 84 | globalScale: 0.01 85 | rootMotionBoneName: 86 | hasTranslationDoF: 0 87 | hasExtraRoot: 0 88 | skeletonHasParents: 1 89 | lastHumanDescriptionAvatarSource: {instanceID: 0} 90 | autoGenerateAvatarMappingIfUnspecified: 1 91 | animationType: 2 92 | humanoidOversampling: 1 93 | avatarSetup: 0 94 | additionalBone: 0 95 | userData: 96 | assetBundleName: 97 | assetBundleVariant: 98 | -------------------------------------------------------------------------------- /Assets/Models/Snake/Snake.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Snake 11 | m_Shader: {fileID: -6465566751694194690, guid: 779165be8bc245640a01589b12329bee, 12 | type: 3} 13 | m_ShaderKeywords: 14 | m_LightmapFlags: 4 15 | m_EnableInstancingVariants: 1 16 | m_DoubleSidedGI: 0 17 | m_CustomRenderQueue: -1 18 | stringTagMap: {} 19 | disabledShaderPasses: [] 20 | m_SavedProperties: 21 | serializedVersion: 3 22 | m_TexEnvs: 23 | - Texture2D_7E7D124C: 24 | m_Texture: {fileID: 2800000, guid: 85ca64db0dbf1b14e9e82a252cf3d42c, type: 3} 25 | m_Scale: {x: 1, y: 1} 26 | m_Offset: {x: 0, y: 0} 27 | - Texture2D_817B220E: 28 | m_Texture: {fileID: 2800000, guid: 85ca64db0dbf1b14e9e82a252cf3d42c, type: 3} 29 | m_Scale: {x: 1, y: 1} 30 | m_Offset: {x: 0, y: 0} 31 | m_Floats: 32 | - Vector1_58F5CB19: 0 33 | - Vector1_B6BC66DE: -4 34 | - Vector1_B781CA44: 32 35 | - Vector1_CAB9C154: 0.61 36 | - Vector1_EA04936F: 3 37 | - Vector1_F33AAFCA: 0.5 38 | - _MAIN_LIGHT_SHADOWS_CASCADE: 1 39 | - _SHADOWS_SOFT: 1 40 | m_Colors: 41 | - Color_116725BF: {r: 0.7830189, g: 0.7830189, b: 0.7830189, a: 0} 42 | - Color_6512CD7A: {r: 0.745283, g: 0.745283, b: 0.745283, a: 0} 43 | - Color_85BA657: {r: 1, g: 1, b: 1, a: 1} 44 | - Color_F25F2FC1: {r: 1, g: 1, b: 1, a: 0} 45 | -------------------------------------------------------------------------------- /Assets/Models/Snake/Snake.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbd37c921869d5c4faf11389e02b627f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Models/Snake/SnakeTexture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Models/Snake/SnakeTexture.png -------------------------------------------------------------------------------- /Assets/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c0e59d2becb24541b32efbc59a5423d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/AOESnakeSpell.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02df7f02859afbb46a7677e3b11ae08d 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Prefabs/SingleSnakeSpell.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81eb7283aefd0a14cb5cfc63fae099a0 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Presets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 558255460b74ec04fa70b5570e9327bd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Presets/AudioCompressedInMemory.preset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dd802e4d37c65149922028d3e973832 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Presets/AudioStreaming.preset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86bcce7f5575b54408aa0f3a7d321039 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2655988077585873504 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Presets/Defaults.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71ea82b02df99c2439e0dc8e4e1ebc24 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Presets/Defaults/AlbedoTexture_Default.preset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8537455c6c08bd4e8bf0be3707da685 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2655988077585873504 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Presets/Defaults/AudioDecompressOnLoad.preset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7689051185d12f4298e1ebb2693a29f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Presets/Defaults/DirectionalLight_Default.preset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 463065d4f17d1d94d848aa127b94dd43 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2655988077585873504 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Presets/NormalTexture.preset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14a57cf3b9fa1c74b884aa7e0dcf1faa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2655988077585873504 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Presets/UtilityTexture.preset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45f7b2e3c78185248b3adbb14429c2ab 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2655988077585873504 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ccc8fc1f68dd8eb468cbd115331738ae 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/Deidara.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92e2d0b9b8d44f346b8168274cd9d7f4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/Deidara.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1c3109bdb54ad54c8a2b2838528e640 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scenes/Deidara/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Scenes/Deidara/LightingData.asset -------------------------------------------------------------------------------- /Assets/Scenes/Deidara/LightingData.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79163056f9aa9004a8b72868cb9662d8 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/Deidara/Lightmap-0_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Scenes/Deidara/Lightmap-0_comp_light.exr -------------------------------------------------------------------------------- /Assets/Scenes/Deidara/Lightmap-1_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Scenes/Deidara/Lightmap-1_comp_light.exr -------------------------------------------------------------------------------- /Assets/Scenes/Deidara/Lightmap-2_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Scenes/Deidara/Lightmap-2_comp_light.exr -------------------------------------------------------------------------------- /Assets/Scenes/Deidara/Lightmap-3_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Scenes/Deidara/Lightmap-3_comp_light.exr -------------------------------------------------------------------------------- /Assets/Scenes/Deidara/Lightmap-4_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Scenes/Deidara/Lightmap-4_comp_light.exr -------------------------------------------------------------------------------- /Assets/Scenes/Deidara/Lightmap-5_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Scenes/Deidara/Lightmap-5_comp_light.exr -------------------------------------------------------------------------------- /Assets/Scenes/Deidara/Lightmap-6_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Scenes/Deidara/Lightmap-6_comp_light.exr -------------------------------------------------------------------------------- /Assets/Scenes/Deidara/Lightmap-7_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Scenes/Deidara/Lightmap-7_comp_light.exr -------------------------------------------------------------------------------- /Assets/Scenes/Deidara/Lightmap-8_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Scenes/Deidara/Lightmap-8_comp_light.exr -------------------------------------------------------------------------------- /Assets/Scenes/Deidara/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ToughNutToCrack/NarutoVertexAnimation/7c65da4540db360c01b961deff45090d47ae200f/Assets/Scenes/Deidara/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02a3527b6b33a924e8ec66aa805ea717 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/PlayerController.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class PlayerController : MonoBehaviour 4 | { 5 | public ParticleSystem snakeSpell, aoeSnakeSpell; 6 | public Transform singleParticlePos, aoeParticlePos; 7 | 8 | Animator animController; 9 | private void Start() 10 | { 11 | animController = GetComponent(); 12 | } 13 | 14 | private void Update() 15 | { 16 | if (Input.GetKeyDown(KeyCode.Space)) 17 | animController.SetTrigger("SingleSpell"); 18 | if (Input.GetKeyDown(KeyCode.Q)) 19 | animController.SetTrigger("AOESpell"); 20 | } 21 | 22 | public void SingleSnakeSpell() 23 | { 24 | Destroy(Instantiate(snakeSpell.gameObject, singleParticlePos.position, singleParticlePos.rotation).GetComponent(), 8); 25 | } 26 | 27 | public void AOESnakeSpell() 28 | { 29 | Destroy(Instantiate(aoeSnakeSpell.gameObject, aoeParticlePos.position, aoeParticlePos.rotation).GetComponent(), 8); 30 | } 31 | 32 | } 33 | -------------------------------------------------------------------------------- /Assets/Scripts/PlayerController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8119f728ccc4cb34a98444e94cf322e8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Settings.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0735c275001a2c84dafdb30deced5d8d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings/ForwardRenderer.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: de640fe3d0db1804a85f9fc8f5cadab6, type: 3} 13 | m_Name: ForwardRenderer 14 | m_EditorClassIdentifier: 15 | m_RendererFeatures: [] 16 | postProcessData: {fileID: 11400000, guid: 41439944d30ece34e96484bdb6645b55, type: 2} 17 | shaders: 18 | blitPS: {fileID: 4800000, guid: c17132b1f77d20942aa75f8429c0f8bc, type: 3} 19 | copyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3} 20 | screenSpaceShadowPS: {fileID: 4800000, guid: 0f854b35a0cf61a429bd5dcfea30eddd, 21 | type: 3} 22 | samplingPS: {fileID: 4800000, guid: 04c410c9937594faa893a11dceb85f7e, type: 3} 23 | fallbackErrorPS: {fileID: 4800000, guid: e6e9a19c3678ded42a3bc431ebef7dbd, type: 3} 24 | m_OpaqueLayerMask: 25 | serializedVersion: 2 26 | m_Bits: 4294967295 27 | m_TransparentLayerMask: 28 | serializedVersion: 2 29 | m_Bits: 4294967295 30 | m_DefaultStencilState: 31 | overrideStencilState: 0 32 | stencilReference: 0 33 | stencilCompareFunction: 8 34 | passOperation: 0 35 | failOperation: 0 36 | zFailOperation: 0 37 | -------------------------------------------------------------------------------- /Assets/Settings/ForwardRenderer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a8e21d5c33334b11b34a596161b9360 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings/SampleSceneProfile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10fc4df2da32a41aaa32d77bc913491c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings/UniversalRP-HighQuality.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: bf2edee5c58d82540a51f03df9d42094, type: 3} 13 | m_Name: UniversalRP-HighQuality 14 | m_EditorClassIdentifier: 15 | k_AssetVersion: 5 16 | k_AssetPreviousVersion: 5 17 | m_RendererType: 1 18 | m_RendererData: {fileID: 0} 19 | m_RendererDataList: 20 | - {fileID: 11400000, guid: 4a8e21d5c33334b11b34a596161b9360, type: 2} 21 | m_DefaultRendererIndex: 0 22 | m_RequireDepthTexture: 0 23 | m_RequireOpaqueTexture: 0 24 | m_OpaqueDownsampling: 1 25 | m_SupportsTerrainHoles: 1 26 | m_SupportsHDR: 1 27 | m_MSAA: 2 28 | m_RenderScale: 1 29 | m_MainLightRenderingMode: 1 30 | m_MainLightShadowsSupported: 1 31 | m_MainLightShadowmapResolution: 2048 32 | m_AdditionalLightsRenderingMode: 1 33 | m_AdditionalLightsPerObjectLimit: 4 34 | m_AdditionalLightShadowsSupported: 1 35 | m_AdditionalLightsShadowmapResolution: 512 36 | m_ShadowDistance: 50 37 | m_ShadowCascades: 1 38 | m_Cascade2Split: 0.25 39 | m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467} 40 | m_ShadowDepthBias: 0 41 | m_ShadowNormalBias: 2.83 42 | m_SoftShadowsSupported: 1 43 | m_UseSRPBatcher: 1 44 | m_SupportsDynamicBatching: 0 45 | m_MixedLightingSupported: 1 46 | m_DebugLevel: 0 47 | m_PostProcessingFeatureSet: 0 48 | m_ColorGradingMode: 0 49 | m_ColorGradingLutSize: 32 50 | m_ShadowType: 1 51 | m_LocalShadowsSupported: 0 52 | m_LocalShadowsAtlasResolution: 256 53 | m_MaxPixelLights: 0 54 | m_ShadowAtlasResolution: 256 55 | m_ShaderVariantLogLevel: 0 56 | -------------------------------------------------------------------------------- /Assets/Settings/UniversalRP-HighQuality.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19ba41d7c0026c3459d37c2fe90c55a0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings/UniversalRP-LowQuality.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: bf2edee5c58d82540a51f03df9d42094, type: 3} 13 | m_Name: UniversalRP-LowQuality 14 | m_EditorClassIdentifier: 15 | k_AssetVersion: 5 16 | k_AssetPreviousVersion: 5 17 | m_RendererType: 1 18 | m_RendererData: {fileID: 0} 19 | m_RendererDataList: 20 | - {fileID: 11400000, guid: 4a8e21d5c33334b11b34a596161b9360, type: 2} 21 | m_DefaultRendererIndex: 0 22 | m_RequireDepthTexture: 0 23 | m_RequireOpaqueTexture: 0 24 | m_OpaqueDownsampling: 1 25 | m_SupportsHDR: 0 26 | m_MSAA: 1 27 | m_RenderScale: 1 28 | m_MainLightRenderingMode: 1 29 | m_MainLightShadowsSupported: 0 30 | m_MainLightShadowmapResolution: 2048 31 | m_AdditionalLightsRenderingMode: 0 32 | m_AdditionalLightsPerObjectLimit: 4 33 | m_AdditionalLightShadowsSupported: 0 34 | m_AdditionalLightsShadowmapResolution: 512 35 | m_ShadowDistance: 50 36 | m_ShadowCascades: 0 37 | m_Cascade2Split: 0.25 38 | m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467} 39 | m_ShadowDepthBias: 1 40 | m_ShadowNormalBias: 1 41 | m_SoftShadowsSupported: 0 42 | m_UseSRPBatcher: 1 43 | m_SupportsDynamicBatching: 0 44 | m_MixedLightingSupported: 1 45 | m_DebugLevel: 0 46 | m_ColorGradingMode: 0 47 | m_ColorGradingLutSize: 16 48 | m_ShadowType: 1 49 | m_LocalShadowsSupported: 0 50 | m_LocalShadowsAtlasResolution: 256 51 | m_MaxPixelLights: 0 52 | m_ShadowAtlasResolution: 256 53 | m_ShaderVariantLogLevel: 0 54 | -------------------------------------------------------------------------------- /Assets/Settings/UniversalRP-LowQuality.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a31e9f9f9c9d4b9429ed0d1234e22103 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings/UniversalRP-MediumQuality.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: bf2edee5c58d82540a51f03df9d42094, type: 3} 13 | m_Name: UniversalRP-MediumQuality 14 | m_EditorClassIdentifier: 15 | k_AssetVersion: 5 16 | k_AssetPreviousVersion: 5 17 | m_RendererType: 1 18 | m_RendererData: {fileID: 0} 19 | m_RendererDataList: 20 | - {fileID: 11400000, guid: 4a8e21d5c33334b11b34a596161b9360, type: 2} 21 | m_DefaultRendererIndex: 0 22 | m_RequireDepthTexture: 0 23 | m_RequireOpaqueTexture: 0 24 | m_OpaqueDownsampling: 1 25 | m_SupportsHDR: 0 26 | m_MSAA: 1 27 | m_RenderScale: 1 28 | m_MainLightRenderingMode: 1 29 | m_MainLightShadowsSupported: 1 30 | m_MainLightShadowmapResolution: 2048 31 | m_AdditionalLightsRenderingMode: 1 32 | m_AdditionalLightsPerObjectLimit: 4 33 | m_AdditionalLightShadowsSupported: 0 34 | m_AdditionalLightsShadowmapResolution: 512 35 | m_ShadowDistance: 50 36 | m_ShadowCascades: 0 37 | m_Cascade2Split: 0.25 38 | m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467} 39 | m_ShadowDepthBias: 1 40 | m_ShadowNormalBias: 1 41 | m_SoftShadowsSupported: 0 42 | m_UseSRPBatcher: 1 43 | m_SupportsDynamicBatching: 0 44 | m_MixedLightingSupported: 1 45 | m_DebugLevel: 0 46 | m_ColorGradingMode: 0 47 | m_ColorGradingLutSize: 32 48 | m_ShadowType: 1 49 | m_LocalShadowsSupported: 0 50 | m_LocalShadowsAtlasResolution: 256 51 | m_MaxPixelLights: 0 52 | m_ShadowAtlasResolution: 256 53 | m_ShaderVariantLogLevel: 0 54 | -------------------------------------------------------------------------------- /Assets/Settings/UniversalRP-MediumQuality.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d847b876476d3d6468f5dfcd34266f96 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | "com.unity.collab-proxy": "1.2.16", 4 | "com.unity.ide.rider": "1.1.4", 5 | "com.unity.ide.vscode": "1.2.1", 6 | "com.unity.render-pipelines.universal": "7.3.1", 7 | "com.unity.test-framework": "1.1.14", 8 | "com.unity.textmeshpro": "2.0.1", 9 | "com.unity.timeline": "1.2.14", 10 | "com.unity.ugui": "1.0.0", 11 | "com.unity.modules.ai": "1.0.0", 12 | "com.unity.modules.androidjni": "1.0.0", 13 | "com.unity.modules.animation": "1.0.0", 14 | "com.unity.modules.assetbundle": "1.0.0", 15 | "com.unity.modules.audio": "1.0.0", 16 | "com.unity.modules.cloth": "1.0.0", 17 | "com.unity.modules.director": "1.0.0", 18 | "com.unity.modules.imageconversion": "1.0.0", 19 | "com.unity.modules.imgui": "1.0.0", 20 | "com.unity.modules.jsonserialize": "1.0.0", 21 | "com.unity.modules.particlesystem": "1.0.0", 22 | "com.unity.modules.physics": "1.0.0", 23 | "com.unity.modules.physics2d": "1.0.0", 24 | "com.unity.modules.screencapture": "1.0.0", 25 | "com.unity.modules.terrain": "1.0.0", 26 | "com.unity.modules.terrainphysics": "1.0.0", 27 | "com.unity.modules.tilemap": "1.0.0", 28 | "com.unity.modules.ui": "1.0.0", 29 | "com.unity.modules.uielements": "1.0.0", 30 | "com.unity.modules.umbra": "1.0.0", 31 | "com.unity.modules.unityanalytics": "1.0.0", 32 | "com.unity.modules.unitywebrequest": "1.0.0", 33 | "com.unity.modules.unitywebrequestassetbundle": "1.0.0", 34 | "com.unity.modules.unitywebrequestaudio": "1.0.0", 35 | "com.unity.modules.unitywebrequesttexture": "1.0.0", 36 | "com.unity.modules.unitywebrequestwww": "1.0.0", 37 | "com.unity.modules.vehicles": "1.0.0", 38 | "com.unity.modules.video": "1.0.0", 39 | "com.unity.modules.vr": "1.0.0", 40 | "com.unity.modules.wind": "1.0.0", 41 | "com.unity.modules.xr": "1.0.0" 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Volume: 1 8 | Rolloff Scale: 1 9 | Doppler Factor: 1 10 | Default Speaker Mode: 2 11 | m_SampleRate: 0 12 | m_DSPBufferSize: 1024 13 | m_VirtualVoiceCount: 512 14 | m_RealVoiceCount: 32 15 | m_SpatializerPlugin: 16 | m_AmbisonicDecoderPlugin: 17 | m_DisableAudio: 0 18 | m_VirtualizeEffects: 1 19 | m_RequestedDSPBufferSize: 0 20 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 13 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_DefaultSolverIterations: 6 13 | m_DefaultSolverVelocityIterations: 1 14 | m_QueriesHitBackfaces: 0 15 | m_QueriesHitTriggers: 1 16 | m_EnableAdaptiveForce: 0 17 | m_ClothInterCollisionDistance: 0.1 18 | m_ClothInterCollisionStiffness: 0.2 19 | m_ContactsGeneration: 1 20 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 21 | m_AutoSimulation: 1 22 | m_AutoSyncTransforms: 0 23 | m_ReuseCollisionCallbacks: 1 24 | m_ClothInterCollisionSettingsToggle: 0 25 | m_ClothGravity: {x: 0, y: -9.81, z: 0} 26 | m_ContactPairsMode: 0 27 | m_BroadphaseType: 0 28 | m_WorldBounds: 29 | m_Center: {x: 0, y: 0, z: 0} 30 | m_Extent: {x: 250, y: 250, z: 250} 31 | m_WorldSubdivisions: 8 32 | m_FrictionType: 0 33 | m_EnableEnhancedDeterminism: 0 34 | m_EnableUnifiedHeightmaps: 1 35 | m_SolverType: 0 36 | m_DefaultMaxAngularSpeed: 7 37 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: 8 | - enabled: 1 9 | path: Assets/Scenes/Deidara.unity 10 | guid: d1c3109bdb54ad54c8a2b2838528e640 11 | m_configObjects: {} 12 | -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 9 7 | m_ExternalVersionControlSupport: Visible Meta Files 8 | m_SerializationMode: 2 9 | m_LineEndingsForNewScripts: 0 10 | m_DefaultBehaviorMode: 0 11 | m_PrefabRegularEnvironment: {fileID: 0} 12 | m_PrefabUIEnvironment: {fileID: 0} 13 | m_SpritePackerMode: 0 14 | m_SpritePackerPaddingPower: 1 15 | m_EtcTextureCompressorBehavior: 1 16 | m_EtcTextureFastCompressor: 1 17 | m_EtcTextureNormalCompressor: 2 18 | m_EtcTextureBestCompressor: 4 19 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;asmref;rsp 20 | m_ProjectGenerationRootNamespace: 21 | m_CollabEditorSettings: 22 | inProgressEnabled: 1 23 | m_EnableTextureStreamingInEditMode: 1 24 | m_EnableTextureStreamingInPlayMode: 1 25 | m_AsyncShaderCompilation: 1 26 | m_EnterPlayModeOptionsEnabled: 0 27 | m_EnterPlayModeOptions: 3 28 | m_ShowLightmapResolutionOverlay: 1 29 | m_UseLegacyProbeSampleCount: 0 30 | m_AssetPipelineMode: 1 31 | m_CacheServerMode: 0 32 | m_CacheServerEndpoint: 33 | m_CacheServerNamespacePrefix: default 34 | m_CacheServerEnableDownload: 1 35 | m_CacheServerEnableUpload: 1 36 | -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!30 &1 4 | GraphicsSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 13 7 | m_Deferred: 8 | m_Mode: 1 9 | m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} 10 | m_DeferredReflections: 11 | m_Mode: 1 12 | m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} 13 | m_ScreenSpaceShadows: 14 | m_Mode: 1 15 | m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} 16 | m_LegacyDeferred: 17 | m_Mode: 1 18 | m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} 19 | m_DepthNormals: 20 | m_Mode: 1 21 | m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} 22 | m_MotionVectors: 23 | m_Mode: 1 24 | m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} 25 | m_LightHalo: 26 | m_Mode: 1 27 | m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} 28 | m_LensFlare: 29 | m_Mode: 1 30 | m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} 31 | m_AlwaysIncludedShaders: 32 | - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} 33 | - {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0} 34 | - {fileID: 15105, guid: 0000000000000000f000000000000000, type: 0} 35 | - {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0} 36 | - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} 37 | - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} 38 | - {fileID: 10783, guid: 0000000000000000f000000000000000, type: 0} 39 | - {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0} 40 | - {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0} 41 | - {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0} 42 | m_PreloadedShaders: [] 43 | m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, 44 | type: 0} 45 | m_CustomRenderPipeline: {fileID: 11400000, guid: 19ba41d7c0026c3459d37c2fe90c55a0, 46 | type: 2} 47 | m_TransparencySortMode: 0 48 | m_TransparencySortAxis: {x: 0, y: 0, z: 1} 49 | m_DefaultRenderingPath: 1 50 | m_DefaultMobileRenderingPath: 1 51 | m_TierSettings: [] 52 | m_LightmapStripping: 0 53 | m_FogStripping: 0 54 | m_InstancingStripping: 0 55 | m_LightmapKeepPlain: 1 56 | m_LightmapKeepDirCombined: 1 57 | m_LightmapKeepDynamicPlain: 1 58 | m_LightmapKeepDynamicDirCombined: 1 59 | m_LightmapKeepShadowMask: 1 60 | m_LightmapKeepSubtractive: 1 61 | m_FogKeepLinear: 1 62 | m_FogKeepExp: 1 63 | m_FogKeepExp2: 1 64 | m_AlbedoSwatchInfos: [] 65 | m_LightsUseLinearIntensity: 1 66 | m_LightsUseColorTemperature: 0 67 | m_LogWhenShaderIsCompiled: 0 68 | m_AllowEnlightenSupportForUpgradedProject: 1 69 | -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!126 &1 4 | NavMeshProjectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | areas: 8 | - name: Walkable 9 | cost: 1 10 | - name: Not Walkable 11 | cost: 1 12 | - name: Jump 13 | cost: 2 14 | - name: 15 | cost: 1 16 | - name: 17 | cost: 1 18 | - name: 19 | cost: 1 20 | - name: 21 | cost: 1 22 | - name: 23 | cost: 1 24 | - name: 25 | cost: 1 26 | - name: 27 | cost: 1 28 | - name: 29 | cost: 1 30 | - name: 31 | cost: 1 32 | - name: 33 | cost: 1 34 | - name: 35 | cost: 1 36 | - name: 37 | cost: 1 38 | - name: 39 | cost: 1 40 | - name: 41 | cost: 1 42 | - name: 43 | cost: 1 44 | - name: 45 | cost: 1 46 | - name: 47 | cost: 1 48 | - name: 49 | cost: 1 50 | - name: 51 | cost: 1 52 | - name: 53 | cost: 1 54 | - name: 55 | cost: 1 56 | - name: 57 | cost: 1 58 | - name: 59 | cost: 1 60 | - name: 61 | cost: 1 62 | - name: 63 | cost: 1 64 | - name: 65 | cost: 1 66 | - name: 67 | cost: 1 68 | - name: 69 | cost: 1 70 | - name: 71 | cost: 1 72 | m_LastAgentTypeID: -887442657 73 | m_Settings: 74 | - serializedVersion: 2 75 | agentTypeID: 0 76 | agentRadius: 0.5 77 | agentHeight: 2 78 | agentSlope: 45 79 | agentClimb: 0.75 80 | ledgeDropHeight: 0 81 | maxJumpAcrossDistance: 0 82 | minRegionArea: 2 83 | manualCellSize: 0 84 | cellSize: 0.16666667 85 | manualTileSize: 0 86 | tileSize: 256 87 | accuratePlacement: 0 88 | debug: 89 | m_Flags: 0 90 | m_SettingNames: 91 | - Humanoid 92 | -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!19 &1 4 | Physics2DSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 4 7 | m_Gravity: {x: 0, y: -9.81} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_VelocityIterations: 8 10 | m_PositionIterations: 3 11 | m_VelocityThreshold: 1 12 | m_MaxLinearCorrection: 0.2 13 | m_MaxAngularCorrection: 8 14 | m_MaxTranslationSpeed: 100 15 | m_MaxRotationSpeed: 360 16 | m_BaumgarteScale: 0.2 17 | m_BaumgarteTimeOfImpactScale: 0.75 18 | m_TimeToSleep: 0.5 19 | m_LinearSleepTolerance: 0.01 20 | m_AngularSleepTolerance: 2 21 | m_DefaultContactOffset: 0.01 22 | m_JobOptions: 23 | serializedVersion: 2 24 | useMultithreading: 0 25 | useConsistencySorting: 0 26 | m_InterpolationPosesPerJob: 100 27 | m_NewContactsPerJob: 30 28 | m_CollideContactsPerJob: 100 29 | m_ClearFlagsPerJob: 200 30 | m_ClearBodyForcesPerJob: 200 31 | m_SyncDiscreteFixturesPerJob: 50 32 | m_SyncContinuousFixturesPerJob: 50 33 | m_FindNearestContactsPerJob: 100 34 | m_UpdateTriggerContactsPerJob: 100 35 | m_IslandSolverCostThreshold: 100 36 | m_IslandSolverBodyCostScale: 1 37 | m_IslandSolverContactCostScale: 10 38 | m_IslandSolverJointCostScale: 10 39 | m_IslandSolverBodiesPerJob: 50 40 | m_IslandSolverContactsPerJob: 50 41 | m_AutoSimulation: 1 42 | m_QueriesHitTriggers: 1 43 | m_QueriesStartInColliders: 1 44 | m_CallbacksOnDisable: 1 45 | m_ReuseCollisionCallbacks: 1 46 | m_AutoSyncTransforms: 0 47 | m_AlwaysShowColliders: 0 48 | m_ShowColliderSleep: 1 49 | m_ShowColliderContacts: 0 50 | m_ShowColliderAABB: 0 51 | m_ContactArrowScale: 0.2 52 | m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} 53 | m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} 54 | m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} 55 | m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} 56 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 57 | -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | m_DefaultList: 7 | - type: 8 | m_NativeTypeID: 108 9 | m_ManagedTypePPtr: {fileID: 0} 10 | m_ManagedTypeFallback: 11 | defaultPresets: 12 | - m_Preset: {fileID: 2655988077585873504, guid: 463065d4f17d1d94d848aa127b94dd43, 13 | type: 2} 14 | - type: 15 | m_NativeTypeID: 1020 16 | m_ManagedTypePPtr: {fileID: 0} 17 | m_ManagedTypeFallback: 18 | defaultPresets: 19 | - m_Preset: {fileID: 2655988077585873504, guid: e7689051185d12f4298e1ebb2693a29f, 20 | type: 2} 21 | - type: 22 | m_NativeTypeID: 1006 23 | m_ManagedTypePPtr: {fileID: 0} 24 | m_ManagedTypeFallback: 25 | defaultPresets: 26 | - m_Preset: {fileID: 2655988077585873504, guid: e8537455c6c08bd4e8bf0be3707da685, 27 | type: 2} 28 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2019.4.1f1 2 | m_EditorVersionWithRevision: 2019.4.1f1 (e6c045e14e4e) 3 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.1 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /ProjectSettings/URPProjectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 61 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: 247994e1f5a72c2419c26a37e9334c01, type: 3} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | m_LastMaterialVersion: 1 16 | -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 1 7 | m_Enabled: 0 8 | m_TestMode: 0 9 | m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events 10 | m_EventUrl: https://cdp.cloud.unity3d.com/v1/events 11 | m_ConfigUrl: https://config.uca.cloud.unity3d.com 12 | m_TestInitMode: 0 13 | CrashReportingSettings: 14 | m_EventUrl: https://perf-events.cloud.unity3d.com 15 | m_Enabled: 0 16 | m_LogBufferSize: 10 17 | m_CaptureEditorExceptions: 1 18 | UnityPurchasingSettings: 19 | m_Enabled: 0 20 | m_TestMode: 0 21 | UnityAnalyticsSettings: 22 | m_Enabled: 0 23 | m_TestMode: 0 24 | m_InitializeOnStartup: 1 25 | UnityAdsSettings: 26 | m_Enabled: 0 27 | m_InitializeOnStartup: 1 28 | m_TestMode: 0 29 | m_IosGameId: 30 | m_AndroidGameId: 31 | m_GameIds: {} 32 | m_GameId: 33 | PerformanceReportingSettings: 34 | m_Enabled: 0 35 | -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_RenderPipeSettingsPath: 10 | m_FixedTimeStep: 0.016666668 11 | m_MaxDeltaTime: 0.05 12 | -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

tntc

2 | 3 |

Naruto Vertex animation in Unity

4 | 5 |

6 | Youtube Channel 7 | Discord 8 | Website 9 | Twitter Follow 10 |

11 | 12 | 13 | [![Youtube Video](.github/thumbnail.png)](https://youtu.be/v2irAJtV8sU) 14 | 15 |

Check the full video on YouTube

16 | --------------------------------------------------------------------------------