Weird error in console

[SOLVED] I’ve been getting this warning in the console ever since this lecture.

Pixels per point should be positive
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

Any ideas?
I’ve gone through and checked the import setting on my sprites. So I don’t think it’s that.

Thanks!

That is a weird error considering the script that we’re introducing in this lecture, which only really affects the Animator, not any specific Sprite.

Interestingly enough, when I dug deeper into this error message, it’s generally associated with the Editor itself, especially with the new UIElements system. It’s possible that this is nothing more than an internal error within Unity. Is it affecting gameplay in any way?

1 Like

I actually “fixed it” by just closing the animator window.
Weird one, but I guess it’s a bug with Unity itself and not my code.

I would like to tell you that Unity never has any bugs like this, but that would… not be true. :slight_smile:
Usually these type of Editor bugs don’t affect actual gameplay, just crop up to annoy us.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms