Added navigation package
This commit is contained in:
parent
7cf5d204c1
commit
4ca6fa44e4
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"com.unity.ai.navigation": "1.1.4",
|
||||
"com.unity.cinemachine": "2.9.7",
|
||||
"com.unity.ide.rider": "3.0.24",
|
||||
"com.unity.inputsystem": "1.6.3",
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"com.unity.ai.navigation": {
|
||||
"version": "1.1.4",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity.modules.ai": "1.0.0"
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.burst": {
|
||||
"version": "1.8.7",
|
||||
"depth": 1,
|
||||
|
|
Loading…
Reference in New Issue