Unity AssetBundle(2):工具UnityStud

作者: 云木unity | 来源:发表于2018-02-06 11:56 被阅读202次

    一、UnityStudio

    作用有两个:

    1. 查看AssetBundle内资源【File->LoadFile】
    2. 提取AssetBundle内资源【Export】

    下载地址:

    1. UnityStudio releases地址: Perfare/UnityStudio
    2. UnityStudio源码
    UnityStudio release exe地址.png

    下载解压后执行Unity Studio.exe:

    UnityStudio主界面.png

    点击菜单file中的Load file,选择一个AssetBundle,在Asset List可以看到ab包内所有资源,包括纹理、shader、音频,在Scene Hierarchy中可以看到树状结构(Prefab)。

    UnityStudio AB AssetList.png

    UnityStudio集成到了我的一个github项目中,内含打包好的AssetBundle,可以看看效果。
    在AssetBundlePro\Plugin\Unity.Studio.x64.v0.9.0目录下:github:GeWenL/AssetBundlePro

    二、其它类似工具

    1. disunity
    2. UnityAssetsExplorer

    这几个工具在 雨松MOMO的博客 Unity3D研究院之提取游戏资源的三个工具支持Unity5(八十四)中有介绍

    相关文章

    1. Unity AssetBundle(1):Assets打包和依赖(Dependencies)理解
    2. Unity AssetBundle(3):图集Atlas与AB包

    相关文章

      网友评论

        本文标题:Unity AssetBundle(2):工具UnityStud

        本文链接:https://www.haomeiwen.com/subject/mbqgzxtx.html