Learn how to use Shader Graph nodes in Unity, including how to create a simple shader and some things to look out for.
async
, await
, and Tasks
vs. coroutines, C# Job System, and burst compilerHere, we cover what async, await, and Task in C# are and how to use them in Unity to gain performance in projects.