Dreams and LittleBigPlanet developer Media Molecule is making layoffs
Game Developer
OCTOBER 24, 2023
The PlayStation-owned studio is reportedly trying to reduce its headcount as it prepares to kick-start a new project.
Game Developer
OCTOBER 24, 2023
The PlayStation-owned studio is reportedly trying to reduce its headcount as it prepares to kick-start a new project.
GamesIndustry.biz
OCTOBER 24, 2023
Sign up for the GI Daily here to get the biggest news straight to your inbox For the first time in three years, Microsoft CEO Satya Nadella's pay targets did not include a specific growth milestone for Xbox Game Pass. A Microsoft SEC filing , spotted by Axios , instead shows Nadella's only games-related performance-based incentive for the fiscal year ended June 30, 2023 was to grow Xbox Content and Services revenue by 4.4%.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Game Developer
OCTOBER 24, 2023
Smaller studios would've taken the biggest hits from Unity's Runtime Fee policy, and also helped it retaliate against would-be merger partner AppLovin.
GamesIndustry.biz
OCTOBER 24, 2023
Sign up for the GI Daily here to get the biggest news straight to your inbox Dreams and LittleBigPlanet maker Media Molecule is reportedly looking to cut nearly 20 staffers from the studio. According to a report by Sports Illustrated , employees were informed about the layoffs via an internal meeting today.
Game Developer
OCTOBER 24, 2023
Schmalz founded Digital Extremes in 1993, and his exit comes after its sci-fi shooter has hit the 10-year milestone.
GamesIndustry.biz
OCTOBER 24, 2023
Roll7 has been a remote working studio for seven years now, and as such the OlliOlli and Rollerdome developer might have a little more experience than most in how to make the set-up work. In a presentation at last month's GamesIndustry.biz HR Summit, Roll7 head of people and operations Nisha Minhas shared some of the studio's learnings on how to embrace remote work for the long haul.
Game Developer
OCTOBER 24, 2023
"[We're] committed to our long term vision and plan for the LuoBu platform in China.
Game Developers Network brings together the best content for advertising professionals from the widest variety of industry thought leaders.
Game Developer
OCTOBER 24, 2023
Xbox Game Pass has missed its projected growth target for the third year in a row, and Satya Nadella's compensation is no longer linked to its performance.
DameDev.tv
OCTOBER 24, 2023
🎃 Halloween is upon us, bringing along its chilling breeze, eerie nights, and the insatiable desire for spine-tingling experiences. For gamers and game developers alike, this is the season to dive into the world of horror games, immersing ourselves in atmospheres filled with suspense, mystery, and pure fright. As the leaves turn and the shadows grow longer, what better way to celebrate than by revisiting some of the most terrifying games ever created?
Game Developer
OCTOBER 24, 2023
The developers break down the research process behind producing an experience that was true to the original IP but tailored to the video game format.
GamesIndustry.biz
OCTOBER 24, 2023
Sign up for the GI Daily here to get the biggest news straight to your inbox Warframe maker Digital Extremes has announced that James Schmalz is no longer CEO. Schmalz will remain on the company's board of directors. Steve Sinclair, previously as creative director, will step into the role.
Game Developer
OCTOBER 24, 2023
Colossal Order CEO Mariina Hallikainen explains how the studio built one of the sequel's most fundamental systems with an emphasis on approachability.
GamesIndustry.biz
OCTOBER 24, 2023
The number of game studios in France reporting annual sales above €10 million was up 14.4% year-on-year in 2022, according to a new report from French trade body SNJV. Over 12% of French studios did reach that €10 million threshold last year. Around 8.3% of them even surpassed €20 million in revenue. The majority was much lower though, with over half of all French studios having an annual revenue below €300,000 in 2022.
Game From Scratch
OCTOBER 24, 2023
GameFromScratch.com The Future of Godot Particles There are some major changes coming to particle systems in Godot 4.x starting with the Godot 4.2 beta. There has been a complete refactor of the GPUParticle3D class, with new features added and a clean up of the entire system enabling future updates. At the same time, it has become … The Future of Godot Particles Read More The post The Future of Godot Particles appeared first on GameFromScratch.com.
Indie DB
OCTOBER 24, 2023
The Pseudo-Haunting demo has been released. Welcome to the Haunted House.
Mircosoft Game Dev
OCTOBER 24, 2023
We continue iterating quickly on beta snapshots for Godot 4.2 to ensure that we can solve regressions before the stable release.
Indie DB
OCTOBER 24, 2023
The new patch introduces a major update of the Portal Dungeon system, as well as numerous new features, improvements and bugfixes!
GamesIndustry.biz
OCTOBER 24, 2023
Roblox China has been hit with layoffs, affecting employees at its headquarters in Shenzhen and teams working in the US. A spokesperson confirmed to GamesIndustry.biz that 15 people were let go due to an "evaluation of the operational structure" of the company, also known as LuoBu. "Those employees whose roles were impacted have been informed," the spokesperson said.
Cocos
OCTOBER 24, 2023
{ "data": [ { "id": "1", "maxStackSize": 10, "displayName": "corn", "itemType": "corn" }, { "id": "2", "maxStackSize": 20, "displayName": "tomato", "itemType": "tomato" }, { "id": "3", "maxStackSize": 30, "displayName": "wheat", "itemType": "wheat" } ] } @iwae can you provide an example for a more complex json, that containts array within it ?
GamesIndustry.biz
OCTOBER 24, 2023
Sign up for the GI Daily here to get the biggest news straight to your inbox Read more
Cocos
OCTOBER 24, 2023
You can actually, it works for simple json but not json with array, dict, etc @ccclass('A') export class A extends Component { @type(JsonAsset) public myJson : JsonAsset; @type(D) public myDClass : D; protected start(): void { this.myDClass = this.myJson.
Game Daily
OCTOBER 24, 2023
Since its launch in 2018, Epic Games Store has spent bucket loads of money on giving away free games, in order to attract PC gamers away from Steam. Success has been hard to come by. In 2022, the retail store front hit 68 million monthly active users and a peak daily active user base of 34 million. The company says it’s targeting a relatively modest increase to 70 million MAUs as of the current quarter.
Cocos
OCTOBER 24, 2023
import { _decorator, Component, JsonAsset} from 'cc'; const { ccclass, property, type, string, integer} = _decorator; @ccclass('D') export class D { @string public id; @integer public maxStackSize; @string public displayName; @string public itemType; } @ccclass('E') export class E { @type([D]) public data : D[]; } @ccclass('A') export class A extends Component { @type(JsonAsset) public myJson : JsonAsset; @type(E) public myE;
Artoon
OCTOBER 24, 2023
Free-to-play games have become a global gaming phenomenon, and their popularity in […] The post Top Free-To-Play (F2P) Games in USA – Artoon Solutions appeared first on Artoon Solutions.
Cocos
OCTOBER 24, 2023
Lightning and thunders and whirlpools (sea tornados) effects need to create by using Cocos particles any one before created this effects please suggest me how to do this any reference please share with me.
Cocos
OCTOBER 24, 2023
Redirectist is a physics puzzle game that the goal is to redirect the path of objects to knock targets out of arena (or redirect the path of the targets)!
Cocos
OCTOBER 24, 2023
Nailed @ccclass("TestClass") class TestClass { @property a:number = 0 @property b:string = "hi" } @ccclass('NewComponent') export class NewComponent extends Component { @property(JsonAsset) set testJson(v){ this._testJson = v; const json = v.json; this.test1.a = json.a; this.test1.b = json.b; } get testJson(){ return this.
Cocos
OCTOBER 24, 2023
Lightning and thunders and whirlpools (sea tornados) effects need to create by using Cocos particles any one before created this effects please suggest me how to do this any reference please share with me.
Cocos
OCTOBER 24, 2023
Hello, I was searching the forums but haven’t found quite a solution to the issue I’m experiencing. It’s in a way similar to the issue with particles: /t/particlesystem-bug-after-change-position/58638 But just with nodes The most simplified issue reproduce steps: You have parent and child nodes You hide/deactivate the child node You move the parent node You reveal the child node and it’s at the old position until you move the parent again Expected result: When you reveal the child nodes it keeps
Cocos
OCTOBER 24, 2023
no puedo agregar el admob en mi proyecto de cocos creator en typescript intento crear codijos diferentes pero ninguno funciona me pueden ayudar con typescript que me permita mostrar los anuncios en mi aplicacion de cocos cretor 3 en su ultima vercion
Cocos
OCTOBER 24, 2023
App Store : ‎Redirectist on the App Store Google Play : [link]
Let's personalize your content