質問編集履歴
2
文章の変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,7 +66,11 @@
|
|
66
66
|
|
67
67
|
### 試したこと
|
68
68
|
|
69
|
-
た
|
69
|
+
[Unityでできるみんなが知りたいカードゲーム作りの基本操作](https://tomoarch.com/2019/04/10/unity%E3%81%A7%E3%81%A7%E3%81%8D%E3%82%8B%E3%81%BF%E3%82%93%E3%81%AA%E3%81%8C%E7%9F%A5%E3%82%8A%E3%81%9F%E3%81%84%E3%82%AB%E3%83%BC%E3%83%89%E3%82%B2%E3%83%BC%E3%83%A0%E4%BD%9C%E3%82%8A%E3%81%AE/)
|
70
|
+
|
71
|
+
[Unityでポーカーを作る その1](https://mba-international.jp/201705081500/p=3919)
|
72
|
+
|
73
|
+
上記の二つを見ました。
|
70
74
|
|
71
75
|
|
72
76
|
|
1
文章の変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
{
|
56
56
|
|
57
|
-
SceneManager.LoadScene("FlipScene");
|
57
|
+
SceneManager.LoadScene("FlipScene");
|
58
58
|
|
59
59
|
}
|
60
60
|
|