autocore-ai / MapToolbox

Plugins to make Autoware vector maps in Unity
GNU Lesser General Public License v3.0
258 stars 101 forks source link

unity cannot resolve package #37

Open Shelfcol opened 4 years ago

Shelfcol commented 4 years ago

I just want to use this tool in Uity, and I modified the manifest.json file by adding: "com.autocore.map-toolbox": "https://github.com/autocore-ai/MapToolbox.git", "com.nition.unity-octree": "https://github.com/autocore-ai/UnityOctree.git#upm",

but roor occurred in resolving package : [Package Manager Window] Unable to add package [https://github.com/autocore-ai/MapToolbox.git]: Dependency com.unity.jobs@0.2.7-preview.11 has invalid dependencies or related test packages: com.unity.collections (dependency): Request [POST https://api.unity.com/v1/oauth2/token] failed. One or more invalid parameters was given. UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

[Package Manager Window] Cannot perform upm operation: Unable to add package [https://github.com/autocore-ai/MapToolbox.git]: Dependency com.unity.jobs@0.2.7-preview.11 has invalid dependencies or related test packages: com.unity.collections (dependency): Request [POST https://api.unity.com/v1/oauth2/token] failed. One or more invalid parameters was given. [NotFound]. UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

An error occurred while resolving packages: Package com.unity.jobs@0.2.7-preview.11 has invalid dependencies or related test packages: com.unity.collections (dependency): Request [POST https://api.unity.com/v1/oauth2/token] failed. One or more invalid parameters was given. One or more packages could not be added to the local file system: com.unity.jobs: Request [POST https://api.unity.com/v1/oauth2/token] failed. One or more invalid parameters was given.

A re-import of the project may be required to fix the issue or a manual modification of F:/Users/gxf/Desktop/New Unity Project/Packages/manifest.json file.

Library\PackageCache\com.autocore.map-toolbox@e50e478033\Runtime\PCL\MinMax.cs(102,37): error CS0246: The type or namespace name 'IJobParallelForBatch' could not be found (are you missing a using directive or an assembly reference?)

Does anybody have a clue? My unity is 2020.2.0a18.2359 Personal. Thanks.

moelang commented 4 years ago

@Shelfcol Please just add

https://github.com/autocore-ai/MapToolbox.git 

as README in current version.