11C# Compiler Settings For Unity
22===
33
4- Change the C# compiler (csc) used in your Unity project, as you like!
4+ Change the C# compiler (csc) used on your Unity project, as you like!
55
66[ ![ ] ( https://img.shields.io/npm/v/com.coffee.csharp-compiler-settings?label=openupm®istry_uri=https://package.openupm.com )] ( https://openupm.com/packages/com.coffee.csharp-compiler-settings/ )
77[ ![ ] ( https://img.shields.io/github/v/release/mob-sakai/CSharpCompilerSettingsForUnity?include_prereleases )] ( https://github.com/mob-sakai/CSharpCompilerSettingsForUnity/releases )
@@ -45,7 +45,7 @@ However, unfortunately, [there are no plans to backport to Unity 2020.1 or earli
4545
4646<br >
4747
48- This package changes the C# compiler (csc) used in your Unity project, to support C# 8.0.
48+ This package changes the C# compiler (csc) used on your Unity project, to support C# 8.0.
4949Let's enjoy C# 8.0 features with your Unity project!
5050
5151![ ] ( https://user-images.githubusercontent.com/12690315/92738843-44611800-f3b7-11ea-9412-be528547d0dd.png )
@@ -54,7 +54,7 @@ Let's enjoy C# 8.0 features with your Unity project!
5454
5555* Easy to use.
5656 * This package is out of the box!
57- * Change the C# compiler (csc) used in your Unity project.
57+ * Change the C# compiler (csc) used on your Unity project.
5858 * Change the nuget package name.
5959 * ** [ Microsoft.Net.Compilers] [ ] : Official compiler (default)**
6060 * [ OpenSesame.Net.Compilers] [ ] : Allows access to internals/privates in other assemblies.
@@ -84,9 +84,12 @@ Let's enjoy C# 8.0 features with your Unity project!
8484
8585### Feature plans
8686
87- * Add a dropdown menu to select version
88- * Verify the selected pakcage name and version
89- * Show package description
87+ * Add a dropdown menu to select version.
88+ * Verify the selected pakcage name and version.
89+ * Show package description.
90+ * Configuring the C# compiler for each ` *.asmodef ` file.
91+ * The concept is similar to [ com.coffee.open-sesame-compiler] ( https://github.com/mob-sakai/OpenSesameCompilerForUnity ) .
92+ * The two packages will be integrated in the future.
9093
9194### NOTE: Please do so at your own risk!
9295
@@ -102,7 +105,7 @@ https://forum.unity.com/threads/unity-c-8-support.663757/page-2#post-5738029
102105#### Requirement
103106
104107* Unity 2018.3 or later
105- * ` .Net Framework 4.x `
108+ * ` .Net 4.x ` or ` .Net Standard 2.0 `
106109
107110#### via OpenUPM
108111
0 commit comments