Author Topic: The chat tutorial question...  (Read 5110 times)

behealed

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
The chat tutorial question...
« on: December 14, 2014, 07:11:43 PM »
On the chat demi scene for unity, the text area gameobject gets disabled about 1 second after I add it to the scene. I have another script I am working with that deletes it because it is disabled. Is there a reason nous has to disable the text area, and can I make it not disable it? Thx.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: The chat tutorial question...
« Reply #1 on: December 15, 2014, 12:45:24 PM »
I can't answer that question. What disables it? Put a script on it with OnDisable() and a log statement inside.