using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEngine; using UnityEngine.UIElements; namespace BITKit.IO { public class UnityApplicationFile : MonoBehaviour { #if !UNITY_WEBGL [SerializeReference,SubclassSelector] internal IApplicationFile service; #endif } #if UNITY_EDITOR && !UNITY_WEBGL [CustomEditor(typeof(UnityApplicationFile))] public sealed class UnityApplicationFileInspector:BITInspector { public override VisualElement CreateInspectorGUI() { FillDefaultInspector(); CreateSubTitle("Editor"); if (agent.service is null) { root.Create