- Home /
Unity5 standard shader can be used on mobile devices?
Unity5 standard shader can be used on mobile devices?The same set of resources when using legacyShaders/BumpedDiffuse can run to more than 50 frames per second, after using unity5 standard shader can only run to 30 FPS.I want to ask is this normal?I didn't use any other map, only a texture of 512 * 512, the target model is huawei honor 6 plus.
Answer by RLin · Jul 05, 2015 at 08:22 PM
The standard shader isn't exactly optimized for mobile. While you certainly can try using it, you will most likely run into performance issues and be forced to stop using it if the rest of your project is not extremely well optimized.
If I new shaders use # pragma surface surf Standard fullforwardshadows illu$$anonymous$$ation system, can be used on mobile devices?I don't know Physically based Standard lighting model of mobile equipment optimization?