質問編集履歴

1

コード部分を変更

2018/05/22 03:34

投稿

Buront
Buront

スコア13

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  調べた所 
4
4
 
5
- ```MonoBehaviour.enable =false;```
5
+ ```GetComponent<スクリプト名>().enable =false;```
6
6
 
7
7
  とした場合、その後にTrueにしてもUpdateは無効になる事が判明しました。
8
8