Skip to content

Commit 221d8d6

Browse files
authored
Update OptimizationMemory.md
修改内存优化建议步骤
1 parent 771f22a commit 221d8d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Design/OptimizationMemory.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,8 @@ UnityHeap = max(托管/Mono内存) + max(Native/Reserved内存 + C原生代码
184184
- 3. 尽量强制使用单声道音频,双声道会产生2倍内存消耗
185185

186186
### 4.6 其他常见优化手段
187-
- [Unity加载和内存管理](https://zentia.github.io/2018/04/11/AssetBundle/)
188187
- [性能优化,进无止境-内存篇(上)](https://blog.uwa4d.com/archives/optimzation_memory_1.html)
189188
- [性能优化,进无止境-内存篇(下)](https://blog.uwa4d.com/archives/optimzation_memory_2.html)
190-
- [全面理解Unity加载和内存管理](https://gameinstitute.qq.com/community/detail/100741)
191189

192190

193191
## 五、QA

0 commit comments

Comments
 (0)