Characters (Hannah & Steve) Hannah & Steve was created really quickly using Adobe Fuse the rigged automatically using mixamo. They turned out fantastic and can't wait to get them into VR. Importing the .FBX of them both into unity was quick and easy. Had to create a material for them & set up the animation for there idle animation to loop. Also I decided rather than do a VLOG every week I feel they will begin to get far to long as the is a lot of development happening very quickly, So instead I will do a VLOG as and when I feel its right. Teleportation & Movement This is the script I wrote in order to get continuous movement working using the joy con on the VR controller. Again help from many online documentations on Unity but the biggest help was of course YouTube primarily this video: https://youtu.be/5NRTT8Tbmoc using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.XR; using UnityEngine.XR.Interaction.Toolkit; public cl...
Comments
Post a Comment