質問編集履歴

3

修正

2016/08/26 10:56

投稿

tkshp
tkshp

スコア174

test CHANGED
File without changes
test CHANGED
@@ -128,6 +128,6 @@
128
128
 
129
129
  ```
130
130
 
131
- GameObject (named 'GameObject') references runtime script in scene file. Fixing!
131
+ The class named 'YAMLScript' is abstract. The script class can't be abstract!
132
132
 
133
133
  ```

2

修正

2016/08/26 10:56

投稿

tkshp
tkshp

スコア174

test CHANGED
File without changes
test CHANGED
@@ -31,6 +31,10 @@
31
31
 
32
32
 
33
33
  ```C#
34
+
35
+ using UnityEngine;
36
+
37
+ using System.Collections;
34
38
 
35
39
  using System.IO;
36
40
 

1

修正

2016/08/26 10:55

投稿

tkshp
tkshp

スコア174

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