I have a job which does a bunch of maths for projecting a velocity vector on a hit normal (among a bunch of other things)
When this job is not bursted, the logic works exactly as expected. When it is bursted, the velocity gets projected all wrong
There is a lot of code in there so it’s not clear where I should start in order to find the culprit. Does anyone know of any math functions that behave differently when bursted? Any gotchas I should know about?