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.

Bug Cant set values like 1.85 in float fields (editor)

Discussion in '2020.1 Beta' started by Crystalline, Mar 23, 2020.

  1. Crystalline

    Crystalline

    Joined:
    Sep 11, 2013
    Posts:
    151
    I try to change a float value from 1.8 to 1.85, and it resets back to 1.8. If I type 1.9 its fine, but if i try 1.95 it goes back to 1.9.
     
  2. APSchmidt

    APSchmidt

    Joined:
    Aug 8, 2016
    Posts:
    4,322
    What kind of float values? Where?
     
  3. Crystalline

    Crystalline

    Joined:
    Sep 11, 2013
    Posts:
    151
    Like when you create a script with a public float variable. But, for some reason now it works normally. Apparently sometimes the editor needs to be restarted because some things get a bit messy.