中国游戏厂商出海势头正旺,2023年自研游戏出海创收163亿美元
1号首屏|时间:2023-12-26 15:14 来源:界面新闻 评论:0 点击:99
游戏出海,已经成为中国游戏厂商发展壮大的必经之路。
2019年第三季度,游戏大厂腾讯首次在其财报中披露海外游戏市场的营收时,其国际市场的游戏营收约为30亿元,占比约为10%。
今年第三季度,腾讯公布财报时披露,其国际市场游戏收入为133亿元,同比增长14%,占比已经提升至29%。且其国际游戏营收已经连续三季度实现双位数增长,他们的第三季度国际市场收入增速远超公司整体收入增速以及本土市场的收入增速。
可见游戏出海,为腾讯带来了更多业绩增长点。
无独有偶,在网易2022年的第一季度财报电话会议上,公司创始人丁磊就曾表态称:“目前,网易游戏海外市场营收占比达10%以上。未来,我们希望海外市场占比能达到40%-50%。”
此后,网易在海外多地都成立了新工作室,其中包括2022年7月18日宣布在美国成立的Jar of Spark工作室、2022年8月31日宣布在法国收购了Quantic Dream工作室,同年11月在日本成立了GPTrack50工作室、在波兰收购了Rebel Wolves工作室部分股权。
进入2023年,网易游戏出海的动作更密集:1月6日,在加拿大投资SkyBox Labs工作室;2月,成立Spliced工作室;4月,在巴塞罗那成立了Anchor Point Studios;5月,在加拿大成立了Bad Brain Game Studios,5月底又在日本与知名游戏制作人市村龙太郎成立PinCool工作室。
$(document).ready(function () {
$.getJSON("/ajax/ajax_longsun.ashx?api=sethits", { "id": "88592", "client": "azrze3hjhnljviqqi40bw3a0", "timespan": "638918212580735305", "signature": "f70bd6e2598c6224559a48552c7ae0e3" }, function (jdata) {
if (jdata.status == 0) {
$(".hits").html("点击:" + jdata.hits);
}
});
$(".weixinAudio").each(function (i, item) {
if ($(item).find("audio[autoplay]").length > 0) {
$(item).weixinAudio({ "autoplay": true });
}
else {
$(item).weixinAudio();
}
});
/*
$(".mediaplayer").click(function () {
$(this).parent().css("background-image", "none");
var id = $(this).attr("id");
var file = $(this).attr("file");
var mp4file = $(this).attr("mp4file");
var image = $(this).attr("image");
var height = $(this).attr("height");
var width = $(this).parent().width();
var autostart = $(this).attr("autostart");
var loop = $(this).attr("loop");
jwplayer(id).setup({
flashplayer: "/sky/player.swf",
file: file,
image: image,
height: height,
width: width,
skin: "/sky/jwplayer/glow.zip",
stretching: "fill",
autostart: "true",
repeat: "false",
});
$("#" + id +"_wrapper").css({ "margin-left": "auto", "margin-right": "auto" });
});
*/
//$("div.mediaplayer:autostart").click();
});