game-development Questions
1
I am interested in Tiny Glade and wanted to know what technology it was implemented with, especially the auto-generation feature in it, What areas of expertise does it contain
please someone ...
Jocundity asked 1/8, 2023 at 2:56
3
In my demo, you can see that the player's camera catches up with the player's position with a slight delay. It follows him until the player finally stops, gradually reducing the distance.
Unfortuna...
Kimmy asked 24/7 at 12:47
7
I'm Using Unity version 2020.3.32f1 & Rider as Editor. Whenever I make any changes in scripts, even small changes, Unity script assemblies take too much of time to compile and load. Sometimes i...
Semitropical asked 4/5, 2022 at 11:36
2
Solved
Currently im using the Position of two objects (comets and the ship) to detect if they collide.
fn collision_detection(
comets: Query<&Transform, With<Comet>>,
mut ships: Query<...
Araxes asked 10/3, 2021 at 15:31
5
I have a repository that has a bunch of folders, but I want to create releases for just one of those folders.
Simpler story, it's for a gaming server, and I just want to create releases for the cl...
Collateral asked 27/8, 2017 at 16:47
1
I'm currently working on a project in Godot 4.0.2 and I'm having trouble using the export keyword in my scripts. Every time I try to use it, I get an "Unexpected 'Identifier' in class body&quo...
Ancient asked 30/4, 2023 at 11:57
4
Solved
Consider the following statement for updating the velocity of a physical object during the integration process in a game:
velocity = velocity * 0.999f + acceleration;
Multiplying the velocity by a...
Ascham asked 27/9, 2020 at 16:16
1
Solved
I am in the process of converting my game from godot 3 to godot 4.
Previously in godot 3 when I was using rotating platforms, my player would sink a few pixels into the rotating platforms while the...
Muldoon asked 9/3, 2023 at 2:37
2
Solved
After testing out a few other engines I've settled into Godot for my game development learning process and have really appreciated the conciseness of GDScript, the node/inheritance structure, and t...
Mages asked 15/7, 2021 at 18:10
1
Solved
So I have made a raycaster in Python using pygame. I cast my rays little bit by bit and once they've hit a wall, I calculate the distance and use that base the height of my walls. The problem is th...
Broomstick asked 13/10, 2022 at 19:24
1
I'm trying to create a multiplayer jigsaw puzzle game.
My first appoach was to use a <canvas> with a 2D rendering context, but the more I try, the more I think it's impossible without switchi...
Selfassured asked 9/5, 2022 at 15:14
0
I'm using Unity 2020.3.21f1, Universal Render Pipeline
Hi, I'm new to this, I'm adding a second camera to my scene through using 'Don't Destroy on load'
The Previous scene (Scene1) Has this:
void S...
Interpretive asked 21/3, 2022 at 23:58
3
Solved
In unity's package manager the proGrids module is not visible
I installed proBuilder but the proGrid module is not showing up
Unity version-- 2021.1.1f1
If you want any more info please ask
THAN...
Nestor asked 16/4, 2021 at 5:9
1
Solved
When attempting to print "Hello, world!" to the screen with Bevy, the text would not display until I imported a third-party font file and loaded it as an asset to use as the font value in...
Karankaras asked 30/1, 2022 at 22:39
1
I am learning Rust and Bevy engine, and I want to keep certain assets (such as Fonts) loaded during the entire application life-time.
// Resource for fonts:
#[derive(Default, Clone)]
pub struct Re...
Wearisome asked 26/6, 2021 at 14:55
0
I've been reading about wgpu-rs and that it uses Vulkan, Dx12, Metal etc if used to build native desktop applications. Given this could one expect comparable performance between wgpu-rs and u...
Vernation asked 30/8, 2020 at 5:7
2
Solved
When I slicing a sprite in Unity.
I mistakenly sliced a piece that i don't want
Here the Menu Buttons_0
Now, I want to delete that garbage
Is there any way I can delete the Menu Buttons_0
Pone asked 8/5, 2018 at 18:17
1
I'd like to describe the situation.
My name is Constantine.
I'm blind. Completely blind.
Among blind programmers, there are those who develop audio games.
What does it look like?
Imagine GTA, Mafia...
Solangesolano asked 29/4, 2020 at 20:54
11
Newbie here.....I made my first game with Godot game engine and exported to android successfully.....copied to my phone, it installs and runs fine. After a couple of hours, I made some changes and ...
Highkey asked 28/8, 2018 at 14:26
2
Solved
I'd like to move an object around another - just as if the one object was a child of the other. This is GDscript - Godot Engine 3.2, but the logic should be very similar to other game engines.
Wh...
Boyes asked 27/1, 2020 at 19:58
2
For those not in the know, Spaceteam is a very popular and very fun multiplayer game for iOS.
It allows for real time gameplay among multiple devices on an ad-hoc Wifi network - how does it do thi...
Bertina asked 20/2, 2013 at 1:13
2
Solved
I am having big troubles with one simple task. I want when I detect collision check if the tag of the parent game object is equal to my value. Because I want to add a special effect only when colli...
Kiyokokiyoshi asked 6/7, 2019 at 0:47
2
Solved
I am writing an algorithm for iterating over the elements of an array at a given speed. I use this to iterate through the cells on the game map in an array of paths that I find.
I need that when a...
Walt asked 27/6, 2019 at 13:45
2
Solved
I'm new to Phaser3 and before starting a crazy project, I want to know how I should start, switch between scenes. I saw that there are several functions, start, launch, switch, run, resume, pause, ...
Lancer asked 10/11, 2018 at 12:17
1
I copied a project from one computer to another, however, when I started Unity I got tons of errors all saying practically the same thing.
Researched online and found nothing. Project worked perfe...
Silverfish asked 9/5, 2019 at 22:59
1 Next >
© 2022 - 2024 — McMap. All rights reserved.