Unity-AnimationUI icon indicating copy to clipboard operation
Unity-AnimationUI copied to clipboard

Move into its own namespace / DoTweene etc

Open RedIronLabs opened this issue 1 year ago • 1 comments

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.

RedIronLabs avatar Apr 02 '24 16:04 RedIronLabs

Just released v1.2.2 for this :D

DhafinFawwaz avatar Apr 04 '24 13:04 DhafinFawwaz