
Unity Collections Package | Collections | 1.0.0-pre.6
Unity Collections Package This package provides unmanaged data structures that can be used in jobs and Burst-compiled code. The collections provided by this package fall into three categories:
needle-mirror/com.unity.collections - GitHub
The items in this package build upon the NativeArray, NativeSlice, and other members of the Unity.Collections namespace, which Unity includes in the core module.
How to Choose and Manage Collections for Performance in Unity
Unity native collections are the foundation of Unity's high-performance programming stack. They eliminate garbage collection entirely, enable true multithreading through the Job System, and …
Unity Collections Package | Collections | 0.15.0-preview.21
The items in this package build upon the NativeArray, NativeSlice, and other members of the Unity.Collections namespace, which Unity includes in the core module.
Unity.Collections cheat sheet - GitHub
The collections provided by this package fall into three categories: The collection types in Unity.Collections whose names start with Native- have safety checks for ensuring that they're …
Unity - Manual: Collections
A C# collections library providing data structures that can be used in jobs, and optimized by Burst compiler. Package version 1.2.4 is released for Unity Editor version 2023.2. Copyright © 2024 …
Collections overview | Collections | 2.2.0 - Unity
Collection types which have safety checks that make sure that Unity properly disposes of the type, and you use them in a thread-safe way. These types are in the Unity.Collections namespace …
Releases · needle-mirror/com.unity.collections
A C# collections library providing data structures that can be used in jobs, and optimized by Burst compiler. 📦 [Mirrored from UPM, not affiliated with Unity Technologies.]
Unity - Manual: Collections
A C# collections library providing data structures that can be used in jobs, and optimized by Burst compiler. Package version 2.6.3 is released for Unity Editor version 2022.3. Copyright © 2025 …
Unity Collections Package | Package Manager UI website
The items in this package build upon the NativeArray, NativeSlice, and other members of the Unity.Collections namespace, which Unity includes in the core module.