Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Can't click ANYTHING all of a sudden.

Discussion in 'Input System' started by Serge144, Nov 16, 2021.

  1. Serge144

    Serge144

    Joined:
    Oct 2, 2018
    Posts:
    64
    I can't click on any buttons on my game scene all of a sudden. All I did was move around some GameObjects...
    I do have a Canvas and an EventSystem. Also my button has Raycast Target set to True as well as the Interactable set to True.

    I tried adding another simple canvas with an original Unity Button to it, not clickable... (The button doesn't even turn slightly dark when I hover or click).

    If I go to other very similar scene, the canvas is working...

    Any ideas why is this?...
     
  2. Serge144

    Serge144

    Joined:
    Oct 2, 2018
    Posts:
    64
    Fixed it... apparently I accidently dupplicated a GameObject inside of the Canvas...
    This GameObject is simply a white image that fades away to transition between cameras with the components shown in the image. Why would having two gameobjects with these components disable all my clicking?....
     

    Attached Files:

    • bug.jpg
      bug.jpg
      File size:
      95.5 KB
      Views:
      286