Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Dec 15, 2023
1 parent 991d1fb commit 279031e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ To use them in Unity, needs to check the Unity version and set up the compiler.
- Unity internally embeds the .NET SDK 6. So C# 10 is available via compiler arguments.
- Unity 2022.3.12f1 or newer
- ZLogger source generator available.
- Unity internaly update .NET SDK 6. So C# 11 features are in preview.
- Unity internaly update .NET SDK 6. So C# 11,12 features are in preview.

Prerequirements:
- Install [NuGetForUnity](https://github.com/GlitchEnzo/NuGetForUnity)
Expand All @@ -751,7 +751,7 @@ Installation steps:
```
- Note:
- If you are using assembly definition, put it in the same folder as the asmdef that references ZLogger.
- Specifying `langVersion:10` allows C# 10 features to be used. `langVersion:preview` allows parts of C# 11 features to be used.
- Specifying `langVersion:10` allows C# 10 features to be used. `langVersion:preview` allows parts of C# 11,12 features to be used.
2. Setup the C# compiler for your IDE.
- Add a text file named LangVersion.props with the following contents
Expand Down

0 comments on commit 279031e

Please sign in to comment.