BenPyton / DungeonRules

An Unreal Engine 5 plugin that adds a state machine graph to my ProceduralDungeon plugin.
Boost Software License 1.0
8 stars 0 forks source link

[BUG] Dungeon Rules plugin duplicated category within right-click menu #1

Open faxcorp opened 1 month ago

faxcorp commented 1 month ago

Bug Description Simple bug but I thought I'd share image

Technical informations UE 5.4

BenPyton commented 1 month ago

Hi @faxcorp Thank you for trying this Dungeon Rules plugin and for your report!

This is a known issue: the reasons is that I'm not using the same API for registering new actions in this menu.

In the Procedural Dungeon plugin, i'm using the legacy Asset Type Actions (because it still supports the UE 4.27). While in the Dungeon Rules plugin i'm using the new Asset Definitions API.

I'll made the transition in the procedural dungeon in a future version, but it should still support the legacy API as long as it will be compiled for UE 4.27 (with a conditional compilation).

This is an easy issue to solve for begginers if someone wants to. :smile: