Picture taken from their Twitter

You are viewing a single thread.
View all comments View context
104 points

I bet they will do so for their next game but reimplementing a entire game is FAR easier said than done, something like that could very well bankrupt a smaller studio!

permalink
report
parent
reply
-91 points
*

I mean it’s easy to reimplement entire games if you’ve built it modularly. Just swap your core game logic to run on another library and the game works the same it did before.

Edit: 'course, exceptions exist like if you wrote everything using their proprietary coding language, instead of using something universal.

Edit 2: It MAY still be possible that a translation/compiler exists that’ll run as a plugin in a proprietary engine, and converts it into something universal.

permalink
report
parent
reply
21 points

Technically you’re not wrong. The work is done, the logic already exists.

But systems like Unity aren’t like other code where you can rip one section out and still have 80% of a working codebase. Game engines are as fundamental to most of their game code as the language it’s written in. It’s not like you can just drop things into unreal or godot, connect a few interfaces and call it good. You still have to write the whole thing from the ground up.

permalink
report
parent
reply
-7 points

As I said, it depends on how it’s built. And how proprietqry the engine is.

Unity from what I know supports universal code/mesh/texture formats, but if the devs opted for the “easier to use” proprietary systems- well, that’s a problem.

Now what I don’t know is how easy are scenes to export in Unity. They’re probably built with Blender or something else though in most cases, unless Unity has drastically changed.

permalink
report
parent
reply
25 points

Game Dev isnt just code. Remaking a project from scratch is a massive undertaking. Porting the code could be difficult too especially if relying on core unity libraries.

permalink
report
parent
reply
-9 points

Not downplaying the effort, it still takes time. But not impossible.

How you made it all matters in situations like this.

permalink
report
parent
reply
10 points

The surface area is huge. This is not an SQL database where you can just change the ORM’s backend.

permalink
report
parent
reply
-10 points

Depends how it’s built.

permalink
report
parent
reply
10 points

It also depends on how many engine unique features you used, and what optimizations you applied. It’s certainly possible, but doing it without changing any game logic will require very complicated translation layers which will likely cause performance issues. It might very well be easier to treat it as a porting and refactoring project. You might not even realize which behaviors are unique to each engine if you don’t regularly develop in multiple engines.

permalink
report
parent
reply
-8 points

This is true, and I vouch for gamedevs to first test other engines to see the differences.

Calculating for the future is extremely important in pretty much everything.

Also I wouldn’t say there would be performance issues, unless you somehow completely screw up coding and compiling said code.

Projects should work on top of a bottom layer, or translation layer as it’s sometimes called; game logic calls for functions from there, instead of directly from the engine. This is also important for code security.

_move_entity might be calling the proprietary unity_move_object with a different reg stack, but when compiled the performance should be +/- 0.

permalink
report
parent
reply
19 points
*

I’ve written game engine wrappers and converters for all sorts of code and file types.

It would honestly be easier to fire up Unreal Engine 5 or Godot and start again.

permalink
report
parent
reply
-15 points

Well I’d say that was true 5 years ago. Is it still? I’d not be so sure.

Small projects might as well start from scratch.

But projects with years of devtime are best ported.

permalink
report
parent
reply
27 points

But not moving could be far worse based on what some devs are saying.

permalink
report
parent
reply
8 points

Not moving is what they’ll do if “changes are completely reverted and TOS protections are put in place”. In such a case, while punishing Unity is still desirable, there won’t be installation fees that justify the costs of rewriting the game.

permalink
report
parent
reply
34 points

Alright guys, time to get more copies of slay the spire

permalink
report
parent
reply
9 points

Just buy them, don’t install them though. That’ll charge them soon

permalink
report
parent
reply
0 points

That will be charged after January 1st 2024.

permalink
report
parent
reply
21 points

Slay the spire isn’t on unity, so that’s fine

permalink
report
parent
reply
6 points

Alright fine. But I already own it on three systems… takes out wallet

permalink
report
parent
reply
4 points
*
Deleted by creator
permalink
report
parent
reply

Games

!games@lemmy.world

Create post

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here.

Community stats

  • 9.4K

    Monthly active users

  • 4.6K

    Posts

  • 97K

    Comments