Further reading
Here are some links to further reading/resources regarding the topics covered in the chapter.
Learn more about 3D models and animation importing from the following sources:
- Unity docs on importing 3D Models: https://docs.unity3d.com/Manual/HOWTO-importObject.html
- Unity docs about the Model Import Settings window: https://docs.unity3d.com/Manual/class-FBXImporter.html
- Unity docs about the Model tab: https://docs.unity3d.com/Manual/FBXImporter-Model.html
- Unity docs about Model file formats: https://docs.unity3d.com/Manual/3D-formats.html
- Samples of Mixamo free assets in the Asset Store:
Learn more about Unity Animator Controllers and scripting animations from the following sources:
- Unity video tutorial about Animator Controllers: https...