I’m trying to implement the “Data-Driven Event System in Unity ECS”. But I cannot figure out how. So i write it to buffer singleton. And that will be read by mono.
Still trying to make it cleaner callbacks, and is that efficient? The code works fine though. Any thoughts?