BenPyton / ProceduralDungeon

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

[BUG] cant compile for 5.3 #35

Closed GamesAndBacon closed 10 months ago

GamesAndBacon commented 11 months ago

Bug Description when trying to compile for 5.3 i get a weird syntax error for your DungeonEd_LogInfo image i figured, hey its just log info, lets comment them out and now worries. which then lead to more errors. image

im still learning a lot of my C++ and compilation errors are not a strong suit of mine :( sorry if perhaps this is quite simple.

Technical informations

Steps To Reproduce try to compile for 5.3 :)

Expected behavior compilation

BenPyton commented 11 months ago

Hi @GamesAndBacon

Thank you for your report!

I have just downloaded 5.3 and I am not able to compile either.

I will fix that asap and publish the 3.0 version for UE 5.3.

Best regards.

GamesAndBacon commented 11 months ago

fantastic thank you. i had a few compilation errors from other plugins but usually managed to solve them. hope its not too much work :)

BenPyton commented 10 months ago

Hi @GamesAndBacon

I have fixed compilation issues on my side for UE 5.3. I am able to package the plugin for 5.3 now.

Can you try with the code from the branch Fix-UE5.3 on your side and tell me if it resolves your issues too?

Best regards.

GamesAndBacon commented 10 months ago

compiles for 5.3 ! thank you very much for the fix. looks like it wasnt entirely straight forward.