manualkvm.blogg.se

Export unity scene as fbx
Export unity scene as fbx










export unity scene as fbx

The values for the version strings are listed in the FBX SDK "File version compatibility strings", for example "FBX201600" for file version 7.5 which guarantees compatibility with Autodesk 2016/2017/2018 products. You can control the exported FBX file format version by setting a global string setting "FBXFileExportVersion". Note that all file format does not fully support cascaded scenes. You can output all cascaded scenes when exporting by setting the export cascaded scene flag with a call to SetExportCascadedScenes function. SetExportCascadedScenes ( True ) Įxporter.

export unity scene as fbx

# This flag controls if cascaded scenes will be written or ignoredĮxporter. SetEmbedReferences ( True ) # Some file formats support exporting cascaded scenes in the same file. SetPrimaryTexCoordName ( "tex0" ) # Some file formats that support embedding texture and other data in the main scene # file, this flag controls if such data will be embedded or written to separate filesĮxporter. SetExportFilePath ( fileName ) # For file formats that only supports a limited set of texture coordinate layers, # set the name of the primary layer to exportĮxporter.












Export unity scene as fbx