-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Just a suggestion:
I created this on my side, but this really needs to be moved into its own namespace. Having a general ease.cs static script for example and a "GameManager" and "AudioManager". This will conflict with almost any project it is put in where users aren't using namespaces (which is most newer users for sure) and does break a few plugins like dotween.
For anyone else with this issue, simply wrapping the classes in
namespace AnimUI
{
...
}
Should fix this for you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels