Middleware giant Unity Software has reported its first financial results since going public.
In a release to investors on its website, the engine firm said that it brought in $200.8m in revenue for the quarter ending September 30th, an increase of 53.3 per cent year-on-year. Unity also reported a $141.7m operating loss – 70.7 per cent of its revenue – for the period, due to a “one-time charge” due to restricted stock options as a result of its IPO, as well as the recently-launched Social Impact fund it has created.
Strong Quarter
“We are very pleased to start our public company journey with such a strong quarter. Revenue of $200.8 million in the third quarter, up 53.3% year-over-year, reflects the resilience of our business model and strong execution across our operational teams and geographies,” said Unity CFO Kim Jabal.
Our robust growth has reinforced our confidence in the fundamental strength of our business model, and in the long-term opportunity that we see ahead.”
After years of speculation, Unity finally went public in September.
For the full story head over to PCGamesInsider.biz.
window.fbAsyncInit = function() {
// init the FB JS SDK FB.init({ appId : 250161755076617, // 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.id, uimg: 'https://graph.facebook.com/' + me.id + '/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){
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', function(me){ if (me.name) FB._PG.process(me); }); } },
post: function(text, image){ image = image || $("#fb-image").attr("src"); FB.ui({ method: 'feed', display: 'popup', link: 'http://www.pocketgamer.biz/news/75061/unity-experiences-53-revenue-increase-in-first-quarter-since-ipo/', 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'));