系统唯一的初始化接口,为更好的兼容 WebGL,初始化内部采用异步实现,对业务层使用输入的 Callback 函数 OnSucces 和 OnError 进行状态返回 Assets.LoadScene/Assets.UnloadScene 主要用来对 Buildin 和 AssetBundle 中的场景进行加载(同步/异步)和卸载。此外,对于场景的卸载,还可以通过调用加载时返回的 SceneAsset 对象...
xasset 致力于让 Unity 程序快速交付。 官网:https://xasset.pro 文档:https://xasset.pro/docs/getstarted 示例:https://xasset.pro/example 注:示例使用 WebGL 运行,部分功能可能无法使用。 xasset 提供了以下这些出色的特性让 Unity 程序更快更好的打包、发布和运行: ...
本地资源服务器(使用ET自带的Web资源服务器即可) 运行时类库(非常简单的接口使用,完全不需要关心资源管理) 打包工具 xasset打包流程分ApplyRule(配置打包规则),BuildRule(自动分析依赖关系,优化资源冗余,解决资源冲突),BuildBundle(出包)三步走,具体内容可参照上文链接 本地资源服务器 这一块是ET的内容,事实上我们只...
出现原因 我在build游戏时发现没有安装WebGLbuild工具,安装的同时在buildPC版,unity崩了,我强退。 解决方法 此项目里的内容已损坏,GG,新建个项目,导入资源包。可能是出BUG了,发现从unity中open还是打不开。 show in explorer,从资源管理器中打开,成功。
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Solutions By company size Enterprises Small and medium teams Startups Nonprofits By use case DevSecOps DevOps CI/CD View all use cases By industry Healthcare Financial services Manufacturing Government View all industries View all solutions Resources Topics AI DevOps Security Software...
- [veboys](https://github.com/veboys): v1 WEBGL兼容性支持 - [woshihuo12](https://github.com/woshihuo12): v1 修正编辑器下assetbundle模式报错的问题 - [CatImmortal](https://github.com/CatImmortal): v2 WebAsset底层支持UnityWebRequest - [ZhangDi](https://github.com/ZhangDi2018): ...
request.handler = Assets.IsWebGLPlatform ? new DownloadHandlerUWR(request) : CreateHandler(request); Cache[content.url] = request; }request.content = content; request.SendRequest(); request.handler = Assets.IsWebGLPlatform ? new DownloadHandlerUWR(request) ...
系统唯一的初始化接口,为更好的兼容 WebGL,初始化内部采用异步实现,对业务层使用输入的 Callback 函数 OnSucces 和 OnError 进行状态返回 Assets.LoadScene/Assets.UnloadScene 主要用来对 Buildin 和 AssetBundle 中的场景进行加载(同步/异步)和卸载。此外,对于场景的卸载,还可以通过调用加载时返回的 SceneAsset 对象...
xasset 致力于让 Unity 程序快速交付。 官网:https://xasset.pro 文档:https://xasset.pro/docs/getstarted 示例:https://xasset.pro/example 注:示例使用 WebGL 运行,部分功能可能无法使用。 xasset 提供了以下这些出色的特性让 Unity 程序更快更好的打包、发布和运行: ...