Ui Buttons Not Interacting

Hi, For Some Reason Some Of My UI Prefab Buttons Specifically the Duplicate & Delete Buttons Are Not Working
To Get The Prefabs Click Ctrl-A During Play Mode And Select The Variable Or Recipe Options in the popup. Here is The Project
Export.unitypackage (4.4 MB)

You may want to add a duplicate button, hook it up and see if it works.

Alternately, make a fresh prefab with one button, get that working.

Otherwise start with the list of what is necessary, such as an Event System, GraphicRaycaster, all the stuff in the docs.

We know buttons didn’t stop working so it’s time for you to start debugging!

By debugging you can find out exactly what your program is doing so you can fix it.

Use the above techniques to get the information you need in order to reason about what the problem is.

You can also use Debug.Log(...); statements to find out if any of your code is even running. Don’t assume it is.

Once you understand what the problem is, you may begin to reason about a solution to the problem.

So you know, the “2D-Graphics” tag is not for UI which has its own tag. The 2D product area isn’t related to UI and is related to Sprites, Sprite-Mask, Sprite-Atlas, Tilemap, 2D-Physics etc.

I’ll remove that tag for you.

Thanks.

Sorry, just had a TextMeshPro that was higher above