Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要编辑在 Blender3d 中创建的 fbx 文件的内容。我使用 C# 来编辑它们。当我尝试用 c# 读取 fbx 文件或用记事本打开它时,我遇到了很多坏字符,如下所示:
我尝试使用一些第三方库,例如 Assimp.NET,但它们都没有帮助。
有谁知道用 C# 读取 fbx 文件或用记事本打开没有坏字符的方法?
我找到了一个库,可以让人们创建、编辑或转换二进制 FBX 和 Ascii FBX 文件。Github 链接如下:
https://github.com/hamish-milne/FbxWriter