Quick Start Guide

Meet a didimo

๐Ÿ“˜

Meet a didimo and See Under the Skin

  1. Install our Unity SDK by following instructions in the README.
  2. After installation - click Windowโ†’ Didimo Manager
  3. Click the link Meet a didimo to open the example scene
  4. The scene will enter playmode automatically, and the didimos will tell you a bit about themselves.

In the Meet a didimo scene - dive a little deeper and check out how this scene was put together. You'll see how we used AWS Polly for the TTS example and how we replayed an ARKit MoCap we did with Unity's Live Capture


Generate your own didimo

๐Ÿ“˜

Generate Your Own didimo and see how things work

  1. Account Creation
    1.1 Create an account in our Customer Portal to get access to the platform
    1.2. Generate a Developer Key
  2. Download and Install SDK
    2.1. Install our Unity SDK by following instructions in the README.
  3. Configuration
    3.1. After SDK installation - click Window->Didimo Manager
    3.2. Click the Networking tab
    3.3. Enter your Developer Key (From step 2)
  4. Open Sample
    4.1. From within the Didimo Manager - Open the Network Demo Scene
    4.2. In the Hierachy - select the NetworkingDemo object
    4.4. In the Inspector - click the Create didimo and Import button
    4.4. Select an image from your file system that conforms to the best practice for image capture quality

If all has gone well - you will see a progress bar on the Create didimo and Import button and a didimo will appear in the scene when it's available for download.

Have some fun with the other features available in the Inspector window that demonstrate other API functionality.

Feel free to dive into the Didimo SDK Core โ†’ Samples directory to explore and use these scripts however you like. If you haven't already, you can import them in the Package Manager, under the Didimo SDK Core package.