소스 검색

Add a notice about Godot 4.3 onwards using ufbx in README

Hugo Locurcio 10 달 전
부모
커밋
a89e465d8e
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -1,5 +1,14 @@
 # FBX2glTF
 # 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
 A command-line tool for the conversion of 3D model assets on the FBX file format
 to the glTF file format.
 to the glTF file format.