nothke / unity-utils

A set of single script utils used throughout my projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors

LewisMacAudio opened this issue · comments

Hey, I keep getting these errors when I import the files. Assets/unity-utils-master/Runtime/RTUtils.cs(225,63): error CS0246: The type or namespace name 'TMP_Text' could not be found (are you missing a using directive or an assembly reference?)
Any advice would be great!!

Cheers,
Lewis

Hi,

I see, it is because the asmdef didn't reference TMP. I've fixed it now, pull the latest commit.

Thanks for notifying me about that.