using PashaBibko.Pacore.Shared.Attributes; using UnityEngine; public class TestMonoBehaviour : MonoBehaviour { [InspectorReadOnly, SerializeField] private GameObject go; }