public Text time;
private float T;
(time.text にはアプリ起動からの経過時間がUpdaeされてます)
としたときに
T = float.Parse(time.text);
とすることはできないのでしょうか?
FormatException: Input string was not in a correct format.
System.Number.ParseSingle (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) (at <fb001e01371b4adca20013e0ac763896>:0)
System.Single.Parse (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) (at <fb001e01371b4adca20013e0ac763896>:0)
System.Single.Parse (System.String s) (at <fb001e01371b4adca20013e0ac763896>:0)
show.Update () (at Assets/show.cs:31)
とエラー文が出てきます。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/11/21 10:17
2020/11/21 10:28
2020/11/21 10:29
2020/11/21 10:56
2020/11/21 11:07
2020/11/21 11:31
2020/11/21 11:32