Most active questions

Filter by
Sorted by
Tagged with
3 votes
1 answer
453 views

How can I design a reward system that keeps players motivated in my mobile educational app?

I have a mobile app that allows for younger students / children to practice the multiplication tables. 2 x 2 = 4 3 x 2 = 6 To make the app more encouraging, I am planning to add some gamification in ...
1 vote
0 answers
39 views

How can I disable the built-in gyro control in Cardboard VR?

When I create a project in Unity, enable Google Cardboard VR support, and build a project on Android, the camera is controlled by a gyroscope, although I did not write any controllers. Even if I ...
0 votes
0 answers
19 views

Meshes are not visible after adding them to an actor scene component

I wrote a Python script (for the editor) to attach a mesh to a scene component of an actor (vegetation_root_component). In the logs everything looks fine, but no ...
1 vote
0 answers
25 views

What is the difference betwen emotions, experience, theme, and pleasure in the context of the Book of Lenses?

I am reading the third edition of The Art of Game Design: A Book of Lenses by Jesse Schell, and I encounter multiple concepts presented as different, but I do not see much difference. Currently, these ...
1 vote
0 answers
26 views

How to make health bar follow but not rotate with character container?

I have a top-down character object that is a Container of various parts. This character can have elements that should move along with it (think a health bar, a speech bubble) that should NOT rotate ...
0 votes
0 answers
9 views

How to fix LOD cracks with Marching Cubes?

I'm creating voxel planets using Marching Cubes (MC). To handle nearby (high-resolution) and distant (low-resolution) blocks, I use an Octree data structure. NOTE: The implementation uses compute ...
0 votes
0 answers
17 views

Colliders not in the same collision layers stopping eachother from moving

I'm creating a space sandbox game (godot 4.5), and the core of my building system is attaching parts together to create assemblies. Each assembly is one rigidbody3D that contains all the parts. Since ...
0 votes
0 answers
3 views

Actual code for game environment?

Same as title. Actual code for game environment in java full code please that works without errors? Thanks.