Unity-Technologies / URDF-Importer

URDF importer
Apache License 2.0
230 stars 71 forks source link

Type or Namespace MeshProcess could not be found #47

Closed raeldor closed 3 years ago

raeldor commented 3 years ago

After downloading the zip from github and installing the package by unzipping and selecting package.json I now get the following error...

/Users/xxx/Downloads/URDF-Importer-dev/com.unity.robotics.urdf-importer/Editor/NeedsRuntimeConversion/Extensions/UrdfGeometryCollision.cs(18,7): error CS0246: The type or namespace name 'MeshProcess' could not be found (are you missing a using directive or an assembly reference?)

vidurvij-Unity commented 3 years ago

Hi @raeldor, URDF importer has a submodule which is not installed when you download the zip file. I would recommend using this link https://github.com/Unity-Technologies/URDF-Importer.git#v0.1.2 in your package manager to install the package. This should resolve your issue. Vidur

raeldor commented 3 years ago

This seemed to resolve the issue, thank you.