Version: 2022.3
Language : English
Loading texture and mesh data
Shaders core concepts

Shaders

This section contains information on working with shaders in Unity.

Shaders created using Unitys Shader Graph tool.
Shaders created using Unity’s Shader Graph tool.
Page Description
Shaders core concepts The fundamentals of understanding and working with shaders in Unity.
Built-in shaders How to use the prebuilt shaders that ship with Unity.
Using Shader Graph How to use Shader Graph, a tool that lets you create shaders without writing code.
Writing shaders How to create shaders by writing code.
Shader performance and profiling How to debug and analyse the performance of your shaders at runtime.

Further resources

Loading texture and mesh data
Shaders core concepts