Further reading
This section contains some sources that provide more information about the topics that were covered in this chapter.
Double Prism offers a nice introduction to the differences between textures and materials:
Learn more about the different types of asset files Unity uses here:
Every game needs textures. Here are some sources of free textures that are suitable for many games:
- textures.com: https://www.textures.com/
- GAMETEXTURES: https://gametextures.com/
- Free Stock Textures: https://freestocktextures.com/
Take a look at the following links to import models into Unity:
- Importing models: https://docs.unity3d.com/Manual/ImportingModelFiles.html
- Limitations of importing models: https://docs.unity3d.com/Manual/HOWTO-ImportObjectsFrom3DApps.html
- Maxon’...