Skip to content

Move into its own namespace / DoTweene etc #6

@RedIronLabs

Description

@RedIronLabs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions