Skip to content

Commit 874386b

Browse files
author
David Lassonde
committed
Polishing
1 parent 16feef3 commit 874386b

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Packages/Documentation/com.unity.formats.fbx/Public/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NEW FEATURES
1010
* DCC integration plug-in sources have been moved away from the package
1111
* Now using FBX SDK version 2018.1
1212
* Conformed the Unity's API guidelines
13-
* Added support for exporting constraints
13+
* Added support for exporting constraints (Rotation, Aim, Position, Scale and Parent)
1414
* ConvertToPrefab: Add ability to convert an FBX or prefab asset from the Project view
1515
* Right click on an FBX file in the project view then select "Convert to Linked Prefab" to create a Linked Prefab asset for the FBX file. It will not create an instance in the scene.
1616
* Right click on a Prefab in the project view and select "Convert to Linked Prefab" to export the Prefab to an FBX file and link the existing Prefab to the newly created FBX file.

Packages/com.unity.formats.fbx/Documentation~/com.unity.formats.fbx.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,17 @@ The FBX Exporter exports the following objects:
7979
* Quads or Triangles
8080
* SkinnedMeshRenderers with the following exceptions:
8181
* Humanoid rigs are not supported
82-
* Meshes in bone hierarchy are not supported
82+
* Meshes in bone hierarchies are not supported
8383
* Materials as Phong if the material has specular; Lambert in all other cases
8484
* Textures
85-
* Game Cameras as film cameras with 35mm TV Projection. These camera attributes are also exported:
85+
* Game Cameras are exported using the sensor back settings for 35mm TV Projection (width = 0.816 inches, height = 0.612 inches). These camera attributes are also exported:
8686
* Projection type (perspective/orthographic)
87-
* Aperture Width and Height (Height set to 0.612 inches, and width calculated based on aspect ratio; for Game Cameras, aspect ratio is dictated by the display viewport)
8887
* Aspect ratio
88+
* Aperture Width and Height (shown as "Sensor Size" in Unity, in milimiters. The height is set to 0.612 inches, and the width is relative to the aspect ratio)
8989
* Focal length
90-
* Vertical field of view
90+
* Vertical field of view. The default aperture mode is vertical.
9191
* Near and far clipping plane
92-
* Physical Cameras
93-
* Sensor Size
92+
* Physical Cameras (cameras for which the "Physical Camera" checkbox is enabled.
9493
* Lens Shift
9594
* Focal Length
9695
* Lights of type *Directional*, *Spot* , *Point*, and *Area*; also the following light attributes:
@@ -109,7 +108,11 @@ The FBX Exporter exports the following objects:
109108
* Field of View
110109
* Blendshapes
111110
* Constraints
112-
111+
* Rotation
112+
* Aim
113+
* Position
114+
* Scale
115+
* Parent
113116

114117

115118
## Export Options window

0 commit comments

Comments
 (0)