質問編集履歴
1
スクリプトを見やすくしました。
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -10,13 +10,10 @@
|
|
|
10
10
|
NullReferenceException: Object reference not set to an instance of an object
|
|
11
11
|
Plot.Start () (at Assets/Plot.cs:17)
|
|
12
12
|
|
|
13
|
+
```
|
|
13
14
|
|
|
14
|
-
|
|
15
15
|
### 該当のソースコード
|
|
16
|
-
|
|
17
16
|
```
|
|
18
|
-
C#
|
|
19
|
-
|
|
20
17
|
using System.Collections.Generic;
|
|
21
18
|
using System.IO;
|
|
22
19
|
using UnityEngine;
|
|
@@ -53,6 +50,7 @@
|
|
|
53
50
|
}
|
|
54
51
|
```
|
|
55
52
|
|
|
53
|
+
|
|
56
54
|
### 試したこと
|
|
57
55
|
|
|
58
56
|
このサイトに記載されていた三次元座標をプロットする方法を真似してやってみたのですが、自分自身でエラーが解決できませんでした。
|