Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

2020.1.0a12 - weird problem with speed not applying properly in editor

Discussion in '2020.1 Beta' started by Deleted User, Nov 10, 2019.

  1. Deleted User

    Deleted User

    Guest

    Okay, I hope my explanation will be understandable.

    My player moves at a certain speed set by script; 10 in this case.

    When I build the game and play it the speed as it is rendered in the editor and the speed in the built game are not the same, the one in the built game is a lot faster than it is in editor.

    I think the editor has got it wrong as the speed feels more accurate in the built game.

    How to reproduce?
    • add a script that make the player move at a certain speed,
    • test it in the editor,
    • built the game,
    • compare.
    That's about all I can say. :confused: