-
Notifications
You must be signed in to change notification settings - Fork 29
Brush Shader Errors in Unity 2018.3.x #28
Comments
I'm getting the same error using the same Unity version as well as Mac OS version. I deleted and reimported all Poly assets - but no luck. You're not alone. |
Save problem for Android with the same version |
I hope Google will Update Poly to fix this Problem... have the same |
Still no luck reproducing this. Those who are seeing it:
My setup to try to repro this is:
|
I am using the last official Poly v1.1.2 release. @anokta : I'll try the head version, thanks for the suggestion. |
Another question for those who can reproduce this: what color space are you using? (Player settings -> Other Settings -> Rendering -> Color Space) |
Still no luck reproducing. Host: macOS 10.13.6 |
@dubois : Color space is set to "Gamma". For Android build target the errors are there but the compiler builds an APK nevertheless. For iOS target the errors stop the build. I built the unitypackage from source and the error messages slightly change, but the issue is still reproducible. Here is the console output: As the console log shows it can be just an Shader issue. Other Poly shaders do not produce such an error log. |
Good news; I was going to ask you to generate shader code and attach so I could show it to Unity, but while testing those instructions I was able to finally reproduce it locally. |
Unity have reproduced the issue and have opened a bug. |
Why did they add the new shaders? |
Setting it to GLES3 seems to work! Thanks @dubois |
@yosun : can you clarify who you mean by "they" and which shaders you mean by "new shaders"? |
Hello together,
in Unity 2018.3.6 (also previous 2018.3.5) the build can not compile with this messages
"Did not find shader kernel 'vert' to compile" and "Input signature parameter SV_VertexID (1-based Entry 0) type must be a scalar uint. at line 64"
I'm running a Mac with latest OS 10.14.3, Unity 2018.3.6f1, Scripting Runtime Setting to .NET 4.x Equivalent and API compatibility level to .NET 4.x
Screenshot:
It is directly related to this issue:
Affected shaders:
'Brush/Particle/Snow'
'Brush/Visualizer/Dots'
'Brush/Particle/Smoke'
'Brush/Particle/Stars'
'Brush/Particle/Bubbles'
'Brush/Particle/Embers'
The text was updated successfully, but these errors were encountered: