Hi,
I couldn't use artoolkit for unity with 2 screens, when i try multi Display script alone it works but with artoolkit it doesn't.
here is the script i use for multi display:
using UnityEngine;
using System.Collections;
Artoolkit and multi display not working
I couldn't use artoolkit for unity with 2 screens, when i try multi Display script alone it works but with artoolkit it doesn't.
here is the script i use for multi display:
using UnityEngine;
using System.Collections;
Code (csharp):
- {
- // Use this for initialization
- {
- // Display.displays[0] is the primary, default display and is always ON.
- //...