Installer will help you to get access to Tilting Point packages registry and configure your project.
-
Add
com.tiltingpoint.sdkinstaller
package to your project- open
Main Menu -> Windows -> PackageManager
; - press
+
(top left corner); - select
Add package from git URL
; - past
https://github.com/TiltingPoint/com.tiltingpoint.sdkinstaller.git
; - done.
Open
<project path>/Packages/manifest.json
and add packages to dependencies scope."dependencies": [ "com.tiltingpoint.sdkinstaller": "https://github.com/TiltingPoint/com.tiltingpoint.sdkinstaller.git", ]
- download files from repo;
- open
Main Menu -> Windows -> PackageManager
; - press
+
(top left corner); - select
Add package from disk
; - select
package.json
; - done.
- open
Open installer window Main Menu -> TiltingPoint -> SDK Installer -> Show SDK Installer
;