Procedural Terrain Generation In Unity #2 || Textures and Multiple Noise Layers

Опубликовано: 01 Октябрь 2023
на канале: Freedom Coding
1,608
40

In this part of creating procedural terrains in Unity, I will show you how to add multiple noise layers, referred to as octaves, to achieve a more realistic looking terrain. We will also adjust our shader, to be able to display textures on the terrain, based on its height.

CODE - https://github.com/Freedom-Coding/Pro...

👍 Like and 🔔Subscribe for More Unity and C# Tutorials    / @freedomcoding  

🌟 Support My Work and Unlock Exclusive Content! 🌟
👉 Patreon:   / freedomcoding  

🎮 Join Our Developer Community!
💬 Discord:   / discord  

💖 Support Me Financially
☕ PayPal: [email protected]

Are you looking for a Unity/C# tutor? Contact me here - [email protected]
Website - https://www.freedom-coding.com

Sebastian Lague(procedural terrain tutorials) -    • Procedural Landmass Generation (E01: ...  

Timestamps:
00:00 What We Will Achieve Today.
00:20 Better Testing - Custom Editor
05:00 Multiple Noise Layers
09:30 Terrain Collider And Player
11:00 Textures
20:55 Bug Fixing
22:33 RESULT