Skip to content

Commit 4707088

Browse files
author
Benoit Hudson
committed
UT-511: factor out the fbx sdk package upload vs the fbx exporter
Created a new package, com.unity.formats.fbxsdk, that includes just the bindings. The exporter package, com.unity.formats.fbx, refers to it.
1 parent a00e540 commit 4707088

File tree

250 files changed

+131
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+131
-4
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "com.unity.formats.fbx.editortests",
33
"references": [
44
"com.unity.formats.fbx.editor",
5+
"com.unity.formats.fbxsdk",
56
"com.unity.formats.fbx.runtime"
67
],
78
"optionalUnityReferences": [

Packages/com.unity.formats.fbx/Editor/com.unity.formats.fbx.editor.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "com.unity.formats.fbx.editor",
33
"references": [
4-
"com.unity.formats.fbx.runtime"
4+
"com.unity.formats.fbx.runtime",
5+
"com.unity.formats.fbxsdk"
56
],
67
"includePlatforms": [
78
"Editor"

Packages/com.unity.formats.fbx/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "com.unity.formats.fbx",
33
"displayName" : "FBX Exporter",
44
"version" : "0.0.2-preview",
5+
"dependencies" : { "com.unity.formats.fbxsdk" : "0.0.2-preview" },
56
"unity": "2017.3",
67
"description" : "The Unity FBX Exporter package makes it smooth and easy to send geometry and animation from Unity 2017.3 or later to any application that supports FBX and back again with minimal effort.\n\nIn particular, this round-trip workflow enables you to export Unity scenes to FBX, import into Maya, Maya LT, or 3ds Max using an artist-friendly interface, export Unity-ready FBX geometry and animation, and safely merge your changes back into those Assets to continue your work.\n\nThe exporter provides support for GameObject hierarchies, Materials, Textures, Cameras, Lights, Skinned Meshes, and Animation. The Unity FBX importer provides support for hierarchies, Materials, Textures, Stingray Physically Based Shader (PBS), Cameras, Animation and Animated custom properties (when present in the FBX file).\n\nThis package includes a plug-in for Autodesk Maya 2017 or later, Autodesk Maya LT 2017 or later, and 3ds Max 2017 or later.",
78
"keywords" : [ "fbx", "animation", "modeling", "maya", "max" ]
Lines changed: 5 additions & 0 deletions

Packages/com.unity.formats.fbxsdk/CHANGELOG.md.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.

Packages/com.unity.formats.fbxsdk/Documentation.meta

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

Packages/com.unity.formats.fbxsdk/Documentation/com.unity.formats.fbxsdk.md.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.
Lines changed: 11 additions & 0 deletions

0 commit comments

Comments
 (0)