Created
March 2, 2013 19:20
-
-
Save aras-p/5072716 to your computer and use it in GitHub Desktop.
shader-move notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: | |
* Majority of built-in shaders are now only included into your game data if they are actually used. | |
This saves about 200 kilobytes off your mobile game size if you're not using many built-in shaders. | |
If you need some built-in shaders to be available without explicit references to them, set them up in | |
Edit -> Project Settings -> Grpahics (by default Diffuse shader is always included). | |
Fixes: | |
* Object Selector shows built-in shaders now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment