From 8ce5b947f63d549712821cce5bafddb9a9d1dc84 Mon Sep 17 00:00:00 2001 From: Perfare Date: Mon, 10 Aug 2020 11:01:37 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b3df1fa..f3e0542 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ AssetStudio is a tool for exploring, extracting and exporting assets and assetbu ## Features * Support version: - * 2.5 - 2019.3 + * 2.5 - 2019.4 * Support asset types: * **Texture2D** : convert to png, tga, jpeg, bmp * **Sprite** : crop Texture2D to png, tga, jpeg, bmp @@ -25,7 +25,6 @@ AssetStudio is a tool for exploring, extracting and exporting assets and assetbu ### Requirements - [.NET Framework 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework/net472) -- [Microsoft Visual C++ 2017 Redistributable](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads) ### How to use @@ -43,7 +42,6 @@ AssetStudio is a tool for exploring, extracting and exporting assets and assetbu * Visual Studio 2019 or newer * **AssetStudioFBX** uses FBX SDK 2020.0.1 VS2017, 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 `AssetStudioGUI/Libraries/x86/` and `AssetStudioGUI/Libraries/x64/` directory to the new version ## Open source libraries used