var fDesc=new Array(); fDesc[0] = "UnityVS allows you to write your scripts in C#, UnityScript and Boo.

With UnityVS you can get syntax highlighting, IntelliSense and code navigation for your scripts; connect Visual Studio's debugger to Unity to debug your scripts; put breakpoints, inspect and modify variables and arguments and evaluate complex expressions to fix bugs promptly.

UnityVS is packed with productivity features: code snippets, wizards, tool windows such as the Unity project explorer. UnityVS sends the Unity console directly to Visual Studio."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }