Configure your local environment and development tools for coding and testing in Unity and understand the .NET platform versions and components that Unity supports.
Topic | Description |
---|---|
Integrated development environment (IDE) support | Choose one of the major code editors with integrated support for Unity projects to use as the development environment for your scriptsA piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info See in Glossary. |
Automated testing | Use the Unity Test Framework to write and run automated tests for your Unity C# code. |
Unity .NET features | Learn about the specific details and limitations of Unity’s support for the .NET platform. |