Einstyle
Results
2
comments of
Einstyle
Ok, it seems that this can work: In ShowImageOnPanel.cs: #if UNITY_WINRT byte[] fileData = UnityEngine.Windows.File.ReadAllBytes(fileName); #else byte[] fileData = System.IO.File.ReadAllBytes(fileName); #endif Instead, in ImageToEmotionAPI.cs: #if UNITY_WINRT byte[] bytes = UnityEngine.Windows.File.ReadAllBytes(fileName);...
@medicenplex https://nodejs.org/en/download download, close the terminal, and run _npm install_ again