Everyone can agree on VLC being the best video player, right? Game developers can agree on it too, since it is a great utility for playing multimedia in games, and/or have a video player included. However, disaster struck; Unity has now banned VLC from the Unity Store, seemingly due to it being under the LGPL license which is a "Violation of section 5.10.4 of the Provider agreement." This is a contridiction however. According to Martin Finkel in the linked article, "Unity itself, both the Editor and the runtime (which means your shipped game) is already using LGPL dependencies! Unity is built on libraries such as Lame, libiconv, libwebsockets and websockify.js (at least)." Unity is swiftly coming to it's demise.
There was a plugin on Unity Store that acted a bridge between Unity and libVLC, which allowed developers to make video players inside the game engine. As the post says, it got removed.
This plugin isn't made by VideoLAN, it's made by a company named Videolabs that includes several people who supposedly have contributed a lot on VLC and FFMPEG.
Wait, people are still using Unity after they clearly demonstrated they'll fuck you on a whim? Honestly, seems like everyone's been given a fair warning about dealing with these scumbags. I get migrating a codebase is a motherfucker, and sometimes it is even easier to redevelop much or all of the project. But again, if you're renting retail space from someone who is a psychopath, bipolar, and an arsonist (Unity in this case), and they might burn your shop down at any moment, sometimes you gotta move!
"After months of slow back-and-forth over email trying to find a compromise, including offering to exclude LGPL code from the assets, Unity basically told us we were not welcome back to their Store, ever. Even if we were to remove all LGPL code from the Unity package.
Where it gets fun is that there are currently hundreds if not thousands of Unity assets that include LGPL dependencies (such as FFmpeg) in the Store right now. Enforcement is seemingly totally random, unless you get reported by someone, apparently."
What pisses me off about the whole Unity thing is that if Unity makes itself eat shit then it just further consolidates engines into fewer hands. Godot is great and all but it doesn't have everything Unreal has (I'm not throwing shade it'll get there dw) and I really really don't want Epic to have a bigger stranglehold on the games industry than it already does.
Unity had its niche and if the executives could stop fucking around it would be lovely to have as a competitor in the landscape.
Also to everyone saying "just don't use Unity": there are a lot of people who have put a lot of time and money and effort into learning Unity and it's not exactly as easy as you think to just switch to an entirely new workflow. You also have to consider how impractical it is to switch engines mid-development. There's a reason why Unreal 5 has been out for multiple years and we're only just seeing games developed with it now. Developers (especially ones with big budgets and all the caveats they come with) don't want to ship a game with the latest and greatest engine if there's kinks to be worked out. This is why you still see Unreal 4 in games released today.
Go help out Godot or perhaps Bevy, financially, by contributing code &/or bug reports or by any other means you may be capable of.
When Unity dies you'll be thankful you did.
LGPL requires distributing the license with any code. I imagine unity does that with the core code, but it would be difficult to enforce that for assets distributed in their store, which they would be liable for legally. I imagine this will be resolved, but I no longer use Unity so idfc
I went out for a walk earlier, not too far just couple of miles to clear my head. Get some fresh air. Anyway, regardless of how many signs my council like to spend money on to display the consequence of leaving your dogs shit, people still do it. Fact is, I saw a dog shit and it's getting harder to differentiate that dog shit and Unity.
I don't envy you that miserable decision. And I get that you've evaluated everything and personally feel it's worth gambling that they don't fuck you and make it pointless, all that effort, bringing the game to market.
I'm rooting for you here, and I hope everything works out!
I feel just as awful for anyone who has an overwhelming port or even an impossible port. It's just miserable.
Even if they're currently shipping some LGPL components, they may want to prevent new LGPL components from being added if they eventually want to be LGPL-free in the future.
I think you're confused about the difference between the core software having certain dependencies and the store containing user submitted assets containing certain dependencies.