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. |