I followed the instructions and it still follows the same problem, I try to export the cube that has blender by default and nothing, install blender on another computer and the same, turn off the antivirus and still nothing, only the XML file and when I try to use the Gltf export to have the missing files I get this error, and it is solved by disabling Blender2MSFS
Error Gltf 2.0:
Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\io_scene_gltf2\__init__.py", line 626, in execute
return gltf2_blender_export.save(context, export_settings)
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\io_scene_gltf2\blender\exp\gltf2_blender_export.py", line 46, in save
json, buffer = __export(export_settings)
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\io_scene_gltf2\blender\exp\gltf2_blender_export.py", line 66, in __export
json = __fix_json(exporter.glTF.to_dict())
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\io_scene_gltf2\io\com\gltf2_io.py", line 1191, in to_dict
result["asset"] = to_class(Asset, self.asset)
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\io_scene_gltf2\io\com\gltf2_io.py", line 66, in to_class
return x.to_dict()
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\io_scene_gltf2\io\com\gltf2_io.py", line 427, in to_dict
result["extensions"] = from_union([lambda x: from_dict(from_extension, x), from_none],
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\io_scene_gltf2\io\com\gltf2_io.py", line 56, in from_union
assert False
AssertionError
location: <unknown location>:-1