Skip to content

Commit 0882e1f

Browse files
committed
ditto
1 parent 7f11874 commit 0882e1f

8 files changed

+31
-3
lines changed

com.unity.toonshader/Editor/Com.Unity.ToonShader.Editor.asmdef renamed to com.unity.toonshader/Editor/Unity.ToonShader.Editor.asmdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "Com.Unity.Toonshader.Editor",
2+
"name": "Unity.Toonshader.Editor",
33
"references": [
4-
"Com.Unity.Toonshader"
4+
"Unity.Toonshader"
55
],
66
"includePlatforms": [
77
"Editor"

com.unity.toonshader/Runtime/Com.Unity.ToonShader.asmdef renamed to com.unity.toonshader/Runtime/Unity.ToonShader.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Com.Unity.Toonshader",
2+
"name": "Unity.Toonshader",
33
"references": [
44
],
55
"includePlatforms": [
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Unity.ToonShader.Editor.Tests",
3+
"references": [
4+
"UnityEngine.TestRunner",
5+
"UnityEditor.TestRunner"
6+
],
7+
"includePlatforms": [
8+
"Editor"
9+
],
10+
"excludePlatforms": [],
11+
"allowUnsafeCode": false,
12+
"overrideReferences": true,
13+
"precompiledReferences": [
14+
"nunit.framework.dll"
15+
],
16+
"autoReferenced": false,
17+
"defineConstraints": [
18+
"UNITY_INCLUDE_TESTS"
19+
],
20+
"versionDefines": []
21+
}

com.unity.toonshader/Tests/Editor/#Unity.ToonShader.Editor.Tests.asmdef#.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)