Broxxar / GlowingObjectOutlines

A technique for Glowing Object Outlines in Unity.
The Unlicense
161 stars 50 forks source link

Mobile Android Build showing Black Screen #5

Open Tonykidv2 opened 6 years ago

Tonykidv2 commented 6 years ago

In my build all I'm getting is a black screen. If I click on the screen where a shape would be the glow blur will show up but not the stage. This only happens when you build/run it to a device

Tonykidv2 commented 6 years ago

Im using the most up-to-date version of unity (2018.1.0f2)

Qusai-Azzam commented 5 years ago

i am suffering from the same issue , any luck ??

Tonykidv2 commented 5 years ago

If I remember correctly there is an issue with shaders used while in mobile and android can't read them. I moved on to some other Asset I found in Unity.

kaatrasa commented 5 years ago

I had the same issue when building to Android. The issue was that the shaders were only referenced in code so they were not included in the build, the problem disappeared when I added editor references to all of the shaders.