traggett / UnitySpriteShaders

An Uber Shader for rendering Sprites in Unity.
MIT License
784 stars 61 forks source link

Add a list of property id strings in Readme #9

Closed pharan closed 7 years ago

pharan commented 7 years ago

Hey @traggett!

Just a heads up! I'm going to do a PR to add property name strings to the readme so people who want to use MaterialPropertyBlocks or modify Material properties in code can do so. (eg, for transiently setting or animating the overlay color.)

This can particularly be an issue for newbies or people who have ShaderForge or something similar installed, where they may not be able to see the properties listed in the inspector.

I hope you have a chance to check and merge it!

pharan commented 7 years ago

Attaching screenshots of the inspector for now.

unity_2017-05-24_14-24-01 unity_2017-05-24_14-23-43 unity_2017-05-24_14-23-49

traggett commented 7 years ago

Hey! Nice, yeah good idea I will try and merge it in :)

pharan commented 7 years ago

https://github.com/traggett/UnitySpriteShaders/pull/10