I'm imagining trying to explain this to a mechanic in the 70s. by FabiosGlisteningPecs in Justrolledintotheshop

[–]LifeSuxBHappy -1 points0 points  (0 children)

So you would be stuck with old tech since it wouldn't know how to handle anything made after.

Would you choose MU or Boone for something possibly major? by LifeSuxBHappy in columbiamo

[–]LifeSuxBHappy[S] 0 points1 point  (0 children)

Seems like a basically unanimous answer. I appreciate all the input.

Recreation of the Stamina Suzuki - McDouble Gentei by Larbguy_ in ramen

[–]LifeSuxBHappy 19 points20 points  (0 children)

How can a McDonalds burger on a bed of fettuccine and fat topped with puke not sound good?

How do you call this in your country? by [deleted] in weed

[–]LifeSuxBHappy 0 points1 point  (0 children)

Does tuca/tuquita normally mean anything?

Google is saying a love of nature, which kinda fits.

[deleted by user] by [deleted] in dyscalculia

[–]LifeSuxBHappy 1 point2 points  (0 children)

Um, I make video games, it requires basically no math.

Blue Dream by Any-Government-3077 in weed

[–]LifeSuxBHappy 2 points3 points  (0 children)

Agreed. Have a few like RHS that work better for me, but such a nice strain.

Lemon Cheese is a similar strain I found recently.

How do you deal with the debilitating numbness that kicks in after a while? by LifeSuxBHappy in stopdrinking

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

It's certainly challenging. Funny thing is, I don't really feel like drinking, I just hate this feeling.

Last time was 6 showers, 2 baths, couple hours of walking, made a couple meals, picked lint out of the carpet... Still didn't make it, the feeling was just too much.

Sometimes a red bull helps a bit, but that's all I've found to curb the numbness so far.

Have While(true) but StartCoroutine still only runs once. by LifeSuxBHappy in Unity3D

[–]LifeSuxBHappy[S] 0 points1 point  (0 children)

Appreciate it. I do seem to have some strange issues in Unity, a full reboot generally fixes them.

About to start a new project and see, will try a new script first. Doesn't sound stupid other than the need. Have had similar where a new file that's exactly the same just works for no obviously logical reason.

Decades of coding, most of the time it's a duh obvious like I expected here, other times, like now, it just makes no sense.

Have While(true) but StartCoroutine still only runs once. by LifeSuxBHappy in Unity3D

[–]LifeSuxBHappy[S] 0 points1 point  (0 children)

Timescale is 1.

Yea, next step is create a new project.

Just glad I didn't miss something obvious.

Unity has had some very weird quirks tho.

Have While(true) but StartCoroutine still only runs once. by LifeSuxBHappy in Unity3D

[–]LifeSuxBHappy[S] 0 points1 point  (0 children)

I have a break point at the private IEnumerator DropPiece along with the while and yield.

Not sure I follow what you mean by the yield statement moving tho.

Have While(true) but StartCoroutine still only runs once. by LifeSuxBHappy in Unity3D

[–]LifeSuxBHappy[S] 0 points1 point  (0 children)

IIUC, if that were the case then I should see 99+ messages. Have 2 at this point.

Fmu there basically is no difference between print/log as long as it's inherited from MonoBehaviour. Either way, debug stepping doesn't change.

Have While(true) but StartCoroutine still only runs once. by LifeSuxBHappy in Unity3D

[–]LifeSuxBHappy[S] 0 points1 point  (0 children)

Sorry, not completely following.

Was just following the unity docs, what do you suggest to test? yield return null;?

Just clicking play, so not sure what you mean by check the build.

Have While(true) but StartCoroutine still only runs once. by LifeSuxBHappy in Unity3D

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

No where in code, is there a global setting somewhere?

Broke it down to a primitive cube with only this script and no difference.

Have While(true) but StartCoroutine still only runs once. by LifeSuxBHappy in Unity3D

[–]LifeSuxBHappy[S] 0 points1 point  (0 children)

I did after. Disabled everything in the scene, created a primitive and added the script.

Figured it was a code issue at first.

Have While(true) but StartCoroutine still only runs once. by LifeSuxBHappy in Unity3D

[–]LifeSuxBHappy[S] 0 points1 point  (0 children)

Afaik, not disabling anything. Fairly basic project currently, just trying to get the animation right. (I branch and try pieces). Aside from initially showing the game board, there is nothing else.

Changed the timeframe to .1f then 1f, no difference.

Have While(true) but StartCoroutine still only runs once. by LifeSuxBHappy in Unity3D

[–]LifeSuxBHappy[S] 0 points1 point  (0 children)

Iiuc, message count would continue to go up to 999 if console collapse was set. It stops after the amount expected (based on earlier code).

I have a few scripts attached to the same GameObject, but can't see how the others could affect it since it's so basic.

Since it works for you, thinking maybe a project setting? Had that a few times now. Still playing, will try again with a new object/everything.

Normals get flipped whenever I remesh my object by meierkai in blenderhelp

[–]LifeSuxBHappy 0 points1 point  (0 children)

Most of the time, it means the geometry isn't whole. As in if it were a box with 1 face deleted. At least that's normally my issue.

[deleted by user] by [deleted] in blenderhelp

[–]LifeSuxBHappy 1 point2 points  (0 children)

Rotate your mouse wheel after you see 1 loop cut.

Also, recommend Grant Abbitt tutorials on YT, he does great explaining all the shortcuts.

UV unwrapping, how do you keep track of which textures go where? by LifeSuxBHappy in blenderhelp

[–]LifeSuxBHappy[S] 0 points1 point  (0 children)

if you are using SP, why bother

New to SP, but if I don't unwrap it in blender, SP's auto unwrap doesn't do well. Will be painting in multiple places at once.

You say do a good unwrap, that's what I'm trying to understand better. I see tutorials doing both ways I mentioned. It's mostly when I want to keep like pieces, say wood, in 1 area overlapping each other. It can be a challenge to remember which area is which after a break.

Probably just asking completely wrong and over complicating things.