Using Unity Shader Graph to blend world biomes
Starting out Procedural terrain generation is a huge part of a project I’ve been working on, with one of the core themes being “scale”. That has presented a number of challenges, such as rendering large amounts of objects in a performance-friendly way, a topic I’ll discuss in another (probably several) posts. One of the smaller, …