At 11/23/16 01:52 AM, LunaWolfStudios wrote: Hello!
I'm attempting to get the Newgrounds.io working with my Unity WebGL game. Whenever I try to post a score I get a null thrown. Any idea what I may be doing wrong? Does the game need to be published to test leaderboards and medals?
I've attached a screenshot below it seems a call is being made, but throws an exception.
Let me know if you need anything else. Thanks!
*Resolved
My Newgrounds Core wasn't attached to the correct game object and so the StartCoroutine(_executeCallList(single_call)); was causing a crash as you need an object to execute a co-routine.