Skip to content

Instantly share code, notes, and snippets.

View ANDREYDEN's full-sized avatar
💭
Exploring the world

Andrii Denysenko ANDREYDEN

💭
Exploring the world
View GitHub Profile
@ANDREYDEN
ANDREYDEN / README.md
Last active May 6, 2020 22:50
[Unity buttons problem] This is a solution to a common unity problem, when the buttons become not interactible #unity

Problem

Sometimes you'll find that adding a new canvas with some buttons is totally not interactible.

Solution

Check if the scene containing the Canvas also has an EventSystem in it.