Shader doesn't fallback nicely - albedo texture isn't shown when custom shaders are disabled in-game
Asovrix opened this issue · 4 comments
It should only happen if the _MainTex is not already an atlas and gets put into a Texture2DArray. Can you check if it really is just from merged toggles? (Also merged shader toggles fall back to show everything as on when shaders a blocked, another limitation)
Yeah, I am aware of everything defaulting to be shown with only shaders being hidden.
MainTex on body parts that are solid white on above photo are all indeed using 2DArray textures, it doesn't seem to be related to toggles, especially only now I realized that my shoes are fine even though they are toggleable.
Hmm maybe I should write those limitations down in the README. I could even add an info box that only shows up when it merges different _MainTex textures into an array.
3.3.0 now has merging of _MainTex as a separate option that is off by default.