Accessing unity script in visual studio

so, i opening the build file that created by unity using visual studio 2012 express and i just can’t find any code that i write in monodevelop in there… so anyway i can accessing it?

Which project type did you use, when building from Unity, if it’s C# based, then yes, you should be able to see methods from scripts created in Unity.

oh… i’m using javascript… now i know why i can’t access it hahahaha i think unity just converted the code from unity to c# visual studio compatible code… hahaha guess i;m wrong