Setup
Last updated
Was this helpful?
First off, associate your GitHub username with your Unreal account to get access to Unreal sources on GitHub.
This is where the Python extension is installed which enables communication between Unreal and Python.
Setup the deepdrive project which creates your ~/.deepdrive/python_bin
Create ~/.deepdrive/python_bin on Unix or %HOMEPATH%\.deepdrive\python_bin on Windows and point it to the Python executable you want the deepdrive Python extension to be installed to, i.e.
/home/[YOU]/.local/share/virtualenvs/my-env/bin/pythonTo finish your development setup, follow one of these guides
Last updated
Was this helpful?
Was this helpful?