Asset Workflow
资源工作流
These steps will give you a general over of the basic principles of working with assets in Unity.
这些步骤将给你一个在Unity中使用资源的通用基本原则.
An asset is representation of any item that can be used in your game or project. An asset may come from a file created outside of Unity, such as a 3D model, an audio file, an image, or any of the other types of file that Unity supports. There are also some asset types that can be created within Unity, such as an Animator Controller, an Audio Mixer or a Render Texture.
一个资源可以表现为你游戏项目中任何可以使用的东西.资源可以是来自Unity外部的一个文件,诸如3D模型,声音文件,图片,或者Unity支持的任何种类文件.当然一些种类资源也可以用Unity来制作,如动画控制器,混音器,渲染贴图等.
Some of the asset types that can be imported into Unity
这些种类的资源可以导入到Unity.