15/05/13 02:15:14.39 fTNryTpc.net
>>428さん >>429さん ご返答ありがとうございます。
URLリンク(answers.unity3d.com)
の下の方の
Cooldown クラスを使ったものです。(using UnityEngine.UI; は足しました。)
すると
Assets/03_Script/01_Counter/Cooldown.cs(22,45): error CS1061:
Type `Button' does not contain a definition for `interactable' and no extension
method `interactable' of type `Button' could be found (are you missing a using directive or an assembly reference?)
というエラーメッセが出ます。
used.GetComponent<Button>().interactable = true;
が該当行になります。
エラーが出ているのでオブジェクトに添付できないのですが
このような結果となりました。
宜しくお願い致します。