Engine
GeneralPerformance · Core
1 patcheslast touched 6mo ago▲ +3
Power trajectory
Up = buffed, down = nerfedZoom into one ability:1 abilities tracked
Filter by change type:3 types in this subject
Patch history
- ▲🛠QoLByteStream optimization
ByteStream now optimizes significantly faster, improving overall engine performance.
Optimization
- ▲🛠QoLinterpolation allocations
Reduced memory allocations during interpolation to improve stability and performance.
Optimization
- ▲🔁ReworkCommandListAction +=→struct list
Converted CommandList from Action delegates to a struct list to reduce overhead.
Optimization
- ≈🐛Bug fixUpdate time1 frame old→current
Fixed a bug where the time in Update was lagging by one frame.
Bugfix