plugget Unreal
startup code creates
dev notes¶
- slow on Unreal startup.
- pip freezes Unreal
LogPython: Successfully installed PySide2-5.15.2.1 detect-app-0.0.2 plugget-0.0.12 plugget-qt-0.0.1 shiboken2-5.15.2.1
-
if we do keep the upgrade, document that this freezes the app.
- auto pip installs plugget & dependencies
install seems to silent fail
clone seems to fail
where is it installed in unreal?
uninstall plugget
install plugget from local dev
development¶
installing plugget_qt as editable.
- pip uninstall plugget_qt
- clone plugget_qt locally
- editable install plugget_qt
AFAIK if version changes need to reinstall?
other option: edit PATH
this let’s you swap without uninstalling
Backlinks¶
- Unreal plugin
- Wrote own package manager for Unreal: plugget Unreal
- my unreal plugins