[Solved] Multiple EventSystems in scene... this is not supported

It’s an orange error, but I guess it represents a problem for my buttons, as they aren’t clickable. I went through the whole hierarchy in my scene, but I found only one EventSystem. Been searching through the Asset folders tho, couldn’t find anything suspicious that could be the cause of the problem.

I’ve been importing lots of packages, but that shouldn’t be a problem. Also, I started off from a tutorial, been using the same EventSystem from there, just changed the environment and characters.

type t:EventSystem in the search bar

2 Likes

THANK YOU!
Was somehow hidden deep in a models hierarchy, must have dragged it by accident somehow.

That worked for me too. I found that (and forgot) that when I was testing Touch Input from watching an older and now outdated tutorial on Youtube that I had tried using the component Touch Input Script. I had added it, which automatically added an Event System (script) also as a component on the Button. I moved on to a newer tutorial but forgot to remove this until now. Thanks for the help! :slight_smile: