forestrf / UnityAnimatorEvents

UnityEvents triggered by states inside an Animator. Easy to use and performant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Needs namespace to prevent namespace conflicts

snarlynarwhal opened this issue · comments

Just brought the scripts into my project and get a ton of compiler errors.

I'm quite busy, so even if it is a simple and needed change, I'm not sure I will be able to do it soon. I expect I will be able to do it this weekend given how simple the change is.

Okay, awesome! Yeah I just added a namespace for now, but figured it'd be better for you to add it to the repository so that I don't need to re-add the namespaces if I need to update the scripts in the future for whatever reason. Thanks!

If you end up not having time, I can make a PR - just let me know what namespace you'd like to use.

I just fixed it in f81083f