Splatoon-Ink
Splatoon-Ink copied to clipboard
Blank Screen When I try to Make Mobile Build of this Project
I Download this Project When I try to test it on mobile it Comes With Black Screen I try it On Mac Build But it Still Black Screen
Any luck with this? I'm facing the same issue.
Same for me, black screen on android
Any luck with this guys?
Hello, What I did was make a new project and just put it all the files there seemed to work for me
Same issue for me - but for Windows builds. I am trying to figure out the issue but I would not be suprised if it relates to updates to URP.
Anyone figure out the issue?
Black screen after compiling to Windows and Mac
I move any files that I need to another project and then build that new project. Its worked!
Hey everyone I solved this issue. after debugging on figure out in line 149 RenderMetaballsScreenSpace.cs trying to create a material with Shader.Find("Hidden/KawaseBlur")) and it was the problem if accidentally this shader didn't use this in any material or didn't use it in a scene, unity automatically removes this file from the build, so this line just works in the editor for better understanding, I suggest reading this. about the solution Find this shader "KawaseBlur" in the project and move it to the Resources folder, for the double check I create a material from this shader and put the material in the Resources too.