.UNITYPACKAGE ファイル拡張子
Unity Asset Package
| 開発元 | Unity Technologies |
| 人気度 |
4.2 | 55 票 |
UNITYPACKAGEファイルとは?
A UNITYPACKAGE file is an asset package created by Unity Technologies Unity, a game development application. It contains game resource and library files, such as .ASSET, .UNITY, and .ANIM files. UNITYPACKAGE files are used to transfer game resources from one Unity project to another.
詳細情報
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.
UNITYPACKAGEファイルの開き方
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).