#Is it possible to add a Dynamic Buffer to an entire chunk like a chunk component?
1 messages · Page 1 of 1 (latest)
You don't happen to plan to extend your package with this feature? 😆
I ended up just going with an unsafelist and doing a query in on destroy to clean up memory
Why not use NativeList? did you nest the list?
Can't imagine how I could do this without editing package unfortunately
Safety breaks
And can't access it in jobs
Actually thinking about it, there is an above 0% chance I could get this to work without package modification
But yeah I don't have time to look at this atm