Hi all,
I just got into a problem, in the web player. I run my game.html, and when unity web player asks permission from user to allow itself to play the game, here are the situation which occurs :
- First is, when I allow the user to play the game for that instance (not always), my text input does not work, I am working with NGUI, but tested with default unity textinput too.
- Secondly, when I use ‘always allow option’, the same above things happens on first time, but after reloading the page, textinput works smoothly.
So I need to know what can to do to make my first and second condition work correctly wothout any issues…
I’ve searched this issue a lot, and found no answer. Only found that it is a unity’s bug…
Please suggest me some workaround.