Hello Guest

Author Topic: Scenes corrupted? Closed and reopened Unity now tk2d wont compile  (Read 3315 times)

Ianson

  • Newbie
  • *
  • Posts: 2
    • View Profile
I opened and closed Unity and when I reopened my project no Sprites are drawn and several tk2d scripts have warnings saying the connected scripts cannot be compiled. TK2D options are also not available in the create drop downs. It was working fine when I closed it down, but if I can't fix this I am going to lose a LOT of work. Can anyone help?

Ianson

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Scenes corrupted? Closed and reopened Unity now tk2d wont compile
« Reply #1 on: August 14, 2013, 03:48:49 pm »
Hi guys, I'm not sure what the rules are here about answering your own problem. But I thought I would leave this here so if anyone else makes the stupid mistake I made they would see help...
There was a missing semi colon in one of MY scripts. Apparently Unity tries to compile those first and then balks and doesn't compile the tk2d stuff hence a ; in my code broke all the scripts...

Sorry to waste everyone's time.