Dungeon Architect

Not sure if this was posted before since I am just starting with this plugin, but in the Theme Editor in properties when you click “Skylight” the editor crashes

Also, I noticed several people have reported that the IsNearMarker node no longer works. Could that be fixed sometime soon, it is quite important?

Edit

I made a temporary fix since I really want to use this node. I don’t know if there was a good reason to disable that node in code and if my fix will break something else later on, but I post it for those of you who are in need of this. Feel free to add a better solution.

  • Since I don’t know how to compile a plugin that is installed in the engine, I copied the whole DungeonArchitect subfolder from the engine/Marketplace location to my project’s plugins
  • Go to \DungeonArchitectRuntime\Private\Builders\Grid\GridDungeonQuery.cpp near the end and uncomment the code for IsNearNode()
  • Go to DungeonBuilder.h near the end and make the protected declaration of the marker array public
  • Rebuild the whole project

This got the node working. Like I said it is not a proper solution but it makes the node work again. I hope this will be fixed in an official update sometime soon so that I wont need to use this patch in the future