質問編集履歴
1
エラー内容の追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,8 +22,15 @@
|
|
22
22
|
と下記のエラーが出ます。
|
23
23
|
|
24
24
|
```ここに言語を入力
|
25
|
-
ArgumentOutOfRangeException: Length cannot be less than zero.
|
25
|
+
ArgumentOutOfRangeException: Length cannot be less than zero.
|
26
|
+
Parameter name: length
|
26
|
-
System.String.Substring (System.Int32 startIndex, System.Int32 length)
|
27
|
+
System.String.Substring (System.Int32 startIndex, System.Int32 length)
|
28
|
+
(at <ac823e2bb42b41bda67924a45a0173c3>:0)
|
29
|
+
TextExtension.SetTextWithEllipsis (UnityEngine.UI.Text textComponent, System.String value)
|
30
|
+
(at Assets/Scripts/TextExtension.cs:19)
|
31
|
+
ScrollController3.voiceOpen (System.Int32 indexNo, System.Int32 indexItemNo)
|
32
|
+
(at Assets/Scripts/ScrollController3.cs:119)
|
33
|
+
ScrollController3.Start () (at Assets/Scripts/ScrollController3.cs:48)
|
27
34
|
```
|
28
35
|
|
29
36
|
```ここに言語を入力
|