52 lines
2.5 KiB
JSON
52 lines
2.5 KiB
JSON
{
|
|
"name": "com.unity.ai.navigation",
|
|
"displayName": "AI Navigation",
|
|
"version": "2.0.6",
|
|
"unity": "2023.2",
|
|
"unityRelease": "0a18",
|
|
"description": "The AI Navigation package contains high-level components that allow you to use navmeshes to incorporate navigation and pathfinding in your game. With this package installed you can build and use navmeshes at runtime and at edit time, create dynamic obstacles, and use links to allow specific actions (like jumping) as your characters navigate between navmeshes.",
|
|
"dependencies": {
|
|
"com.unity.modules.ai": "1.0.0"
|
|
},
|
|
"keywords": [
|
|
"carving",
|
|
"mesh",
|
|
"navigation",
|
|
"navmesh",
|
|
"NavMesh",
|
|
"navmesh agent",
|
|
"navmesh link",
|
|
"navmeshlink",
|
|
"navmesh modifier",
|
|
"navmeshmodifier",
|
|
"navmesh modifier volume",
|
|
"navmeshmodifiervolume",
|
|
"navmesh obstacle",
|
|
"navmesh surface",
|
|
"navmeshsurface",
|
|
"offmesh link",
|
|
"off-mesh link",
|
|
"pathfinding"
|
|
],
|
|
"samples": [
|
|
{
|
|
"displayName": "Build And Connect NavMesh Surfaces",
|
|
"description": "A set of examples on how to build and use a dynamic navigation space made of NavMesh surfaces and segment-to-segment connections.",
|
|
"path": "Samples~"
|
|
}
|
|
],
|
|
"_upm": {
|
|
"changelog": "### Added\n* New **OffMesh Link Converter** tool in the **Window** > **AI** > **Navigation Updater** window to help you automatically replace **OffMesh Links** with **NavMesh Links** in the scenes and prefabs of your project.\n\n### Fixed\n* Fixed a regression that caused controls in the navigation scene view overlay popup to display on top of one another when foldouts were open. (Requires Unity 6000.0.22f1 or newer)\n* The AI Navigation overlay was rarely needed upon the initial installation of the package. Now it is hidden by default and you can enable it through the [Overlay Menu](https://docs.unity3d.com/Manual/display-and-hide-overlay.html).\n* Fixed a regression that caused the Editor to allocate unnecessary memory on some platforms, when the project contained package test files."
|
|
},
|
|
"upmCi": {
|
|
"footprint": "a14cb281bea672104a4178722a681255586d68e3"
|
|
},
|
|
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.ai.navigation@2.0/manual/index.html",
|
|
"repository": {
|
|
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ai.navigation.git",
|
|
"type": "git",
|
|
"revision": "40d59de7f59b90e8da1a6176e78784a85f3e7f80"
|
|
},
|
|
"_fingerprint": "c74b2724ed42c1aa0380e294156d7f54a7ae2ec6"
|
|
}
|