File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- # iOS 高性能模式
1
+ # iOS 高性能与高性能+模式
2
2
3
3
- [ 什么是高性能模式] ( #什么是高性能模式 )
4
4
- [ 性能提升] ( #性能提升 )
8
8
- [ 高性能模式限制] ( #高性能模式限制 )
9
9
- [ 内存限制] ( #内存限制 )
10
10
- [ 代码体积限制] ( #代码体积限制 )
11
+ - [ 什么是高性能+模式] ( #什么是高性能+模式 )
11
12
- [ QA] ( #qa )
12
13
- [ 1. 如何判别游戏否已经开启了高性能模式?] ( #1-如何判别游戏否已经开启了高性能模式 )
13
14
- [ 2. 使用高性能模式下,游戏本身是否需要做修改?] ( #2-使用高性能模式下游戏本身是否需要做修改 )
@@ -84,6 +85,10 @@ iOS 端小游戏高性能模式适用于遇到 iOS 环境运行性能不足,
84
85
85
86
** _ 上线发布时,特别建议使用[ WASM 代码分包] ( WasmSplit.md ) +[ 压缩纹理] ( CompressedTexture.md ) +[ UnityHeap] ( OptimizationMemory.md ) 预留这几种优化手段。_ **
86
87
88
+ ## 什么是高性能+模式
89
+ 高性能+模式开创新地在保留游戏独立进程的基础上将渲染重新挪回了微信进程,这使得渲染效果和渲染内存消耗都得到了改善。详细文档请查阅[ 高性能+模式] ( https://developers.weixin.qq.com/minigame/dev/guide/performance/perf-high-performance-plus.html ) 。
90
+ 特别地,建议使用WebGL2、内存压力大的游戏开启此选项。开启后请验证进程内存、渲染兼容性、帧耗时数据是否正常。
91
+
87
92
## QA
88
93
89
94
### 1. 如何判别游戏否已经开启了高性能模式?
You can’t perform that action at this time.
0 commit comments