Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
TylerTemp opened this issue Jan 30, 2024 · 1 comment
Closed

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

TylerTemp opened this issue Jan 30, 2024 · 1 comment

Comments

@TylerTemp
Copy link

TylerTemp commented Jan 30, 2024

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
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant