As you can see, some of the images are really blurred in the LOD’s/mipmapping and the Substance textures are super scratchy/noisy. Their noise gets reduced the more I pull away.
Any idea? Is it that Substances aren’t supported? Is it a mipmapping setting I’m missing?
“PropertiesGUI() is being called recursively. If you want to render the default gui for shader properties then call PropertiesDefaultGUI() instead
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)”
Yes! iOS doesn’t support Substance normal maps. You have to turn them off completely by setting the normal setting to 0 in the material, not by setting the normal texture to Nnone. You also have to hope the Substance has a normal intensity slider too, even with normal set to 0 you need to turn the intensity to 0 too. It’s ridiculous.
Thanks for the update. So it my case it actually looks great once built and running on iPad. The Substance materials seem to work as expected. It is only in the Unity editor when the target platform is set to iOS that it looks glitchy. Even though my Graphics Emulation is set to No Emulation.