I’m trying to port an app that I wrote in UnityScript (JavaScript) and I am getting started with the porting to Windows Phone. Unity VS only works with C# and I am wondering if I need to have it written in C# to port. I can’t find any documentation anywhere, anyone know?
If you write UnityScript in MonoDevelop, Unity will be able to compile to Windows Phone. However, I would recommend learning C# anyway.