you are viewing a single comment's thread
view the rest of the comments
[–] 19 points 2 years ago (1 child)

They used Time.deltatime in FixedUpdate.

To be fair Unity knows this is going to happen and returns Time.fixedDeltaTime to keep things working properly.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 19 points 2 years ago

    But they could stop that internal call and directly use Time.fixeddeltatime instead. Any person that knows how to use Unity knows to not mix the two. Which is my point.

    Gearbox likely has experience with Unreal only, and have no idea what they're doin gwith Unity. Or at least, the team they put on RoR2.

  • source
  • parent