URL: https://docs.unity3d.com/ScriptReference/../Manual/adaptive-performance/../performance-memory.html
.dataLayer || []; dataLayer.push({ event: 'dataLayer-initialized', user: { user_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});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. |