I made my own game with Unity and i built it in Visual Studio 2013, time ago i lost my Unity project but i still have the VS project the question is, can i get back my scripts from that build?
Last time I looked, Visual Studio stored scripts in plain-text, in dot-cs files, exactly as you see them in the Editor. Should be no trouble at all to drop them right into a new Unity project.