.ASSET 파일 확장자
Unity Asset
| 개발사 | Unity Technologies |
| 인기도 |
4.0 | 103 투표 |
ASSET 파일이란 무엇인가요?
An ASSET file is an asset or configuration file used by Unity, a video game development program. It contains either a game asset or project settings. For example, DynamicsManager.asset stores a game's physics settings.
추가 정보
Unity is a game development program with which developers can create 2D and 3D video games. Various Unity game assets can be saved as ASSET files. For example, materials, animations, and skins can all be saved as ASSET files. These files may also use more specific extensions, such as .mat (previously .material), .ANIM, and .GUIskin.
When a developer creates a Unity project, the program automatically creates several ASSET files associated with that project. These files, which are stored in the project's ProjectSettings directory, contain project-level settings. Some of these files include:
- EditorBuildSettings.asset
- InputManager.asset
- ProjectSettings.asset
- QualitySettings.asset
- TagManager.asset
- TimeManager.asset
- AudioManager.asset
- DynamicsManager.asset
- NetworkManager.asset
ASSET 파일을 여는 방법
You can import ASSET files that contain a game asset into a Unity project. To do so, place the file in your project's Assets folder. The file will then appear in Unity's Project window, in your Assets folder.
You can replace existing project-level ASSET files by placing the replacement file in your project's ProjectSettings directory.