Search Unity

How to create custom arm models?

Discussion in 'Daydream' started by wojwen, Sep 29, 2017.

  1. wojwen

    wojwen

    Guest

    So I downloaded the Elements app and designed an Arm Model that would be the most suitable for my game. Unfortunately the only thing I can find in Unity is GvrArmModel script and it exposes only a few of the parameters that were available in the app. Is there any way I can add my custom Arm Model?
     
  2. dsternfeld

    dsternfeld

    Official Google Employee

    Joined:
    Jan 3, 2017
    Posts:
    72
    Daydream Elements is an open source project, so you can download the unityPackage for it from here. The documentation for the custom arm models is here.

    You can choose to import all of Daydream Elements into your project, or just the folders DaydreamElements/Common and DaydreamElements/Elements/ArmModels from the unityPackage.

    Once you've imported it, you can use the ElementsArmModel script as a replacement for the GvrArmModel script which has the functionality you are looking for.

    Thanks,

    Dan
     
    wojwen likes this.
  3. wojwen

    wojwen

    Guest

    Wow, that's great! What about other assets available in this package? Can I use them in my game, or is it just for experimenting?

    Thanks,
    Wojtek
     
    dsternfeld likes this.
  4. dsternfeld

    dsternfeld

    Official Google Employee

    Joined:
    Jan 3, 2017
    Posts:
    72
    I'm glad it's helping you! You may use anything you want in your game.

    Thanks,

    Dan
     
    wojwen likes this.