slipster216 / VertexPaint

Unity 5.3 Vertex Painter
Other
906 stars 151 forks source link

SplatBlend_Shared.cginc causes Crash //Unity Version 5.61b #20

Open Gblur opened 7 years ago

Gblur commented 7 years ago

Got the Issue that especially this file can't get imported. unfortunately I cant give you more informations. I have no idea were to debug.

slipster216 commented 7 years ago

I would suggest removing the shader variants your not using. It seems Unity changed the shader compiler- most likely it is producing more variants for the new lighting system - and this is pushing the amount of compiling the system does over the limit of what their compiler will do and causes it to crash.

On Wed, Jun 28, 2017 at 2:10 PM, Gblur notifications@github.com wrote:

Got the Issue that especially this file can't get imported. unfortunately I cant give you more informations. I have no idea were to debug.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/slipster216/VertexPaint/issues/20, or mute the thread https://github.com/notifications/unsubscribe-auth/AMFhe5KIYsW8WxMciu8biwGMl7tT5sGzks5sIpb7gaJpZM4OIVBy .

Gblur commented 7 years ago

Ok It works. Importing only 1 Shader takes a long time. But problem solved. Thx

slipster216 commented 7 years ago

Yeah, it really pushes the limits on unity's shader compiler; that's why I ended up moving to a shader generator for MegaSplat..

On Wed, Jun 28, 2017 at 2:47 PM, Gblur notifications@github.com wrote:

Ok It works. Importing only 1 Shader takes a long time. But problem solved. Thx

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/slipster216/VertexPaint/issues/20#issuecomment-311751948, or mute the thread https://github.com/notifications/unsubscribe-auth/AMFheyioQZg14zJIhqRYrKWUHzjTbeUHks5sIp-2gaJpZM4OIVBy .