Muk Button

Create Muk Button

To create MukButton, create and select MukUICanvas, right-click in the Hierarchy > Muk > Button. You will see a new object(MukButton) created in the selected canvas or the first canvas in the Hierarchy (if no canvas is selected). If there’s no canvas in the Hierarchy, Muk will create a MukUICanvas for you and place the MukButton in the newly created MukUICanvas

Muk Button

Muk Button On Click

You can set the on click function via script(See below code) or in the Unity Inspector window(See below section)