2D Toolkit Forum
2D Toolkit => Support => Topic started by: Ianson on August 14, 2013, 03:44:21 pm
-
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?
-
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.