예제 #1
0
 void MakeInstance()
 {
     if (instance == null)
     {
         instance = this;
     }
 }
예제 #2
0
    /**Shares a screenshot of the current screen to whichever platform the user chooses
    **/
    public void Share()
    {
        ShareScript sharescript = GameObject.Find("ShareHandler").GetComponent <ShareScript>();

        sharescript.Share();
    }