How to make a 2d button on the character?

How to make a 2d button on the character?

You could use a Canvas as a child object of the character object and set World Space as it’s render mode and add a button to that canvas. Then just resize and position it accordingly.

2 Likes

Worked. Thank.