Most active questions

Filter by
Sorted by
Tagged with
5 votes
1 answer
971 views

I have a paperback version of "Game Mechanics: Advanced Game Design" (2012) by Ernest Adams and Joris Dormans. The book contains diagrams of multiple design patterns and refers to Appendix B ...
Charlie's user avatar
  • 177
0 votes
1 answer
70 views

I have the following quaternion, created from an angle and an axis ...
Stégosaure's user avatar
0 votes
1 answer
67 views

I'm using Unity's built-in 3D render pipeline, not the HD one. My extent of programming knowledge is basically whatever the learn.unity site provides. I decided my first game to make was going to be ...
Peak_Magehunter's user avatar
1 vote
1 answer
63 views

I've been attempting to create this stencil/mask buffer using Unity's HDRP C# Custom Pass feature and I've been having trouble getting it to work ONLY in build mode. Here is my code: In my ...
Critical Angle Studios's user avatar
1 vote
1 answer
60 views

I have a few elements inside a verticalLayoutGroup. To better visualize which one is selected, I would like to scale all other elements to 75% of their size and keep the current one as it is. This ...
Zibelas's user avatar
  • 5,089
0 votes
0 answers
41 views

I am trying to do a SAT OBB collision test using OBBs that are represented as a 3D position (\$c_0\$ and \$c_1\$) and a 3x3 rotation/scale matrix (\$A\$ and \$B\$), where the columns of the rotation ...
CPlus's user avatar
  • 153
0 votes
0 answers
56 views

I am making an Octopath Traveler like game. I want the player to lean against a wall, but because the player’s sprite is angled while the wall is vertical, the player’s feet touch the wall while the ...
Reid's user avatar
  • 1
0 votes
0 answers
35 views

I am trying to draw an icon using GUI.DrawTexture at a world-space position iconPos to represent a sun icon. It worked, but when ...
Ahmed Dyaa's user avatar
0 votes
0 answers
32 views

I'm trying to implement a Solar System Viewer similar to NASA's Eyes. I got the astrophysical part (get positions of the bodies at any time) but I wonder how to best get the orbital lines/trails (...
JHT's user avatar
  • 101
0 votes
0 answers
18 views

I need to efficiently compute minimum polygon separation along X or Y axis, i.e. the distance you can move a polygon along X or Y until it collides with another one. I know how to calculate it, but ...
Paul Jurczak's user avatar
0 votes
0 answers
13 views

The game is called Cult of The Mindless. It follows Periwinkle and Winter in a supernatural fantasy world, where demonic forces have thought to have been long gone. However, a Satanic ruler wants to ...
holidaygirl1225's user avatar