Dirtbikercj added a new file:
QuoteREQUIRES UnityToolKit
A collection of performance improvements I'm working on. I will update and include other fixes and improvements I make as I optimize things. This will likely not be compatible with SAIN or any other AI mod once updated. If or when they get updated I will try and make changes where appropriate.
Fixes:
- The stutter on bot death (one of the most egregious issues with the 3.10 client)
Todo:
- Attempt to thread path finding logic, this eats about 6-12ms per call to each method and can be potentially multi-threaded.
- Attempt to thread bot spawning, this should address stutters on bot spawn.
- Random fixes of broken code I come across while doing other things.