ASSETS File
What are ASSETS files and how to open them
Are you having problems opening an ASSETS file or are you simply curious about its contents? We're here to explain the properties of these files and provide you with software that can open or handle your ASSETS files.
What is an ASSETS file?
An .ASSETS file is an Unity Assets file.
Unity Assets files are binary data files used by the Unity game engine to store serialized game objects and resources inside a project or a built game. They contain the actual asset contents (for example textures, meshes, scripts, audio clips) already converted into a format optimized for use by Unity at runtime. Unity writes these files during project builds and when packing resources into asset bundles or player builds; the engine or game runtime reads them to load and use the content in scenes, prefabs, UI, and other runtime systems.
Inside Unity projects, source asset files like textures or models (original formats) stay unchanged in the source-Assets folder, but Unity imports them and generates internal versions kept in built SerializedFiles; these internal versions are combined in .assets files during builds or when bundling content for distribution. Unity also creates files with specific names according to role - sharedassets, resources.assets, globalgamemanagers.assets - depending on content and use.
A Unity Assets file begins with a binary SerializedFile header, which includes fields such as metadataSize, fileSize and version. It contains multiple serialized objects, along with type metadata (TypeTrees) that describe how object fields are laid out. It may reference external resource files (.resS, .resource) or other SerializedFiles via internal pointers (PPtrs).
Internally, a Unity Assets file can be identified by byte signatures such as a specific header found near offsets 8, 16, and 34, and by occurrences of strings like UNITY DEFAULT RESOURCES, UNITYENGINE., OBJECT, CAMERA, MAIN, TEXT, among others.
How to open ASSETS files
Important: Different programs may use files with the ASSETS file extension for different purposes, so unless you are sure which format your ASSETS file is, you may need to try a few different programs.
While we have not verified the app ourselves yet, our users have suggested a single ASSETS opener which you will find listed below.
Last updated: August 22, 2026
Various apps that use files with this extension
These apps are known to open certain types of ASSETS files. Remember, different programs may use ASSETS files for different purposes, so you may need to try out a few of them to be able to open your specific file.
| Notepad++ | User submitted |
Help us help others
File.org helps thousands of users every day, and we would love to hear from you if you have additional information about ASSETS file formats, example files, or compatible programs. Please use the links below or email us at submit@file.org to discuss further.
Not sure exactly what type of file you are trying to open? Try our new File Analyzer. It is a free tool that can identify more than 11,000 different kinds of files - most likely yours too! It will help you find software that can handle your specific type of file. Download File Analyzer here.