You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create our own Assemblydefinitionfile for Leantween --> no option due to updates our your library
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
The text was updated successfully, but these errors were encountered:
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:
As Unity is moving massively towards using packages this will probably be a painpoint in the near future.
best regards and thx in advance
The text was updated successfully, but these errors were encountered: