🔧Install the Kinetix SDK in Unreal

Import the Kinetix Unreal SDK

Before you go further, please ensure that you have installed all the dependencies from Set up your Unreal Engine environment

  1. Open your versioning application and clone the following repository inside a "Plugins" folder (you may have to create it yourself at the root of your project) from :

Add a dot "." at the end of the url to avoid creating a folder with the name of the project and have everything inside the project's "Plugins" folder.

If you're using Git from the command line, you can add "--depth 1" to your command to reduce the fetch's size:

git clone https://github.com/git-kinetix/kinetix-sdk-unreal.git . --depth 1
  1. Then clone the glTFRuntime project from the URL below (still within "Plugins" folder):

git clone https://github.com/rdeioris/glTFRuntime.git
  1. You should have at least these packages in your "Plugins" folder.

  1. Once the project is cloned, open it. It will ask you to build the missing modules. Select "Yes".

The process can take some time depending on your configuration.

  1. To ensure that the plugins are well installed, open the "Content Browser", click on "Settings" then "Show Plugin Content"

  1. Now that KinetixCore has been imported, you can start the initialization at SDK Core Modules activation - Unreal.

Last updated