Skip to content

Commit 7445187

Browse files
committed
code review fix: remove version from description
1 parent 6b57f83 commit 7445187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.formats.fbx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"unity": "2018.4",
1111
"unityRelease": "0f1",
12-
"description": "The Unity FBX Exporter package makes it easy to send geometry and animation from Unity 2018.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\nFor more information, see the FBX Exporter package documentation.",
12+
"description": "The Unity FBX Exporter package makes it easy to send geometry and animation 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\nFor more information, see the FBX Exporter package documentation.",
1313
"keywords": [
1414
"fbx",
1515
"animation",

0 commit comments

Comments
 (0)