[solved] hud screen gui cant loaded on iphone
by Ghonium · in iTorque 2D · 10/22/2011 (11:32 am) · 3 replies
im using itorque 1.5
i made new project
and added new hudScene to it
when I play the level on computer it show both gui with buttons (it work as I want)
but when I run it on iPhone it not show the hudScene (no buttons on screen)
i checked the log it say
Missing file: /Applications/iTorque2D_1_5/MyProjects/MyChickenMayFly/projectFiles/gui/hudScene.gui!
the file is there !
i put line on game.cs to exe this but nothing happen
exec("~/../gui/hudScene.gui");
if someone can help me please
i made new project
and added new hudScene to it
when I play the level on computer it show both gui with buttons (it work as I want)
but when I run it on iPhone it not show the hudScene (no buttons on screen)
i checked the log it say
Missing file: /Applications/iTorque2D_1_5/MyProjects/MyChickenMayFly/projectFiles/gui/hudScene.gui!
the file is there !
i put line on game.cs to exe this but nothing happen
exec("~/../gui/hudScene.gui");
if someone can help me please
About the author
#2
There is currently a known issue with using multiple t2dSceneWindows when you try to run on a device where the universal app support is applying the resizing to the default scenewindow2d but not to any additional t2dscenenwindows that are being used for things like HUDs. It works fine on the computer, just not on the device.
www.garagegames.com/community/forums/viewthread/128170 see this thread from post #13 onwards.
10/22/2011 (6:13 pm)
Your problem may be related to the following..There is currently a known issue with using multiple t2dSceneWindows when you try to run on a device where the universal app support is applying the resizing to the default scenewindow2d but not to any additional t2dscenenwindows that are being used for things like HUDs. It works fine on the computer, just not on the device.
www.garagegames.com/community/forums/viewthread/128170 see this thread from post #13 onwards.
#3
solution on
http://www.garagegames.com/community/forums/viewthread/128170/2#comment_form
10/23/2011 (1:00 am)
thankssolution on
http://www.garagegames.com/community/forums/viewthread/128170/2#comment_form
Torque Owner rennie moffat
Renman3000
game/gui/hudScene.gui