HOW TO: Get udSDK Samples working

HOW TO: Get udSDK Samples working

Getting udSDK Samples working

Before proceeding, make sure you completed the setup prerequisites for udSDK

Clone the udSDKSamples repository

Windows

  1. Open a Git Bash terminal
  2. Execute the following command:
    1. git clone https://github.com/Euclideon/udSDKSamples.git
    2. git submodule update --init --recursive
  3. Run create_project.bat
  4. When prompted, select Visual Studio 2019
  5. Once done, Open udSDKSamples.sln

    • Related Articles

    • HOW TO: Prerequisites for udSDK

      Prerequisite steps for setting up a udSDK development environment The following instructions assumes the you have both Git and Git Bash installed. You can download this from their page. A GitHub account is also required Set up Environment Variable ...