How do I cell shade terrain?
Hi there,
I've been looking into the terrain tool as a part of learning how to do the visual part of game development, and so far it's been going quite well. Until I ran into terrain shaders.
I've been using Shader Graph to make a PBR shader for my 3d models. Unity terrain however gives me an error when I apply a material using the PBR shader. It says "Can't use materials with shader which need tangetn geometry on terrain, use shaders in the Nature?Terrain instead." and I honestly have no clue what this means.
Is there any way I can get a cell shaded look on terrain going? I couldnt find anything about this or the error online.
Thanks in advance :)
Your answer
Follow this Question
Related Questions
Is it possible to blend 2 different materials via the shader graph? 0 Answers
In-game 3D objects appear lit, although they have dark material on them 0 Answers
How can i make a tiled/striped texture on a sphere ? (see example below) 0 Answers
Sprite Material Problem 0 Answers
How to make a shader run at a certain point in time? 0 Answers