コード例 #1
0
#pragma warning disable 0649

    private void Awake()
    {
        S = this;
    }
コード例 #2
0
 void Awake()
 {
     // set the static variable so that other classes can easily use this class
     instance = this;
 }