【工具】增加自动拷贝完整路径扩展

main
刘涛 2025-06-09 16:30:26 +08:00
parent a6e09c3ed5
commit 722a0f3db3
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 07748a828e315abc2357f53b05f2427a1bccdffe
Subproject commit 15101304922f60382861f111b2757e09a8f99446

View File

@ -17,9 +17,9 @@ public class TestCode: Editor
[MenuItem("Test/测试")]
public static void Test5()
{
var testData = new UnitFightData(null);
var json = LitJson.JsonMapper.ToJson(testData);
Debug.LogError(json);
var checkPath = "Art/Grass01/FlowerGroup_2 (8)";
var findObj = GameObjectEx.FindEx(checkPath);
DebugUtil.LogError("查找对象:" + checkPath + " 是否存在:" + (findObj != null));
}
// [MenuItem("Test/测试")]