DhafinFawwaz / Unity-AnimationUI

Usefull Unity tool for animating UI with just drag and drop
MIT License
360 stars 35 forks source link

Move into its own namespace / DoTweene etc #6

Open RedIronLabs opened 6 months ago

RedIronLabs commented 6 months ago

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.

DhafinFawwaz commented 6 months ago

Just released v1.2.2 for this :D