python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Phaser3, Creating Rounded Rectangle, Not Staying Put Relative To Window
I'm trying to create a scoreboard using phaser3. It creates the board when I do the following in create function:
this.gr = this.add.graphics();
this.gr.fillStyle(0xffffff, 0.3);
this.gr...

user17712685
Votes: 0
Answers: 1
Loop through all points in a spherical area located at a given origin
I'm working on voxel terrain in Godot which uses a chunk system. One component is scanning the area around the player to determine which new chunks to add as they move. I took the easy way and wrote t...

MirceaKitsune
Votes: 0
Answers: 1
How to solve "No cameras rendering" in Unity?
I am entirely new to Unity. I have a task to work with a tool in Unity. I'm not sure the "Game" is where I should work or the "Scene"? this is how my "Game" tab looks lik...
zahra Hosseini
Votes: 0
Answers: 4
problem with mirror(particle system) unity, pls help:)
I have a problem with mirror, I'm making a online strategy game and you have buildings in the game, with those buildings you can make soldiers, now the buildings have a particles sim to work while the...

bill the computer wiz
Votes: 0
Answers: 1