This commit is contained in:
CortexCore
2024-05-31 01:23:15 +08:00
parent c798b224be
commit 299082fe27
164 changed files with 3604 additions and 2018 deletions

View File

@@ -8,9 +8,11 @@ namespace BITKit.IO
{
public class UnityApplicationFile : MonoBehaviour
{
#if !UNITY_WEBGL
[SerializeReference,SubclassSelector] internal IApplicationFile service;
#endif
}
#if UNITY_EDITOR
#if UNITY_EDITOR && !UNITY_WEBGL
[CustomEditor(typeof(UnityApplicationFile))]
public sealed class UnityApplicationFileInspector:BITInspector<UnityApplicationFile>
{