Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

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

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

  1. APSchmidt

    APSchmidt

    Joined:
    Aug 8, 2016
    Posts:
    4,322
    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: