dentedpixel / LeanTween

LeanTween is an efficient animation engine for Unity
608 stars 135 forks source link

Package Manager shipping ? #161

Open Markovicho opened 3 years ago

Markovicho commented 3 years ago

Hey,

are there any plans to setup LeanTween as PackageManager Package (via scoped registry) ? Currently its not possible to use LeanTween as dependency for selfmade packages which we are shipping in the package manager. This is caused by the missing dependency to LeanTween which should be sorted out by creating an assembly file for the LeanTween assets which we can refer to. We have two ways to handle this:

  1. Create our own Assemblydefinitionfile for Leantween --> no option due to updates our your library
  2. Get rid of Leantween-code in our packages

As Unity is moving massively towards using packages this will probably be a painpoint in the near future.

best regards and thx in advance

JohannesDeml commented 3 years ago

I made a fork quite some time ago, which is also available through openupm, take a look here: https://github.com/JohannesDeml/LeanTween