SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)

Home Page:http://srombauts.github.io/UEGitPlugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packaging fails with LFS Plugin in project

BlurEffect opened this issue · comments

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!