With older unity versions, export package would open current project folder,
but many years ago(?) it changed and now opens into some last used output folder?
(then you are in the wrong folder most of the time and need to copy paste correct project folder there, or browse for it manually..)
todo
[ ] find where the last folder is saved (probably registry)
[ ] add settings option for "patch current output folder to latest opened project"
[ ] write current project folder to registry, when project is opened
tests
not saved in registry as a separate path, maybe just index to the recent project? or outside registry..
ideas for later
maybe this should be editor script? if need to have 2 unity's running, with own output folder.. (so editor script could path is when editor is focused?)
With older unity versions, export package would open current project folder, but many years ago(?) it changed and now opens into some last used output folder? (then you are in the wrong folder most of the time and need to copy paste correct project folder there, or browse for it manually..)
todo
tests
ideas for later