KevinJardine
8 months agoStart Partner
Movement performance advice?
I have brief movement animations (5 seconds) in my TypeScript Horizon Worlds starship game and unfortunately the frame rate drops from 72 fps to 50 fps during those periods.
I'm currently using lerp to generate a position for every frame using onUpdate.
Any advice for improving movement performance?