Digital games brought in $12bn in December 2020 according to SuperData.
That’s a 15 per cent increase year-on-year and represents the highest amount of digital spending from a single month ever. PC spending was up 40 per cent thanks to the blockbuster launch of CD Projekt’s Cyberpunk 2077, which apparently is the biggest of all time. SuperData reckons that the eagerly-anticipated RPG sold 10.2 million units during the month following its December 10th launch.
Unsurprisingly, it was highest-grossing title on PC for the month, beating the usual suspects like League of Legends, Crossfire and Dungeon Fighter Online.
Fortnite and Grand Theft Auto V both had huge months, too. The former had its best month for revenue since August 2020, with more people playing Epic’s battle royale title than since August 2019. Meanwhile, Rockstar’s crime romp had a record month for digital spending thanks to the Cayo Perico Heist for GTA Online.
SuperData also reports that Among Us numbers fell between November and December, but it still had 2.8 times as many users as the next most-popular title, Roblox.
Here are the top grossing PC games for December 2020:
1. Cyberpunk 2077, CD Projekt
2. League of Legends, Riot
3. World of Warcraft (West), Blizzard
4. Dungeon Fighter Online. Neople
5. Crossfire, Smilegate
6. Fantasy Westward Journey, NetEase
7. Counter-Strike: Global Offensive, Valve
8. Fortnite, Epic Games
9. Roblox, Roblox
10. World of Tanks, Wargaming
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/71878/superdata-digital-pc-games-revenue-up-40-thanks-to-record-cyberpunk-2077-launch/', 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 = "https://connect.facebook.net/en_US/all.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));