I'm doing something wrong with Platform Login
Right so I have an actor on the initial scene that has nothing other than the Platform Login behavior. This is intended to log them into Gamecenter when the game starts.
However, it doesn't do that. In fact it doesn't do anything. So right now (on adhoc) it is necessary for them to press the Gamecenter button on the main scene in order to log in. That button actually doesn't log in explicitly, it just has a Platform Show Leaderboard behavior.
The Platform Login does work in preview - it says this is where login would occur. But it's happening neither on my iphone nor on anyone else's. What might I be doing wrong?
Comments
I figured out what the problem was. Basically because my rule was triggering right away it didn't work. I added a delay to it so that it wouldn't trigger until scene time was >3.5 (arbitrary value) seconds and it worked.