Skip to content

Commit e3ca4ba

Browse files
author
Mark Visser
committed
support both 2019.1 and 2018.3 by adding dependency on com.unity.timeline and necessary asmdef references
1 parent 001ff55 commit e3ca4ba

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

com.unity.formats.fbx.tests/Tests/Unity.Formats.Fbx.Editor.Tests.asmdef

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "Unity.Formats.Fbx.Editor.Tests",
33
"references": [
4+
"Unity.Timeline",
45
"Autodesk.Fbx",
56
"Unity.Formats.Fbx.Editor",
67
"Unity.Formats.Fbx.Runtime"

proto.com.unity.formats.fbx/Editor/Unity.Formats.Fbx.Editor.asmdef

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "Unity.Formats.Fbx.Editor",
33
"references": [
4+
"Unity.Timeline",
5+
"Unity.Timeline.Editor",
46
"Unity.Formats.Fbx.Runtime",
57
"Autodesk.Fbx"
68
],

proto.com.unity.formats.fbx/package.json.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"displayName": "FBX Exporter",
44
"version": "@PACKAGE_VERSION@",
55
"dependencies": {
6+
"com.unity.timeline": "0.0.0-builtin",
67
"com.autodesk.fbx": "2.0.0-preview.4"
78
},
89
"unity": "2018.2",

0 commit comments

Comments
 (0)