- Home /
Making a lava effect on a terrain
Hello, So i'm making a game where the player can use different elements, mixing earth and fire make a lava zone around the player. But i dont want to use a regular prefab of a lava zone, i would like a texture that adopt the terrain's shape and i have absolutely no idea how to do it (Probably because i'm kind of new on unity or game programming). Can anyone give me hint for what i should look for in order to learn how to do it?
Answer by unity_ek98vnTRplGj8Q · Nov 23, 2020 at 06:20 PM
Google some tutorials on Shader Graph which is Unity's built in tool for making your own materials. There are even some tutorials on youtube to specifically make Lava effects, but you probably should have a little bit of an understanding of Shader Graph before doing these.
Your answer

Follow this Question
Related Questions
best tile size for terrain? 2 Answers
Why are my terrain textures pixelated? 1 Answer
Mesh to Terrain in Unity 5 1 Answer
Weird lines on the grass texture 0 Answers
how do I add texture to the terrain? 1 Answer