Time for action – importing the tank
Let's get started.
- Inside the Unity Editor, start by right-clicking on your
Tanks
folder and selecting Show in Explorer from the menu. - This opens the folder that contains the asset that was selected. In this case, the
Models
folder is opened in the Windows folder browser. We just need to put our tank and its textures into theTanks
folder.Tip
The files provided for this chapter are
Tank.blend
,Tanks_Type01.png
, andTankTread.png
files. Also, utilizing.blend
files in Unity requires Blender to be installed on your system. Blender is a free modeling program available at http://www.blender.org. Unity makes use of it in order to convert the previously mentioned files into ones that it can fully utilize. - When we return to Unity, the fact that we added files will be detected and they will be automatically imported. This is one of the best things about Unity. There is no need to explicitly tell Unity to import. If there are changes within the project...