Asset Bundle Browser 学习

摘要:
https://docs.unity3d.com/2018.4/Documentation/Manual/com.unity.assetbundlebrowser.htmlhttps://docs.unity3d.com/Packages/com.unity.assetbundlebrowser@1.7/manual/index.htmlUsage-ConfigureUsage-BuildUsag

https://docs.unity3d.com/2018.4/Documentation/Manual/com.unity.assetbundlebrowser.html

https://docs.unity3d.com/Packages/com.unity.assetbundlebrowser@1.7/manual/index.html

Usage - Configure

Usage - Build

Usage - Inspect

Usage - Configure

Asset Bundle Browser 学习第1张

Asset Bundle Browser 学习第2张

Asset Bundle Browser 学习第3张

Bundle List

If a bundle has at least one scene in it (making it a scene bundle) and non-scene assets explicity included, it will be marked as having an error. This bundle will not build until fixed.

Bundles with duplicated assets will be marked with a waring

Icons indicate if the bundle is a standard or a scene bundle

Asset Bundle Browser 学习第4张

Bundle Details

  • Total bundle size. This is a sum of the on-disk size of all assets
  • Bundles that the current bundle depends on
  • Any messages (error/warning/info) associated with the current bundle  

Asset List

Available functionality:

  • View all assets anticipated to be included in then bundle.
  • View assets explicitly included in bundle. These are assets that have been assigned a bundle explicitly. The inspector will reflect the bundle inclusion, and in this view they will say the bundle name next to the asset name
  • View assets implicitly included in bundle. These assets will say auto as the name of the bundle next to the asset name. If looking at these assets in the inspector they will say None as the assigned bundle

Asset Details  

Usage - Build

Append Hash - Append the hash to the asset bundle name

Usage - Inspect

Asset Bundle Browser 学习第5张

Preaload Table:  Talbe of objects that need to be pulled from the bundle by the preload manager when a specific asset is loaded from the bundle

Main Asset:  AssetInfo for the main asset. Has no associated name

免责声明:文章转载自《Asset Bundle Browser 学习》仅用于学习参考。如对内容有疑问,请及时联系本站处理。

上篇C# SQLLiteGeo-localization论文阅读list1下篇

宿迁高防,2C2G15M,22元/月;香港BGP,2C5G5M,25元/月 雨云优惠码:MjYwNzM=

随便看看

Mock 基本使用

特殊的格式,例如IP,随机数,图片,地址,需要去收集二、mock优点1、前后端分离让前端工程师独立于后端进行开发。表示需要拦截的Ajax请求类型。表示数据模板,可以是对象或字符串。表示用于生成响应数据的函数。...

POI操作word和html相互转化

下面是里两个类:第一个类是html转为word,第二个是word转html(最下面附上jar包下载链接)packagecom.wz.poi.wordHtml;/***2018/4/24*@authorAdministrator**/importjava.io.BufferedReader;importjava.io.ByteArrayInputStream;...

TortoiseGit安装、配置(Git 小乌龟安装)

然后关闭5ToroiseGit。以克隆验证中心项目为例,验证TortoiseGit配置是否正确。注意:在克隆代码之前,请确保您具有相关的项目代码权限。如果您没有权限,请具有主权限的同事帮助您分配登录gitlab的权限,在本地目标下载目录中获取SSH链接地址,右键单击--˃TortoiseGit--˃克隆,然后将SSH链接地址粘贴到URL,单击“确定”确认项目...

Idea常用插件整合

官方网站:https://plugins.jetbrains.com/plugin/228-sql-query-plugin6.IdeaVim基于IntelliJ的Vim仿真插件。注意:如果打开WebInspector,那么CSS/JavaScript同步和元素高亮显示不起作用“pluginisdebuggingthistab”信息栏的可用性问题官方网站:h...

sqlmap 安装使用

Id=1“”8)从配置文件加载攻击目标,并使用参数“-c”指定配置文件。Sqlmap将解析配置文件并根据配置文件的配置执行操作。sqlmap conf文件的安装目录中有一个名为sqlmap的文件,它是配置文件的模板。Id=1“--当前用户#列出数据库sqlmap.py u的所有用户”http://192.168.12.157:30336/#/login?...

sql server 日志软件过大设置办法

在使用sqlserver的过程中,sql日志文件的大小将随着其增长而受到限制。1.找到相应的库--˃属性--˃恢复模式,并将其更改为简单模式。2.选择库--˃任务--˃收缩--˃文件。3.选择日志文件收缩或数据库文件收缩。删除命令后占用的空间将在此处释放。数据库ldf文件的占用空间将更改为设置的空间大小。...