質問編集履歴
3
gazotuika
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,7 +25,9 @@
|
|
25
25
|
Exception: System.NullReferenceException: Object reference not set to an instance of an object
|
26
26
|
at NullReferenceExceptionScene.Start () [0x00000] in Assets/Scripts/Scene/NullReferenceExceptionSample.cs:15
|
27
27
|
```
|
28
|
+
|
28
29
|

|
30
|
+
|
29
31
|
### 該当のソースコード
|
30
32
|
|
31
33
|
```c#
|
2
a
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
Exception: System.NullReferenceException: Object reference not set to an instance of an object
|
26
26
|
at NullReferenceExceptionScene.Start () [0x00000] in Assets/Scripts/Scene/NullReferenceExceptionSample.cs:15
|
27
27
|
```
|
28
|
-
|
28
|
+

|
29
29
|
### 該当のソースコード
|
30
30
|
|
31
31
|
```c#
|
1
ソースパス、行番号は、表示されませんでした。
title
CHANGED
File without changes
|
body
CHANGED
@@ -41,7 +41,7 @@
|
|
41
41
|
|
42
42
|
### 試したこと
|
43
43
|
|
44
|
-
UnityのiOSのRun in Xcode as をReleaseからDebugにしましたが
|
44
|
+
UnityのiOSのRun in Xcode as をReleaseからDebugにしましたが、ソースパス、行番号は、表示されませんでした。
|
45
45
|
|
46
46
|
### 補足情報(FW/ツールのバージョンなど)
|
47
47
|
|