Hi,
The SetEnvironmentVariable method (linked here):
Cannot be executed on the MSFT HoloLens. Is there a workaround to setting an environment variable, more specifically, on the HoloLens?
Hi,
The SetEnvironmentVariable method (linked here):
Cannot be executed on the MSFT HoloLens. Is there a workaround to setting an environment variable, more specifically, on the HoloLens?
What exactly do you need to set in the environment variable? Can you use PlayerPrefs instead?
I’m not too familiar with the Hololens platform, but if you have the ability to run powershell scripts, then that might be an option…
More specifically a System environment variable is to be created and its value set to 0. Though, as I understand it, this isn’t possible on the Hololens, as of now.