ARPOISE / ARpoise

ARpoise - Augmented Reality point of interest service environment
GNU General Public License v3.0
17 stars 5 forks source link

It should be possible to activate the Unity method ScreenCapture.CaptureScreenshot(); #31

Closed peterGraf closed 1 year ago

peterGraf commented 1 year ago

See https://docs.unity3d.com/ScriptReference/ScreenCapture.CaptureScreenshot.html, The method public static void CaptureScreenshot(string filename, int superSize); should be accessible.

peterGraf commented 1 year ago

The issue has been implemented in version 2.0.1 of the ARpoise app, See AllowTakeScreenshot layer feature.