# Unity-Roslyn **Repository Path**: UnityOpenSource/Unity-Roslyn ## Basic Information - **Project Name**: Unity-Roslyn - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # .NET Compiler Platform ("Roslyn") For Unity This project aims to create a compiled version of the [Roslyn compiler platform](https://github.com/dotnet/roslyn) ready to use in the [Unity Game Engine](https://unity.com/). The Roslyn library provides users APIs to access C# and Visual Basic compilers and code analysis features. In Unity, this is particularly useful for creating in-game scripting tools. The following Roslyn packages are currently available through this project: * Microsoft.Net.Compilers * Microsoft.CodeAnalysis * Microsoft.CodeAnalysis.Features ## Using this project To use this project, download the Unity package from the [releases page.](https://github.com/mwahnish/Unity-Roslyn/releases). Compatibility has been tested for the following platforms: * Unity 2018.1 Editor * Unity 2019.1 Editor ## Contributing to this project The build project for this repository is available [here](https://github.com/mwahnish/Unity-Roslyn-Build). See the readme for more information. Merge requests are very welcome!