Thanks, good point. Didn’t know about that risk
- 6 Posts
- 6 Comments
admin@lm.boing.icuto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•So, Unity is charging game developers per video game install now...English
35·3 years agoIt’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.
No error logs, based on the logs tho it just ignores the config and uses the filesystem. So predictably once my small config mount fills up (this was before emptyDir), it starts to error out saying no more space on disk. Seemingly this didn’t cause any errors for Lemmy, still it doesn’t feel right :)
Yeah, just after posting this I saw a different comment in another post linking to those tickets :D Of course I would find my question answered 5 minutes after posting it. Thanks anyway :)
Yeah probably, but I’m pretty sure there are a couple already in the works by people who know way more about helm than me :) I have personally no need for it, but if anyone wants to make a PR, I’m happy to merge


Will try this, thanks for the tip