Nick Johnson

Results 4 comments of Nick Johnson

I'm not entirely familiar with the inner workings of Radium either, but after trying to step through some of the code in Chrome, I would say that you're probably correct.

I am AFK for the evening and didn't get a chance to try modifying the synchronizer to use `MoveTime` myself. I will give it a shot tomorrow morning though and...

Just got a chance to try it out and it seems to achieve the same effect as my looping through events externally. 🥳 Definitely a less leaky workaround. I'll defer...

I didn't need to do anything complex, no. I just made this change: ```csharp // state.Time = NormalizedTime.Value * state.Length + deltaTime * state.EffectiveSpeed; state.MoveTime(NormalizedTime.Value * state.Length + deltaTime *...