[v.158] SimpleZone | A simple, fast and new Zone module!

Hi, i actually tried some debloating and optimization and what i found is that using LessSimpleZone’s IsBoxWithinZone method for queries, like this:


Was like,,,, really fast, I was reaching 60 fps with 9_000 individual parts in 1 zone, this checking method is only used if the total volume of all tracked items is less than the total zone volume, though I might change that depending on the performance outcomes

I also decided to just completely strip SimpleZone of the BVH and give it to LessSimpleZone instead because it was making the module alot longer and didn’t really provide much benefits (unlike LessSimpleZone which utilizes it to speed up point and box checking functions)

The newest versions are 158 and 184 for simplezone and lesssimplezone, if you have alot of really big zones you should try out LessSimpleZone and see if it fixes your performance issues