1

我试图将我的 apk 从 android 移植到 kindle fire,但我在 GUI 中遇到问题,kindle 设备没有显示我使用 GUI 皮肤和 C# 编码语言创建的 GUI 按钮。当我在我的android设备中使用相同的apk时它工作得很好你能帮我弄清楚它有什么问题吗?我已经分享了我的 apk 的截图

在 android 设备播放按钮上有 https://drive.google.com/file/d/0B2gE7XRtvFr9Mmdha3FlUEMtUEU/edit?usp=sharing

在 kindle 上它没有显示播放按钮 https://drive.google.com/file/d/0B2gE7XRtvFr9MEpEdnpyNXpTYVk/edit?usp=sharing

请帮忙谢谢

GUI.DrawTexture(new Rect(0,0,640,960),mainmenubg); 
mainMenuScreenFlag=true; 
name=screenName.MainMenuscreen; 
MoPubAndroid.hideBanner(true); 
btnStyle.font = heavaltica; 
btnStyle.alignment = TextAnchor.MiddleCenter; 
btnStyle.normal.background = (Texture2D)Resources.Load ("Textures/play"); 
btnStyle.active.background = (Texture2D)Resources.Load ("Textures/play"); 
btnStyle.fontSize = 50; 
if (GUI.Button (new Rect(400,500,191,142)," ",btnStyle)) { 
    name=screenName.otherScreen; PlaySoundFile (tapSound); 
    currentGUIMethod = FirstScreen; 
}
4

0 回答 0