0312 内网下载ui优先级问题;图集加载接口调整(对比性能没什么变化);VersionConfigEx下载模式自动同步;debug登录测试appid 优化重置问题
| | |
| | | {
|
| | | spriteAtlas = spriteBundle.LoadAsset("sprites", typeof(SpriteAtlas)) as SpriteAtlas;
|
| | | }
|
| | | sprite = spriteAtlas.GetSprite(name);
|
| | | sprite = spriteAtlas?.GetSprite(name);
|
| | | if (sprite == null)
|
| | | {
|
| | | sprite = spriteBundle.LoadAsset(name, typeof(Sprite)) as Sprite;
|
| | | }
|
| | | #endif
|
| | | if (sprite == null)
|
| | | {
|
| | |
| | | "com.unity.ide.visualstudio": "2.0.22", |
| | | "com.unity.ide.vscode": "1.2.5", |
| | | "com.unity.postprocessing": "3.4.0", |
| | | "com.unity.recorder": "4.0.3", |
| | | "com.unity.test-framework": "1.1.33", |
| | | "com.unity.textmeshpro": "3.0.6", |
| | | "com.unity.timeline": "1.7.6", |
| | |
| | | }, |
| | | "url": "https://packages.unity.cn" |
| | | }, |
| | | "com.unity.recorder": { |
| | | "version": "4.0.3", |
| | | "depth": 0, |
| | | "source": "registry", |
| | | "dependencies": { |
| | | "com.unity.timeline": "1.0.0" |
| | | }, |
| | | "url": "https://packages.unity.cn" |
| | | }, |
| | | "com.unity.services.analytics": { |
| | | "version": "5.0.0", |
| | | "depth": 1, |