UNITY GAME DEVELOPMENT Advanced Visuals CLASS OVERVIEW Class

  • Slides: 12
Download presentation
UNITY GAME DEVELOPMENT Advanced Visuals

UNITY GAME DEVELOPMENT Advanced Visuals

CLASS OVERVIEW Class 10 Revision Skybox Fog Render Target Texture Shaders Post-Processing Light Probes

CLASS OVERVIEW Class 10 Revision Skybox Fog Render Target Texture Shaders Post-Processing Light Probes Creating a Portal Creating a Dialog Window

REVISION Custom. Editor Menu. Item Editor. Window Spawning Objects Display Selected Objects Advanced: Ray.

REVISION Custom. Editor Menu. Item Editor. Window Spawning Objects Display Selected Objects Advanced: Ray. Cast Spawning Advanced: Cube Spawning Objects

SKYBOX Setup a custom Skybox Window > Rendering > Lighting Settings Create and set

SKYBOX Setup a custom Skybox Window > Rendering > Lighting Settings Create and set Skybox Material using a Cubemap

FOG Add fog to your scene Window > Rendering > Lighting Settings

FOG Add fog to your scene Window > Rendering > Lighting Settings

RENDER TARGET TEXTURE Render Target is a feature of modern graphics processing units (GPUs)

RENDER TARGET TEXTURE Render Target is a feature of modern graphics processing units (GPUs) that allows a 3 D scene to be rendered to an intermediate memory buffer, or Render Target Texture (RTT), instead of the frame buffer or back buffer. RTT can be used to display 3 D elements in UI RTT can also be used as a gameplay element e. g. Portal, Five Nights at Freddy’s

SHADERS Create a Custom Shader Create -> Shaders -> Unlit Shader Inspect existing code

SHADERS Create a Custom Shader Create -> Shaders -> Unlit Shader Inspect existing code & add functionality

POST-PROCESSING postprocessing = processing after other processes have been completed. Download & Import Post

POST-PROCESSING postprocessing = processing after other processes have been completed. Download & Import Post Processing Stack developed by Unity. Experiment with settings.

LIGHT PROBES Light Probes have two main uses: The primary use of light probes

LIGHT PROBES Light Probes have two main uses: The primary use of light probes is to provide high quality lighting (including indirect bounced light) on moving objects in your scene. The secondary use of light probes is to provide the lighting information for static scenery when that scenery is using Unity's LOD system.

CREATING A PORTAL Portal uses: Render Texture Target Camera to render RTT Shader for

CREATING A PORTAL Portal uses: Render Texture Target Camera to render RTT Shader for Distort Effect Custom Skybox Player distance for Camera Movement Main Camera rotation Trigger. Box for Teleportation

CREATING A DIALOG WINDOW Dialog Window uses: Render Target Texture Camera to render RTT

CREATING A DIALOG WINDOW Dialog Window uses: Render Target Texture Camera to render RTT Dialog. Manager Singleton UI Canvas System Raw Texture using RTT

Q&A Do you have any questions related to the topics mentioned?

Q&A Do you have any questions related to the topics mentioned?