HideScriptField

Hides the Script Field for the Target Script.

Applied on Classes.

using UnityEngine;
using cowsins.Inspector;
 
[HideScriptField]
public class AttributesShowcase : MonoBehaviour
{
}

Last updated