Skip to content

KMMaterialInfo

Qkrisi edited this page Aug 1, 2022 · 2 revisions

KMMaterialInfo

[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

Clone this wiki locally