Commit Graph

867 Commits

Author SHA1 Message Date
hevinci
21b1e5bee7 Update LICENSE.md 2023-04-20 21:22:27 +08:00
hevinci
c02eeef846 update edtior code
增加home page菜单栏
2023-04-20 21:22:19 +08:00
hevinci
e84e50708b update asset bundle builder
增加对WEBGL平台加密选项的检测。
2023-04-20 17:56:21 +08:00
hevinci
1471ca06f3 Update CHANGELOG.md 1.4.11 2023-04-14 16:53:38 +08:00
hevinci
60b04c19dc Update package.json 2023-04-14 16:53:27 +08:00
hevinci
4490c99eee update samples 2023-04-14 16:43:27 +08:00
hevinci
9a84cdef9f fix #48
优化了场景卸载机制,在切换场景的时候不在主动卸载资源。
2023-04-14 16:42:43 +08:00
hevinci
62bbf110fb fix #83
修复了资源收集界面Package列表没有实时刷新的问题。
2023-04-14 15:34:25 +08:00
hevinci
fd282d96d1 fix #97
修复着色器变种收集配置无法保存的问题。
2023-04-14 15:21:26 +08:00
hevinci
4e4da4440b update asset system 2023-04-13 17:36:58 +08:00
hevinci
5651d6dd9d update properties
增加
[assembly: InternalsVisibleTo("YooAsset.EditorExtension")]
[assembly: InternalsVisibleTo("YooAsset.RuntimeExtension")]
2023-04-13 17:04:46 +08:00
hevinci
e0499993a4 Update README.md 2023-04-08 17:18:40 +08:00
hevinci
5c59cfe983 delete docs 2023-04-08 17:17:07 +08:00
hevinci
396ec7121c Update CHANGELOG.md 1.4.10 2023-04-08 11:18:36 +08:00
hevinci
e403c80d51 Update package.json 2023-04-08 11:18:30 +08:00
hevinci
aac315826e update asset bundle collector
修复了通过代码途径导入XML配置的报错问题。
2023-04-07 16:07:24 +08:00
hevinci
567c34d4d1 fix #95
修复了原生文件不支持ini格式文件的问题。
2023-04-06 16:32:50 +08:00
hevinci
896681df87 update asset system
修复了资源文件路径无效导致异常的问题。
2023-04-06 16:15:25 +08:00
hevinci
e278883958 update docs 2023-03-30 17:41:42 +08:00
hevinci
0d57565cae Update CHANGELOG.md 1.4.9 2023-03-29 19:05:04 +08:00
hevinci
513c71398d Update package.json 2023-03-29 19:03:07 +08:00
hevinci
a22c80a199 update package system 2023-03-29 18:14:39 +08:00
hevinci
16e3001e51 update editor code
调试窗口和报告窗口增加分屏功能。
2023-03-29 17:10:56 +08:00
hevinci
3943850bc1 update AssetBundleBuilder
调整构建的输出目录结构。
2023-03-29 12:19:31 +08:00
hevinci
4fc41a449e Merge branch 'main' of https://github.com/tuyoogame/YooAsset 2023-03-27 17:54:25 +08:00
hevinci
f945508625 Update README.md 2023-03-27 17:54:19 +08:00
何冠峰
beaa77832c Merge pull request #86 from LiuOcean/main
update UniTask tutorial doc
2023-03-27 09:57:29 +08:00
L
d0480edda6 update UniTask tutorial doc 2023-03-25 14:16:51 +08:00
hevinci
de43495af5 update asset system
编辑器模拟模式增加虚拟资源包
2023-03-24 18:33:36 +08:00
hevinci
c60cc1e84f update asset system
新增了初始化参数LoadingMaxTimeSlice
移除了参数AssetLoadingMaxNumber
2023-03-24 17:01:35 +08:00
hevinci
82c83fcdf7 update operation system 2023-03-24 16:59:28 +08:00
hevinci
19221480a0 update asset bundle collector
导入时检测xml配置错误。
2023-03-24 16:25:45 +08:00
hevinci
290e139346 update asset bundle collector
增加了AddressByFilePath规则类
2023-03-24 16:13:39 +08:00
hevinci
923b0751e5 update asset system
扩展了Instantiate方法
2023-03-24 16:07:30 +08:00
hevinci
334b96f90e update samples 2023-03-22 19:00:58 +08:00
hevinci
7ae8a6c247 update patch system 2023-03-22 19:00:52 +08:00
hevinci
18830544a6 update samples 2023-03-22 18:58:46 +08:00
hevinci
37cab30ed7 update patch system 2023-03-22 18:58:35 +08:00
hevinci
91fe51d10a update patch system
UpdatePackageManifestOperation增加新方法FlushManifestVersionFile()
2023-03-22 18:48:52 +08:00
hevinci
027ae02aa0 update asset system
增加了下载失败尝试次数的初始化参数
2023-03-22 17:14:58 +08:00
hevinci
49e0d9729d Update FAQ.md 2023-03-22 09:44:36 +08:00
hevinci
15c667b043 update samples 2023-03-22 09:44:25 +08:00
hevinci
4820d2a54a update properties 2023-03-22 09:44:18 +08:00
hevinci
58a40ad1d1 update asset bundle builder 2023-03-22 09:43:28 +08:00
hevinci
1877a373d6 Merge branch 'main' of https://github.com/tuyoogame/YooAsset 2023-03-21 19:35:03 +08:00
hevinci
192b60f037 update asset bundle collector
修复了GroupActiveRule保存无效的问题。
2023-03-21 19:35:01 +08:00
hevinci
c40224b454 update asset bundle builder 2023-03-21 19:34:00 +08:00
何冠峰
6508bf6851 Merge pull request #82 from LiuOcean/main
Update CodeTutorial4.md file
2023-03-21 12:42:52 +08:00
L
96b8ced64f Update CodeTutorial4.md file 2023-03-17 11:56:10 +08:00
hevinci
254da59b7a update asset bundle builder 2023-03-14 16:12:48 +08:00