float.Parse in conjunction with inpuptfield value has worked in Beta 20. But now that line gives me an error.
Has there something vital changed? Haven’t found a hint in the release notes though. Or is it a new introduced bug?
public float scalefactor=25.5f;
public InputField scalefactorinputfield;
...
scalefactor= float.Parse(scalefactorinputfield.value);
