namespace RuntimeInspectorNamespace
{
using UnityEngine;
public class RuntimeEditor : MonoBehaviour
private void Awake()
DontDestroyOnLoad(gameObject);
}
public void OnClickClose()
gameObject.SetActive(false);