Dungeon Architect

I got this crash with all the plugins of this creator, any reply or fix ? Cause I can’t even open the projects for a plugin I paid for… Is an error on his editor tabs looks like…

On 4.15, 4.18 and different projects…

Posted aswell months ago on his free plugin https://forums.unrealengine.com/comm…883#post933883 and was ignored

FOUND FIX by myself: (Update)

The error comes that the uplugin load times are wrong:
“LoadingPhase”: “Default”
should be
“LoadingPhase”: “PostDefault” or PostEngineInit
all the people getting the plugin working are just running it on luck and runs the editor before of the plugin, but this isn’t mean to happen like that so the code is wrong, make sure you change it for the next versions.