rurre/PumkinsAvatarTools

Error after importing unitypackage

Closed this issue · 4 comments

After importing the package, I was given the error:

Assets\PumkinsAvatarTools\Scripts\Editor\PumkinsAvatarTools.cs(6838,81): error CS0117: 'LogType' does not contain a definition for 'Log'

I've tried using older versions from the discord, but I still get the same error. Looking through the FAQ on the discord didn't show anything relevant to my issue either.

rurre commented

My current Unity version is 2018.4.20f1

rurre commented

Could you hop by my discord or DM me at Pumkin#9524 (nitro tag expired so it's wrong everywhere else) so we could troubleshoot it?

rurre commented

In the end the issue was conflicts with https://booth.pm/en/items/1564788
Unfortunately, they defined a type in the global namespace that conflict with a unity type. Can't do much here but replace all my logger calls, which I may or may not do at some point.