- Home /
Question by
giantkilleroverunity3d · Nov 27, 2020 at 01:35 PM ·
floatssign
float changes sign randomly
Float ZLimit = -45.0f; In Update: Debug.Log("ZLimit: " + Zlimit.ToString("F14") + "");
The console shows -45, 45, 45, -45, -45, 45. I am not adjusting the value anywhere.
Comment