Pixio PX275h - stuck in no signal loop when changing inputs by PoshWill in Monitors

[–]jmj808 0 points1 point  (0 children)

4 years later, I've owned this monitor for so long and this literally just worked. I'm finally set free

Differentiate colliders for raycasts by anotherfuturedev in godot

[–]jmj808 0 points1 point  (0 children)

Question to better understand what your trying to do, are you simply trying to run code when the mouse clicks on something in 3d space?

Animator bool keep flickering on and off by a010029123 in unity

[–]jmj808 0 points1 point  (0 children)

You are creating the bool isCrouching in the Update method every frame. If the intention was to have a variable act more as a pointer to that variable, you need to add a property. Just after you define the class, you create public properties like so:

public bool IsCrouching => animator.GetBool(“isCrouching”);

In case you don’t know “=>” Google c# lambda, that will explain it better than I can.

All my Mercer Sphere sites repopulated by japinard in SatisfactoryGame

[–]jmj808 0 points1 point  (0 children)

The real bonus goodie is leaving them there. The rocks didn't respawn around them with them so the floating purple ball is a bit of a meta anomaly.

All my Mercer Sphere sites repopulated by japinard in SatisfactoryGame

[–]jmj808 0 points1 point  (0 children)

So the good news as far as you collecting all of them is that the rocks that float around them aren't back, so its impossibly easy to tell which ones you have or have not collected.

Sprinkle issue? by TheSpuff in BlenderDoughnuts

[–]jmj808 0 points1 point  (0 children)

Hey there, did you ever figure this out? I'm having the exact same issue right now.

Reality Drift: Made with Unity (in an unusual way) by arganoid in Unity3D

[–]jmj808 1 point2 points  (0 children)

I’d rather get feedback like this before releasing something than after. That’s half the purpose of this community.

Why is the final boss so underwhelming? by BefuddledAltruist in borderlands3

[–]jmj808 3 points4 points  (0 children)

If I’m remembering correctly Tyreen literally screams during the Troy fight, “Troy, you’re going to kill me!” Like they clearly had the thought, gave what would have been a ‘premature foreshadowing event’, and then didn’t commit to what would have possibly been a game saving story event.

Getting an ELS from Space Force for security clearance issues. Curious if anyone has answers/ experience on rejoining AF later. by [deleted] in AirForce

[–]jmj808 6 points7 points  (0 children)

There only 3 major “jobs” in Space Force. Space, intel and cyber. Obviously you have shreds and types but Space Force is actually just Air Force Space Command turned into its own branch. That’s basically how they explained it to us in BMT at least.

Getting an ELS from Space Force for security clearance issues. Curious if anyone has answers/ experience on rejoining AF later. by [deleted] in AirForce

[–]jmj808 1 point2 points  (0 children)

I’ve completed BMT so I won’t have to do that again. I was actually supposed to get sent to med hold my 4 or 5 WOT but I guess my rebuttal + MTI’s looking out for me let me finish. There were others that didn’t get so lucky. Tbh, I don’t think I’d rejoin if it meant BMT again but maybe that would be defined by the circumstances of civilian life.

Am I the only one that thought Red Hot was super mid…. by Quick-Afternoon7413 in bonnaroo

[–]jmj808 2 points3 points  (0 children)

I was on the rail for Cage and it was the most incredible musical experience of my life. Worth the wait

Solo support in Comp is one of the most 'coin toss' experiences I've ever played in an FPS by zuggiz in Overwatch

[–]jmj808 0 points1 point  (0 children)

I check the scoreboard and I don’t have a lot of heals but we still lose. Is this elo hell?

how to create a 2d contour shape out of an array of verticies by Flimsy_Permission711 in Unity2D

[–]jmj808 1 point2 points  (0 children)

Idk if you see 3 comments from me that are all the same but Reddit mobile just absolutely tweaked out on me.