4,117 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
1
vote
16
replies
197
views
Wpf or Win Forms - tile editor
I'm trying to create a console application game to really push the boundaries of what a console game can do and look like. I'm going to need to create maps with ASCII tiles and think it could be fun ...
- reputation score 1
Advice
0
votes
6
replies
92
views
what are the frameworks that take the least time to make games in?
I started off making games in mit scratch (a block coding site for learning how to code) and i found the process really quick and easy. When I tried switching to pygame (a python framework for making ...
- reputation score 43
Score of 0
0 answers
139 views
Unity Build Issue: TMP Text Missing and Scene Loading Works in Editor but Fails in Android Build
Environment
Unity 6000年4月9日f1
Problem
My game works perfectly inside the Unity Editor, but after building for Android:
Issue 1: Scene Loading Fails
The scene flow is:
Loading Scene (startup)
↓
...
- reputation score 1
Score of 0
0 answers
48 views
Unity 6 + Meta Quest MR: Object flies away when standing up during custom 2-handed alignment/calibration system
I am stuck on a spatial calibration system for an AR Passthrough medical simulation app in Unity 6 (6000026f1) using the Meta XR Core SDK. I have been banging my head against this for 18+ hours and ...
- reputation score 1
Advice
0
votes
8
replies
72
views
How could I go about creating my tile based 2D graphics engine?
I'm trying to create a tile based 2D graphics engine that I can create gui apps on and games, the NES and Famicom are my inspiration. I'm not a pro at programming but my idea to have this work is to ...
- reputation score 1
Score of 2
2 answers
99 views
Rigidbody controller sliding on moving platform
I have a very basic Rigidbody player controller and a moving platform script. When the player stands on the moving platform, the player moves with the platform. However, when the platform quickly ...
- reputation score 113
Advice
1
vote
9
replies
188
views
C# 3D game software recommendations need
I want to create an intense 3D escape room using C#. The problem is that I have no skills in any gaming engines (if that what unity etc are called) so, what should I do well. I stuck myself in a ...
- reputation score 1
Advice
0
votes
5
replies
137
views
Making a game. Where DO I start?
Where do I start off making a game, when I am new to this and want to program the best game in history?
- reputation score 1
Tooling
1
vote
2
replies
80
views
What's the best 3D engine to code with using javascript?
I want to make a 3D fps game, I'm pretty good at javascript, so I would like a 3D engine or stuff for windows that I can code in javascript to make a game.
And also, I hope It could be pretty beginner ...
- reputation score 1
Advice
0
votes
1
replies
62
views
Guidance for starting personal projects
I am a student in my 3rd year doing major in Computer Science and I feel as though I do not have any projects to showcase my skills and I want to build better projects that i can use in my resume. I ...
- reputation score 1
Advice
1
vote
5
replies
163
views
Game Development Advice
I am currently a second year college student. I am studying audio engineering/music with a minor in CS. As a summer project, I've decided to make a prototype of a rhythm game; this would combine both ...
- reputation score 1
Advice
1
vote
0
replies
97
views
How to compute the spherical angles from a quaternion joint rotation
I am working on a game with rag-doll physics and I am controlling the body using joints by giving the joint a target rotation (in joint local space)
I am using this function to get spherical target ...
- reputation score 51
Advice
0
votes
1
replies
58
views
How to map GPS-based players to camera view and handle occlusion in AR without real-world geometry?
I am building a real-time AR multiplayer game using GPS, compass, and a mobile camera.
Problem 1: When multiple people appear in the camera, I cannot identify which person is the actual enemy player.
...
- reputation score 1
Score of 1
1 answer
180 views
Loop ends at the start of 3rd iteration [closed]
Hi whom ever is reading this, I am currently debugging my code and I am stuck on a weird bug.
I am using two main files for the project, one called logic.py and one called card.py. The entire game ...
- reputation score 39
Advice
1
vote
4
replies
92
views
How to procedurally generate Genshin Impact style terrain
How can I procedurally generate terrain (in voxel) like the one shown in the image?
What would be a good approach?
I’ve been trying to recreate this type of terrain using Perlin noise for the past ...
- reputation score 85