我正在制作某个多人游戏,我需要在游戏中展示玩家以及游戏中对手的游戏中心个人资料照片。
我正在使用Prime31的Game Center插件,该插件具有loadProfilePhotoForLocalPlayer的功能,可以获取你的个人资料图片,但我无法为对手做同样的事情。
请注意,我必须在游戏用户界面中显示这些图像,因此我必须将图像称为Texture2D并在平面上显示。
通过使用Prime31的PlayGameServices插件获取playerID,然后将其传递到picasa链接,我可以非常轻松地使用Google Plus在Android上运行相同的游戏,但是有任何此类链接吗? iOS游戏中心也是如此?
先谢谢。
答案 0 :(得分:0)
应该有一种方法可以加载一系列playerID的玩家数据,并带有一个用于加载照片的开关。
来自https://prime31.com/docs#iosGameCenter的文档:
// Gets GameCenterPlayer objects for all the given playerIds and optionally loads the profile images asynchronously
public static void loadPlayerData( string[] playerIdArray, bool loadProfileImages, bool loadLargeProfileImages = true )