From 10f4aaa39fa27580151ef652820c22f2f8c50b17 Mon Sep 17 00:00:00 2001 From: Perfare Date: Fri, 5 Apr 2019 01:59:18 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b44fb73..2c96091 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,4 @@ AssetStudio is a tool for exploring, extracting and exporting assets and assetbu * The project uses some C# 7 syntax, need Visual Studio 2017 or newer * **AssetStudioFBX** uses FBX SDK 2019.0 VS2015, before building, you need to install the FBX SDK and modify the project file, change include directory and library directory to point to the FBX SDK directory -* If you want to change the FBX SDK version, you need to replace `libfbxsdk.dll` which in `AssetStudio/Libraries/x86/` and `AssetStudio/Libraries/x64` directory to the new version +* If you want to change the FBX SDK version, you need to replace `libfbxsdk.dll` which in `AssetStudioGUI/Libraries/x86/` and `AssetStudioGUI/Libraries/x64` directory to the new version