teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

修正

2016/08/26 10:56

投稿

tkshp
tkshp

スコア174

title CHANGED
File without changes
body CHANGED
@@ -63,5 +63,5 @@
63
63
  ```
64
64
 
65
65
  ```
66
- GameObject (named 'GameObject') references runtime script in scene file. Fixing!
66
+ The class named 'YAMLScript' is abstract. The script class can't be abstract!
67
67
  ```

2

修正

2016/08/26 10:56

投稿

tkshp
tkshp

スコア174

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

修正

2016/08/26 10:55

投稿

tkshp
tkshp

スコア174

title CHANGED
@@ -1,1 +1,1 @@
1
- YamlDotNet for Unityの使い方。a
1
+ YamlDotNet for Unityの使い方。
body CHANGED
File without changes