John Godfrey
Results
1
comments of
John Godfrey
To fix this, try adding another null check after line 59 in the above code, like this: ``` instance = Resources.Load(MobileAdsSettingsFile); if (instance != null) { return instance; } ```