You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Выносите ключ в отдельный json файл, который будет в gitignore
Assets/Scripts/MyAstraController.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MyAstraController : AstraController {
private void Awake()
{
Screen.SetResolution(720, 1280, true);
//Initilialize the camera
AstraUnityContext.Instance.Initialize();
//Set the new license key
//Key received on 06/12/2019
string licenseString = "КЛЮЧ";
Astra.BodyTracking.SetLicense(licenseString);
}
}
The text was updated successfully, but these errors were encountered:
Выносите ключ в отдельный json файл, который будет в gitignore
The text was updated successfully, but these errors were encountered: