본문 바로가기

Unity

[Unity] 유니티 메모리 관리 관련 링크들

 

[Unity] 유니티의 메모리 관리

유니티 문서를 보면 언급되는 Managed Memory란 단서에서 흔히 추측하기로 유니티가 알아서 모든 메모리를 잘 관리하고 있을 것 처럼 생각되지만 사실은 그렇지 않다는 것이 함정. 사실은 유니티 시

la-stranger.blogspot.com

 

Unity - Manual: Memory in Unity

Memory in Unity To ensure your application runs with no performance issues, it’s important to understand how Unity uses and allocates memory. This section of the documentation explains how memory works in Unity, and is intended for readers who want to un

docs.unity3d.com