BenPyton / ProceduralDungeon

This is an Unreal Engine 4/5 plugin to generate procedural dungeon.
MIT License
544 stars 64 forks source link

Unreal Engine 5.5 support #59

Closed encrystudio closed 1 week ago

encrystudio commented 1 week ago

Unreal Engine 5.5 released with several improvements. It would be cool if this plugin supports the new version. THank you for your work!

BenPyton commented 1 week ago

Yeah I'll work on it when I have some free time! 😉

encrystudio commented 1 week ago

From a quick inspection, it seems like "EAutomationTestFlags::ApplicationContextMask" in the tests is not available anymore in 5.5 If I replace them the plugin compliles 👍🏻

BenPyton commented 1 week ago

Yes, I've made a commit in the branch patches. I need to build in all other UE versions too. The fixed version will be published soon.

encrystudio commented 1 week ago

Thank you 👍🏻