I'm using this code to attach a game object to hand_thumb3:
_rightHandSkeleton = _rightHand.GetComponent();
_rightBoneToTrack = _rightHandSkeleton.Bones .Where(b => b.Id ==
OVRSkeleton.BoneId.Hand_Thumb3) .SingleOrDefault();
_myGameObject.transform.S...
I have an app that is live on App Lab. I want to update the price of the
app. How do I update the price? The save changes button says I can not
make changes to a build that is already approved.Do I really have to
make another app submission to change...