#Is it possible to add a Dynamic Buffer to an entire chunk like a chunk component?

1 messages · Page 1 of 1 (latest)

vestal pendant
#

I know that you could use a chunk component with a native list or native hash map, but I'd like to have the uncomplicated ergonomics of a dynamic buffer for each chunk 🙂

zealous junco
#

Unfortunately not

#

I've run into this desire before as well

vestal pendant
zealous junco
#

I ended up just going with an unsafelist and doing a query in on destroy to clean up memory

vestal pendant
zealous junco
#

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