This commit is contained in:
CortexCore
2024-06-14 14:11:28 +08:00
parent 4a2ab82e20
commit 349877fe7a
10 changed files with 28 additions and 12 deletions

View File

@@ -3,14 +3,14 @@ using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
using UnityEngine.UIElements;
#if UNITY_64
namespace BITKit.IO
{
public class UnityApplicationFile : MonoBehaviour
{
#if !UNITY_WEBGL
[SerializeReference,SubclassSelector] internal IApplicationFile service;
#endif
}
#if UNITY_EDITOR && !UNITY_WEBGL
[CustomEditor(typeof(UnityApplicationFile))]
@@ -49,4 +49,4 @@ namespace BITKit.IO
}
#endif
}
#endif