Author Topic: Input widget does not display text when deployed to webplayer in osx  (Read 1902 times)

dillrye

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 30
    • View Profile
Hello,
I have been using NGUI pro with my current project and found out that the input widget does not seem to be working correctly in OSX. This can be reproduced by deploying the "Tutorial 9" scene to the OSx web player(it works correctly in the editor).  I have also tested this on the windows web player and it works as expected.   I have done a couple of tests, and the unity web player(in OSx) is receiving the key presses, but is not displaying anything.

Has anyone else run into this, or know a solution? 

I plan on digging into the code to pinpoint the issue, but I wanted to see if anyone else knew how to fix this.

Thank you,
Dylan

dillrye

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 30
    • View Profile
Re: Input widget does not display text when deployed to webplayer in osx
« Reply #1 on: December 07, 2012, 04:42:58 PM »
I have tracked the problem down to Input.inputString always being blank in the OSX web player. I am looking into a workaround now and will share my results if I am able to find one.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Input widget does not display text when deployed to webplayer in osx
« Reply #2 on: December 07, 2012, 07:30:14 PM »
Unity 4.0 bug, fixed in 4.0.1.

Building in Unity 3.5.6 makes it work properly.