Unity Tip

# Using Canvas in Unity:

Canvas is necessary for Button, Image or anything in UI.
However, if you make it in Render Mode - Screen Space - Overlay, it will be top of our scene and you cannot do anything

- Switch Render Mode to Screen Space - Camera and add Main Camera to this so now you can using Canvas in your game.

No comments: