FbxSaveOptions.EmbedTextures

FbxSaveOptions.EmbedTextures property

Gets or sets whether to embed the texture to the final output file. FBX Exporter will try to find the texture’s raw data from FileSystem, and embed the file to final FBX file. Default value is false.

public bool EmbedTextures { get; set; }

See Also