Search Unity

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

Discussion in 'UGUI & TextMesh Pro' started by Sargaxon, Aug 21, 2016.

  1. Sargaxon

    Sargaxon

    Joined:
    Aug 20, 2016
    Posts:
    23
    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.
     
  2. image28

    image28

    Joined:
    Jul 17, 2013
    Posts:
    457
    type t:EventSystem in the search bar
     
    PrototypAT and Sargaxon like this.
  3. Sargaxon

    Sargaxon

    Joined:
    Aug 20, 2016
    Posts:
    23
    THANK YOU!
    Was somehow hidden deep in a models hierarchy, must have dragged it by accident somehow.
     
  4. thedarcsage

    thedarcsage

    Joined:
    Nov 2, 2016
    Posts:
    23
    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! :)