Unity LangVersion
Automatically synchronizes your project's C# language version settings between the csc.rsp compiler configuration file and generated .csproj files. Eliminates manual configuration mismatches and ensures consistent language feature support across your Unity project by reading the `-langVersion` option and updating the corresponding `<LangVersion>` property.
com.fullmetalbagel.unity-lang-version 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unity-lang-version.git?path=Packages/com.fullmetalbagel.unity-lang-version README Markdown
Copy this to your project's README.md
## Installation
Add **Unity LangVersion** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unity-lang-version.git?path=Packages%2Fcom.fullmetalbagel.unity-lang-version
```
[](https://www.pkglnk.dev/pkg/unity-lang-version)README
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In