Jap

  • 2013년 7월 23일
  • 2013년 5월 6일에 가입함
  • Thanks @Jap
    I placed log statements like so:

    	   Debug.Log("before");
    	    head = skeleton.skeleton.FindBone("head");
    		Debug.Log("after");

    Sure enough "before" shows up but "after" never comes. I would imagine that I am doing something wrong in the way that I am accessing the head, does anyone know the proper way to go about this? Thanks.