Explorar o código

Merge pull request #60 from Calinou/readme-add-version-notice

Add a notice about Godot 4.3 onwards using ufbx in README
K. S. Ernest (iFire) Lee hai 10 meses
pai
achega
7bb09db07d
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -1,5 +1,14 @@
 # FBX2glTF
 
+> [!NOTE]
+>
+> As of Godot 4.3, FBX2glTF is no longer used. The engine now relies on
+> [ufbx](https://github.com/ufbx/ufbx) instead, which is a built-in library
+> instead of an external command-line tool.
+>
+> As such, **in Godot 4.3 or later, you no longer need to set up FBX2glTF**
+> to import FBX scenes.
+
 A command-line tool for the conversion of 3D model assets on the FBX file format
 to the glTF file format.