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. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Bug Can't block player input when on canvas elements

Discussion in 'UGUI & TextMesh Pro' started by Lifee00, Mar 12, 2023.

  1. Lifee00

    Lifee00

    Joined:
    Apr 13, 2021
    Posts:
    55
    Hello, I browsed old topics and tried solutions like canvas group, use an image to block input etc, but nothing works. All input goes through the UI elements into the game, which shouldn't happen. Is there any simple solution without writing long ass code as a workaround? Thanks.