We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is related to issue #251
package.json
The problem
I'm developing a tool that can work with AND without dotween.
Without a fixed GUID, I can not reference to DOTween using GUID:
As a workaround, I can switch it to "use name" instead of GUID.
Without a package name, I can not detect if DOTween is installed, then define a package level Define accordingly, like this:
Define
(This image shows it detected that Addressable is installed)
Addressable
Feature request
Thanks!
The text was updated successfully, but these errors were encountered:
Closed due to complete duplicate with #251 without new information provided here
Sorry, something went wrong.
No branches or pull requests
This is related to issue #251
package.json
to provide a "name"The problem
I'm developing a tool that can work with AND without dotween.
Without a fixed GUID, I can not reference to DOTween using GUID:
As a workaround, I can switch it to "use name" instead of GUID.
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)Feature request
Thanks!
The text was updated successfully, but these errors were encountered: