【工具】增加自动拷贝完整路径扩展
parent
a6e09c3ed5
commit
722a0f3db3
|
|
@ -1 +1 @@
|
|||
Subproject commit 07748a828e315abc2357f53b05f2427a1bccdffe
|
||||
Subproject commit 15101304922f60382861f111b2757e09a8f99446
|
||||
|
|
@ -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/测试")]
|
||||
|
|
|
|||
Loading…
Reference in New Issue