Skip to content

Commit

Permalink
Add Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyronSakai committed May 23, 2024
1 parent ca2c500 commit 16a96ac
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Copyright (c) 2020-2024 DeNA Co., Ltd.
// This software is released under the MIT License.

using System.Reflection;

[assembly: AssemblyDescription(
"Suppress warning 'Assembly for Assembly Definition File will not be compiled, because it has no scripts associated with it.'")]
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "RoslynAnalyzerTemplate",
"rootNamespace": "",
"references": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "com.default.analyzer",
"displayName": "RoslynAnalyzerTemplate",
"version": "0.1.0",
"unity": "2021.1",
"unityRelease": "2f1",
"author": {
"name": ""
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ EditorBuildSettings:
serializedVersion: 2
m_Scenes:
- enabled: 1
path: Assets/Scenes/SampleScene.unity
path: Assets/Sandbox/Scenes/SampleScene.unity
guid: 2cda990e2423bbf4892e6590ba056729
m_configObjects: {}

0 comments on commit 16a96ac

Please sign in to comment.