I've purchased the iOS Gamecenter Drag & Drop plugin and in order to submit high scores to the leaderboard, one of the parameters is you need to enter the name of the script where the variable is initially declared. In my case, they are globals.
Is there any way to locate this? I know there's mention of the Playmaker's Global Asset. But opening that with notepad is mostly a bunch of indecipherable symbols.
I'm trying to use this instead of iOS Native because Gamecenter is the only thing left in the plugin that's even remotely useful to me. And using it gives me over 100 warnings in XCode (and with the latest 4.6 patch version, I get build failures from iL2CPP being too aggressive with what it removes.) Ideally I could just strip all the offending junk out myself, but since it's not modular, you can't do that.