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
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at StereoKit.DesktopMirror.DesktopMaterial.Start()
Please let me know anything I'm missing?
Thanks,
The text was updated successfully, but these errors were encountered:
Hello,
I added below code :
` DesktopMaterial desktop = new DesktopMaterial();
desktop.Start();
SK.Run(() => {
desktop.Step();
Mesh.Cube.Draw(desktop.Material, Matrix.TS(0, 0, -0.5f, 0.2f));
});`
and getting exception as below :
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at StereoKit.DesktopMirror.DesktopMaterial.Start()
Please let me know anything I'm missing?
Thanks,
The text was updated successfully, but these errors were encountered: