So we ran into a bug that took us 4 hours to figure out, but is it true that when calling PlayerPrefs it must be done in a MonoBehavior script attached to an active game object?
We got an error in the Unity Console that I ignored for some reason that Unity didn’t like you calling GetString (I’m assuming it could have been any of PlayerPrefs methods) outside of the Unity Main thread.
Is this correct or am I calling the PlayerPrefs functions wrong? They’re all static class functions so I’m not sure how else to be using this.