![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://lemmy.ml/pictrs/image/CJ7moKL2SV.png)
1·
1 year agoI actually use one of these for work. It fits comfortably in my pocket and don’t burn my fingers when I have to light up a bunch of sterno burners.
I actually use one of these for work. It fits comfortably in my pocket and don’t burn my fingers when I have to light up a bunch of sterno burners.
You guys are talking about two different things. Random integer vs random float
Bit hacker 2 is really fascinating. It uses a bit mask of all 1s (-1) or all 0s (0) and takes advantage of the fact that y ^ (x ^ y) = x and y ^ 0 = y
Wasted? No Nutella was wasted in coating every surface. If there was any left over I’m sure he would have lathered another coat on. /j
Unity actually gives any class with the name GameManager a special gear icon. You cant just forgo the cool gear icon!
(Its not too terrible from an organizational standpoint because most of the scripts are attached to game objects. MonoBehavior is a component of GameObject. For instance, you’d never have player movement in the GameManager class, you would put it in the component class attached to the player character GameObject.)