Version: 2018.3 (switch to 2019.1 )
Learning the interface
Common types of Assets
Other Versions

Asset Workflow

These steps will give you a general overview of the basic principles of working with assets in 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 ControllerControls animation through Animation Layers with Animation State Machines and Animation Blend Trees, controlled by Animation Parameters. The same Animator Controller can be referenced by multiple models with Animator components. More info
See in Glossary
, an Audio Mixer or a Render TextureA special type of Texture that is created and updated at runtime. To use them, first create a new Render Texture and designate one of your Cameras to render into it. Then you can use the Render Texture in a Material just like a regular Texture. More info
See in Glossary
.

Some of the asset types that can be imported into Unity
Some of the asset types that can be imported into Unity
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答