Version: Unity 6.0 (6000.0)
언어 : 한국어
최적화
Unity에서 메모리

Memory in Unity

To ensure your application runs with no performance issues, it’s important to understand how Unity uses and allocates memory.

Topic Description
Memory in Unity introduction Understand the different ways that Unity manages memory.
Managed memory Automatically manage the release and allocation of memory in your application.
Native memory Understand how Unity controls memory in its native C++ layer.
C# unmanaged memory Control how memory is allocated to native containers.

Additional resources

최적화
Unity에서 메모리