Skip to content

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.

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

Calandiel/BurstUtilities

Repository files navigation

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.

About

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.

Topics

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages