One of the biggest problems in games is repetition. Creating new content is a time-consuming task, and when you have to face thousands of enemies, chances are that they will all look the same. A relatively cheap technique to add variation to your models is using a shader that alters its basic geometry. This recipe will show you a technique called normal extrusion, which can be used to create a chubbier or skinnier version of a model, as shown in the following screenshot of a soldier from the Unity camp demo:
![](https://static.packt-cdn.com/products/9781788396233/graphics/assets/df531ac2-8006-4d47-bd07-6c7a776d49ec.png)
For ease of use, I have provided a prefab of the solider in the example code for this book under the Chapter 6 | Prefabs folder.