1218
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 12 Sep 2023
1218 points (100.0% liked)
Game Development
3418 readers
4 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 1 year ago
MODERATORS
I gotta ask, considering the "per install" pricing, what exactly is an installation in the eyes of Unity?
A game download? In which case would a cancelled and restarted download result in two installations being logged?
Is it an API call during first start-up? What would keep malicious actors from simply modding their game to repeat this call a thousand times?
What about pirated copies? Do they count as being "installed"?
Unity's official response to those questions as of a few hours ago is akin to "we have ways... trust us."
Yup let's trust Unity's crummy ways, keeping in mind that it's actually in their best interest to NOT detect false installs, since they get money when it doesn't...
If I had to do something like that, I would make it every time the installer runs, every time it's installed by a launcher like Steam, and as a fallback every time the game executable runs for the first time unless an installer or launcher hands it a key to say "you've been paid for already." But I'm by no means a game dev so idk.
Cool, find a game dev you hate and set up a script to install their game and run it once as many times as possible. Let that run on a machine you don’t use for a while, then drink their tears
I'm not saying it's a good idea, that's just how I'd implement it - no matter how you do it it's evil, unsafe and evasive.