├── .gitignore ├── LICENCE.md ├── README.md ├── StandardMobile.cginc ├── StandardMobile.shader └── USAGE.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nylonee/unity-standard-shader-mobile/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nylonee/unity-standard-shader-mobile/HEAD/LICENCE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nylonee/unity-standard-shader-mobile/HEAD/README.md -------------------------------------------------------------------------------- /StandardMobile.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nylonee/unity-standard-shader-mobile/HEAD/StandardMobile.cginc -------------------------------------------------------------------------------- /StandardMobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nylonee/unity-standard-shader-mobile/HEAD/StandardMobile.shader -------------------------------------------------------------------------------- /USAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nylonee/unity-standard-shader-mobile/HEAD/USAGE.md --------------------------------------------------------------------------------