Playable crashes on Unity ad network tester without any clear debug information
Possibly due to the use of PlayerPrefs in the code. Eg. PlayerPref.GetInt(“highScore”);
Possible solution:
- Remove any calls to the Unity PlayerPrefs API and rebuild. PlayerPrefs will not be required in a playable ad anyway since no data needs to be saved.