Search Unity

Question Animations for vr

Discussion in 'VR' started by ItsOmga, Nov 17, 2020.

  1. ItsOmga

    ItsOmga

    Joined:
    Jul 21, 2020
    Posts:
    1
    Hey! Im making a RPG vr game but can someone help me I want to do animations for picking up a weapon in vr I have a rigged model and everything just having trouble figuring out how to apply the animations. (Unity 2020.1.4f1)
     
  2. Anmll

    Anmll

    Joined:
    Jan 22, 2021
    Posts:
    6
    I would love to but I dont know how to make games on vr
     
  3. MDADigital

    MDADigital

    Joined:
    Apr 18, 2020
    Posts:
    2,198
    If its an NPC the method is same as for flat screen games. If its the player and you don't have a first person avatar and are not multpilayer you just need to animate the hand gripping items. You can have scriptable objects that describe the position of the hand relative to the item and rotation of the finger bones.

    If you need multiplayer or first person arms and or body you need to use IK. FinalK has a out of the box solution called VRIK.