SkillAgentSearch skills...

BurstUtilities

Datatypes and utilities for working with Unity's Burst compiler. Eases implementation of more complex multithreaded algorithms and simplifies usage of coroutines with unsafe Burst jobs. For advanced users, exposes many unsafe features.

Install / Use

/learn @Calandiel/BurstUtilities
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Deprecation notice

This library was developed for use with Unity's Burst Compiler. At the time of writing, there were no libraries for many basic functionalities, such as lists or dictionaries without built-in references that would make them impossible to nest, as per Burst's limitations on C#. However, they've been since reimplemented by Unity. I'd suggest using their versions as they're actively supported. Look for them in the Unity.Collections package, in the LowLevel namespace.

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks0

Languages

C#

Security Score

75/100

Audited on Mar 28, 2025

No findings