French developer Quantic Dream has announced that 2018’s Detroit: Become Human has sold over ten million copies to date.
That’s according to the studio’s CEO, Guillaume de Fondaumière, who said emphasised that this milestone is across both the game’s original home on PlayStation and PC.
“The entire Quantic Dream team is joining me to proudly announce that Detroit has now sold in excess of 10 million (paid) units on PlayStation and PC,” he wrote.
“We are extremely grateful to each and everyone out there who played the game. You mean the world to us and we couldn’t have achieved this incredible milestone without every single one of you.”
Quantic Dream added: “We are so proud to announce that the Detroit: Become Human community keeps growing every day. We are now 10 million. Thank you all for your love and your loyalty”
Detroit: Become Human originally launched on PlayStation 4 back in 2018 but came to PC in December 2019. At last official count, the title had sold over nine million copies in December 2023, meaning it has shifted one million units in the last ten months.
window.fbAsyncInit = function() {
// init the FB JS SDK FB.init({ appId : 1280127222113771, // App ID //channelUrl : '//'+window.location.hostname+'/channel.php', // Path to your Channel File status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML });
FB._PG = { url: "/useractions/loginfb/", response: "allowed",
// Common handler to fetch FB details and reload the page process: function(me){ $.post( FB._PG.url, { username: me.username, uname: me.name, uid: me.uid, uimg: 'https://graph.facebook.com/' + me.uid + '/picture?type=large' }) .done(function(xml){ if ( $("status", xml).text() == FB._PG.response ) window.location.reload(); else alert('Error: Something bad just happened. Our tech department has been notified. Please try again later.');
}) .fail(function(xml){ console.log(xml); alert("Error: something wasn't right there, please try again.");
}); },
// Used by event subscriptions to handle the response handleResponse: function(response){ if (response.authResponse) { FB.api('/me?fields=ids_for_business,name&access_token='+response.authResponse.accessToken, function(me){ if (me.name){
me.ids_for_business.data.forEach(function(entry){ if (entry.app.namespace == '_pg_biz'){ me.uid = entry.id; } });
FB._PG.process(me); } }); } },
post: function(text, image){ image = image || $("#fb-image").attr("src"); FB.ui({ method: 'feed', display: 'popup', link: 'http://www.pcgamesinsider.biz/news/74729/detroit-become-human-has-sold-10m-units/', description: text, picture: image }); }
};
FB.Event.subscribe('auth.statusChange', FB._PG.handleResponse);
FB.Event.subscribe('edge.create', function(response) { $.post('/ajax/social-links/', { site: 'facebook' }); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "http://connect.facebook.net/en_US/all.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));