예제 #1
0
		void Awake()
		{
			//Instantiate the context, passing it this instance and a 'true' for autoStartup.
			context = new SocialContext(this, true);
			context.Start ();
		}
예제 #2
0
 void Awake()
 {
     //Instantiate the context, passing it this instance
     context = new SocialContext(this);
 }
예제 #3
0
		void Awake()
		{
			//Instantiate the context, passing it this instance
			context = new SocialContext(this);
		}
예제 #4
0
 void Awake()
 {
     //Instantiate the context, passing it this instance and a 'true' for autoStartup.
     context = new SocialContext(this, true);
     context.Start();
 }