Joysticks disappears Android

I have a very, very irritating problem. Sometimes joysticks from Android disappears!!!

(for example, this: https://www.google.pl/search?hl=pl&site=imghp&tbm=isch&q=unity+joysticks&spell=1&sa=X&ei=zSoCUujiO8PXswaB9IDYBQ&ved=0CFAQBSgA&biw=1247&bih=901#facrc=_&imgdii=_&imgrc=-Wovfp49nTXUHM%3A%3BFk6-_mp0QFeDkM%3Bhttp%253A%252F%252Fwww.powenko.com%252Fen%252Fwp-content%252Fuploads%252F2011%252F09%252FScreen-Shot-2011-09-06-at-3.00.24-AM.png%3Bhttp%253A%252F%252Fwww.powenko.com%252Fen%252F%253Fp%253D1533%3B583%3B333)

I must create other GUITexture and re-attach them in a script Move Character… What an annoying thing…

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