Skip to content

Commit 287ff7a

Browse files
authored
FBX-57 fix recorder missing image error (#560)
* remove icon name from RecorderSettings * update changelog and version
1 parent 02e9234 commit 287ff7a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Changes in Fbx Exporter
22

3-
## [4.0.0-pre.2] - 2021-01-12
3+
## [4.0.0-pre.3] - 2021-01-13
44
### Changed
55
- Added missing release date information to changelog.
66
- Moved Asset Store update information to separate page in documentation.
77
- Moved Developer Guide to Scripting API index page.
88
- Reviewed the documentation overall.
9+
- Fix missing icon error when using FBX recorder with Unity Recorder 2.5.2.
910

1011
### Known issues
1112
- Exporting an empty mesh (MeshFilter with null sharedMesh), fails to export with ArgumentNullException.

com.unity.formats.fbx/Editor/Sources/Recorders/FbxRecorder/FbxRecorderSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace UnityEditor.Formats.Fbx.Exporter
99
{
10-
[RecorderSettings(typeof(FbxRecorder), "FBX", "fbx_recorder")]
10+
[RecorderSettings(typeof(FbxRecorder), "FBX")]
1111
internal class FbxRecorderSettings : RecorderSettings
1212
{
1313
[SerializeField] bool m_exportGeometry = true;

com.unity.formats.fbx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.formats.fbx",
33
"displayName": "FBX Exporter",
4-
"version": "4.0.0-pre.2",
4+
"version": "4.0.0-pre.3",
55
"dependencies": {
66
"com.unity.timeline": "1.0.0",
77
"com.autodesk.fbx": "4.0.0-pre.2"

0 commit comments

Comments
 (0)