Unity中的内存管理和垃圾回收 Unity Manual: Understanding Automatic Memory Management Gamasutra: C# Memory Management for Unity Developers by Wendelin Reich Gamasutra: C# memory and performance tips for Unity by Robert Zubek Gamasutra: Reducing memory allocations to avoid Garbage Collection on Unity by Grhyll JDD Gamasutra: Unity Garbage Collection Tips and Tricks by Megan Hughes
装箱 MSDN: Boxing and Unboxing (C# Programming Guide)
对象池 Unity Learn: Object Pooling Tutorial Wikipedia: Object Pool Pattern
字符串
Best Practices for Comparing Strings in .NET