Hi again! So now that I’m able to create games like Pong and space shooters like Galaga using C#, I’m just wondering how easy it is to use my C# source code in Unity.
What is the process of using your C# code into something that Unity can use? Do I have to “copy and paste” my code into Unity or something? I also love Intellisense from Visual Studio 2010, in case I have to put all of my C# code in Unity or re-arrange it, is there a way for Visual Studio to work with Unity? Can someone who has done a similar project please explain or give a short example?
Thanks in advance!