A Pyblish plugin for Unreal. That adds a tool button to launch Pyblish in Unreal

- copy the whole
Pyblishfolder to your plugins path. e.g.C:\Users\hanne\Documents\Unreal Projects\MyProject\Plugins - install the dependencies from
requirements.txt
pip install -r requirements.txt --target "C:\Users\hanne\Documents\Unreal Projects\MyProject\Content\Python\Lib\site-packages"
or
pip install pyblish-lite unreal-qt --target "C:\Users\hanne\Documents\Unreal Projects\MyProject\Content\Python\Lib\site-packages"
- open the plugin manager
- Enable the
PyblishUnreal plugin
- restart Unreal
- launch from the tool button (circled)