Skip to content

Commit 7a2fab6

Browse files
committed
change assembly names to Unity.Formats.Fbx.Editor and Unity.Formats.Fbx.Runtime
1 parent 1ac319c commit 7a2fab6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Assets/com.unity.formats.fbx.tests/com.unity.formats.fbx.editortests.asmdef

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "com.unity.formats.fbx.editortests",
2+
"name": "Unity.Formats.Fbx.Editortests",
33
"references": [
4-
"com.unity.formats.fbx.editor",
4+
"Unity.Formats.Fbx.Editor",
55
"Unity.Formats.FbxSdk",
6-
"com.unity.formats.fbx.runtime"
6+
"Unity.Formats.Fbx.Runtime"
77
],
88
"optionalUnityReferences": [
99
"TestAssemblies"

Packages/com.unity.formats.fbx/Editor/com.unity.formats.fbx.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.formats.fbx.editor",
2+
"name": "Unity.Formats.Fbx.Editor",
33
"references": [
4-
"com.unity.formats.fbx.runtime",
4+
"Unity.Formats.Fbx.Runtime",
55
"Unity.Formats.FbxSdk"
66
],
77
"includePlatforms": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"name": "com.unity.formats.fbx.runtime"
2+
"name": "Unity.Formats.Fbx.Runtime"
33
}

0 commit comments

Comments
 (0)