Skip to content

Instantly share code, notes, and snippets.

@solkar
Created April 21, 2017 10:41
Show Gist options
  • Save solkar/789100a1121e4e4b135808a92e57cc76 to your computer and use it in GitHub Desktop.
Save solkar/789100a1121e4e4b135808a92e57cc76 to your computer and use it in GitHub Desktop.
HoloLens Latent Frame ON
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class EnableLatentFrame : MonoBehaviour
{
void Start () {
UnityEngine.VR.WSA.HolographicSettings.ActivateLatentFramePresentation( true );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment