Improvement to materials & classes #335
Labels
enhancement
Improvements to already existing features
help wanted
Help wanted with a bug/feature, may require some degree of knowledge in order to finish it
Come one, come all, here's a small idea that could help fix a few issues with stability and performance
Preface
Every time a blob is made, It get's given 1 unique id (which is never removed), server has to tell the client its been made, sync everything, clients need to check that it's built all scripts, calculate cshape shittery and much more.
Creating a new blob is expensive, and we should be limiting how often we do it
Issues we have are:
Possible solution
Create a 'blob buffer', by this I mean:
This solves a few things:
Stuff to note:
The text was updated successfully, but these errors were encountered: