File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Editor/Sources/Recorders/FbxRecorder Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes in Fbx Exporter
2
2
3
- ## [ 4.0.0-pre.2 ] - 2021-01-12
3
+ ## [ 4.0.0-pre.3 ] - 2021-01-13
4
4
### Changed
5
5
- Added missing release date information to changelog.
6
6
- Moved Asset Store update information to separate page in documentation.
7
7
- Moved Developer Guide to Scripting API index page.
8
8
- Reviewed the documentation overall.
9
+ - Fix missing icon error when using FBX recorder with Unity Recorder 2.5.2.
9
10
10
11
### Known issues
11
12
- Exporting an empty mesh (MeshFilter with null sharedMesh), fails to export with ArgumentNullException.
Original file line number Diff line number Diff line change 7
7
8
8
namespace UnityEditor . Formats . Fbx . Exporter
9
9
{
10
- [ RecorderSettings ( typeof ( FbxRecorder ) , "FBX" , "fbx_recorder" ) ]
10
+ [ RecorderSettings ( typeof ( FbxRecorder ) , "FBX" ) ]
11
11
internal class FbxRecorderSettings : RecorderSettings
12
12
{
13
13
[ SerializeField ] bool m_exportGeometry = true ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.formats.fbx" ,
3
3
"displayName" : " FBX Exporter" ,
4
- "version" : " 4.0.0-pre.2 " ,
4
+ "version" : " 4.0.0-pre.3 " ,
5
5
"dependencies" : {
6
6
"com.unity.timeline" : " 1.0.0" ,
7
7
"com.autodesk.fbx" : " 4.0.0-pre.2"
You can’t perform that action at this time.
0 commit comments