Unity can't click on anything in editor

Hello. I’m having issues clicking on objects to select them in scene view. It has been slowly escalating. Once I could only click on background objects. Now I can only click on a couple of things, and I need to click A LOT to get anything. I am in ‘move object’ mode, but it doesn’t seem to matter. It is as if I’m stuck in hand mode.

Mb Auto Updater broke your lambla call of EditorApplication.delayCall in your code.

Any idea how to fix that? A lot of my editor plugins seem to use that.

You just need unsubscribe from this event and check all events will be correct lambda like that EditorApplication.delayCall += () => { };
My issue. After updating to Unity 6, Auto updated update this EditorApplication.delayCall += () => { } to some incorrect but compile valid construction (not remember exact code)

Thanks. It stopped right after you said that, so I didn’t get a chance to test it. But then it started again, then stopped again with just as little warning. And now it’s back?

I don’t really understand this but it DOES seem tied to updates.

I have checked the calls you mentioned. While there are a couple of calls like that that don’t have the bits you’ve mentioned, I don’t feel confident enough that I understand other people’s code to modify them.

However, I’m getting REALLY sick of being randomly locked out of the editor.