unraed / DialogueTree

A free dialogue plugin for Unreal Engine 5
MIT License
10 stars 4 forks source link

Dialogue.h conflict #3

Open imtrobin opened 1 month ago

imtrobin commented 1 month ago

The header Dialogue.h conflicts with another dialogue plugin with same header file so it can't build. I suggest renaming it to DialogTreeDialogue.h

unraed commented 1 month ago

Hi imtrobin,

Thanks for reaching out! You are correct that there is another dialogue plugin with the same file name (I would actually be surprised if there weren't more). However, there isn't much reason to have two dialogue plugins active in the same project given that they seek to achieve the same thing. I would suggest just having one active at a time. Thanks again for reaching out!

Best,

Zach (Unraed)

On Wed, May 29, 2024 at 5:44 AM imtrobin @.***> wrote:

The header Dialogue.h conflicts with another dialogue plugin with same header file so it can't build. I suggest renaming it to DialogTreeDialogue.h

— Reply to this email directly, view it on GitHub https://github.com/unraed/DialogueTree/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCMTEOBV22JE2HTNRJJJZJLZEWPQNAVCNFSM6AAAAABIOSCA4OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZDEOBWGQ3DOOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

imtrobin commented 3 weeks ago

Actually, you don't need to have the plugin active to have a problem. Once both plugins are downloaded in Unreal Launcher, you cannot compile projects anymore.