KMMaterialInfo - Qkrisi/ktanemodkit GitHub Wiki
[AddComponentMenu("")]
public class KMMaterialInfo : MonoBehaviour
This component is added during assetbundle build to any game objects that have material components.
This should not be used by modders but is instead used to mitigate potential future incompatibilities in Unity.
public List<string> ShaderNames;
The name of the shader used by the material on this game object