From 81330a6b68d307937c262368a42a3fa4e9ad4207 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Thu, 23 May 2024 10:10:23 +0800 Subject: + NavMeshTest --- .../Editor/NavMeshComponentsEditor.asmdef | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Other/NavMeshTest/Assets/NavMeshComponents/Editor/NavMeshComponentsEditor.asmdef (limited to 'Other/NavMeshTest/Assets/NavMeshComponents/Editor/NavMeshComponentsEditor.asmdef') diff --git a/Other/NavMeshTest/Assets/NavMeshComponents/Editor/NavMeshComponentsEditor.asmdef b/Other/NavMeshTest/Assets/NavMeshComponents/Editor/NavMeshComponentsEditor.asmdef new file mode 100644 index 0000000..3c9827e --- /dev/null +++ b/Other/NavMeshTest/Assets/NavMeshComponents/Editor/NavMeshComponentsEditor.asmdef @@ -0,0 +1,16 @@ +{ + "name": "NavMeshComponentsEditor", + "references": [ + "NavMeshComponents" + ], + "optionalUnityReferences": [], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [] +} \ No newline at end of file -- cgit v1.1-26-g67d0