ReeseUnityDemos icon indicating copy to clipboard operation
ReeseUnityDemos copied to clipboard

Adding the nav package errors due to math dependency

Open dolanmiu opened this issue 1 year ago • 1 comments

When I try to install the nav library, it says I need math, but then I try to install math, it does not work

image

image

Dependencies here:

https://openupm.com/packages/com.reese.nav/?subPage=deps

Installing it using the GIT way

This also gives an error too in Unity:

image

dolanmiu avatar Aug 14 '22 22:08 dolanmiu

Workaround:

Try adding the packages in this order, via add package from git URL:

  1. https://github.com/reeseschultz/ReeseUnityDemos.git#math
  2. https://github.com/reeseschultz/ReeseUnityDemos.git#nav

This works in a new project I just tested for this purpose.


It's not ideal that the Unity editor is unable to resolve the math package from nav automatically. This is bad DX. I was under the mistaken assumption that this was working. @dolanmiu, thank you for thoroughly documenting the problem. I'll keep the issue open until this is adequately fixed.

reeseschultz avatar Aug 14 '22 23:08 reeseschultz

Closing, see #99 for more information.

reeseschultz avatar Aug 11 '23 20:08 reeseschultz