Because I may have to edit some older projects, I have multiple versions of Blender and Unity on my dev system. In order to launch Blender 2.78 on my system I have to use a batch file to set the Python path, like this:
set PYTHONPATH=“”
cd C:\Program Files\Blender Foundation\Blender
start blender.exe
Unfortunately, that doesn’t allow Unity to properly import a .blend. ![]()
Is there another way to make this work? Are there any other ways of getting different versions of Unity and Blender to play together nicely on the same machine?