Demigiant / dotween

A Unity C# animation engine. HOTween v2
http://dotween.demigiant.com
Other
2.34k stars 351 forks source link

[Feature Request] Assembly Definition & Version Define Resource #673

Closed TylerTemp closed 8 months ago

TylerTemp commented 8 months ago

This is related to issue #251

  1. Currently, DOTween can create Assembly Definition, but it's created at runtime and give different GUID (because it's generated)
  2. Currently, DOTween do not have a package.json to provide a "name"

The problem

I'm developing a tool that can work with AND without dotween.

  1. Without a fixed GUID, I can not reference to DOTween using GUID: image

    As a workaround, I can switch it to "use name" instead of GUID.

  2. Without a package name, I can not detect if DOTween is installed, then define a package level Define accordingly, like this:

    (This image shows it detected that Addressable is installed) image

Feature request

  1. Using a fixed GUID when generate asmdf
  2. Include a package.json

Thanks!

TylerTemp commented 8 months ago

Closed due to complete duplicate with #251 without new information provided here