thubbard
|
thubbard
Posted 3 Years Ago
|
Group: Forum Members
Last Active: Last Year
Posts: 17,
Visits: 143
|
I am working with Character Creator 4 Game Base characters in Unity with URP (2021.3.8) with CC Importer 1.3.7. Has anyone gotten this error about problems with the Cornea Shader? Shader error in 'Shader Graphs/RL_CorneaShaderBasic_Baked_URP': maximum ps_5_0 sampler register index (16) exceeded at line 3808 (on gles3) If anyone has ideas of solutions, I would love the help! Thank you!
|
Dutchottie
|
Dutchottie
Posted 3 Years Ago
|
Group: Forum Members
Last Active: Last Year
Posts: 11,
Visits: 191
|
Install the URP Converter from SoupDay: https://github.com/soupday That will probably solve your issues. Works great.
|
Victor.Soupday
|
Victor.Soupday
Posted 3 Years Ago
|
Group: Forum Members
Last Active: Yesterday
Posts: 569,
Visits: 9.0K
|
As far as I can tell it looks like a bug in Unity.
That particularly shader: RL_CorneaShaderBasic_Baked_URP, only uses 7 textures. So it can't possibly run out samplers (max 16)
What build platform is it?
|