18-01-2019, 06:46 PM
(17-01-2019, 10:50 PM)ibbybn Wrote: Great news! I think this will make many people who thought twice before buying because of console support reconsider. Unity also wrote they want to be faster than c++ when it comes out of preview so still some speed gains to come hopefully.
Can I ask what exactly made the last jump from 50-70% to this? Also converting lots of code to this right now.
Using chunk iteration API instead of mindlessly injecting stuff around made a lot of difference in performance for us. However, it felt quite dirty to use, so I hope it evolves into something less verbose.