u- Third Person

u-50000 Third Person
u-50100 Third Person Controller Tutorial
– create mew project – 3d universal
– create mew ffolder
– create new scene
– set camera. grid, sybox
– create cube floor
-add material (color)



TMP Screen Overlay Canvas

u-3310 Screen Overlay Canvas

In Unity, an Overlay Canvas is a type of canvas used to render UI elements directly on top of everything else in the scene—like a heads-up display (HUD).
The overlay works independently of the camera and will always overlay the camera view in the game view.
Steps
1 Set Game Window to desired resolution
– 1920 x 1080 this will be the canvas size.
2 create canvas ui – canvas
3- Check Canvas Settings
set to screen overlay
– -camera assignment not needed.
canvas size will correspond to the game window setting.
4 Create panel as child of the canvas.
5- The panel will initially be set to the same diminitions as the canvas.
– canvas dimensions and cannot be changed.
– set size and color (material) of the panel as necessary.
– use material alpha setting to determine panel transparency.
– set the position of the panel to the location on the canvas that is the location of the panel during the game view.

==================================
7- Setting the canvas overlay and panel for use in the front view.