From b96db50fd6c3603b4145b1c93cd41a80a91f4f77 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 3 Apr 2022 20:27:00 -0700 Subject: [PATCH] Update readme about msvc. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f913471..98ce461 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ # FBX2GLTF +**REQUIRES MVSC redistributable on Windows** + +https://support.microsoft.com/en-ca/help/2977003/the-latest-supported-visual-c-downloads + + Change skinning-weights to 4 if your engine does not support that feature. Change the default import of the engine to be different from 30 fps if needed. There are artifacts in the Github Actions for Windows, MacOS and Linux. -You need to install the MVSC redistributable on Windows. https://support.microsoft.com/en-ca/help/2977003/the-latest-supported-visual-c-downloads. - ## Build Instructions Reference the Github workflow.