Skip to content

Commit 08bffc5

Browse files
committed
update readme with installation troubleshooting tips for windows
1 parent 23077fe commit 08bffc5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,29 @@
1313

1414
Newer versions of each software likely also work, except for the FBX SDK. To support newer (or older) versions of FBX SDK, you need to edit the FindFBXSDK.cmake file.
1515

16+
Default install locations expected for Unity and FBX SDK. If installing to a different location, modify FindUnity.cmake and FindFBXSDK.cmake files respectively.
17+
18+
# Windows
19+
20+
Make sure to download the version of the FBX SDK corresponding to the version of Visual Studio being used. e.g. if using Visual Studio 2015, make sure to download
21+
FBX SDK for VS2015.
22+
23+
When installing Visual Studio, make sure to install C# sdk, C++ sdk, and Universal Windows App Development Tools (this can be done by doing a custom install or
24+
relaunching the installer and selecting "Modify").
25+
26+
In addition to installing the above software, the following items need to be added to the PATH environment variable:
27+
28+
```
29+
C:\Program Files (x86)\MSBuild\14.0\Bin
30+
C:\Windows\Microsoft.NET\Framework\v4.0.30319
31+
D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
32+
D:\Users\Viktoria\Downloads\swigwin-3.0.12\swigwin-3.0.12
33+
D:\Program Files\Autodesk\FBX\FBX SDK\2017.1
34+
D:\Python27
35+
```
36+
37+
Set paths according to install locations.
38+
1639
## tl;dr
1740

1841
Install all the software above, then copy-paste this code into a terminal or a cmd prompt:

0 commit comments

Comments
 (0)