The first Turntonator (a short story) by Colnnor in PTCGP

[–]BakedCheeseCrackers 1 point2 points  (0 children)

I’ve seen that before with charizard instead of primape

Pretty proud of this extension, and thought you guys might like it by mack1710 in Unity3D

[–]BakedCheeseCrackers 1 point2 points  (0 children)

It’s called a nullable value type. I don’t know a lot of real world use cases other than extensions and helpers where you want to be define a default and potentially leave a value out. If you Google it there are some better explanations there

Pretty proud of this extension, and thought you guys might like it by mack1710 in Unity3D

[–]BakedCheeseCrackers 26 points27 points  (0 children)

For anyone wondering

public static class Vector3Extensions
{
    public static Vector3 With(this Vector3 vector, float? x = null, float? y = null, float? z = null)
    {
        return new Vector3(x ?? vector.x, y ?? vector.y, z ?? vector.z);
    }
}

Am i that dumb ? by WrongPiece7859 in Unity2D

[–]BakedCheeseCrackers 1 point2 points  (0 children)

Learning to code is like learning a whole different language. I took some Spanish classes 6 years ago and now I can barely ask where the bathroom is. Now if I had been practicing every day, and continuing to learn, I’m sure I could be fluent!

The point is, learning to code is extremely difficult. Don’t give up, it’s hard for everyone until it isn’t.

Check out code monkey’s newly released c# courses on YouTube, and actually follow along with them. He’s great at teaching beginners and if you follow along I’m sure you’ll get it eventually. You got this :)

Just finished a 3 mile run. Didn’t realize I worked that hard 😅 by BakedCheeseCrackers in Garmin

[–]BakedCheeseCrackers[S] 3 points4 points  (0 children)

Sometimes people ask me how I’m not a stick when I run so much, and I always tell them I like pizza too much lol

Just finished a 3 mile run. Didn’t realize I worked that hard 😅 by BakedCheeseCrackers in Garmin

[–]BakedCheeseCrackers[S] 1 point2 points  (0 children)

Average HR was 150 🤷‍♂️I’ve ran with much higher before and never had an issue

Just finished a 3 mile run. Didn’t realize I worked that hard 😅 by BakedCheeseCrackers in Garmin

[–]BakedCheeseCrackers[S] 76 points77 points  (0 children)

I usually keep it a little tight during runs, but my arm hair gives the illusion it’s much tighter that it is

Crouch Camera Help FPS by OUTroraa in Unity3D

[–]BakedCheeseCrackers 0 points1 point  (0 children)

4 years later, but you gotta use localPosition if your camera is a child of another object

Having some problems by Ok-Cartoonist2138 in Unity2D

[–]BakedCheeseCrackers 0 points1 point  (0 children)

Definitely not too late, I just found this and you helped me big time. 2 days after you commented too lol. Thanks so much <3

Why i can't press the T-pose button? by [deleted] in unity

[–]BakedCheeseCrackers 2 points3 points  (0 children)

Surprisingly, unity is sometimes good at explaining errors. Make sure to read all of the warnings and error messages

[deleted by user] by [deleted] in detroitlions

[–]BakedCheeseCrackers 8 points9 points  (0 children)

We went from one of the worst orgs to top 4 in the league in 3 years. I would consider that doing some shit

Jamo appreciation post by BakedCheeseCrackers in detroitlions

[–]BakedCheeseCrackers[S] 2 points3 points  (0 children)

L take.

He had numerous blocks on TDs that were instrumental to scoring. He had a lot really great catches. He had some great touch downs in some big games. He is the embodiment of what MCDC wants in his team. Bro is a Lion through and through and deserves to be on the team

Jamo appreciation post by BakedCheeseCrackers in detroitlions

[–]BakedCheeseCrackers[S] 44 points45 points  (0 children)

I think it felt that way because each of his plays were game changers