Unity 4.6.x note: Unity 4.6.1 causes a black screen on some devices (known bug). Unity updated to 4.6.7f1 and it fixed the issue
Blender 2.7.4 * http://download.blender.org/release/Blender2.74/ *
Install Homebrew (on Mac)
ruby -e "$(curl -fsSL https://github.com/Homebrew/install/master/install)"
Install node via packages: https://nodejs.org/download/
- MAKE SURE THIS IS VERSION 0.12 - download here: https://nodejs.org/en/blog/release/v0.12.0/ *
Install imagemagick and graphicsmagick
brew install imagemagick
brew install graphicsmagick
Install the required node packages. CD into directory where repository is downloaded and then..
npm install
Then make a copy of default-config.js.
cp scripts/default-config.js scripts/config.js
Then modify scripts/config.js to have valid Unity 3d, and Blender path, as well as authorization credencials for Vuforia and FTP. Vuforia is using ARtree.
./scripts/main.js {asset_dir} {output_dir}
Download and extract SmartBodySDK into root of this project.
Then follow build instructions for your operating system in SmartBodyManual.pdf
cp SmartBodySDK/core/smartbody/sbgui/bin/libpinocchio.dylib $PYTHONPATH
If this errors, find the actual location of your python path and substitute $PYTHONPATH for it.