The process.ipynb notebook file is designed to work either as an independent notebook or as part of an OGC application package. It is meant for illustrative purposes and doesn't do any "real" work.
In this tutorial we will be building a voxel Minecraft-like builder using Unity DOTS, jobs, and burst. We will start from scratch and work our way up to building basic cubes with vertex data, ...