Assets

来源:互联网 发布:ods 数据仓库 数据集市 编辑:程序博客网 时间:2024/05/21 19:45

Assets

Importing

Individual assets are imported into Unity simply by placing them in the project Assets directory. You can also use the Asset->Import New Asset menu item. An automatic import then takes place and the asset then shows up in the Unity editor project display.

You can then adjust the import settings (there's no way to do it beforehand) and then hit the reimport button.

Groups of assets are packaged into .unitypackage files. Use Import Package to import from a .unitypackage file.

Organizing Assets

Note

Once an asset has been imported, you can move or delete it in the Project pane, but don't move or delete it from within the Finder. Unity tracks relationships among the assets in a project, so moving or deleting those assets outside Unity will mess up your project.