private static void PopulateLocalUser() { GameCenterPlatform.m_LocalUser.SetAuthenticated(GameCenterPlatform.GetAuthenticated()); GameCenterPlatform.m_LocalUser.SetUserName(GameCenterPlatform.Internal_UserName()); GameCenterPlatform.m_LocalUser.SetUserID(GameCenterPlatform.Internal_UserID()); GameCenterPlatform.m_LocalUser.SetUnderage(GameCenterPlatform.GetIsUnderage()); GameCenterPlatform.m_LocalUser.SetImage(GameCenterPlatform.GetUserImage()); }