.ASSETS File Extension
Unity Asset File
Developer | Unity Technologies |
Popularity |
3.6 | 48 Votes |
What is an ASSETS file?
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.
More Information
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.
NOTE: You can use the Unity Assets Bundle Extractor to edit, export, and import ASSETS files.
Common ASSETS Filenames
resources.assets - A common name of an ASSETS file that contains textures, meshes, level layouts, and other game resource files.