• slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 hours ago

    I’m getting like that for Unity games.

    No idea what it is but just about every unity game makes my CPU run hot and starts pumping 40 degrees C air into the room.

    • Cethin@lemmy.zip
      link
      fedilink
      English
      arrow-up
      4
      ·
      3 hours ago

      What? Which ones? Escape from Tarkov is the most expensive Unity game to run that I know of, and it doesn’t have this issue.

      The issues with UE5 aren’t the base engine. It’s Nanite and Lumen, and how easy they make them to just toggle on. Unity doesn’t have any features like this. You can get things like them on the store, but they aren’t baked in. They do have ECS, which is designed to have a ridiculous number of entities operating at once. I could see how that could cause this issue if unoptimized, but not many games are using it yet so it’s not what you’re talking about.

      • slazer2au@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 hour ago

        Raft, Software Inc, Tinberborn, Big Ambitions. None of those are heavy games, but all of them make cook my i7-9700K

        Guess when I launched Raft and it hit high 50 degrees and when I exited the game.

        • Cethin@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          60 minutes ago

          Yeah, that’s almost certainly not because of Unity. At most, it could be blamed on C#, if we’re blaming the technology. This is an issue with their simulation I would assume. For example, Timberborn is simulating liquids and a population of workers. The liquids are probably the biggest culprit, and there’s a reason you don’t see many games doing it.

          All the games you listed are simulation games though. They are going to be the largest CPU hogs you can get, especially when you use the highest simulation speed possible. At that point, they’re usually literally maxing out your CPU and running it as fast as it can process. As another example of this, Paradox games can not reach their highest speeds on weaker systems or later into the games. They run as fast as the CPU can process, which means nearly 100% utilization. It’s not because they aren’t efficient. It’s because you’re telling it to go all out on processing.