Optimization
Memory in Unity introduction

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


Did you find this page useful? Please give it a rating:

  • Optimization
    Memory in Unity introduction