fix: 修复条件编译和资源系统变更导致的代码问题

This commit is contained in:
2026-03-12 17:46:51 +08:00
parent d44452d3ce
commit ee6fcc7aff
5 changed files with 19 additions and 17 deletions
@@ -2,8 +2,10 @@
using System.Collections.Generic;
using AibisDream.Kit;
using AibisDream.Utility;
using UnityEditor;
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
namespace AibisDream
{