It’s actually neither of those, the biggest impact is free-to-play games. Hearthstone, Legends of Runeterra, virtually every Unity mobile game in the market… Having to pay per install has huge potential for abuse and can cost a fortune for games with millions of downloads.
JFC, I just learned that they are retroactively applying this new rule. This means that games that are out already or have been on sale for multiple years will have to pay the runtime fee too. Insane. They can bankrupt a studio before they even release their next game.
I don’t think they can enforce that, right? I assume that would be a change of the contract, which they can’t just do willy nilly.
Pricing should protect indie and small businesses. When it destroys those, we need government to step in because we’re on track to create oligarchs in every industry that are too big to fail.
From their FAQ, looks like Unity doesn’t have any real way of dealing with pirated or fake installs. Their FAQ says you have to work with them when that happens so they can correct your bill. It doesn’t say Unity will automatically filter those installs out.
Oh fuck no. Silksong is never coming out.
Is there a way to convert it to use Godot or Unreal? I understand nothing about programming a game but… oh damn
Not really. Assets are more or less portable with some effort, but not the logic. There are tools to help you port your code but it more or less requires a complete re-write.
though to be fair, a big part of writing the logic is figuring out the logic, designing the system and interactions etc. so while it is a big task, its much smaller than starting over from scratch
Fair enough, but it’s still a massive time and resource sink. You also can’t really implement new features during the re-write lest project creep gets out of control, and even after the rewrite the product will be less stable than the original for quite a while until it’s had sufficient time to mature.
It might be worth the investment to ditch proprietary software from a predatory company and jump to open source though, which can’t really pull shit like this in its future.
Someone has pulled off porting an Unreal map over to Unity before, but a lot of the maps lighting and other effects were completely lost. Look up Stanley parable rocket league. It’s definitely possible to port Unity maps to other engines and vice versa, but it would take a lot of work and a lot of rebuilding everything from scratch
Not instantly. This could take months or even years of additional work.
It’s doable, but a tedious pain in the ass.
Migrating really large software is incredibly time consuming and difficult. My background is with backend servers, not games, but some large framework migrations we’ve done were a multi year effort and IMO they weren’t nearly as big or fundamental as game engines can be (though we did have to maintain near perfect uptime, which isn’t a concern for an unreleased game).
No, they’d have to start from scratch. They’re entirely different engines and everything is very specific to the engine, down to the tooling and languages used.
It depends.
I’m working on a game with Unity and the software design has been done in a way that keeps most the game itself as data, and uses the Unity stuff mainly as something to display multiple views on the state of the data (a 3D view of the game space, multiple UI elements diving into slices of the data an so on) - basically a Model-View-Controller Architecture, so moving from Unity to something else doesn’t require a rewrite (in fact such structure makes it possible, for example, to with some ease change the game’s visuals from 3D to 2D), though it would still be quite a lot of work.
However my game is survival-management in space (within one or more generated star-systems, so it was simplified down to a 2D plane) which doesn’t relly on Unity things like terrain, navigation meshes or even colliders to constrain the movement of objects in the game, so calculating “what happens next” (say, the movement of planets or the guidance of ships going from planet to planet) gets decided using Maths at the data level without going through the Unity layer, and Unity is mainly the means to get user input comes and the layer that gets updated with the state of the data at the end of each cycle (i.e. game objects get moved around) which it the uses for rendering.
Other games which are not reliant on Unity to do the heavy lifting for objects interactiong with other objects on a 3D space, such as 2D platformers, can probably use a similar architecture, but for example something like Valheim or Planet Crafter (were the player controls a humanoid avatar on a 3D world which is mainly terrain) is probably much harder to move out from Unity,
Not to mention I’m sure they use third party tools to help with things. Bigger games like Genshin Impact for example, are on an older version of Unity where they heavily modified the engine to suit their needs. That would take a tremendous amount of work to move, and they’d have to redesign their entire graphics pipeline. Which also Godot has gotten better, but is still far behind the others in terms of high end graphics. That’s why it’s usually seen as the go to for indies, and not so much high end games. Also they don’t plan on making anything like DOTS, but I’m not sure how relevant that actually is.
Third-party tools might or not be a problem depending on whether those tools also support other frameworks or there being equivalent tools for other frameworks.
Again, it depends how tightly coupled the game is to the framework (directly or via 3rd party tools), but yeah, the more work you’ve sunk into the Unity-specific side of things and the more tightly coupled your game is to it (i.e. doing everything via Unity rather than, as I did, make the game run as a data model which then dictates how the visual layer - which is where Unity mainly is - is updated) the harder it will be to move.
Mind you, the Unity guys really pushed for devs to go via it for everything (it’s software design and architecture aren’t exactly great) in a sort of spaghetti design, so I expect a lot of indie devs using Unity who don’t have quiet as much experience and/or it’s not really broad, will get burned due to falling into that specific trap.
The Godot tools are significantly behind Unity. Unity has a much bigger community and a built in store for their addons. Godot has neither, and has been around for less time. Godot doesn’t even have a built in terrain tool for example, and the most advanced plug-in for it is still pretty basic.
I don’t think one can say “it will be a problem” because there are so many different ways to do a game (do you really think “terrain tools” matter in something like Terraria???!), all one can say is that “it might be a problem”, which is what I’m saying, and judging from my experience with it it will be more of a problem for people doing 3D worlds with terrain, pathing and so on than for people doing 2D or, like me using 3D as a sort of moving gallery to show in a nice way what would otherwise be pretty bland.
Whilst I’m currently on vacations, next week I’ll have to start evaluating both Godot and Unreal for my project - which, as I said, whilst it does show things in a 3D view, is architectured so that the game essentially runs in data space with user-input coming from the framework (and it’s pretty easy to change that because it’s centralized) and on the other side the framework rendering visual views of the data.
My plans to upgrate to the latest Unity are now shelved and I’ve already planned how I’ll remove the last pieces of Unity influence (basically Vector2) from my data layer and make sure it’s totally separate.
Oh my…what a waste of time, money, old games will be removed I imagine, knowledge. All to gain what? Developers are already moving away from Unity. It’s one company after another going to hell and causing damage.
I love OSs and I contribute to a few projects, but using godot for a project of silksong calibre is asking for a disaster
I’m desperate. I loved Hollow Knight so much.
I don’t want Silksong developed on Unity. Scrap it, start fresh. I’ll wait.
Scrap it. Start fresh.
The number of games that should do this is too damn high
The number of games that can do this is too damn low
The number of gamed that want to do this is pretty much nil
Pain, suffering and debugging
You mean that Silksong could be delayed? pikachu face
I encourage people here to check out Stride too, for something open sourced, C# based, and if Godot isn’t your cup of tea for some reason.
That’s excellent to know, thank you.
Contributors need to sign the following Contribution License Agreement.
How moral is this license? Im not good with legaleze
deleted by creator
The difference here is that it’s pissing off businesses, not users.
Yeah businesses can sue you for pulling out the rug like this.
Users cannot.
Pokemon is made on the unity engine, so one of the scariest legal teams in the world. Nintendo doesn’t like it when people take a little whipped cream off of the mcflurry, and this threatens to take the whole McFlurry.
Unity did something like this before with built in advert data or such, and some left. Now is drawing a new line, perhaps too far for many more.
My hope is that this backlash extends to all proprietary software eventually. Discord banned 3rd party apps before Reddit thought it was cool to overcharge for the privilage.
The thing is that something like this and further similar actions were clearly in the future back when companies decided they didn’t care about the last scandal enough to leave. There will be a few companies this pisses off enough to leave but fewer than people might be hoping for.
I don’t know the figures but it appears the trend is slow. Who is to say all the people trying out Godot will continue on it and not go back to using Unity (assuming they don’t go through with this).
Ive been making my game in Godot for a few months now. Its a really good engine after the 4.0 update.
If Silksong is delayed because of this I’m going to riot!
If they kill Cult of the Lamb over this. There will no longer be any reason to live.
The devs followed up indicating that the tweet about delisting the game on Jan 1st was a joke, but it’s still a shitty situation for developers
Can they go retroactively? Aren’t there contracts?
Apparently they snuck a clause into an update to the ToS at some point, after years of saying they’d never do such a thing. So people agreed to a loophole without realizing. The legality of such a thing is highly questionable, hence the rumblings of potential lawsuits are already brewing.
This is going to get so bad…Go godot.
Can Steam buy Unity and end this nightmare?
I know Valve has a good reputation but I really don’t want another company owning both a major storefront and a major game engine. It’s not great to have Epic in that situation, but at least they provide competition to Steam.
If Unity fails hopefully that means another game engine company can grow and take their place and keep market competition strong.
Well, to be fair the Epic Games Store is not a major storefront.
The only way I see Unity being saved is by developers buying it out, only to render it Open-Source. And for the purpose of an open-source 3D game engine, you’ve got Godot.
Game Dev Story… And every Kairosoft game.
Did they just forget they sell mobile games?