- Home /
Joysticks disappears Android
I have a very, very irritating problem. Sometimes joysticks from Android disappears!!!
I must create other GUITexture and re-attach them in a script Move Character... What an annoying thing...
Answer by Slobdell · Aug 07, 2013 at 11:29 PM
This would be a comment but for some reason there is no comment option on your post. I've had issues recently with Android specifically having problems that other platforms do not. What I discovered was that Android was throwing errors (legitimate) that others weren't affected by, but I didn't know because I didn't catch them anywhere and Unity just kept on chuggin like there was no problem even though my code wasn't running correctly. I solved this by putting a lot of try catch blocks in my code and printing them so I could figure out what was wrong. I'm a Java developer by nature which explicitly forces you to add try catch blocks, my Android builds did not require me to include those and never spit out an error until I caught them on my own. Hope that helps
Your answer
Follow this Question
Related Questions
What is wrong with my GUI setup? 0 Answers
Position GUI Area 1 Answer
Why i cant press(use) joystick and gui button at the same time ???? 1 Answer
GUI button doesn't appear on Android 0 Answers
Why are all my GUITexture elements semi-transparent? 0 Answers