Unity3d problem with unresponding buttons

I have weird problem with my UI, camera and buttons in pause menu, don’t react when camera is assigned move controller script.

I tried changing settings of canvas, nothing works, buttons respond only when camera is not attached to move script.

Here I attach a video with my problem

How is your fist person controller set up? It might consume events when working properly, explaining why the UI works when it does not work.

1 Like

I took this script from here GitHub - VeryHotShark/First-Person-Controller-VeryHotShark: This is a project where im trying to create a quite generic first person controller that can be use in different games and extended for your own needs. I started this project because i wanted to create a controller for my walking simulator game so that's why controller fits better with this genre. I Also use a free extension from Unity Store called Naughty Attributes to help me keep this project nice and tidy.
I don’t know how this script works, I’m new in unity3d. c: