ComputeEx is a code package to show you how to properly execute Burst Jobs along with Compute Shaders.The demo scene materials were created with URP, but the code itself is relevant to all rendering pipelines.We will demonstrate for you how to manage Native Containers along with any combination of Burst Job and Shader while also showing you the common pitfalls developers fall into which lead to error cases.The examples include everything from managed memory Get/SetData, NativeArrays, Job and Compute mixing and finally an advanced compute only example.The package is based around a simple extensible compute manager that simplifies compute setup and execution for you.Managed Compute accessNativeArray with GetDataNativeArray with RequestIntoNativeArrayJob with Compute errorsCorrect way to do mixed Jobs/Compute executesAdvanced Compute example