SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)
http://srombauts.github.io/UEGitPlugin
MIT License
806 stars 165 forks source link

Packaging fails with LFS Plugin in project #157

Open BlurEffect opened 3 years ago

BlurEffect commented 3 years ago

Hello,

I'm using the latest version of this plugin and it's all working pretty good so far. Just yesterday I ran into an issue though when trying to build my project for the first time. Soon after triggering packaging, I get the following error: "System.ArgumentException: An item with the same key has already been added". I could already narrow it down to the Git LFS Plugin. When I remove it from the project, I can successfully build. I guess the issue is related to the old version of the plugin being already built-in with the engine and then there's some sort of conflict between the two. Anyone encountered something similar or has ideas how to resolve this apart from deleting the old plugin in the engine folder? The latter surely is a workaround but I'd prefer a cleaner, project-contained solution. Oh, and I'm on engine version 4.25.3,

Cheers!