Unity version: 2020.3.11f1c1 issue: ‘float.Parse’ reported an error on some users’ computers Error message: FormatException: Input string was not in a correct format.System.Number.ParseSingle (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) (at <695d1cc93cca45069c528c15c9fdd749>:0) System.Single.Parse (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) (at <695d1cc93cca45069c528c15c9fdd749>:0) System.Single.Parse (System.String s) (at <695d1cc93cca45069c528c15c9fdd749>:0)
Code: float val = float.Parse("0.5"); Of course, the "0.5" here is in the static data table
This problem only occurs in some players’ clients, and most players can run normally