Sat.Dec 31, 2022

article thumbnail

Closed social affordances / Open social affordances in social systems design

Lost Garden

Introduction In social systems design, we often need to control how different players interact with one another. We want to heavily mediate griefing and toxicity between strangers. And we want to open up more intimate channels of communication between trusted friends so they can offer nuanced sympathy and support. “Closed” and “open” affordances are useful […].

article thumbnail

User Layer isn’t shown in Android 3.6.2

Cocos

Hi guys? happy new year. We’re preparing the game for release on Android. A problem was discovered while testing the Android build. In version 3.6.2, if you set the layer of node as the user layer, it looks fine in the web version, but it is not displayed in Android. Is there any way to solve this problem?

Build 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Closed social affordances / Open social affordances in social systems design

Lost Garden

Introduction In social systems design, we often need to control how different players interact with one another. We want to heavily mediate griefing and toxicity between strangers. And we want to open up more intimate channels of communication between trusted friends so they can offer nuanced sympathy and support.

article thumbnail

User Layer isn’t shown in Camera Visuility Property 3.6.2

Cocos

Hi guys? happy new year. We’re preparing the game for release on Android. A problem was discovered while testing the Android build. In version 3.6.2, if you set the layer of node as the user layer, it looks fine in the web version, but it is not displayed in Android. Is there any way to solve this problem?

Build 52
Join the IGDA Community
article thumbnail

Top 5 Unity tips for Beginners

Game Development for Beginners

Unity is a feature rich game engine and there is no one definite way to do anything. You can come up with your own logical way to make your game. But learning some Unity tips can help you optimize the workflow and game performance. In this article, we will see the top 5 tips that. Read more.

article thumbnail

Q&A: Keira McGarvey, head of people at FuturLab on recruitment

Game Development News

Ahead of next month’s DEVELOP/JOBS, Richie Shoemaker questions a number of recruitment experts, to see what how working and finding work in today’s games industry is changing and the issues studios and potential hires might have to face.

Studios 52

More Trending

article thumbnail

Aerial Platforms

Indie DB

This first-person platforming indie introduces its world

article thumbnail

Anyone still using 3.17.2 Javascript?

Cocos

I have an old project in javascript version, I needed to upgrade the targetSdkVersion so I created a new project with cocos2dx 3.17.2 in Javascript, I tried the blank project to run on an android device it’s showing black screen. Can any one help please ? these logs are showing on logcat: cocos2d: fullPathForFilename: No file found at main.js. Possible missing file. cocos2d: fullPathForFilename: No file found at main.jsc.

40
article thumbnail

GAME OVER: December 2022

Game Development News

As is often the way of things, the year appears to be ending much like it began.

Games 52
article thumbnail

How would I make a game loop?

Cocos

It’s been a very long time since I last used cocos2d-x, so I’ve forgotten a lot of things. I’ve been searching for a while now how to make a game loop, but all the tutorials I found were outdated. How could I make a game loop in cocos2d-x 4.0?

Games 40
Join the IGDA Community
article thumbnail

2022: A Retrospective

Mircosoft Game Dev

The year 2022 was very special for us. We reached a lot of milestones within Godot and also in the community. This blog post will offer a small retrospective of the year. Godot 4.0. The work of Godot 4.0 begun in 2019 when I forked it after 3.1 was released with the hopes of rewriting the rendering architecture using Vulkan as a target API. I worked on it alone for a while, while it was just a graphics fork.

Alpha 100
article thumbnail

How would I make a game loop?

Cocos

I figured it out, for anyone that’s here and needs help: Call scheduleUpdate(); in your init function. Define void update(float delta); in your.h file. Add. void SceneName::update(float delta) { // Change SceneName to your scene name. }. to your code. Put your code in the function, and you have a game loop! I recommend you multiply numbers by delta.

Code 40
article thumbnail

2022: A Retrospective

Mircosoft Game Dev

The year 2022 was very special for us. We reached a lot of milestones within Godot and also in the community. This blog post will offer a small retrospective of the year. Godot 4.0. The work of Godot 4.0 begun in 2019 when I forked it after 3.1 was released with the hopes of rewriting the rendering architecture using Vulkan as a target API. I worked on it alone for a while, while it was just a graphics fork.

Alpha 93
article thumbnail

Non-Visible phenomenon of user setting layer

Cocos

This time we upgraded to version 3.6.2. Nevertheless, it is not shown on the screen when set to the corresponding user layer in android. how should i solve this?

40
Join the IGDA Community
article thumbnail

[Plugin: Fix v3.6.1 Camera visibility not showing user layers]

Cocos

This time we upgraded to version 3.6.2. Nevertheless, it is not shown on the screen when building android. how should i solve this?

Build 52
article thumbnail

How to Unpause Specific Nodes

Cocos

Could anybody provide a sample for using this class? docs.cocos.com. CocosCreatorAPI. Description.

40