So hi guys, today I was just doing some development in studio, when I happened to open up my output window, and there’s some kind of tracker that’s printing out my mouse and key inputs, both when testing and when simply having the viewport open.
I mean, not only is it insanely creepy, its also annoying to have my useful outputs get lost in the spam by the… whatever’s causing it.
I’ve tried disabling, re-enabling and even uninstalling my plugins, but that didn’t seem to fix the problem. Besides, I’m pretty sure all my plugins are trusted and I don’t think it’s them that’s causing this issue anyway. I’ve tried relaunching studio as well as opening brand new places, and the issue seemed to persist even on empty baseplates when I haven’t even enabled any plugins.
I haven’t noticed any other unusual behavior aside from this, but it’s pretty annoying nevertheless. Can anyone give me any insight into what’s going on? Thanks.
The fact it only happens in the viewport means it’s most definitely a plugin, as inputs are only traced in the viewport for plugins. I would double check your plugins
I have a feeling that it is EventDiagnostic, as it sounds like a plugin to diagnose events such as what you are experiencing with it detecting UserInputService events. Try disabling that, and relaunching studio.
Plugins run on studio start, not when you click the toolbar button. The plugin script is what makes the toolbar button.
Edit: 100% sure it is it, checked the plugin code and that’s the functionality.