I have what is perhaps a really dumb question (or a few, actually) regarding Game Center implementation within an app that is set up in the Storyboard framework.
Does one need to do the initialization of Game Center in the main.lua (the one that starts the whole storyboard process rolling) or in the individual files that access Game Center? For example, I am planning on having a Game Center button on my main menu and then updating game center based upon events that occur during gameplay. Would initializing Game Center in the main.lua file and setting up the system.event listener there enable that to follow throughout the entire game? Or do I need to include that code in each of the places where I am attempting to access game center?
Any help is appreciated. I’m going to keep working on this, so I may figure this out on my own, but thanks in advance for any suggestions.
All the best,
Alan