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=

随便看看

您的硬件设置已被更改,请重新启动计算机,使更改生效

在Win7旗舰系统上,出现“您的硬件设置已更改,请重新启动计算机以使更改生效”。开机后将弹出“您的硬件设置已更改,请重新启动计算机”窗口。不要关闭它。打开任务管理器,右键单击以转到进程,查看其中是否有正在运行的进程。进程名称为:atieclxx.exe右键单击进程打开文件的位置。将此程序移出原始文件夹(最好是另一个磁盘),然后重新启动计算机。...

20、EVE-NG华丽登场Openstack镜像,体验私有云!

EVE-NG华丽登场Openstack镜像,体验私有云!为了推动Cloud技术在国内更快速的发展,本人决定为EVE-NG定制一个Openstack私有云系统的镜像,来提升工程师个人的技术实力,横向拓宽技术知识面,以应对IT技术高速迭代,快速发展的现状。当然,您可以将Openstack设备连接到其他拓补中,但设备所在的网络必须是10.0.0.0/24,并且网关...

使用事务和SqlBulkCopy批量插入数据

类似与MicrosoftSQLServer包中名为bcp的命令行应用程序。但是使用SqlBulkCopy类可以编写托管代码解决方案,性能上优于bcp命令行应用程序,更优于如Insert方式向SQLServer表加载大量数据。SqlBulkCopy可以应用到大批量数据的转移上,而不管数据源是什么。之前在做winform开发的时候,发现当datagridview...

Python之路

Python之路引子与其感慨路难行,不如马上出发PythonPython之路(一):初识Python之路(二):基本数据类型(上)Python之路(三):基本数据类型(下)Python之路(四):函数介绍及使用Python之路(五):内置函数Python之路(六):迭代器,装饰器,生成器Python之路(七):字符串处理Python之路(八):基础模块(一)...

sqlite3 数据类型 批量插入

SQLite3采用动态数据类型。存储值的数据类型与值本身相关,而不是由其字段类型决定。SQLite3的动态数据类型可以向后兼容其他数据库常用的静态类型,这意味着在使用静态数据类型的数据库中使用的数据表也可以在SQLite3中使用。在SQLite2数据库中,除了声明为主键的INTEGER列外,任何列都可以存储属于任何存储类型的值。...

java android 读写西门子PLC数据,包含S7协议和Fetch/Write协议,s7支持200smart,300PLC,1200PLC,1500PLC

主要用于西门子PLC的M、Q、I、DB块的数据读写。该组件支持快速建立高性能Modbus TCP终端。对于日志记录,暂时只保留接口。具体来说,您可以为该组件支持的西门子通信实现两种协议。一种是S7协议,它几乎不需要PLC侧的参数配置。另一个是Fetch/Write协议,它有点麻烦。如果S7不方便阅读,您可以选择“获取/写入”。S7更方便。...