Hi,
i rarely get some messages from the debugger if i´m running the game-mode. I´ve never changed something in these files, so therefore it´s curious.
Does anybody know about it?
Hi,
i rarely get some messages from the debugger if i´m running the game-mode. I´ve never changed something in these files, so therefore it´s curious.
Does anybody know about it?
you have imported a package whichs data were already present thus leading to “dublicate asset and script” errors
I am getting this problem to, is there a good way to fix it? I have a lot of scripts that have references to each other, and before I try tearing it all apart and hoping for the best… I was wondering if there was a good way to solve this problem before I try that.
Is it possible that you have saved or moved the built application to the project’s assets folder? Unity will recognise the DLLs in the built app and regard them as duplicate definitions if you do this.
O_o It did get built there. I should have been able to put that together…
Thank you very much andeeee!