Version: Unity 6 (6000.0)
Language : English
Optimizing arrays
Native memory introduction

Native memory

The Unity engine’s internal C/C++ core has its own memory management system, which is referred to as native memory. In most situations, you can’t directly access or modify this memory type, but you can customize some of the memory allocators.

Topic Description
Native memory introduction Understand how Unity’s internal processes use memory.
Native memory allocators Understand the different types of allocators Unity uses to allocate memory.
Customizing native memory allocators Customize the allocator types with the Editor or command line.
Native memory allocators reference Reference for native memory allocator settings
Native memory allocator examples Refer to these native memory allocator examples for common issues.

Additional resources

Optimizing arrays
Native memory introduction