Top new questions this week:
|
I have a parkour game with over 200 levels and I want to be able to compare players by assigning each one a score that is based on their overall performance on the levels (how fast they can finish the …
|
I want to create a an ai with finely customizable character. The ai should be able to handle generic behaviors, like scheduled activity, shared across all character, but have specific override for …
|
I’m trying to simulate a time-slowing effect in Unity, which is supposed to slow down things like the physics engine, animator speeds etc. However, I also need certain GameObjects to be “immune&…
|
I’ve recently installed Unity Hub on my Kubuntu 22.04 installation with the unofficial Appimage. I have tried this with the unityhub package too, and still have the …
|
I’m thinking of something similar to Unity, where GameObjects have their boot state and their runtime state, where you can change the runtime state in the editor during game play. Godot is a …
|
I have been bashing my head of an extremely simple case in my C++ game and would like some help. I have been researching about game loops, variable & fixed timestepping, rendering interpolation, …
|
I’m making a Unity app, and would like to apply a zebra-like stripe to various letters: My first thought was to create a Material Preset with zebra stripes, and apply it to my font using Text Mesh …
|
Greatest hits from previous weeks:
|
I have been looking at shaders found here shadertoy.com and most of the cool ones have noise and raymarch in common. I do not understand the source code at all but I really want to. How do these …
|
So I’ve been trying to build my unity project for android, but my problem is that I don’t know how to find the Android SDK. I have the old developer bundle installed, when it was still the one with …
|
From what I’ve seen almost all things use coordinates where (0, 0) is at the top left and the positive Y-axis goes in the downwards direction of your screen. Why is it like this? Why not the …
|
Is there any way to convert a Flash games(file with .swf extention) to work with android devices? I want the game to use Android device native controls like …
|
What does it mean to bake lightmap ? I heard this in Unity3d, and again found this LightUp plugin for sketchup that bakes lightmap. From what I observe, the lightmap baked gives the 3d object a much …
|
Is it okay to use Unity 3D programming and gaming software to create mobile game apps for Android and iOS? I am using a free version of Unity 3D and planning it to sell my current game app I’ve …
|
Let’s say I have a line defined by two points, A and B, both in the form (x, y, z). These …
|
Can you answer these questions?
|
I am trying to simulate the behaviour of a rigid body, for example a cube, while it settles on a flat surface. Let’s say it lends on an edge or even on a corner, and now it has to settle and remain on …
|
Given is a set of objects at rest that are in contact with each other, external forces that are applied to them and static friction forces (forces that counteract an applied forces up to a maximum …
|