Skip to content

Commit

Permalink
Merge pull request #42 from Alexejhero/csc-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero authored Nov 5, 2023
2 parents 94247b7 + 6a6c32a commit 190fdee
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 1 deletion.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Unity/Assets/Scripts/SCHIZO/SCHIZO.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Unity/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"com.coffee.csharp-compiler-settings": "https://github.com/mob-sakai/CSharpCompilerSettingsForUnity.git",
"com.dbrizov.naughtyattributes": "https://github.com/dbrizov/NaughtyAttributes.git#upm",
"com.unity.2d.sprite": "1.0.0",
"com.unity.assetbundlebrowser": "https://github.com/Unity-Technologies/AssetBundles-Browser.git",
Expand Down
7 changes: 7 additions & 0 deletions Unity/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"source": "embedded",
"dependencies": {}
},
"com.coffee.csharp-compiler-settings": {
"version": "https://github.com/mob-sakai/CSharpCompilerSettingsForUnity.git",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "7b73d99d06f565e759c830d1974430feee014b86"
},
"com.dbrizov.naughtyattributes": {
"version": "https://github.com/dbrizov/NaughtyAttributes.git#upm",
"depth": 0,
Expand Down
35 changes: 35 additions & 0 deletions Unity/ProjectSettings/CSharpCompilerSettings.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"m_Version": 140,
"m_CompilerType": 1,
"m_LanguageVersion": 2147483646,
"m_EnableLogging": false,
"m_Nullable": 0,
"m_CompilerPackage": {
"m_Name": "Microsoft.Net.Compilers.Toolset",
"m_Version": "4.7.0",
"m_Category": 0
},
"m_CompilerFilter": {
"m_PredefinedAssemblies": true,
"m_IncludedAssemblies": [
"Assets/",
"!Assets/Standard Assets/",
"!Packages/"
]
},
"m_AnalyzerPackages": [],
"m_AnalyzerFilter": {
"m_PredefinedAssemblies": true,
"m_IncludedAssemblies": [
"Assets/",
"!Assets/Standard Assets/",
"!Packages/"
]
},
"m_SymbolModifier": [],
"m_UseDefaultCompiler": false,
"m_PackageName": "Microsoft.Net.Compilers.Toolset",
"m_PackageVersion": "4.7.0",
"m_EnableNullable": false,
"m_ModifySymbols": ""
}

0 comments on commit 190fdee

Please sign in to comment.