Hi! I’m new to Babylon! Whilst exporting a model, I got this error at the bottom in relation to ‘Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed’. Any idea how to fix this issue?
"Export started
Saving Maya file
Selected nodes full path
DAG: full
DAG: relevant
Exporting nodes
Capsule_Top_Logo
no morph targets
mFnMesh.fullPathName=|Capsule_Top_Logo|Capsule_Top_LogoShape
Mesh Capsule_Top_Logo has more than 65536 vertices which means that it will require specific WebGL extension to be rendered. This may impact portability of your scene on low end devices.
Mesh Capsule_Top_Logo has 95404 vertices. This may prevent your scene to work on low end devices where 32 bits indice are not supported
95404 vertices, 150112 faces
BabylonExporter.Mesh | done
Capsule_Top
Capsule_Bottom
Total meshes: 3
No camera defined
Total lights: 0
Exporting materials
Export cancelled: Could not load file or assembly ‘Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed’ or one of its dependencies. The system cannot find the file specified.
System.IO.FileNotFoundException: Could not load file or assembly ‘Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed’ or one of its dependencies. The system cannot find the file specified.
File name: ‘Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed’
at Maya2Babylon.BabylonExporter.Write(BabylonScene babylonScene, String outputBabylonDirectory, String outputFileName, String outputFormat, Boolean generateManifest)
at Maya2Babylon.BabylonExporter.Export(ExportParameters exportParameters)
at Maya2Babylon.Forms.ExporterForm.d__32.MoveNext()
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]."