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
I tried installing from UPM, adding the remote .git as a package, and downloading the package and each time I was unable to run any demos. I looked in the source and can't figure out why since its a static class with an extension?
Unity 2021.2.7f1
The text was updated successfully, but these errors were encountered:
Adding the namespace only works if you download / install the package manually.
usingUnityTimer;
However, when I try with UPM or adding the Git URL to the package manager VS does not recognize Timer or UnityTimer.
UPDATE: In order to use a package from either UPM or the Git URL, open Unity > Preferences > External Tools and check Registry Packages | Git Packages and click Regenerate Project Files:
This is not so much an issue with the project as a suggestion to improve the documentation.
I tried installing from UPM, adding the remote .git as a package, and downloading the package and each time I was unable to run any demos. I looked in the source and can't figure out why since its a static class with an extension?
Unity 2021.2.7f1
The text was updated successfully, but these errors were encountered: