Help with start #3
-
|
Hi, I must be doing something wrong, because the demo scene does not load the water texture - it is pink. Despite the settings being consistent with the instructions, I also see the message: Please help noob to fix it - thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, I'm assuming you are using Unity 6.1. They have changed some internal logic and this is making the variant count explode. From the Unity forum, I found that they would add a dynamic keyword type that would reduce the variant count to 6.2. Currently, there is not much to do from my side other than converting all the boolean keywords to regular booleans. I'll release an update once 6.2 is released. |
Beta Was this translation helpful? Give feedback.
-
|
Hey Thank You! |
Beta Was this translation helpful? Give feedback.
Hi, I'm assuming you are using Unity 6.1. They have changed some internal logic and this is making the variant count explode.
For now, setting the preview variant limit to "25000" should solve this issue. This won't affect the performance but will increase build time.
From the Unity forum, I found that they would add a dynamic keyword type that would reduce the variant count to 6.2. Currently, there is not much to do from my side other than converting all the boolean keywords to regular booleans.
I'll release an update once 6.2 is released.