Environment
Programming environment is specifically talking about the Integrated Development Environment (IDE) that you will use and the dependencies associated with it. C# is part of the .Net framework from Microsoft which needs to be installed on your machine to work. Luckily for us, the majority of IDEs in the world will install that for you when you start working in C#.
Unity Environment
Microsoft Visual Studio is free and directly connects to Unity and comes with tools to help you right off the bat! This is like needing to work on your car and someone just hands you the right tool for what you need as you put your hand in the engine bay.
There are some steps to ensure that every application is talking to each other. Let’s walk through them together so we can ensure we’re on the same page moving through the book as well as the rest of this chapter as we will work through small snippets of code right away. No need to check the water’s temperature, let’s...