AlexanderOcias / UnityPixelArtCamera

Easy pixel art camera rendering in Unity
120 stars 12 forks source link

Upscaling doesn't work on iOS #5

Closed gustavoarcanjo closed 6 years ago

gustavoarcanjo commented 6 years ago

If I set "Use Upscale Shader" to true, when building to iOS the screen will appear black.

I've identified this by checking the Frame Debugger and noticing the issue was related to the Hidden/BilinearSharp shader.

Ps.: Thank you for the asset!