Unity Character Customization

1 min. read

Unity - Character Customization

Introduction

Creating a Character Customization system can be a simple color change system, or a complex system like in Skyrim.

Character Customization Methods

Change materials
Change textures
Change Mesh

Add parts with MeshRenderer
Add parts with SkinnedMeshRenderer

Open Source Unity Character Customization Projects

References

[How to do Character Customization! - 4 Methods, Unity Tutorial for Beginners)[https://www.youtube.com/watch?v=nSmEirb8JGM]

Character Customization with Blendshapes