A Pyblish plugin for Unreal. That adds a tool button to launch Pyblish in Unreal
- copy the whole
Pyblish
folder 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
Pyblish
Unreal plugin
- restart Unreal
- launch from the tool button (circled)
- pyblish forum https://forums.pyblish.com/t/pyblish-unreal-engine/746
- plugget manifest https://github.com/plugget/plugget-pkgs/tree/main/unreal/pyblish