So today Unity announced changes in how they are going to monetize their game engine, and it is, rightfully might I add, poorly recieved Here is how much youtuber Dani would have to pay unity if they consider his games to gain over $200k in revenue Dani's hypothetical unity payments

Now I don’t know how much tracking crackers and re-packers remove from the games getting cracked, but if unity were to count cracked games as a valid install (and they will count every install of a game they are aware of), thn piracy could seriously bankrupt indie devs. Like, not just losing them revenue, but actively losing them money. While piracy is already in an ethical grey area, I think that is just a bit too much. So, I want to raise awareness of this, and with it I have 2 questions to ask:

  • Do the people that crack games make sure to remove the ability of unity tracking cracked installs?
  • If the answer to the previous question is “no”, how do we make them aware of the fact that it is probably for the better if they do this?
  • admin@lm.boing.icu
    link
    fedilink
    English
    arrow-up
    35
    ·
    10 months ago

    It’s pretty much a “develop from zero” situation. You can import assets, but will probably have to at least fix them up. If you are lucky, the two engines use the same language, but probably not. For example Unity uses C# while UE5 uses C++. And then you didn’t even get to the parts where you actually use use the engine. Everything that touches the capabilities of the specific game engine need to be rewritten. That is off the top of my head: interaction, physics engine usage, collision engine usage, AI stuff etc.

    • Sethayy@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      13
      ·
      10 months ago

      Godot also supports c# but 90% of the functions would be editor calls (maybe someone could make a translator)