質問編集履歴
3
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -63,5 +63,5 @@
|
|
63
63
|
```
|
64
64
|
|
65
65
|
```
|
66
|
-
|
66
|
+
The class named 'YAMLScript' is abstract. The script class can't be abstract!
|
67
67
|
```
|
2
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,6 +15,8 @@
|
|
15
15
|
4.YAMLScriptファイルに下記コードを記述。
|
16
16
|
|
17
17
|
```C#
|
18
|
+
using UnityEngine;
|
19
|
+
using System.Collections;
|
18
20
|
using System.IO;
|
19
21
|
using YamlDotNet;
|
20
22
|
using YamlDotNet.RepresentationModel;
|
1
修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
YamlDotNet for Unityの使い方。
|
1
|
+
YamlDotNet for Unityの使い方。
|
body
CHANGED
File without changes
|