├── .gitattributes ├── .gitignore ├── Assets ├── NiloCat.meta ├── NiloCat │ ├── NiloURPSurfaceShader.meta │ └── NiloURPSurfaceShader │ │ ├── Core.meta │ │ ├── Core │ │ ├── NiloURPSurfaceShaderInclude.hlsl │ │ └── NiloURPSurfaceShaderInclude.hlsl.meta │ │ ├── ExampleSurfaceShaders.meta │ │ ├── ExampleSurfaceShaders │ │ ├── ControlCompare - URPLit.mat │ │ ├── ControlCompare - URPLit.mat.meta │ │ ├── NiloURPSurfaceShader_Example.mat │ │ ├── NiloURPSurfaceShader_Example.mat.meta │ │ ├── NiloURPSurfaceShader_Example.shader │ │ └── NiloURPSurfaceShader_Example.shader.meta │ │ ├── LightingFunctionLibrary.meta │ │ └── LightingFunctionLibrary │ │ ├── NiloPBRLitCelShadeLightingFunction.hlsl │ │ ├── NiloPBRLitCelShadeLightingFunction.hlsl.meta │ │ ├── NiloPBRLitLightingFunction.hlsl │ │ └── NiloPBRLitLightingFunction.hlsl.meta ├── URPTemplateAllAssets.meta └── URPTemplateAllAssets │ ├── ExampleAssets.meta │ ├── ExampleAssets │ ├── Materials.meta │ ├── Materials │ │ ├── ConstructionLight_Mat.mat │ │ ├── ConstructionLight_Mat.mat.meta │ │ ├── DryWallPainted_Mat.mat │ │ ├── DryWallPainted_Mat.mat.meta │ │ ├── DryWall_Mat.mat │ │ ├── DryWall_Mat.mat.meta │ │ ├── Ground_Mat.mat │ │ ├── Ground_Mat.mat.meta │ │ ├── Hammer_Mat.mat │ │ ├── Hammer_Mat.mat.meta │ │ ├── HardHat_Mat.mat │ │ ├── HardHat_Mat.mat.meta │ │ ├── Jigsaw_Mat.mat │ │ ├── Jigsaw_Mat.mat.meta │ │ ├── LightBulb_Mat.mat │ │ ├── LightBulb_Mat.mat.meta │ │ ├── Liquid_Mat.mat │ │ ├── Liquid_Mat.mat.meta │ │ ├── Metal_Blue_Simple_Mat.mat │ │ ├── Metal_Blue_Simple_Mat.mat.meta │ │ ├── Metal_Simple_Mat.mat │ │ ├── Metal_Simple_Mat.mat.meta │ │ ├── OBS_Mat.mat │ │ ├── OBS_Mat.mat.meta │ │ ├── Paint1G_WAnim_Material.mat │ │ ├── Paint1G_WAnim_Material.mat.meta │ │ ├── PaintBrush_Mat.mat │ │ ├── PaintBrush_Mat.mat.meta │ │ ├── PaintLabel_Mat.mat │ │ ├── PaintLabel_Mat.mat.meta │ │ ├── Plastic_Black_Mat.mat │ │ ├── Plastic_Black_Mat.mat.meta │ │ ├── Plastic_Gray_Mat.mat │ │ ├── Plastic_Gray_Mat.mat.meta │ │ ├── Plastic_Ridges_Mat.mat │ │ ├── Plastic_Ridges_Mat.mat.meta │ │ ├── Plastic_Rough_Mat.mat │ │ ├── Plastic_Rough_Mat.mat.meta │ │ ├── Plastic_Transparent.mat │ │ ├── Plastic_Transparent.mat.meta │ │ ├── Plastic_White_Mat.mat │ │ ├── Plastic_White_Mat.mat.meta │ │ ├── Plastic_Yellow_Mat.mat │ │ ├── Plastic_Yellow_Mat.mat.meta │ │ ├── Strap_Mat.mat │ │ ├── Strap_Mat.mat.meta │ │ ├── Stud_Mat.mat │ │ └── Stud_Mat.mat.meta │ ├── Models.meta │ ├── Models │ │ ├── ConstructionLight_Low.fbx │ │ ├── ConstructionLight_Low.fbx.meta │ │ ├── Stud.fbx │ │ ├── Stud.fbx.meta │ │ ├── Workbench.fbx │ │ ├── Workbench.fbx.meta │ │ ├── Workbench_Low.fbx │ │ ├── Workbench_Low.fbx.meta │ │ ├── Workshop_Set.fbx │ │ ├── Workshop_Set.fbx.meta │ │ ├── brush_low.fbx │ │ ├── brush_low.fbx.meta │ │ ├── hammer_low.fbx │ │ ├── hammer_low.fbx.meta │ │ ├── jigsaw_low.fbx │ │ ├── jigsaw_low.fbx.meta │ │ ├── magneticlevel_low.fbx │ │ ├── magneticlevel_low.fbx.meta │ │ ├── paintbucket_low.fbx │ │ ├── paintbucket_low.fbx.meta │ │ ├── safetygoggles_low.fbx │ │ ├── safetygoggles_low.fbx.meta │ │ ├── safetyhat_low.fbx │ │ ├── safetyhat_low.fbx.meta │ │ ├── small_plane.fbx │ │ └── small_plane.fbx.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Construction Light Low.prefab │ │ ├── Construction Light Low.prefab.meta │ │ ├── Paint Supplies.prefab │ │ ├── Paint Supplies.prefab.meta │ │ ├── Props.prefab │ │ ├── Props.prefab.meta │ │ ├── Workbench.prefab │ │ ├── Workbench.prefab.meta │ │ ├── Workbench_LOD0.prefab │ │ ├── Workbench_LOD0.prefab.meta │ │ ├── Workbench_LOD1.prefab │ │ ├── Workbench_LOD1.prefab.meta │ │ ├── Workshop Set.prefab │ │ └── Workshop Set.prefab.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── Paint1G_WAnim_Shader.ShaderGraph │ │ └── Paint1G_WAnim_Shader.ShaderGraph.meta │ ├── Textures.meta │ └── Textures │ │ ├── Concrete.meta │ │ ├── Concrete │ │ ├── Ground_Albedo.tif │ │ ├── Ground_Albedo.tif.meta │ │ ├── Ground_MetallicOcculusionSmoothness.tif │ │ ├── Ground_MetallicOcculusionSmoothness.tif.meta │ │ ├── Ground_Normal.tif │ │ └── Ground_Normal.tif.meta │ │ ├── Drywall.meta │ │ ├── Drywall │ │ ├── DrywallPainted_Normal.tif │ │ ├── DrywallPainted_Normal.tif.meta │ │ ├── Drywall_Albedo.tif │ │ ├── Drywall_Albedo.tif.meta │ │ ├── Drywall_AlbedoSmoothness.tif │ │ ├── Drywall_AlbedoSmoothness.tif.meta │ │ ├── Drywall_Normal.tif │ │ └── Drywall_Normal.tif.meta │ │ ├── Metal.meta │ │ ├── Metal │ │ ├── Metal_Albedo.tif │ │ ├── Metal_Albedo.tif.meta │ │ ├── Metal_MetallicSmoothness.tif │ │ ├── Metal_MetallicSmoothness.tif.meta │ │ ├── Metal_Normal.tif │ │ └── Metal_Normal.tif.meta │ │ ├── Plastic.meta │ │ ├── Plastic │ │ ├── Elastic_MetallicOcculusionSmoothness.tif │ │ ├── Elastic_MetallicOcculusionSmoothness.tif.meta │ │ ├── Elastic_Normal.tif │ │ ├── Elastic_Normal.tif.meta │ │ ├── PlasticRidges_Albedo.tif │ │ ├── PlasticRidges_Albedo.tif.meta │ │ ├── PlasticRidges_MetallicOcculusionSmoothness.tif │ │ ├── PlasticRidges_MetallicOcculusionSmoothness.tif.meta │ │ ├── PlasticRidges_Normal.tif │ │ ├── PlasticRidges_Normal.tif.meta │ │ ├── PlasticRough_Albedo.tif │ │ ├── PlasticRough_Albedo.tif.meta │ │ ├── PlasticRough_MetallicOcculusionSmoothness.tif │ │ ├── PlasticRough_MetallicOcculusionSmoothness.tif.meta │ │ ├── Plastic_AlbedoSmoothness.tif │ │ ├── Plastic_AlbedoSmoothness.tif.meta │ │ ├── Plastic_Normal.tif │ │ └── Plastic_Normal.tif.meta │ │ ├── Props.meta │ │ ├── Props │ │ ├── Construction_Light.meta │ │ ├── Construction_Light │ │ │ ├── ConstructionLight_Albedo.tif │ │ │ ├── ConstructionLight_Albedo.tif.meta │ │ │ ├── ConstructionLight_MetallicOcculusionSmoothness.tif │ │ │ └── ConstructionLight_MetallicOcculusionSmoothness.tif.meta │ │ ├── Hammer.meta │ │ ├── Hammer │ │ │ ├── Hammer_Albedo.tif │ │ │ ├── Hammer_Albedo.tif.meta │ │ │ ├── Hammer_MetallicOcculusionSmoothness.tif │ │ │ ├── Hammer_MetallicOcculusionSmoothness.tif.meta │ │ │ ├── Hammer_Normal.tif │ │ │ └── Hammer_Normal.tif.meta │ │ ├── HardHat.meta │ │ ├── HardHat │ │ │ ├── SafetyHat_Albedo.tif │ │ │ ├── SafetyHat_Albedo.tif.meta │ │ │ ├── SafetyHat_MetallicOcculusionSmoothness.tif │ │ │ ├── SafetyHat_MetallicOcculusionSmoothness.tif.meta │ │ │ ├── SafetyHat_Normal.tif │ │ │ └── SafetyHat_Normal.tif.meta │ │ ├── Jigsaw.meta │ │ ├── Jigsaw │ │ │ ├── Jigsaw_Albedo.tif │ │ │ ├── Jigsaw_Albedo.tif.meta │ │ │ ├── Jigsaw_MetallicOcculusionSmoothness.tif │ │ │ ├── Jigsaw_MetallicOcculusionSmoothness.tif.meta │ │ │ ├── Jigsaw_Normal.tif │ │ │ └── Jigsaw_Normal.tif.meta │ │ ├── Paint.meta │ │ └── Paint │ │ │ ├── Paint1G_Albedo.tif │ │ │ ├── Paint1G_Albedo.tif.meta │ │ │ ├── Paint1G_MetallicOcculusionRoughness.tif │ │ │ ├── Paint1G_MetallicOcculusionRoughness.tif.meta │ │ │ ├── Paint1G_Normal.tif │ │ │ ├── Paint1G_Normal.tif.meta │ │ │ ├── Paint5G_AlbedoSmoothness.tif │ │ │ ├── Paint5G_AlbedoSmoothness.tif.meta │ │ │ ├── PaintAnimMask.tif │ │ │ ├── PaintAnimMask.tif.meta │ │ │ ├── PaintLabel.tif │ │ │ ├── PaintLabel.tif.meta │ │ │ ├── Paintbrush_Albedo.tif │ │ │ ├── Paintbrush_Albedo.tif.meta │ │ │ ├── Paintbrush_MetallicOcculusionSmoothness.tif │ │ │ ├── Paintbrush_MetallicOcculusionSmoothness.tif.meta │ │ │ ├── Paintbrush_Normal.tif │ │ │ └── Paintbrush_Normal.tif.meta │ │ ├── Wood.meta │ │ └── Wood │ │ ├── OBS_Albedo.tif │ │ ├── OBS_Albedo.tif.meta │ │ ├── OBS_MetallicOcculusionSmoothness.tif │ │ ├── OBS_MetallicOcculusionSmoothness.tif.meta │ │ ├── OBS_Normal.tif │ │ ├── OBS_Normal.tif.meta │ │ ├── Plywood_Albedo.tif │ │ ├── Plywood_Albedo.tif.meta │ │ ├── Plywood_MetallicOcculusionSmoothness.tif │ │ ├── Plywood_MetallicOcculusionSmoothness.tif.meta │ │ ├── Plywood_Normal.tif │ │ └── Plywood_Normal.tif.meta │ ├── Materials.meta │ ├── Materials │ ├── Skybox_Mat.mat │ └── Skybox_Mat.mat.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 │ ├── Readme.asset │ ├── Readme.asset.meta │ ├── Scenes.meta │ ├── Scenes │ ├── SampleScene.unity │ └── SampleScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ ├── SimpleCameraController.cs │ └── SimpleCameraController.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 │ ├── TutorialInfo.meta │ └── TutorialInfo │ ├── Icons.meta │ ├── Icons │ ├── Help_Icon.png │ ├── Help_Icon.png.meta │ ├── UniversalIcon.png │ └── UniversalIcon.png.meta │ ├── Layout.wlt │ ├── Layout.wlt.meta │ ├── Scripts.meta │ └── Scripts │ ├── Editor.meta │ ├── Editor │ ├── ReadmeEditor.cs │ └── ReadmeEditor.cs.meta │ ├── Readme.cs │ └── Readme.cs.meta ├── LICENSE ├── Packages └── manifest.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 /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # This .gitignore file should be placed at the root of your Unity project directory 2 | # 3 | # Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore 4 | # 5 | /[Ll]ibrary/ 6 | /[Tt]emp/ 7 | /[Oo]bj/ 8 | /[Bb]uild/ 9 | /[Bb]uilds/ 10 | /[Ll]ogs/ 11 | /[Mm]emoryCaptures/ 12 | 13 | # Never ignore Asset meta data 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 60 | 61 | -------------------------------------------------------------------------------- /Assets/NiloCat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ded3d18c649e0e42ae9e8d4548bf668 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/NiloCat/NiloURPSurfaceShader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44215f370f1c61a4c9a2ba3dc5809b99 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/NiloCat/NiloURPSurfaceShader/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ceb94adfa591acf4ebcc91df1a7f105f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/NiloCat/NiloURPSurfaceShader/Core/NiloURPSurfaceShaderInclude.hlsl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28e143b821499ca47b66081ed1edf6d7 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NiloCat/NiloURPSurfaceShader/ExampleSurfaceShaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 307a82efa7400244faf67a9900f28d4e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/NiloCat/NiloURPSurfaceShader/ExampleSurfaceShaders/ControlCompare - URPLit.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a70aa1e6786bafd4bb06aa3118e99c23 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/NiloCat/NiloURPSurfaceShader/ExampleSurfaceShaders/NiloURPSurfaceShader_Example.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: NiloURPSurfaceShader_Example 11 | m_Shader: {fileID: 4800000, guid: 3cc4a35da9282904a9e73c0ab87cfe8d, type: 3} 12 | m_ShaderKeywords: _IsSelected _IsTakingDamage _NORMALMAP _NORMALMAP_ON 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BaseMap: 23 | m_Texture: {fileID: 2800000, guid: ecb23393a0d1b424a82fff68a4c00a66, type: 3} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _BumpMap: 27 | m_Texture: {fileID: 2800000, guid: c021d051fa0cba84282b4a2577aa85c5, type: 3} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _EmissionMap: 31 | m_Texture: {fileID: 2800000, guid: 5d25a5cd577a4c54e94fdf9cc6f1a631, type: 3} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _MetallicOcclusionSmoothnessTex: 35 | m_Texture: {fileID: 2800000, guid: 201c1f77fe872924a86132486bc97e82, type: 3} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _MetallicR_OcclusionG_SmoothnessA_Tex: 39 | m_Texture: {fileID: 2800000, guid: 201c1f77fe872924a86132486bc97e82, type: 3} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _NormalMap: 43 | m_Texture: {fileID: 2800000, guid: c021d051fa0cba84282b4a2577aa85c5, type: 3} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | m_Floats: 47 | - _AmbientOcclusion: 1 48 | - _BumpScale: 1 49 | - _Cutoff: 0.5 50 | - _IsSelected: 1 51 | - _IsTakingDamage: 1 52 | - _Metallic: 0 53 | - _NORMALMAP: 1 54 | - _NoiseStrength: 1 55 | - _NormalMapScale: -0.1 56 | - _OutlineWidthOS: 1 57 | - _Smoothness: 1 58 | m_Colors: 59 | - _BaseColor: {r: 1, g: 1, b: 1, a: 1} 60 | - _Emission: {r: 0, g: 0, b: 0, a: 1} 61 | - _EmissionColor: {r: 32, g: 32, b: 32, a: 0} 62 | - _SelectedLerpColor: {r: 1, g: 0, b: 0, a: 0.8} 63 | -------------------------------------------------------------------------------- /Assets/NiloCat/NiloURPSurfaceShader/ExampleSurfaceShaders/NiloURPSurfaceShader_Example.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 981fe2f49d5bfef4386e94ae33225593 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/NiloCat/NiloURPSurfaceShader/ExampleSurfaceShaders/NiloURPSurfaceShader_Example.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3cc4a35da9282904a9e73c0ab87cfe8d 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NiloCat/NiloURPSurfaceShader/LightingFunctionLibrary.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dce50e5be544d940880ea8809083d72 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/NiloCat/NiloURPSurfaceShader/LightingFunctionLibrary/NiloPBRLitCelShadeLightingFunction.hlsl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28e3ca4a676e7ec4aa28e22f7a473ff8 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/NiloCat/NiloURPSurfaceShader/LightingFunctionLibrary/NiloPBRLitLightingFunction.hlsl: -------------------------------------------------------------------------------- 1 | //see doc here: https://github.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution 2 | 3 | //this lighting function's result should be 99% the same as URP PBR lit shader if material properties are the same 4 | //if there are big difference, it is a bug 5 | 6 | #ifndef NiloPBRLitLightingFunction_INCLUDE 7 | #define NiloPBRLitLightingFunction_INCLUDE 8 | 9 | half4 CalculateSurfaceFinalResultColor(Varyings IN, UserSurfaceOutputData surfaceData, LightingData lightingData) 10 | { 11 | // BRDFData holds energy conserving diffuse and specular material reflections and its roughness. 12 | // It's easy to plugin your own shading fuction. You just need replace LightingPhysicallyBased function 13 | // below with your own. 14 | BRDFData brdfData; 15 | InitializeBRDFData(surfaceData.albedo, surfaceData.metallic, lightingData.bakedIndirectSpecular, surfaceData.smoothness, surfaceData.alpha, brdfData); 16 | 17 | half3 rgb = GlobalIllumination(brdfData, lightingData.bakedIndirectDiffuse, surfaceData.occlusion, lightingData.normalWS, lightingData.viewDirectionWS); 18 | 19 | // LightingPhysicallyBased computes direct light contribution. 20 | //this line adds main directional light's contribution 21 | rgb += LightingPhysicallyBased(brdfData, lightingData.mainDirectionalLight, lightingData.normalWS, lightingData.viewDirectionWS); 22 | 23 | //this forloop adds each additional light's contribution 24 | int additionalLightCount = lightingData.additionalLightCount; 25 | for(int i = 0; i < additionalLightCount; i++) 26 | { 27 | Light light = GetAdditionalLight(i,lightingData.positionWS); 28 | rgb += LightingPhysicallyBased(brdfData, light, lightingData.normalWS, lightingData.viewDirectionWS); 29 | } 30 | 31 | //emissive 32 | rgb += surfaceData.emission; 33 | 34 | //fog 35 | float fogFactor = IN.positionWSAndFogFactor.w; 36 | // Mix the pixel color with fogColor. You can optionaly use MixFogColor to override the fogColor 37 | // with a custom one. 38 | rgb = MixFog(rgb, fogFactor); 39 | 40 | return half4(rgb,surfaceData.alpha); 41 | } 42 | 43 | #endif -------------------------------------------------------------------------------- /Assets/NiloCat/NiloURPSurfaceShader/LightingFunctionLibrary/NiloPBRLitLightingFunction.hlsl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee69d5708fd15da4a8eef941ba6d1aaa 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa1d3970ec6f2bb4eb4b0c624bb8d0b2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 990f5c2df70993f4987a388ca178996a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ffd318dbb37362c4f8d87863d082b2fd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/ConstructionLight_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49076442eeb7e054b8e8869f8b40656d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/DryWallPainted_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b8eadc4de0544646b75ddcc43f8fd06 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/DryWall_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a68228c24abfa2f4b8954d7b0148f799 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Ground_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d92ef32394b5f474385d74b565a7bdd7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Hammer_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4efcffd7ae23f1e41943fd914b18da10 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/HardHat_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e93789f0a5d66df4a81613935579642b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Jigsaw_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 801db2d997a562b4ea333aa4593ce0f0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/LightBulb_Mat.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &-5142272834448995901 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 11 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | version: 1 16 | --- !u!21 &2100000 17 | Material: 18 | serializedVersion: 6 19 | m_ObjectHideFlags: 0 20 | m_CorrespondingSourceObject: {fileID: 0} 21 | m_PrefabInstance: {fileID: 0} 22 | m_PrefabAsset: {fileID: 0} 23 | m_Name: LightBulb_Mat 24 | m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} 25 | m_ShaderKeywords: _EMISSION 26 | m_LightmapFlags: 2 27 | m_EnableInstancingVariants: 0 28 | m_DoubleSidedGI: 0 29 | m_CustomRenderQueue: 2050 30 | stringTagMap: 31 | RenderType: Opaque 32 | disabledShaderPasses: [] 33 | m_SavedProperties: 34 | serializedVersion: 3 35 | m_TexEnvs: 36 | - _BaseMap: 37 | m_Texture: {fileID: 0} 38 | m_Scale: {x: 1, y: 1} 39 | m_Offset: {x: 0, y: 0} 40 | - _BumpMap: 41 | m_Texture: {fileID: 0} 42 | m_Scale: {x: 1, y: 1} 43 | m_Offset: {x: 0, y: 0} 44 | - _DetailAlbedoMap: 45 | m_Texture: {fileID: 0} 46 | m_Scale: {x: 1, y: 1} 47 | m_Offset: {x: 0, y: 0} 48 | - _DetailMask: 49 | m_Texture: {fileID: 0} 50 | m_Scale: {x: 1, y: 1} 51 | m_Offset: {x: 0, y: 0} 52 | - _DetailNormalMap: 53 | m_Texture: {fileID: 0} 54 | m_Scale: {x: 1, y: 1} 55 | m_Offset: {x: 0, y: 0} 56 | - _EmissionMap: 57 | m_Texture: {fileID: 0} 58 | m_Scale: {x: 1, y: 1} 59 | m_Offset: {x: 0, y: 0} 60 | - _MainTex: 61 | m_Texture: {fileID: 0} 62 | m_Scale: {x: 1, y: 1} 63 | m_Offset: {x: 0, y: 0} 64 | - _MetallicGlossMap: 65 | m_Texture: {fileID: 0} 66 | m_Scale: {x: 1, y: 1} 67 | m_Offset: {x: 0, y: 0} 68 | - _OcclusionMap: 69 | m_Texture: {fileID: 0} 70 | m_Scale: {x: 1, y: 1} 71 | m_Offset: {x: 0, y: 0} 72 | - _ParallaxMap: 73 | m_Texture: {fileID: 0} 74 | m_Scale: {x: 1, y: 1} 75 | m_Offset: {x: 0, y: 0} 76 | - _SpecGlossMap: 77 | m_Texture: {fileID: 0} 78 | m_Scale: {x: 1, y: 1} 79 | m_Offset: {x: 0, y: 0} 80 | m_Floats: 81 | - _AlphaClip: 0 82 | - _Blend: 0 83 | - _BumpScale: 1 84 | - _Cull: 2 85 | - _Cutoff: 0.5 86 | - _DetailNormalMapScale: 1 87 | - _DstBlend: 0 88 | - _EnvironmentReflections: 1 89 | - _GlossMapScale: 1 90 | - _Glossiness: 0.5 91 | - _GlossyReflections: 1 92 | - _Metallic: 0 93 | - _Mode: 0 94 | - _OcclusionStrength: 1 95 | - _Parallax: 0.02 96 | - _QueueOffset: 0 97 | - _ReceiveShadows: 1 98 | - _Smoothness: 0.5 99 | - _SmoothnessTextureChannel: 0 100 | - _SpecularHighlights: 1 101 | - _SrcBlend: 1 102 | - _Surface: 0 103 | - _UVSec: 0 104 | - _WorkflowMode: 1 105 | - _ZWrite: 1 106 | m_Colors: 107 | - _BaseColor: {r: 1, g: 1, b: 1, a: 1} 108 | - _Color: {r: 1, g: 1, b: 1, a: 1} 109 | - _EmissionColor: {r: 2.9960785, g: 2.9960785, b: 2.9960785, a: 1} 110 | - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} 111 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/LightBulb_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec739259ec61f5d4ba3ed6d34fd802a6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Liquid_Mat.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &-7877372111115898564 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 11 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | version: 1 16 | --- !u!21 &2100000 17 | Material: 18 | serializedVersion: 6 19 | m_ObjectHideFlags: 0 20 | m_CorrespondingSourceObject: {fileID: 0} 21 | m_PrefabInstance: {fileID: 0} 22 | m_PrefabAsset: {fileID: 0} 23 | m_Name: Liquid_Mat 24 | m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} 25 | m_ShaderKeywords: _ALPHAPREMULTIPLY_ON 26 | m_LightmapFlags: 4 27 | m_EnableInstancingVariants: 0 28 | m_DoubleSidedGI: 0 29 | m_CustomRenderQueue: 3050 30 | stringTagMap: 31 | RenderType: Transparent 32 | disabledShaderPasses: 33 | - SHADOWCASTER 34 | m_SavedProperties: 35 | serializedVersion: 3 36 | m_TexEnvs: 37 | - _BaseMap: 38 | m_Texture: {fileID: 0} 39 | m_Scale: {x: 1, y: 1} 40 | m_Offset: {x: 0, y: 0} 41 | - _BumpMap: 42 | m_Texture: {fileID: 0} 43 | m_Scale: {x: 1, y: 1} 44 | m_Offset: {x: 0, y: 0} 45 | - _DetailAlbedoMap: 46 | m_Texture: {fileID: 0} 47 | m_Scale: {x: 1, y: 1} 48 | m_Offset: {x: 0, y: 0} 49 | - _DetailMask: 50 | m_Texture: {fileID: 0} 51 | m_Scale: {x: 1, y: 1} 52 | m_Offset: {x: 0, y: 0} 53 | - _DetailNormalMap: 54 | m_Texture: {fileID: 0} 55 | m_Scale: {x: 1, y: 1} 56 | m_Offset: {x: 0, y: 0} 57 | - _EmissionMap: 58 | m_Texture: {fileID: 0} 59 | m_Scale: {x: 1, y: 1} 60 | m_Offset: {x: 0, y: 0} 61 | - _MainTex: 62 | m_Texture: {fileID: 0} 63 | m_Scale: {x: 1, y: 1} 64 | m_Offset: {x: 0, y: 0} 65 | - _MetallicGlossMap: 66 | m_Texture: {fileID: 0} 67 | m_Scale: {x: 1, y: 1} 68 | m_Offset: {x: 0, y: 0} 69 | - _OcclusionMap: 70 | m_Texture: {fileID: 0} 71 | m_Scale: {x: 1, y: 1} 72 | m_Offset: {x: 0, y: 0} 73 | - _ParallaxMap: 74 | m_Texture: {fileID: 0} 75 | m_Scale: {x: 1, y: 1} 76 | m_Offset: {x: 0, y: 0} 77 | - _SpecGlossMap: 78 | m_Texture: {fileID: 0} 79 | m_Scale: {x: 1, y: 1} 80 | m_Offset: {x: 0, y: 0} 81 | m_Floats: 82 | - _AlphaClip: 0 83 | - _Blend: 1 84 | - _BumpScale: 1 85 | - _Cull: 2 86 | - _Cutoff: 0.5 87 | - _DetailNormalMapScale: 1 88 | - _DstBlend: 10 89 | - _EnvironmentReflections: 1 90 | - _GlossMapScale: 1 91 | - _Glossiness: 0.15 92 | - _GlossyReflections: 1 93 | - _Metallic: 0 94 | - _Mode: 3 95 | - _OcclusionStrength: 1 96 | - _Parallax: 0.02 97 | - _QueueOffset: 0 98 | - _ReceiveShadows: 1 99 | - _Smoothness: 0.15 100 | - _SmoothnessTextureChannel: 0 101 | - _SpecularHighlights: 1 102 | - _SrcBlend: 1 103 | - _Surface: 1 104 | - _UVSec: 0 105 | - _WorkflowMode: 1 106 | - _ZWrite: 0 107 | m_Colors: 108 | - _BaseColor: {r: 0.95283014, g: 0.9241496, b: 0.34607506, a: 0.4627451} 109 | - _Color: {r: 0.9528302, g: 0.9241496, b: 0.3460751, a: 0.4627451} 110 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 111 | - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} 112 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Liquid_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c532880e607f8c84d8b9bf0c46a522ad 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Metal_Blue_Simple_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd71291c91c8cce499cb663b5db9970e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Metal_Simple_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0427cf339e5891468d5f2b433b2d44a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/OBS_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c438e5c679f1be040a135443008e2fce 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Paint1G_WAnim_Material.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: Paint1G_WAnim_Material 11 | m_Shader: {fileID: 4800000, guid: 5e5eca56e1993e741b41ac9c687d01a5, type: 3} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - Texture2D_C69EB180: 23 | m_Texture: {fileID: 2800000, guid: e5c37ab0c7b37af4f981195d3caaf4b4, type: 3} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _SampleTexture2D_72715EE4_Texture: 27 | m_Texture: {fileID: 2800000, guid: ca084ebab0cef7c4ba746cdb442f9c1e, type: 3} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _SampleTexture2D_72715EE4_Texture_1: 31 | m_Texture: {fileID: 2800000, guid: ca084ebab0cef7c4ba746cdb442f9c1e, type: 3} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _SampleTexture2D_C873BFA4_Texture: 35 | m_Texture: {fileID: 2800000, guid: 2de0d72a6700bd94ea57111b29e246fc, type: 3} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _SampleTexture2D_C873BFA4_Texture_1: 39 | m_Texture: {fileID: 2800000, guid: 2de0d72a6700bd94ea57111b29e246fc, type: 3} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _SampleTexture2D_CDBC38BA_Texture: 43 | m_Texture: {fileID: 2800000, guid: 5e98de278b2ccc14f89b76b85596a3f3, type: 3} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _SampleTexture2D_CDBC38BA_Texture_1: 47 | m_Texture: {fileID: 2800000, guid: 5e98de278b2ccc14f89b76b85596a3f3, type: 3} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _SampleTexture2D_D6BD25ED_Texture: 51 | m_Texture: {fileID: 2800000, guid: ac80c335ebd6dde4fa54a82050064545, type: 3} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _SampleTexture2D_D6BD25ED_Texture_1: 55 | m_Texture: {fileID: 2800000, guid: ac80c335ebd6dde4fa54a82050064545, type: 3} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - Vector1_2EE2CB80: 0.01 60 | m_Colors: 61 | - Color_23C9B10D: {r: 0, g: 0.61, b: 0.85, a: 0} 62 | - Color_A2AAE5B5: {r: 0.78999996, g: 0.8399999, b: 0.96999997, a: 0} 63 | - Vector2_C848BFFB: {r: 0.3, g: 0.8, b: 0, a: 0} 64 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Paint1G_WAnim_Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55c183dc45153be48a45c4e530127fb3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/PaintBrush_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 539165557a9d3744680bb21164bea45e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/PaintLabel_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3da4aad06945bbf4baf801c2aacbc01e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Plastic_Black_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e745492728544aa488aa0429b6068e71 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Plastic_Gray_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4dad30bbe2213eb4d8312f7bb6190866 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Plastic_Ridges_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c05de7c865075334786e6a47a543af72 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Plastic_Rough_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5aaee4111611af43b5abbff184fe5fa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Plastic_Transparent.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &-2237853913440573722 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 11 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | version: 1 16 | --- !u!21 &2100000 17 | Material: 18 | serializedVersion: 6 19 | m_ObjectHideFlags: 0 20 | m_CorrespondingSourceObject: {fileID: 0} 21 | m_PrefabInstance: {fileID: 0} 22 | m_PrefabAsset: {fileID: 0} 23 | m_Name: Plastic_Transparent 24 | m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} 25 | m_ShaderKeywords: _ALPHAPREMULTIPLY_ON 26 | m_LightmapFlags: 4 27 | m_EnableInstancingVariants: 0 28 | m_DoubleSidedGI: 0 29 | m_CustomRenderQueue: 3050 30 | stringTagMap: 31 | RenderType: Transparent 32 | disabledShaderPasses: 33 | - SHADOWCASTER 34 | m_SavedProperties: 35 | serializedVersion: 3 36 | m_TexEnvs: 37 | - _BaseMap: 38 | m_Texture: {fileID: 0} 39 | m_Scale: {x: 1, y: 1} 40 | m_Offset: {x: 0, y: 0} 41 | - _BumpMap: 42 | m_Texture: {fileID: 0} 43 | m_Scale: {x: 1, y: 1} 44 | m_Offset: {x: 0, y: 0} 45 | - _DetailAlbedoMap: 46 | m_Texture: {fileID: 0} 47 | m_Scale: {x: 1, y: 1} 48 | m_Offset: {x: 0, y: 0} 49 | - _DetailMask: 50 | m_Texture: {fileID: 0} 51 | m_Scale: {x: 1, y: 1} 52 | m_Offset: {x: 0, y: 0} 53 | - _DetailNormalMap: 54 | m_Texture: {fileID: 0} 55 | m_Scale: {x: 1, y: 1} 56 | m_Offset: {x: 0, y: 0} 57 | - _EmissionMap: 58 | m_Texture: {fileID: 0} 59 | m_Scale: {x: 1, y: 1} 60 | m_Offset: {x: 0, y: 0} 61 | - _MainTex: 62 | m_Texture: {fileID: 0} 63 | m_Scale: {x: 1, y: 1} 64 | m_Offset: {x: 0, y: 0} 65 | - _MetallicGlossMap: 66 | m_Texture: {fileID: 0} 67 | m_Scale: {x: 1, y: 1} 68 | m_Offset: {x: 0, y: 0} 69 | - _OcclusionMap: 70 | m_Texture: {fileID: 0} 71 | m_Scale: {x: 1, y: 1} 72 | m_Offset: {x: 0, y: 0} 73 | - _ParallaxMap: 74 | m_Texture: {fileID: 0} 75 | m_Scale: {x: 1, y: 1} 76 | m_Offset: {x: 0, y: 0} 77 | - _SpecGlossMap: 78 | m_Texture: {fileID: 0} 79 | m_Scale: {x: 1, y: 1} 80 | m_Offset: {x: 0, y: 0} 81 | m_Floats: 82 | - _AlphaClip: 0 83 | - _Blend: 1 84 | - _BumpScale: 1 85 | - _Cull: 2 86 | - _Cutoff: 0.5 87 | - _DetailNormalMapScale: 1 88 | - _DstBlend: 10 89 | - _EnvironmentReflections: 1 90 | - _GlossMapScale: 1 91 | - _Glossiness: 0.9 92 | - _GlossyReflections: 1 93 | - _Metallic: 0 94 | - _Mode: 3 95 | - _OcclusionStrength: 1 96 | - _Parallax: 0.02 97 | - _QueueOffset: 0 98 | - _ReceiveShadows: 1 99 | - _Smoothness: 0.9 100 | - _SmoothnessTextureChannel: 0 101 | - _SpecularHighlights: 1 102 | - _SrcBlend: 1 103 | - _Surface: 1 104 | - _UVSec: 0 105 | - _WorkflowMode: 1 106 | - _ZWrite: 0 107 | m_Colors: 108 | - _BaseColor: {r: 0.41509423, g: 0.41509423, b: 0.41509423, a: 0.6} 109 | - _Color: {r: 0.41509426, g: 0.41509426, b: 0.41509426, a: 0.6} 110 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 111 | - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} 112 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Plastic_Transparent.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a38b7350df9a9c438e568993a00e5c5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Plastic_White_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6cfe423139c361a459da7ed9831d4b1c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Plastic_Yellow_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd2d742ee2ce7a740ae0cf992a38be74 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Strap_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81c1860e7800e5340bf8a54c565ba9ea 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Materials/Stud_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 027cb3d3d7dc79d41ad763e01759de07 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa97895f3852bd44399ef0893bec4f5e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/ConstructionLight_Low.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/ConstructionLight_Low.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/ConstructionLight_Low.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3ae06a3979f53046aa05330d69de1fa 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: //RootNode 7 | 100002: Legs_Low 8 | 100004: Light_Bulbs_low 9 | 100006: Light_Heads_Low 10 | 400000: //RootNode 11 | 400002: Legs_Low 12 | 400004: Light_Bulbs_low 13 | 400006: Light_Heads_Low 14 | 2100000: construction_light 15 | 2100002: emissive_light 16 | 2300000: Legs_Low 17 | 2300002: Light_Bulbs_low 18 | 2300004: Light_Heads_Low 19 | 3300000: Legs_Low 20 | 3300002: Light_Bulbs_low 21 | 3300004: Light_Heads_Low 22 | 4300000: Legs_Low 23 | 4300002: Light_Heads_Low 24 | 4300004: Light_Bulbs_low 25 | externalObjects: {} 26 | materials: 27 | importMaterials: 1 28 | materialName: 0 29 | materialSearch: 1 30 | materialLocation: 1 31 | animations: 32 | legacyGenerateAnimations: 4 33 | bakeSimulation: 0 34 | resampleCurves: 1 35 | optimizeGameObjects: 0 36 | motionNodeName: 37 | rigImportErrors: 38 | rigImportWarnings: 39 | animationImportErrors: 40 | animationImportWarnings: 41 | animationRetargetingWarnings: 42 | animationDoRetargetingWarnings: 0 43 | importAnimatedCustomProperties: 0 44 | importConstraints: 0 45 | animationCompression: 1 46 | animationRotationError: 0.5 47 | animationPositionError: 0.5 48 | animationScaleError: 0.5 49 | animationWrapMode: 0 50 | extraExposedTransformPaths: [] 51 | extraUserProperties: [] 52 | clipAnimations: [] 53 | isReadable: 0 54 | meshes: 55 | lODScreenPercentages: [] 56 | globalScale: 1 57 | meshCompression: 0 58 | addColliders: 0 59 | importVisibility: 1 60 | importBlendShapes: 0 61 | importCameras: 0 62 | importLights: 0 63 | swapUVChannels: 0 64 | generateSecondaryUV: 0 65 | useFileUnits: 1 66 | optimizeMeshForGPU: 1 67 | keepQuads: 0 68 | weldVertices: 1 69 | preserveHierarchy: 0 70 | indexFormat: 0 71 | secondaryUVAngleDistortion: 8 72 | secondaryUVAreaDistortion: 15.000001 73 | secondaryUVHardAngle: 88 74 | secondaryUVPackMargin: 4 75 | useFileScale: 1 76 | previousCalculatedGlobalScale: 1 77 | hasPreviousCalculatedGlobalScale: 0 78 | tangentSpace: 79 | normalSmoothAngle: 60 80 | normalImportMode: 0 81 | tangentImportMode: 3 82 | normalCalculationMode: 4 83 | importAnimation: 0 84 | copyAvatar: 0 85 | humanDescription: 86 | serializedVersion: 2 87 | human: [] 88 | skeleton: [] 89 | armTwist: 0.5 90 | foreArmTwist: 0.5 91 | upperLegTwist: 0.5 92 | legTwist: 0.5 93 | armStretch: 0.05 94 | legStretch: 0.05 95 | feetSpacing: 0 96 | rootMotionBoneName: 97 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 98 | hasTranslationDoF: 0 99 | hasExtraRoot: 0 100 | skeletonHasParents: 1 101 | lastHumanDescriptionAvatarSource: {instanceID: 0} 102 | animationType: 0 103 | humanoidOversampling: 1 104 | additionalBone: 0 105 | userData: 106 | assetBundleName: 107 | assetBundleVariant: 108 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/Stud.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/Stud.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/Stud.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34624edaccd9d704a95ed404d919b492 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: //RootNode 7 | 100002: stud 8 | 100004: stud_short 9 | 400000: //RootNode 10 | 400002: stud 11 | 400004: stud_short 12 | 2100000: mat_wood_Plywood 13 | 2300000: stud 14 | 2300002: stud_short 15 | 3300000: stud 16 | 3300002: stud_short 17 | 4300000: stud 18 | 4300002: stud_short 19 | externalObjects: {} 20 | materials: 21 | importMaterials: 1 22 | materialName: 0 23 | materialSearch: 1 24 | materialLocation: 1 25 | animations: 26 | legacyGenerateAnimations: 4 27 | bakeSimulation: 0 28 | resampleCurves: 1 29 | optimizeGameObjects: 0 30 | motionNodeName: 31 | rigImportErrors: 32 | rigImportWarnings: 33 | animationImportErrors: 34 | animationImportWarnings: 35 | animationRetargetingWarnings: 36 | animationDoRetargetingWarnings: 0 37 | importAnimatedCustomProperties: 0 38 | importConstraints: 0 39 | animationCompression: 1 40 | animationRotationError: 0.5 41 | animationPositionError: 0.5 42 | animationScaleError: 0.5 43 | animationWrapMode: 0 44 | extraExposedTransformPaths: [] 45 | extraUserProperties: [] 46 | clipAnimations: [] 47 | isReadable: 0 48 | meshes: 49 | lODScreenPercentages: [] 50 | globalScale: 1 51 | meshCompression: 0 52 | addColliders: 0 53 | importVisibility: 1 54 | importBlendShapes: 0 55 | importCameras: 0 56 | importLights: 0 57 | swapUVChannels: 0 58 | generateSecondaryUV: 1 59 | useFileUnits: 1 60 | optimizeMeshForGPU: 1 61 | keepQuads: 0 62 | weldVertices: 1 63 | preserveHierarchy: 0 64 | indexFormat: 0 65 | secondaryUVAngleDistortion: 8 66 | secondaryUVAreaDistortion: 15 67 | secondaryUVHardAngle: 88 68 | secondaryUVPackMargin: 64 69 | useFileScale: 1 70 | previousCalculatedGlobalScale: 1 71 | hasPreviousCalculatedGlobalScale: 0 72 | tangentSpace: 73 | normalSmoothAngle: 60 74 | normalImportMode: 0 75 | tangentImportMode: 3 76 | normalCalculationMode: 4 77 | importAnimation: 0 78 | copyAvatar: 0 79 | humanDescription: 80 | serializedVersion: 2 81 | human: [] 82 | skeleton: [] 83 | armTwist: 0.5 84 | foreArmTwist: 0.5 85 | upperLegTwist: 0.5 86 | legTwist: 0.5 87 | armStretch: 0.05 88 | legStretch: 0.05 89 | feetSpacing: 0 90 | rootMotionBoneName: 91 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 92 | hasTranslationDoF: 0 93 | hasExtraRoot: 0 94 | skeletonHasParents: 1 95 | lastHumanDescriptionAvatarSource: {instanceID: 0} 96 | animationType: 0 97 | humanoidOversampling: 1 98 | additionalBone: 0 99 | userData: 100 | assetBundleName: 101 | assetBundleVariant: 102 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/Workbench.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/Workbench.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/Workbench.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efe9381559c516743bd05cef82f39ebb 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: bench_bottom 7 | 100002: bench_legs 8 | 100004: bench_top 9 | 100006: supports 10 | 100008: upper_covers 11 | 100010: //RootNode 12 | 400000: bench_bottom 13 | 400002: bench_legs 14 | 400004: bench_top 15 | 400006: supports 16 | 400008: upper_covers 17 | 400010: //RootNode 18 | 2100000: plastic_black 19 | 2100002: aluminum 20 | 2100004: plastic_grey 21 | 2100006: plastic_worn 22 | 2100008: plastic_yellow 23 | 2100010: plastic_ridges 24 | 2300000: bench_bottom 25 | 2300002: bench_legs 26 | 2300004: bench_top 27 | 2300006: supports 28 | 2300008: upper_covers 29 | 3300000: bench_bottom 30 | 3300002: bench_legs 31 | 3300004: bench_top 32 | 3300006: supports 33 | 3300008: upper_covers 34 | 4300000: bench_legs 35 | 4300002: supports 36 | 4300004: upper_covers 37 | 4300006: bench_bottom 38 | 4300008: bench_top 39 | externalObjects: {} 40 | materials: 41 | importMaterials: 1 42 | materialName: 0 43 | materialSearch: 1 44 | materialLocation: 1 45 | animations: 46 | legacyGenerateAnimations: 4 47 | bakeSimulation: 0 48 | resampleCurves: 1 49 | optimizeGameObjects: 0 50 | motionNodeName: 51 | rigImportErrors: 52 | rigImportWarnings: 53 | animationImportErrors: 54 | animationImportWarnings: 55 | animationRetargetingWarnings: 56 | animationDoRetargetingWarnings: 0 57 | importAnimatedCustomProperties: 0 58 | importConstraints: 0 59 | animationCompression: 1 60 | animationRotationError: 0.5 61 | animationPositionError: 0.5 62 | animationScaleError: 0.5 63 | animationWrapMode: 0 64 | extraExposedTransformPaths: [] 65 | extraUserProperties: [] 66 | clipAnimations: [] 67 | isReadable: 0 68 | meshes: 69 | lODScreenPercentages: [] 70 | globalScale: 1 71 | meshCompression: 0 72 | addColliders: 0 73 | importVisibility: 1 74 | importBlendShapes: 0 75 | importCameras: 0 76 | importLights: 0 77 | swapUVChannels: 0 78 | generateSecondaryUV: 0 79 | useFileUnits: 1 80 | optimizeMeshForGPU: 1 81 | keepQuads: 0 82 | weldVertices: 1 83 | preserveHierarchy: 0 84 | indexFormat: 0 85 | secondaryUVAngleDistortion: 8 86 | secondaryUVAreaDistortion: 15.000001 87 | secondaryUVHardAngle: 88 88 | secondaryUVPackMargin: 4 89 | useFileScale: 1 90 | previousCalculatedGlobalScale: 1 91 | hasPreviousCalculatedGlobalScale: 0 92 | tangentSpace: 93 | normalSmoothAngle: 60 94 | normalImportMode: 0 95 | tangentImportMode: 3 96 | normalCalculationMode: 4 97 | importAnimation: 0 98 | copyAvatar: 0 99 | humanDescription: 100 | serializedVersion: 2 101 | human: [] 102 | skeleton: [] 103 | armTwist: 0.5 104 | foreArmTwist: 0.5 105 | upperLegTwist: 0.5 106 | legTwist: 0.5 107 | armStretch: 0.05 108 | legStretch: 0.05 109 | feetSpacing: 0 110 | rootMotionBoneName: 111 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 112 | hasTranslationDoF: 0 113 | hasExtraRoot: 0 114 | skeletonHasParents: 1 115 | lastHumanDescriptionAvatarSource: {instanceID: 0} 116 | animationType: 0 117 | humanoidOversampling: 1 118 | additionalBone: 0 119 | userData: 120 | assetBundleName: 121 | assetBundleVariant: 122 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/Workbench_Low.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/Workbench_Low.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/Workbench_Low.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff6dc36862fe41641bb21568d92147c9 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: bench_bottom_low 7 | 100002: bench_legs_low 8 | 100004: bench_top_low 9 | 100006: supports_low 10 | 100008: upper_covers_low 11 | 100010: //RootNode 12 | 400000: bench_bottom_low 13 | 400002: bench_legs_low 14 | 400004: bench_top_low 15 | 400006: supports_low 16 | 400008: upper_covers_low 17 | 400010: //RootNode 18 | 2100000: plastic_black 19 | 2100002: aluminum 20 | 2100004: plastic_grey 21 | 2100006: plastic_worn 22 | 2100008: plastic_yellow 23 | 2100010: plastic_ridges 24 | 2300000: bench_bottom_low 25 | 2300002: bench_legs_low 26 | 2300004: bench_top_low 27 | 2300006: supports_low 28 | 2300008: upper_covers_low 29 | 3300000: bench_bottom_low 30 | 3300002: bench_legs_low 31 | 3300004: bench_top_low 32 | 3300006: supports_low 33 | 3300008: upper_covers_low 34 | 4300000: bench_legs_low 35 | 4300002: supports_low 36 | 4300004: upper_covers_low 37 | 4300006: bench_bottom_low 38 | 4300008: bench_top_low 39 | externalObjects: {} 40 | materials: 41 | importMaterials: 1 42 | materialName: 0 43 | materialSearch: 1 44 | materialLocation: 1 45 | animations: 46 | legacyGenerateAnimations: 4 47 | bakeSimulation: 0 48 | resampleCurves: 1 49 | optimizeGameObjects: 0 50 | motionNodeName: 51 | rigImportErrors: 52 | rigImportWarnings: 53 | animationImportErrors: 54 | animationImportWarnings: 55 | animationRetargetingWarnings: 56 | animationDoRetargetingWarnings: 0 57 | importAnimatedCustomProperties: 0 58 | importConstraints: 0 59 | animationCompression: 1 60 | animationRotationError: 0.5 61 | animationPositionError: 0.5 62 | animationScaleError: 0.5 63 | animationWrapMode: 0 64 | extraExposedTransformPaths: [] 65 | extraUserProperties: [] 66 | clipAnimations: [] 67 | isReadable: 0 68 | meshes: 69 | lODScreenPercentages: [] 70 | globalScale: 1 71 | meshCompression: 0 72 | addColliders: 0 73 | importVisibility: 1 74 | importBlendShapes: 0 75 | importCameras: 0 76 | importLights: 0 77 | swapUVChannels: 0 78 | generateSecondaryUV: 0 79 | useFileUnits: 1 80 | optimizeMeshForGPU: 1 81 | keepQuads: 0 82 | weldVertices: 1 83 | preserveHierarchy: 0 84 | indexFormat: 0 85 | secondaryUVAngleDistortion: 8 86 | secondaryUVAreaDistortion: 15.000001 87 | secondaryUVHardAngle: 88 88 | secondaryUVPackMargin: 4 89 | useFileScale: 1 90 | previousCalculatedGlobalScale: 1 91 | hasPreviousCalculatedGlobalScale: 0 92 | tangentSpace: 93 | normalSmoothAngle: 60 94 | normalImportMode: 0 95 | tangentImportMode: 3 96 | normalCalculationMode: 4 97 | importAnimation: 0 98 | copyAvatar: 0 99 | humanDescription: 100 | serializedVersion: 2 101 | human: [] 102 | skeleton: [] 103 | armTwist: 0.5 104 | foreArmTwist: 0.5 105 | upperLegTwist: 0.5 106 | legTwist: 0.5 107 | armStretch: 0.05 108 | legStretch: 0.05 109 | feetSpacing: 0 110 | rootMotionBoneName: 111 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 112 | hasTranslationDoF: 0 113 | hasExtraRoot: 0 114 | skeletonHasParents: 1 115 | lastHumanDescriptionAvatarSource: {instanceID: 0} 116 | animationType: 0 117 | humanoidOversampling: 1 118 | additionalBone: 0 119 | userData: 120 | assetBundleName: 121 | assetBundleVariant: 122 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/Workshop_Set.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/Workshop_Set.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/Workshop_Set.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47616bd0cda748d4cbedcfc908506b9d 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: drywall_panel 7 | 100002: ground 8 | 100004: OSB_Panel 9 | 100006: stud_frame 10 | 100008: stud_pile 11 | 100010: //RootNode 12 | 400000: drywall_panel 13 | 400002: ground 14 | 400004: OSB_Panel 15 | 400006: stud_frame 16 | 400008: stud_pile 17 | 400010: //RootNode 18 | 2100000: mat_wood_Plywood 19 | 2100002: mat_concrete_cement 20 | 2100004: nails 21 | 2100006: drywall_painted 22 | 2100008: drywall 23 | 2100010: mat_wood_OSB 24 | 2300000: drywall_panel 25 | 2300002: ground 26 | 2300004: OSB_Panel 27 | 2300006: stud_frame 28 | 2300008: stud_pile 29 | 3300000: drywall_panel 30 | 3300002: ground 31 | 3300004: OSB_Panel 32 | 3300006: stud_frame 33 | 3300008: stud_pile 34 | 4300000: stud_pile 35 | 4300002: ground 36 | 4300004: drywall_panel 37 | 4300006: OSB_Panel 38 | 4300008: stud_frame 39 | externalObjects: {} 40 | materials: 41 | importMaterials: 1 42 | materialName: 0 43 | materialSearch: 1 44 | materialLocation: 1 45 | animations: 46 | legacyGenerateAnimations: 4 47 | bakeSimulation: 0 48 | resampleCurves: 1 49 | optimizeGameObjects: 0 50 | motionNodeName: 51 | rigImportErrors: 52 | rigImportWarnings: 53 | animationImportErrors: 54 | animationImportWarnings: 55 | animationRetargetingWarnings: 56 | animationDoRetargetingWarnings: 0 57 | importAnimatedCustomProperties: 0 58 | importConstraints: 0 59 | animationCompression: 1 60 | animationRotationError: 0.5 61 | animationPositionError: 0.5 62 | animationScaleError: 0.5 63 | animationWrapMode: 0 64 | extraExposedTransformPaths: [] 65 | extraUserProperties: [] 66 | clipAnimations: [] 67 | isReadable: 0 68 | meshes: 69 | lODScreenPercentages: [] 70 | globalScale: 1 71 | meshCompression: 0 72 | addColliders: 0 73 | importVisibility: 1 74 | importBlendShapes: 0 75 | importCameras: 0 76 | importLights: 0 77 | swapUVChannels: 0 78 | generateSecondaryUV: 0 79 | useFileUnits: 1 80 | optimizeMeshForGPU: 1 81 | keepQuads: 0 82 | weldVertices: 1 83 | preserveHierarchy: 0 84 | indexFormat: 0 85 | secondaryUVAngleDistortion: 8 86 | secondaryUVAreaDistortion: 15.000001 87 | secondaryUVHardAngle: 88 88 | secondaryUVPackMargin: 4 89 | useFileScale: 1 90 | previousCalculatedGlobalScale: 1 91 | hasPreviousCalculatedGlobalScale: 0 92 | tangentSpace: 93 | normalSmoothAngle: 60 94 | normalImportMode: 0 95 | tangentImportMode: 3 96 | normalCalculationMode: 4 97 | importAnimation: 0 98 | copyAvatar: 0 99 | humanDescription: 100 | serializedVersion: 2 101 | human: [] 102 | skeleton: [] 103 | armTwist: 0.5 104 | foreArmTwist: 0.5 105 | upperLegTwist: 0.5 106 | legTwist: 0.5 107 | armStretch: 0.05 108 | legStretch: 0.05 109 | feetSpacing: 0 110 | rootMotionBoneName: 111 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 112 | hasTranslationDoF: 0 113 | hasExtraRoot: 0 114 | skeletonHasParents: 1 115 | lastHumanDescriptionAvatarSource: {instanceID: 0} 116 | animationType: 0 117 | humanoidOversampling: 1 118 | additionalBone: 0 119 | userData: 120 | assetBundleName: 121 | assetBundleVariant: 122 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/brush_low.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/brush_low.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/brush_low.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aed8c47425ab91f4eb06ce6fe47c3e4e 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: //RootNode 7 | 400000: //RootNode 8 | 2100000: paintbrush 9 | 2300000: //RootNode 10 | 3300000: //RootNode 11 | 4300000: brush_low 12 | externalObjects: {} 13 | materials: 14 | importMaterials: 1 15 | materialName: 0 16 | materialSearch: 1 17 | materialLocation: 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 | importAnimatedCustomProperties: 0 31 | importConstraints: 0 32 | animationCompression: 1 33 | animationRotationError: 0.5 34 | animationPositionError: 0.5 35 | animationScaleError: 0.5 36 | animationWrapMode: 0 37 | extraExposedTransformPaths: [] 38 | extraUserProperties: [] 39 | clipAnimations: [] 40 | isReadable: 0 41 | meshes: 42 | lODScreenPercentages: [] 43 | globalScale: 1 44 | meshCompression: 0 45 | addColliders: 0 46 | importVisibility: 1 47 | importBlendShapes: 0 48 | importCameras: 0 49 | importLights: 0 50 | swapUVChannels: 0 51 | generateSecondaryUV: 0 52 | useFileUnits: 1 53 | optimizeMeshForGPU: 1 54 | keepQuads: 0 55 | weldVertices: 1 56 | preserveHierarchy: 0 57 | indexFormat: 0 58 | secondaryUVAngleDistortion: 8 59 | secondaryUVAreaDistortion: 15.000001 60 | secondaryUVHardAngle: 88 61 | secondaryUVPackMargin: 4 62 | useFileScale: 1 63 | previousCalculatedGlobalScale: 1 64 | hasPreviousCalculatedGlobalScale: 0 65 | tangentSpace: 66 | normalSmoothAngle: 60 67 | normalImportMode: 0 68 | tangentImportMode: 3 69 | normalCalculationMode: 4 70 | importAnimation: 0 71 | copyAvatar: 0 72 | humanDescription: 73 | serializedVersion: 2 74 | human: [] 75 | skeleton: [] 76 | armTwist: 0.5 77 | foreArmTwist: 0.5 78 | upperLegTwist: 0.5 79 | legTwist: 0.5 80 | armStretch: 0.05 81 | legStretch: 0.05 82 | feetSpacing: 0 83 | rootMotionBoneName: 84 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 85 | hasTranslationDoF: 0 86 | hasExtraRoot: 0 87 | skeletonHasParents: 1 88 | lastHumanDescriptionAvatarSource: {instanceID: 0} 89 | animationType: 0 90 | humanoidOversampling: 1 91 | additionalBone: 0 92 | userData: 93 | assetBundleName: 94 | assetBundleVariant: 95 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/hammer_low.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/hammer_low.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/hammer_low.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68a66fb5a71f8204a8dcb613c97d1fa8 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: //RootNode 7 | 400000: //RootNode 8 | 2100000: lambert1 9 | 2300000: //RootNode 10 | 3300000: //RootNode 11 | 4300000: hammer_low 12 | externalObjects: {} 13 | materials: 14 | importMaterials: 1 15 | materialName: 0 16 | materialSearch: 1 17 | materialLocation: 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 | importAnimatedCustomProperties: 0 31 | importConstraints: 0 32 | animationCompression: 1 33 | animationRotationError: 0.5 34 | animationPositionError: 0.5 35 | animationScaleError: 0.5 36 | animationWrapMode: 0 37 | extraExposedTransformPaths: [] 38 | extraUserProperties: [] 39 | clipAnimations: [] 40 | isReadable: 0 41 | meshes: 42 | lODScreenPercentages: [] 43 | globalScale: 1 44 | meshCompression: 0 45 | addColliders: 0 46 | importVisibility: 1 47 | importBlendShapes: 0 48 | importCameras: 0 49 | importLights: 0 50 | swapUVChannels: 0 51 | generateSecondaryUV: 0 52 | useFileUnits: 1 53 | optimizeMeshForGPU: 1 54 | keepQuads: 0 55 | weldVertices: 1 56 | preserveHierarchy: 0 57 | indexFormat: 0 58 | secondaryUVAngleDistortion: 8 59 | secondaryUVAreaDistortion: 15.000001 60 | secondaryUVHardAngle: 88 61 | secondaryUVPackMargin: 4 62 | useFileScale: 1 63 | previousCalculatedGlobalScale: 1 64 | hasPreviousCalculatedGlobalScale: 0 65 | tangentSpace: 66 | normalSmoothAngle: 60 67 | normalImportMode: 0 68 | tangentImportMode: 3 69 | normalCalculationMode: 4 70 | importAnimation: 0 71 | copyAvatar: 0 72 | humanDescription: 73 | serializedVersion: 2 74 | human: [] 75 | skeleton: [] 76 | armTwist: 0.5 77 | foreArmTwist: 0.5 78 | upperLegTwist: 0.5 79 | legTwist: 0.5 80 | armStretch: 0.05 81 | legStretch: 0.05 82 | feetSpacing: 0 83 | rootMotionBoneName: 84 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 85 | hasTranslationDoF: 0 86 | hasExtraRoot: 0 87 | skeletonHasParents: 1 88 | lastHumanDescriptionAvatarSource: {instanceID: 0} 89 | animationType: 0 90 | humanoidOversampling: 1 91 | additionalBone: 0 92 | userData: 93 | assetBundleName: 94 | assetBundleVariant: 95 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/jigsaw_low.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/jigsaw_low.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/jigsaw_low.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b73e8872ca76104bbca4ee2b704a1b4 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: //RootNode 7 | 400000: //RootNode 8 | 2100000: jigsaw 9 | 2300000: //RootNode 10 | 3300000: //RootNode 11 | 4300000: power_jigsaw_low 12 | externalObjects: {} 13 | materials: 14 | importMaterials: 1 15 | materialName: 0 16 | materialSearch: 1 17 | materialLocation: 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 | importAnimatedCustomProperties: 0 31 | importConstraints: 0 32 | animationCompression: 1 33 | animationRotationError: 0.5 34 | animationPositionError: 0.5 35 | animationScaleError: 0.5 36 | animationWrapMode: 0 37 | extraExposedTransformPaths: [] 38 | extraUserProperties: [] 39 | clipAnimations: [] 40 | isReadable: 0 41 | meshes: 42 | lODScreenPercentages: [] 43 | globalScale: 1 44 | meshCompression: 0 45 | addColliders: 0 46 | importVisibility: 1 47 | importBlendShapes: 0 48 | importCameras: 0 49 | importLights: 0 50 | swapUVChannels: 0 51 | generateSecondaryUV: 0 52 | useFileUnits: 1 53 | optimizeMeshForGPU: 1 54 | keepQuads: 0 55 | weldVertices: 1 56 | preserveHierarchy: 0 57 | indexFormat: 0 58 | secondaryUVAngleDistortion: 8 59 | secondaryUVAreaDistortion: 15.000001 60 | secondaryUVHardAngle: 88 61 | secondaryUVPackMargin: 4 62 | useFileScale: 1 63 | previousCalculatedGlobalScale: 1 64 | hasPreviousCalculatedGlobalScale: 0 65 | tangentSpace: 66 | normalSmoothAngle: 60 67 | normalImportMode: 0 68 | tangentImportMode: 3 69 | normalCalculationMode: 4 70 | importAnimation: 0 71 | copyAvatar: 0 72 | humanDescription: 73 | serializedVersion: 2 74 | human: [] 75 | skeleton: [] 76 | armTwist: 0.5 77 | foreArmTwist: 0.5 78 | upperLegTwist: 0.5 79 | legTwist: 0.5 80 | armStretch: 0.05 81 | legStretch: 0.05 82 | feetSpacing: 0 83 | rootMotionBoneName: 84 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 85 | hasTranslationDoF: 0 86 | hasExtraRoot: 0 87 | skeletonHasParents: 1 88 | lastHumanDescriptionAvatarSource: {instanceID: 0} 89 | animationType: 0 90 | humanoidOversampling: 1 91 | additionalBone: 0 92 | userData: 93 | assetBundleName: 94 | assetBundleVariant: 95 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/magneticlevel_low.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/magneticlevel_low.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/magneticlevel_low.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bae110eee250e4b418b188f4ae4e3170 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: //RootNode 7 | 400000: //RootNode 8 | 2100000: plastic_black 9 | 2100002: metal_blue 10 | 2100004: plastic_white 11 | 2100006: liquid 12 | 2300000: //RootNode 13 | 3300000: //RootNode 14 | 4300000: level_low 15 | externalObjects: {} 16 | materials: 17 | importMaterials: 1 18 | materialName: 0 19 | materialSearch: 1 20 | materialLocation: 1 21 | animations: 22 | legacyGenerateAnimations: 4 23 | bakeSimulation: 0 24 | resampleCurves: 1 25 | optimizeGameObjects: 0 26 | motionNodeName: 27 | rigImportErrors: 28 | rigImportWarnings: 29 | animationImportErrors: 30 | animationImportWarnings: 31 | animationRetargetingWarnings: 32 | animationDoRetargetingWarnings: 0 33 | importAnimatedCustomProperties: 0 34 | importConstraints: 0 35 | animationCompression: 1 36 | animationRotationError: 0.5 37 | animationPositionError: 0.5 38 | animationScaleError: 0.5 39 | animationWrapMode: 0 40 | extraExposedTransformPaths: [] 41 | extraUserProperties: [] 42 | clipAnimations: [] 43 | isReadable: 0 44 | meshes: 45 | lODScreenPercentages: [] 46 | globalScale: 1 47 | meshCompression: 0 48 | addColliders: 0 49 | importVisibility: 1 50 | importBlendShapes: 0 51 | importCameras: 0 52 | importLights: 0 53 | swapUVChannels: 0 54 | generateSecondaryUV: 0 55 | useFileUnits: 1 56 | optimizeMeshForGPU: 1 57 | keepQuads: 0 58 | weldVertices: 1 59 | preserveHierarchy: 0 60 | indexFormat: 0 61 | secondaryUVAngleDistortion: 8 62 | secondaryUVAreaDistortion: 15.000001 63 | secondaryUVHardAngle: 88 64 | secondaryUVPackMargin: 4 65 | useFileScale: 1 66 | previousCalculatedGlobalScale: 1 67 | hasPreviousCalculatedGlobalScale: 0 68 | tangentSpace: 69 | normalSmoothAngle: 60 70 | normalImportMode: 0 71 | tangentImportMode: 3 72 | normalCalculationMode: 4 73 | importAnimation: 0 74 | copyAvatar: 0 75 | humanDescription: 76 | serializedVersion: 2 77 | human: [] 78 | skeleton: [] 79 | armTwist: 0.5 80 | foreArmTwist: 0.5 81 | upperLegTwist: 0.5 82 | legTwist: 0.5 83 | armStretch: 0.05 84 | legStretch: 0.05 85 | feetSpacing: 0 86 | rootMotionBoneName: 87 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 88 | hasTranslationDoF: 0 89 | hasExtraRoot: 0 90 | skeletonHasParents: 1 91 | lastHumanDescriptionAvatarSource: {instanceID: 0} 92 | animationType: 0 93 | humanoidOversampling: 1 94 | additionalBone: 0 95 | userData: 96 | assetBundleName: 97 | assetBundleVariant: 98 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/paintbucket_low.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/paintbucket_low.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/paintbucket_low.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b451a052397f03c4f8a04d915d1c0492 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: paint_1G_bucket_low 7 | 100002: paint_1G_lid_low 8 | 100004: paint_5G_bucket_low 9 | 100006: //RootNode 10 | 400000: paint_1G_bucket_low 11 | 400002: paint_1G_lid_low 12 | 400004: paint_5G_bucket_low 13 | 400006: //RootNode 14 | 2100000: plastic_white 15 | 2100002: paint_5g_label 16 | 2100004: metal 17 | 2100006: paint_1g 18 | 2300000: paint_1G_bucket_low 19 | 2300002: paint_1G_lid_low 20 | 2300004: paint_5G_bucket_low 21 | 3300000: paint_1G_bucket_low 22 | 3300002: paint_1G_lid_low 23 | 3300004: paint_5G_bucket_low 24 | 4300000: paint_5G_bucket_low 25 | 4300002: paint_1G_bucket_low 26 | 4300004: paint_1G_lid_low 27 | externalObjects: {} 28 | materials: 29 | importMaterials: 1 30 | materialName: 0 31 | materialSearch: 1 32 | materialLocation: 1 33 | animations: 34 | legacyGenerateAnimations: 4 35 | bakeSimulation: 0 36 | resampleCurves: 1 37 | optimizeGameObjects: 0 38 | motionNodeName: 39 | rigImportErrors: 40 | rigImportWarnings: 41 | animationImportErrors: 42 | animationImportWarnings: 43 | animationRetargetingWarnings: 44 | animationDoRetargetingWarnings: 0 45 | importAnimatedCustomProperties: 0 46 | importConstraints: 0 47 | animationCompression: 1 48 | animationRotationError: 0.5 49 | animationPositionError: 0.5 50 | animationScaleError: 0.5 51 | animationWrapMode: 0 52 | extraExposedTransformPaths: [] 53 | extraUserProperties: [] 54 | clipAnimations: [] 55 | isReadable: 0 56 | meshes: 57 | lODScreenPercentages: [] 58 | globalScale: 1 59 | meshCompression: 0 60 | addColliders: 0 61 | importVisibility: 1 62 | importBlendShapes: 0 63 | importCameras: 0 64 | importLights: 0 65 | swapUVChannels: 0 66 | generateSecondaryUV: 0 67 | useFileUnits: 1 68 | optimizeMeshForGPU: 1 69 | keepQuads: 0 70 | weldVertices: 1 71 | preserveHierarchy: 0 72 | indexFormat: 0 73 | secondaryUVAngleDistortion: 8 74 | secondaryUVAreaDistortion: 15.000001 75 | secondaryUVHardAngle: 88 76 | secondaryUVPackMargin: 4 77 | useFileScale: 1 78 | previousCalculatedGlobalScale: 1 79 | hasPreviousCalculatedGlobalScale: 0 80 | tangentSpace: 81 | normalSmoothAngle: 60 82 | normalImportMode: 0 83 | tangentImportMode: 3 84 | normalCalculationMode: 4 85 | importAnimation: 0 86 | copyAvatar: 0 87 | humanDescription: 88 | serializedVersion: 2 89 | human: [] 90 | skeleton: [] 91 | armTwist: 0.5 92 | foreArmTwist: 0.5 93 | upperLegTwist: 0.5 94 | legTwist: 0.5 95 | armStretch: 0.05 96 | legStretch: 0.05 97 | feetSpacing: 0 98 | rootMotionBoneName: 99 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 100 | hasTranslationDoF: 0 101 | hasExtraRoot: 0 102 | skeletonHasParents: 1 103 | lastHumanDescriptionAvatarSource: {instanceID: 0} 104 | animationType: 0 105 | humanoidOversampling: 1 106 | additionalBone: 0 107 | userData: 108 | assetBundleName: 109 | assetBundleVariant: 110 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/safetygoggles_low.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/safetygoggles_low.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/safetygoggles_low.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6296e48663fd7ad46b1a2af507f871cf 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: //RootNode 7 | 400000: //RootNode 8 | 2100000: elastic_strap 9 | 2100002: plastic_transparent 10 | 2100004: plastic_black 11 | 2100006: plastic_yellow 12 | 2300000: //RootNode 13 | 3300000: //RootNode 14 | 4300000: safety_goggles_low 15 | externalObjects: {} 16 | materials: 17 | importMaterials: 1 18 | materialName: 0 19 | materialSearch: 1 20 | materialLocation: 1 21 | animations: 22 | legacyGenerateAnimations: 4 23 | bakeSimulation: 0 24 | resampleCurves: 1 25 | optimizeGameObjects: 0 26 | motionNodeName: 27 | rigImportErrors: 28 | rigImportWarnings: 29 | animationImportErrors: 30 | animationImportWarnings: 31 | animationRetargetingWarnings: 32 | animationDoRetargetingWarnings: 0 33 | importAnimatedCustomProperties: 0 34 | importConstraints: 0 35 | animationCompression: 1 36 | animationRotationError: 0.5 37 | animationPositionError: 0.5 38 | animationScaleError: 0.5 39 | animationWrapMode: 0 40 | extraExposedTransformPaths: [] 41 | extraUserProperties: [] 42 | clipAnimations: [] 43 | isReadable: 0 44 | meshes: 45 | lODScreenPercentages: [] 46 | globalScale: 1 47 | meshCompression: 0 48 | addColliders: 0 49 | importVisibility: 1 50 | importBlendShapes: 0 51 | importCameras: 0 52 | importLights: 0 53 | swapUVChannels: 0 54 | generateSecondaryUV: 0 55 | useFileUnits: 1 56 | optimizeMeshForGPU: 1 57 | keepQuads: 0 58 | weldVertices: 1 59 | preserveHierarchy: 0 60 | indexFormat: 0 61 | secondaryUVAngleDistortion: 8 62 | secondaryUVAreaDistortion: 15.000001 63 | secondaryUVHardAngle: 88 64 | secondaryUVPackMargin: 4 65 | useFileScale: 1 66 | previousCalculatedGlobalScale: 1 67 | hasPreviousCalculatedGlobalScale: 0 68 | tangentSpace: 69 | normalSmoothAngle: 60 70 | normalImportMode: 0 71 | tangentImportMode: 3 72 | normalCalculationMode: 4 73 | importAnimation: 0 74 | copyAvatar: 0 75 | humanDescription: 76 | serializedVersion: 2 77 | human: [] 78 | skeleton: [] 79 | armTwist: 0.5 80 | foreArmTwist: 0.5 81 | upperLegTwist: 0.5 82 | legTwist: 0.5 83 | armStretch: 0.05 84 | legStretch: 0.05 85 | feetSpacing: 0 86 | rootMotionBoneName: 87 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 88 | hasTranslationDoF: 0 89 | hasExtraRoot: 0 90 | skeletonHasParents: 1 91 | lastHumanDescriptionAvatarSource: {instanceID: 0} 92 | animationType: 0 93 | humanoidOversampling: 1 94 | additionalBone: 0 95 | userData: 96 | assetBundleName: 97 | assetBundleVariant: 98 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/safetyhat_low.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/safetyhat_low.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/safetyhat_low.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d0d902f71acfe646a46cb625f815a49 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: //RootNode 7 | 400000: //RootNode 8 | 2100000: safetyhat 9 | 2300000: //RootNode 10 | 3300000: //RootNode 11 | 4300000: safety_hat_low 12 | externalObjects: {} 13 | materials: 14 | importMaterials: 1 15 | materialName: 0 16 | materialSearch: 1 17 | materialLocation: 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 | importAnimatedCustomProperties: 0 31 | importConstraints: 0 32 | animationCompression: 1 33 | animationRotationError: 0.5 34 | animationPositionError: 0.5 35 | animationScaleError: 0.5 36 | animationWrapMode: 0 37 | extraExposedTransformPaths: [] 38 | extraUserProperties: [] 39 | clipAnimations: [] 40 | isReadable: 0 41 | meshes: 42 | lODScreenPercentages: [] 43 | globalScale: 1 44 | meshCompression: 0 45 | addColliders: 0 46 | importVisibility: 1 47 | importBlendShapes: 0 48 | importCameras: 0 49 | importLights: 0 50 | swapUVChannels: 0 51 | generateSecondaryUV: 0 52 | useFileUnits: 1 53 | optimizeMeshForGPU: 1 54 | keepQuads: 0 55 | weldVertices: 1 56 | preserveHierarchy: 0 57 | indexFormat: 0 58 | secondaryUVAngleDistortion: 8 59 | secondaryUVAreaDistortion: 15.000001 60 | secondaryUVHardAngle: 88 61 | secondaryUVPackMargin: 4 62 | useFileScale: 1 63 | previousCalculatedGlobalScale: 1 64 | hasPreviousCalculatedGlobalScale: 0 65 | tangentSpace: 66 | normalSmoothAngle: 60 67 | normalImportMode: 0 68 | tangentImportMode: 3 69 | normalCalculationMode: 4 70 | importAnimation: 0 71 | copyAvatar: 0 72 | humanDescription: 73 | serializedVersion: 2 74 | human: [] 75 | skeleton: [] 76 | armTwist: 0.5 77 | foreArmTwist: 0.5 78 | upperLegTwist: 0.5 79 | legTwist: 0.5 80 | armStretch: 0.05 81 | legStretch: 0.05 82 | feetSpacing: 0 83 | rootMotionBoneName: 84 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 85 | hasTranslationDoF: 0 86 | hasExtraRoot: 0 87 | skeletonHasParents: 1 88 | lastHumanDescriptionAvatarSource: {instanceID: 0} 89 | animationType: 0 90 | humanoidOversampling: 1 91 | additionalBone: 0 92 | userData: 93 | assetBundleName: 94 | assetBundleVariant: 95 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/small_plane.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Models/small_plane.fbx -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Models/small_plane.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aeaee610429f51f44981e141eb2a3545 3 | ModelImporter: 4 | serializedVersion: 23 5 | fileIDToRecycleName: 6 | 100000: //RootNode 7 | 400000: //RootNode 8 | 2100000: lambert1 9 | 2300000: //RootNode 10 | 3300000: //RootNode 11 | 4300000: pPlane1 12 | externalObjects: {} 13 | materials: 14 | importMaterials: 1 15 | materialName: 0 16 | materialSearch: 1 17 | materialLocation: 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 | importAnimatedCustomProperties: 0 31 | importConstraints: 0 32 | animationCompression: 1 33 | animationRotationError: 0.5 34 | animationPositionError: 0.5 35 | animationScaleError: 0.5 36 | animationWrapMode: 0 37 | extraExposedTransformPaths: [] 38 | extraUserProperties: [] 39 | clipAnimations: [] 40 | isReadable: 0 41 | meshes: 42 | lODScreenPercentages: [] 43 | globalScale: 1 44 | meshCompression: 0 45 | addColliders: 0 46 | importVisibility: 1 47 | importBlendShapes: 0 48 | importCameras: 0 49 | importLights: 0 50 | swapUVChannels: 0 51 | generateSecondaryUV: 0 52 | useFileUnits: 1 53 | optimizeMeshForGPU: 1 54 | keepQuads: 0 55 | weldVertices: 1 56 | preserveHierarchy: 0 57 | indexFormat: 0 58 | secondaryUVAngleDistortion: 8 59 | secondaryUVAreaDistortion: 15.000001 60 | secondaryUVHardAngle: 88 61 | secondaryUVPackMargin: 4 62 | useFileScale: 1 63 | previousCalculatedGlobalScale: 1 64 | hasPreviousCalculatedGlobalScale: 0 65 | tangentSpace: 66 | normalSmoothAngle: 60 67 | normalImportMode: 0 68 | tangentImportMode: 3 69 | normalCalculationMode: 4 70 | importAnimation: 0 71 | copyAvatar: 0 72 | humanDescription: 73 | serializedVersion: 2 74 | human: [] 75 | skeleton: [] 76 | armTwist: 0.5 77 | foreArmTwist: 0.5 78 | upperLegTwist: 0.5 79 | legTwist: 0.5 80 | armStretch: 0.05 81 | legStretch: 0.05 82 | feetSpacing: 0 83 | rootMotionBoneName: 84 | rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} 85 | hasTranslationDoF: 0 86 | hasExtraRoot: 0 87 | skeletonHasParents: 1 88 | lastHumanDescriptionAvatarSource: {instanceID: 0} 89 | animationType: 0 90 | humanoidOversampling: 1 91 | additionalBone: 0 92 | userData: 93 | assetBundleName: 94 | assetBundleVariant: 95 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e04804d4b233d04d92ef41852c3f676 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Prefabs/Construction Light Low.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf0a225a9ff184f2789f3036faaa9150 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Prefabs/Paint Supplies.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 283e6530a665e4513959d1cd4883682f 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Prefabs/Props.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85dfab9623c67784fa7894de63cd1604 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Prefabs/Workbench.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8850d132797ff49298ba781e8e1c9bfe 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Prefabs/Workbench_LOD0.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0adcaeba3022437293536832628fdf8 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Prefabs/Workbench_LOD1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38d5ecfa2b93c4095b4cc5d4a590e676 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Prefabs/Workshop Set.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a87f0180d46fd334b9025d0314a0dc70 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb6819cbd279a3941a65f1689b2f621e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Shaders/Paint1G_WAnim_Shader.ShaderGraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e5eca56e1993e741b41ac9c687d01a5 3 | ScriptedImporter: 4 | fileIDToRecycleName: 5 | 4800000: MainAsset 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} 11 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1cc500c8cdb999142b9017ebf0cf407d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Concrete.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47c259102c9296845a85c9d7207b82f2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Concrete/Ground_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Concrete/Ground_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Concrete/Ground_Albedo.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87ce03bd447ccce48bbff87ac0d8355f 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 1 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: 0 38 | wrapV: 0 39 | wrapW: 0 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 0 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Concrete/Ground_MetallicOcculusionSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Concrete/Ground_MetallicOcculusionSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Concrete/Ground_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Concrete/Ground_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Concrete/Ground_Normal.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fab85e0cacda9644a99e5182a86b71f5 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 0 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: 2 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 1 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Drywall.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0389f6104fd857940908a1705ab749f3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Drywall/DrywallPainted_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Drywall/DrywallPainted_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Drywall/Drywall_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Drywall/Drywall_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Drywall/Drywall_Albedo.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eae496078d11426448124eaf8b285e6b 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 1 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: 0 38 | wrapV: 0 39 | wrapW: 0 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 0 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 33 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 47 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Drywall/Drywall_AlbedoSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Drywall/Drywall_AlbedoSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Drywall/Drywall_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Drywall/Drywall_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Drywall/Drywall_Normal.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e231e4c02c48ee14aafa55f7b1a843c1 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 0 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: 2 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 1 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Metal.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c805204817006b648aa2d0cb8f7861d8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Metal/Metal_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Metal/Metal_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Metal/Metal_Albedo.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77583f99dea53b641804bb357092ec83 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 1 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: 0 38 | wrapV: 0 39 | wrapW: 0 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 0 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Metal/Metal_MetallicSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Metal/Metal_MetallicSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Metal/Metal_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Metal/Metal_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Metal/Metal_Normal.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b0b7c1f4ac9f6b499e27cf84e722ff4 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 0 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: 2 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 1 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64d6ecb2a87dd444b85a7ff79b149c04 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/Elastic_MetallicOcculusionSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/Elastic_MetallicOcculusionSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/Elastic_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/Elastic_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/Elastic_Normal.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db17334dfe5991a4bbe241ee9a728c38 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 0 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: 2 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 1 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/PlasticRidges_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/PlasticRidges_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/PlasticRidges_MetallicOcculusionSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/PlasticRidges_MetallicOcculusionSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/PlasticRidges_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/PlasticRidges_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/PlasticRough_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/PlasticRough_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/PlasticRough_MetallicOcculusionSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/PlasticRough_MetallicOcculusionSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/Plastic_AlbedoSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/Plastic_AlbedoSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/Plastic_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/Plastic_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Plastic/Plastic_Normal.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e109905c411b0f84e82eaaf2705ece30 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 0 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: 2 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 1 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: abf7b1f1f7dfcba4c9243d4679f56e71 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Construction_Light.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa8e348df46f41a40866e1358c46c58a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Construction_Light/ConstructionLight_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Construction_Light/ConstructionLight_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Construction_Light/ConstructionLight_MetallicOcculusionSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Construction_Light/ConstructionLight_MetallicOcculusionSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Hammer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65ba28c90924bf641b0800d7c3aa08eb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Hammer/Hammer_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Hammer/Hammer_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Hammer/Hammer_Albedo.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59c8de363dc14c54986d0751c2c38342 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 1 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: 0 38 | wrapV: 0 39 | wrapW: 0 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 0 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Hammer/Hammer_MetallicOcculusionSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Hammer/Hammer_MetallicOcculusionSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Hammer/Hammer_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Hammer/Hammer_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Hammer/Hammer_Normal.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c517a9b1527aec343806327b47ad22df 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 0 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: 2 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 1 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/HardHat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d8107af768e1c54aab35a9245f96fb1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/HardHat/SafetyHat_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/HardHat/SafetyHat_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/HardHat/SafetyHat_MetallicOcculusionSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/HardHat/SafetyHat_MetallicOcculusionSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/HardHat/SafetyHat_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/HardHat/SafetyHat_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Jigsaw.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f23328cbe6fee514b868007ab8567c3d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Jigsaw/Jigsaw_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Jigsaw/Jigsaw_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Jigsaw/Jigsaw_MetallicOcculusionSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Jigsaw/Jigsaw_MetallicOcculusionSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Jigsaw/Jigsaw_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Jigsaw/Jigsaw_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Jigsaw/Jigsaw_Normal.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06969fc081d8cc146af6634f75abe652 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 0 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: 2 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 1 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 661b3094cbb8d57488db75686cf31627 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paint1G_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paint1G_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paint1G_MetallicOcculusionRoughness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paint1G_MetallicOcculusionRoughness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paint1G_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paint1G_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paint1G_Normal.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac80c335ebd6dde4fa54a82050064545 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 0 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: 2 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 1 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paint5G_AlbedoSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paint5G_AlbedoSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/PaintAnimMask.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/PaintAnimMask.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/PaintAnimMask.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e98de278b2ccc14f89b76b85596a3f3 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 1 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 0 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/PaintLabel.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/PaintLabel.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paintbrush_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paintbrush_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paintbrush_MetallicOcculusionSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paintbrush_MetallicOcculusionSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paintbrush_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Props/Paint/Paintbrush_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cebb473fb6009324ea0c85fcc4debbdf 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/OBS_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/OBS_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/OBS_Albedo.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7140a9bc83a12ea49a081dda89216fff 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 1 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: 0 38 | wrapV: 0 39 | wrapW: 0 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 0 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/OBS_MetallicOcculusionSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/OBS_MetallicOcculusionSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/OBS_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/OBS_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/OBS_Normal.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fcce267dfc966b6408dc2ebe0cfb60ed 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 0 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: 2 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 1 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/Plywood_Albedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/Plywood_Albedo.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/Plywood_Albedo.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9644eb6aca67672449e2bcbb0eab8e84 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 1 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: 0 38 | wrapV: 0 39 | wrapW: 0 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 0 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/Plywood_MetallicOcculusionSmoothness.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/Plywood_MetallicOcculusionSmoothness.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/Plywood_Normal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/Plywood_Normal.tif -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/ExampleAssets/Textures/Wood/Plywood_Normal.tif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2148396b133b56f40baa7ea4fd22982a 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 6 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 0 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | streamingMipmaps: 0 25 | streamingMipmapsPriority: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: 2 35 | aniso: 2 36 | mipBias: -100 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spritePixelsToUnits: 100 49 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 50 | spriteGenerateFallbackPhysicsShape: 1 51 | alphaUsage: 1 52 | alphaIsTransparency: 0 53 | spriteTessellationDetail: -1 54 | textureType: 1 55 | textureShape: 1 56 | singleChannelComponent: 0 57 | maxTextureSizeSet: 0 58 | compressionQualitySet: 0 59 | textureFormatSet: 0 60 | platformSettings: 61 | - serializedVersion: 2 62 | buildTarget: DefaultTexturePlatform 63 | maxTextureSize: 8192 64 | resizeAlgorithm: 0 65 | textureFormat: -1 66 | textureCompression: 1 67 | compressionQuality: 50 68 | crunchedCompression: 0 69 | allowsAlphaSplitting: 0 70 | overridden: 0 71 | androidETC2FallbackOverride: 0 72 | - serializedVersion: 2 73 | buildTarget: Standalone 74 | maxTextureSize: 8192 75 | resizeAlgorithm: 0 76 | textureFormat: -1 77 | textureCompression: 1 78 | compressionQuality: 50 79 | crunchedCompression: 0 80 | allowsAlphaSplitting: 0 81 | overridden: 0 82 | androidETC2FallbackOverride: 0 83 | - serializedVersion: 2 84 | buildTarget: iPhone 85 | maxTextureSize: 4096 86 | resizeAlgorithm: 0 87 | textureFormat: 32 88 | textureCompression: 1 89 | compressionQuality: 50 90 | crunchedCompression: 0 91 | allowsAlphaSplitting: 0 92 | overridden: 1 93 | androidETC2FallbackOverride: 0 94 | - serializedVersion: 2 95 | buildTarget: Android 96 | maxTextureSize: 4096 97 | resizeAlgorithm: 0 98 | textureFormat: 34 99 | textureCompression: 1 100 | compressionQuality: 50 101 | crunchedCompression: 0 102 | allowsAlphaSplitting: 0 103 | overridden: 1 104 | androidETC2FallbackOverride: 0 105 | - serializedVersion: 2 106 | buildTarget: Windows Store Apps 107 | maxTextureSize: 8192 108 | resizeAlgorithm: 0 109 | textureFormat: -1 110 | textureCompression: 1 111 | compressionQuality: 50 112 | crunchedCompression: 0 113 | allowsAlphaSplitting: 0 114 | overridden: 0 115 | androidETC2FallbackOverride: 0 116 | spriteSheet: 117 | serializedVersion: 2 118 | sprites: [] 119 | outline: [] 120 | physicsShape: [] 121 | bones: [] 122 | spriteID: 123 | vertices: [] 124 | indices: 125 | edges: [] 126 | weights: [] 127 | spritePackingTag: 128 | userData: 129 | assetBundleName: 130 | assetBundleVariant: 131 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0234ba368eeec9418390da711bfdad0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/Materials/Skybox_Mat.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_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: Skybox_Mat 10 | m_Shader: {fileID: 106, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: _METALLIC_SETUP _SUNDISK_HIGH_QUALITY 12 | m_LightmapFlags: 4 13 | m_EnableInstancingVariants: 0 14 | m_DoubleSidedGI: 0 15 | m_CustomRenderQueue: -1 16 | stringTagMap: {} 17 | disabledShaderPasses: [] 18 | m_SavedProperties: 19 | serializedVersion: 3 20 | m_TexEnvs: 21 | - _BumpMap: 22 | m_Texture: {fileID: 0} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | - _DetailAlbedoMap: 26 | m_Texture: {fileID: 0} 27 | m_Scale: {x: 1, y: 1} 28 | m_Offset: {x: 0, y: 0} 29 | - _DetailMask: 30 | m_Texture: {fileID: 0} 31 | m_Scale: {x: 1, y: 1} 32 | m_Offset: {x: 0, y: 0} 33 | - _DetailNormalMap: 34 | m_Texture: {fileID: 0} 35 | m_Scale: {x: 1, y: 1} 36 | m_Offset: {x: 0, y: 0} 37 | - _EmissionMap: 38 | m_Texture: {fileID: 0} 39 | m_Scale: {x: 1, y: 1} 40 | m_Offset: {x: 0, y: 0} 41 | - _MainTex: 42 | m_Texture: {fileID: 0} 43 | m_Scale: {x: 1, y: 1} 44 | m_Offset: {x: 0, y: 0} 45 | - _MetallicGlossMap: 46 | m_Texture: {fileID: 0} 47 | m_Scale: {x: 1, y: 1} 48 | m_Offset: {x: 0, y: 0} 49 | - _OcclusionMap: 50 | m_Texture: {fileID: 0} 51 | m_Scale: {x: 1, y: 1} 52 | m_Offset: {x: 0, y: 0} 53 | - _ParallaxMap: 54 | m_Texture: {fileID: 0} 55 | m_Scale: {x: 1, y: 1} 56 | m_Offset: {x: 0, y: 0} 57 | - _SpecGlossMap: 58 | m_Texture: {fileID: 0} 59 | m_Scale: {x: 1, y: 1} 60 | m_Offset: {x: 0, y: 0} 61 | m_Floats: 62 | - _AtmosphereThickness: 0.53 63 | - _BumpScale: 1 64 | - _Cutoff: 0.5 65 | - _DetailNormalMapScale: 1 66 | - _DstBlend: 0 67 | - _Exposure: 1.25 68 | - _GlossMapScale: 1 69 | - _Glossiness: 0.5 70 | - _GlossyReflections: 1 71 | - _Metallic: 0 72 | - _Mode: 0 73 | - _OcclusionStrength: 1 74 | - _Parallax: 0.02 75 | - _SmoothnessTextureChannel: 0 76 | - _SpecularHighlights: 1 77 | - _SrcBlend: 1 78 | - _SunDisk: 2 79 | - _SunSize: 0.04 80 | - _SunSizeConvergence: 5 81 | - _UVSec: 0 82 | - _WorkflowMode: 1 83 | - _ZWrite: 1 84 | m_Colors: 85 | - _Color: {r: 1, g: 1, b: 1, a: 1} 86 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 87 | - _GroundColor: {r: 0.6392157, g: 0.6901961, b: 0.7411765, a: 1} 88 | - _SkyTint: {r: 1, g: 1, b: 1, a: 1} 89 | - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} 90 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/Materials/Skybox_Mat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ffaa0b7117ba8c47a9d05ae701d4b4d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/Presets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 558255460b74ec04fa70b5570e9327bd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/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/URPTemplateAllAssets/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/URPTemplateAllAssets/Presets/Defaults.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71ea82b02df99c2439e0dc8e4e1ebc24 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/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/URPTemplateAllAssets/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/URPTemplateAllAssets/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/URPTemplateAllAssets/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/URPTemplateAllAssets/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/URPTemplateAllAssets/Readme.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: fcf7219bab7fe46a1ad266029b2fee19, type: 3} 13 | m_Name: Readme 14 | m_EditorClassIdentifier: 15 | icon: {fileID: 2800000, guid: 7801804018a7dcf42abb827444e18660, type: 3} 16 | title: Universal Render Pipeline Template 17 | sections: 18 | - heading: Universal Render Pipeline 19 | text: The Universal Project Template configures Project settings for Projects 20 | where performance, wide platform support, and ease of customizing graphics 21 | are the primary considerations. 22 | linkText: 23 | url: 24 | - heading: 25 | text: This Template uses the Universal Render Pipeline (URP) and Shader Graph. 26 | linkText: 27 | url: 28 | - heading: 29 | text: URP is prebuilt Scriptable Render Pipeline that is quick and easy to customize, 30 | and lets you create optimized graphics across a wide range of platforms. URP 31 | also includes an optimized 2D renderer complete with 2D lights and pixel perfect 32 | rendering, and an integrated post-processing solution. 33 | linkText: 34 | url: 35 | - heading: 36 | text: Shader Graph is a tool that allows you to create shaders using a visual 37 | node editor instead of writing code. 38 | linkText: 39 | url: 40 | - heading: 41 | text: This template contains a sample Scene that contains examples of how to 42 | configure lighting settings, Materials, Shaders, and post-processing effects 43 | in URP, several preconfigured Universal Render Pipeline Assets that let you 44 | quickly swap between graphics quality levels, and Presets that have been optimized 45 | for use with URP. 46 | linkText: 47 | url: 48 | - heading: 49 | text: This template contains a sample Scene that contains examples of how to 50 | configure lighting settings, Materials, Shaders, and post-processing effects 51 | in URP, several preconfigured Universal Render Pipeline Assets that let you 52 | quickly swap between graphics quality levels, and Presets that have been optimized 53 | for use with URP. 54 | linkText: 55 | url: 56 | - heading: 57 | text: 'To read more about URP and its built-in features, see the ' 58 | linkText: URP documentation. 59 | url: https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@latest/index.html 60 | - heading: 61 | text: 'For more information about Shader Graph, see the ' 62 | linkText: Shader Graph documentation 63 | url: https://docs.unity3d.com/Packages/com.unity.shadergraph@latest 64 | loadedLayout: 1 65 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/Readme.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83c2ed844a8c74b779a4c823d16594b1 3 | timeCreated: 1484217493 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0aae05d93176bf14fa5d3e366ca7cc56 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1c3109bdb54ad54c8a2b2838528e640 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02a3527b6b33a924e8ec66aa805ea717 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/Scripts/SimpleCameraController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be76e5f14cfee674cb30b491fb72b09b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/Settings.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0735c275001a2c84dafdb30deced5d8d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/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/URPTemplateAllAssets/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/URPTemplateAllAssets/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/URPTemplateAllAssets/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: 1 23 | m_RequireOpaqueTexture: 1 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: 4096 32 | m_AdditionalLightsRenderingMode: 1 33 | m_AdditionalLightsPerObjectLimit: 4 34 | m_AdditionalLightShadowsSupported: 1 35 | m_AdditionalLightsShadowmapResolution: 512 36 | m_ShadowDistance: 10 37 | m_ShadowCascades: 2 38 | m_Cascade2Split: 0.25 39 | m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467} 40 | m_ShadowDepthBias: 1 41 | m_ShadowNormalBias: 1 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/URPTemplateAllAssets/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/URPTemplateAllAssets/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/URPTemplateAllAssets/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/URPTemplateAllAssets/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/URPTemplateAllAssets/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 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/TutorialInfo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49110bb8dcada46328ad741970bce702 3 | folderAsset: yes 4 | timeCreated: 1475590612 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/TutorialInfo/Icons.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a0c9218a650547d98138cd835033977 3 | folderAsset: yes 4 | timeCreated: 1484670163 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/TutorialInfo/Icons/Help_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/TutorialInfo/Icons/Help_Icon.png -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/TutorialInfo/Icons/Help_Icon.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34f556d724b1bbf4097ca6220db2c581 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 5 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 0 10 | sRGBTexture: 1 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | grayScaleToAlpha: 0 25 | generateCubemap: 6 26 | cubemapConvolution: 0 27 | seamlessCubemap: 0 28 | textureFormat: 1 29 | maxTextureSize: 2048 30 | textureSettings: 31 | serializedVersion: 2 32 | filterMode: -1 33 | aniso: 1 34 | mipBias: -1 35 | wrapU: 1 36 | wrapV: 1 37 | wrapW: -1 38 | nPOTScale: 0 39 | lightmap: 0 40 | compressionQuality: 50 41 | spriteMode: 0 42 | spriteExtrude: 1 43 | spriteMeshType: 1 44 | alignment: 0 45 | spritePivot: {x: 0.5, y: 0.5} 46 | spritePixelsToUnits: 100 47 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 48 | spriteGenerateFallbackPhysicsShape: 1 49 | alphaUsage: 1 50 | alphaIsTransparency: 1 51 | spriteTessellationDetail: -1 52 | textureType: 2 53 | textureShape: 1 54 | singleChannelComponent: 0 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - serializedVersion: 2 60 | buildTarget: DefaultTexturePlatform 61 | maxTextureSize: 8192 62 | resizeAlgorithm: 0 63 | textureFormat: -1 64 | textureCompression: 1 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | androidETC2FallbackOverride: 0 70 | - serializedVersion: 2 71 | buildTarget: Standalone 72 | maxTextureSize: 8192 73 | resizeAlgorithm: 0 74 | textureFormat: -1 75 | textureCompression: 1 76 | compressionQuality: 50 77 | crunchedCompression: 0 78 | allowsAlphaSplitting: 0 79 | overridden: 0 80 | androidETC2FallbackOverride: 0 81 | - serializedVersion: 2 82 | buildTarget: iPhone 83 | maxTextureSize: 8192 84 | resizeAlgorithm: 0 85 | textureFormat: -1 86 | textureCompression: 1 87 | compressionQuality: 50 88 | crunchedCompression: 0 89 | allowsAlphaSplitting: 0 90 | overridden: 0 91 | androidETC2FallbackOverride: 0 92 | - serializedVersion: 2 93 | buildTarget: Android 94 | maxTextureSize: 8192 95 | resizeAlgorithm: 0 96 | textureFormat: -1 97 | textureCompression: 1 98 | compressionQuality: 50 99 | crunchedCompression: 0 100 | allowsAlphaSplitting: 0 101 | overridden: 0 102 | androidETC2FallbackOverride: 0 103 | - serializedVersion: 2 104 | buildTarget: Windows Store Apps 105 | maxTextureSize: 8192 106 | resizeAlgorithm: 0 107 | textureFormat: -1 108 | textureCompression: 1 109 | compressionQuality: 50 110 | crunchedCompression: 0 111 | allowsAlphaSplitting: 0 112 | overridden: 0 113 | androidETC2FallbackOverride: 0 114 | spriteSheet: 115 | serializedVersion: 2 116 | sprites: [] 117 | outline: [] 118 | physicsShape: [] 119 | bones: [] 120 | spriteID: 121 | vertices: [] 122 | indices: 123 | edges: [] 124 | weights: [] 125 | spritePackingTag: 126 | userData: 127 | assetBundleName: 128 | assetBundleVariant: 129 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/TutorialInfo/Icons/UniversalIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColinLeung-NiloCat/UnityURP-SurfaceShaderSolution/d71eb45f5b9bcd92976a69ca88b815ff773ed7a2/Assets/URPTemplateAllAssets/TutorialInfo/Icons/UniversalIcon.png -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/TutorialInfo/Icons/UniversalIcon.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7801804018a7dcf42abb827444e18660 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | externalObjects: {} 6 | serializedVersion: 5 7 | mipmaps: 8 | mipMapMode: 0 9 | enableMipMap: 1 10 | sRGBTexture: 1 11 | linearTexture: 0 12 | fadeOut: 0 13 | borderMipMap: 0 14 | mipMapsPreserveCoverage: 0 15 | alphaTestReferenceValue: 0.5 16 | mipMapFadeDistanceStart: 1 17 | mipMapFadeDistanceEnd: 3 18 | bumpmap: 19 | convertToNormalMap: 0 20 | externalNormalMap: 0 21 | heightScale: 0.25 22 | normalMapFilter: 0 23 | isReadable: 0 24 | grayScaleToAlpha: 0 25 | generateCubemap: 6 26 | cubemapConvolution: 0 27 | seamlessCubemap: 0 28 | textureFormat: 1 29 | maxTextureSize: 2048 30 | textureSettings: 31 | serializedVersion: 2 32 | filterMode: -1 33 | aniso: 2 34 | mipBias: -1 35 | wrapU: -1 36 | wrapV: -1 37 | wrapW: -1 38 | nPOTScale: 1 39 | lightmap: 0 40 | compressionQuality: 50 41 | spriteMode: 0 42 | spriteExtrude: 1 43 | spriteMeshType: 1 44 | alignment: 0 45 | spritePivot: {x: 0.5, y: 0.5} 46 | spritePixelsToUnits: 100 47 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 48 | spriteGenerateFallbackPhysicsShape: 1 49 | alphaUsage: 1 50 | alphaIsTransparency: 0 51 | spriteTessellationDetail: -1 52 | textureType: 0 53 | textureShape: 1 54 | singleChannelComponent: 0 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - serializedVersion: 2 60 | buildTarget: DefaultTexturePlatform 61 | maxTextureSize: 8192 62 | resizeAlgorithm: 0 63 | textureFormat: -1 64 | textureCompression: 1 65 | compressionQuality: 50 66 | crunchedCompression: 0 67 | allowsAlphaSplitting: 0 68 | overridden: 0 69 | androidETC2FallbackOverride: 0 70 | - serializedVersion: 2 71 | buildTarget: Standalone 72 | maxTextureSize: 8192 73 | resizeAlgorithm: 0 74 | textureFormat: -1 75 | textureCompression: 1 76 | compressionQuality: 50 77 | crunchedCompression: 0 78 | allowsAlphaSplitting: 0 79 | overridden: 0 80 | androidETC2FallbackOverride: 0 81 | - serializedVersion: 2 82 | buildTarget: iPhone 83 | maxTextureSize: 8192 84 | resizeAlgorithm: 0 85 | textureFormat: -1 86 | textureCompression: 1 87 | compressionQuality: 50 88 | crunchedCompression: 0 89 | allowsAlphaSplitting: 0 90 | overridden: 0 91 | androidETC2FallbackOverride: 0 92 | - serializedVersion: 2 93 | buildTarget: Android 94 | maxTextureSize: 8192 95 | resizeAlgorithm: 0 96 | textureFormat: -1 97 | textureCompression: 1 98 | compressionQuality: 50 99 | crunchedCompression: 0 100 | allowsAlphaSplitting: 0 101 | overridden: 0 102 | androidETC2FallbackOverride: 0 103 | - serializedVersion: 2 104 | buildTarget: Windows Store Apps 105 | maxTextureSize: 8192 106 | resizeAlgorithm: 0 107 | textureFormat: -1 108 | textureCompression: 1 109 | compressionQuality: 50 110 | crunchedCompression: 0 111 | allowsAlphaSplitting: 0 112 | overridden: 0 113 | androidETC2FallbackOverride: 0 114 | spriteSheet: 115 | serializedVersion: 2 116 | sprites: [] 117 | outline: [] 118 | physicsShape: [] 119 | bones: [] 120 | spriteID: 121 | vertices: [] 122 | indices: 123 | edges: [] 124 | weights: [] 125 | spritePackingTag: 126 | userData: 127 | assetBundleName: 128 | assetBundleVariant: 129 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/TutorialInfo/Layout.wlt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eabc9546105bf4accac1fd62a63e88e6 3 | timeCreated: 1487337779 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/TutorialInfo/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a9bcd70e6a4b4b05badaa72e827d8e0 3 | folderAsset: yes 4 | timeCreated: 1475835190 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/TutorialInfo/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ad9b87dffba344c89909c6d1b1c17e1 3 | folderAsset: yes 4 | timeCreated: 1475593892 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/TutorialInfo/Scripts/Editor/ReadmeEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 476cc7d7cd9874016adc216baab94a0a 3 | timeCreated: 1484146680 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/URPTemplateAllAssets/TutorialInfo/Scripts/Readme.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | 4 | public class Readme : ScriptableObject { 5 | public Texture2D icon; 6 | public string title; 7 | public Section[] sections; 8 | public bool loadedLayout; 9 | 10 | [Serializable] 11 | public class Section { 12 | public string heading, text, linkText, url; 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Assets/URPTemplateAllAssets/TutorialInfo/Scripts/Readme.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fcf7219bab7fe46a1ad266029b2fee19 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: 7 | - icon: {fileID: 2800000, guid: d4743ba2e2a59f946b2125c074582ce7, type: 3} 8 | executionOrder: 0 9 | icon: {fileID: 2800000, guid: a186f8a87ca4f4d3aa864638ad5dfb65, type: 3} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 ColinLeung-NiloCat 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /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.0", 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/URPTemplateAllAssets/Scenes/SampleScene.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.0f1 2 | m_EditorVersionWithRevision: 2019.4.0f1 (0af376155913) 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 | } --------------------------------------------------------------------------------