Unity uses Asset Studio to view the resources in the apk package

After unity is packaged, we want to view the pictures, audio and other resources in the package. At this time, we can use Asset Studio (it used to be called Unity Studio, and the old software is no longer available)

Note: Size in the interface is in bytes (bytes, B)

The interface is as shown below

How to use: Unzip the apk using zip,

  1. Click File->load Floder->assets->bin->Data in the package, just open the Data folder, and don’t let the Data subfolder get the focus.
  2. If you want to view the specified ab package, you can also go to File->load File->select the ab package.

Go to Github to download

Releases · Perfare/AssetStudio · GitHub https://github.com/Perfare/AssetStudio/releases

UnityStudio, AssetStudio Plugin-Unity3D Document Resources-CSDN DownloadUse AssetStudio to view the resources, pictures, shaders, audio, etc. in the Apk package released by Unity. For more download resources and learning materials, please visit the CSDN download channel. https://download.csdn.net/download/Ling_SevoL_Y/85065127

Guess you like

Origin blog.csdn.net/Ling_SevoL_Y/article/details/123909052