.UNITYPACKAGE File Extension
Unity Asset Package
Developer | Unity Technologies |
Popularity |
4.2 | 54 Votes |
What is a UNITYPACKAGE file?
More Information
Unity is a popular video game development application available for Windows, macOS, and Linux. Developers can use Unity to create 2D and 3D games for a variety of platforms, including video game consoles, PCs, and mobile devices.
As a developer creates a game in Unity, they add various assets, including character models, materials, shaders, audio files, scenes, and other resources, to that game. If the developer wants to reuse any of these assets in another Unity development project, they can do so by packaging the assets in a UNITYPACKAGE file. The developer can then easily import the UNITYPACKAGE file, and all the assets it contains, into future projects, so they do not have to start developing from scratch.
How to export Unity assets as a UNITYPACKAGE file
To export a set of Unity assets as a UNITYPACKAGE file:
- Open the Unity project that contains those assets.
- Select Assets → Export Package.
- In the Exporting package window, choose the assets you want to export.
- Select Export.
Unity will then save your assets in a UNITYPACKAGE file.
How to open a UNITYPACKAGE file
You can import a UNITYPACKAGE file into Unity (multiplatform), to add the assets it contains to a Unity project. To do so, select Assets → Import Package → Custom Package. Then, navigate to and import your UNITYPACKAGE file.
If you want to extract the assets a UNITYPACKAGE file contains outside Unity, you can so do using the open-source Unity Package Extractor (Windows).