.ASSETS 파일 확장자
Unity Asset File
| 개발사 | Unity Technologies |
| 인기도 |
3.7 | 51 투표 |
ASSETS 파일이란 무엇인가요?
An ASSETS file is a game resource archive used by Unity, a program used to develop 3D games. It contains game resource files such as meshes or textures for 3D models. ASSETS files may also store game databases.
추가 정보
ASSETS files are typically seen when building a Unity development project into an executable game deliverable or when modding a game. If you are looking to alter gameplay of a game, such as how characters or the environment appear, you can edit ASSETS files and place them back in their directory. ASSETS files are commonly stored in the "Assets" folder in the Unity game directory.
참고: You can use the Unity Assets Bundle Extractor to edit, export, and import ASSETS files.
일반적인 .ASSETS 파일 이름
resources.assets - A common name of an ASSETS file that contains textures, meshes, level layouts, and other game resource files.