Пример #1
0
 void Start()
 {
     theta = new Theta(GetComponent <MJStreamingPlayer> ());
     StartCoroutine(theta.StartThetaSession(this));
 }