Unity内存优化方案集合

来源:互联网 发布:Windows命令删除文件夹 编辑:程序博客网 时间:2024/05/16 17:45

https://github.com/mc-gulu/dev-awesomenesses/blob/master/unity-gc-cheatsheet-references.md


Unity GC Cheatsheet References

  • Unity GC Cheatsheet
    • Details
    • References

官方及第三方参考 (En)

  • Unity Official (5.5) Optimizing garbage collection in Unity games
  • 2015-07-21 (Megan Hughes) Unity Garbage Collection Tips and Tricks
  • 2015-07-31 (Rich Geldreich) Lessons Learned While Fixing Memory Leaks in our First Unity Title
  • 2015-04-30 (Robert01) C# memory and performance tips for Unity
  • 2015-08-07 (Robert02) C# performance tips for Unity, part 2: structs and enums
  • 2016-01-19 Reducing memory allocations to avoid Garbage Collection
  • 2013-11-09 (Wendelin Reich) C# Memory Management for Unity Developers
    • (part 1 of 3)
    • (part 2 of 3)
    • (part 3 of 3)
    • (cn ver.) Unity开发者的C#内存管理(上篇) by 易山松
    • (cn ver.) Unity开发者的C#内存管理(中篇) by 易山松
  • (stackexchange) How should I account for the GC when building games with Unity?

侑虎 (UWA)

  • 性能优化,进无止境-内存篇(上)
  • 性能优化,进无止境---内存篇(下)
  • Unity内存优化的“填坑回忆录”

腾讯质量开放平台 (WeTest)

  • 内存是手游的硬伤——Unity游戏Mono内存管理及泄漏
  • 深入浅出再谈Unity内存泄漏
  • 手游内存占用过高?如何快速定位手游内存问题

第三方内存工具

  • dotMemory - JetBrains
  • TMM - Tencent tMem Monitor
  • ANTS Memory Profiler

知乎问答

  • unity在ios平台下内存的优化?
  • Unity游戏编程中如何避免runtime动态alloc内存?

调查和诊断过程

  • U3D项目内存优化记 by 凯丁
  • Curious Case of Slow Texture Importing, and xperf

其他

  • Unity 3D中的内存管理 by 王巍 (@onevcat)
  • U3D内存优化原则 by ywjun
  • U3d内存优化(一)之UILabel使用String的问题 by ywjun
  • U3d内存优化(二)之Dictonary by ywjun
  • 深入浅出聊优化:从Draw Calls到GC by jiadong chen
  • unity3d优化总结篇 by pizi0475

原创粉丝点击