C# died on Windows Phone?

Hi,

I can’t get any of my C# code to work on Windows 8 Phone now.

I have a test app that has one scene in it. I wrote a script using Javascript to change a text mesh, and another script in C# to change another mesh. The scripts work fine in the editor.

Only the Javascript works on the phone.

WTH???

Any suggestions would be GREATLY appreciated!!

-Chilton

Can you attach UnityPlayer.log ?

I’m going to post the project in the other thread, just a moment.

Hi Tomas,

Where do I find the UnityPlayer.log for Windows 8 Phone?

-Chilton

Just replied in your other thread, but take a look at http://docs.unity3d.com/Documentation/Manual/wp8-gettingstarted.html specifically the Debugging page.

-Kyle

Thank you,

That reported back what it was showing on the onscreen debugger, specifically that incorrect Unity_Editor define bug.

-Chilton