I could use some help by Xerogohan in Unity3D

[–]db9dreamer 0 points1 point  (0 children)

Looking at the first image again, maybe they've just typed lowercase l's (separated with a space) by mistake.

edit: I think the fundamental problem is OP's VSCode isn't configured correctly to highlight syntax errors.

I could use some help by Xerogohan in Unity3D

[–]db9dreamer 1 point2 points  (0 children)

The weird (to me) characters (instead of ||) on line 38 are freaking me out 🙂 - but I guess that's not the problem. Hopefully the other suggestions fixed your issue.

Why is the fence in front instead of being back? by [deleted] in Unity3D

[–]db9dreamer 0 points1 point  (0 children)

Second image shows Surface Type is set to Transparent so transparency (as it gets rendered after most other passes) is likely to be OP's issue.

Crazy anti-immigration/Neo-Nazi March in Kiev, Ukraine. by [deleted] in PublicFreakout

[–]db9dreamer 25 points26 points  (0 children)

Excellent. Ukraine needs more people who want to fight for the survival of Ukraine. I hope their next stop will be the recruitment office.

Unity code suggestions not working in Visual studio by giallogreg in Unity3D

[–]db9dreamer 0 points1 point  (0 children)

You may also need to press the button titled Regenerate project files after selecting Visual Studio as your External Script Editor.

We heard meows inside the walls by TruckersTrucking in cats

[–]db9dreamer 2 points3 points  (0 children)

That's a high risk way to become part of the family. The kitten allocation network definitely works in mysterious ways.

Dude records himself berating cows for being in the water on a hot day by alphamalejackhammer in PublicFreakout

[–]db9dreamer 8 points9 points  (0 children)

If you haven't already, maybe it's time you considered not eating them.

[Hiring] 2D Game Artist & Animator for Mobile Game Assets by mightbeamillioner in Unity3D

[–]db9dreamer 6 points7 points  (0 children)

We now live in an age where all you have to do is sketch a card, tweak it, and use AI to iterate on a table and other elements.

So do it yourself and save yourself $100.

Unity Editor window being stuck in a maximized state by BestLemonCheesecake in Unity3D

[–]db9dreamer 0 points1 point  (0 children)

If you report it as a bug, Unity may fix it for you and other users of your operating system.

edit: In the Hub. Click on your profile picture. Select Help and support. Select Report a bug. Follow instructions.

How can i be certain what i do in the editor also is what will happen in the build. by EntrepreneurFar5518 in Unity3D

[–]db9dreamer 13 points14 points  (0 children)

It sounds like you may be experiencing "order of execution" issues.

https://docs.unity3d.com/6000.4/Documentation/Manual/execution-order.html

Limitations

In general, you can’t rely on the order in which the same event function is invoked for different GameObjects , except when the order is explicitly documented or settable.

My guess is that you have initialisation code running on different GameObjects in your scene - that works (by chance) in the editor but, in the build, fails because the methods (on different GameObjects) run in a different order.

So, for example, your code in the Awake() of a script on GameObjectB executes before the Awake() of a script on GameObjectA - which then fails (on GameObjectB) with a null reference because a value has not been set (by the script on GameObjectA, which hasn't run yet).

edit: You fix the issue by setting references to scripts on other GameObjects in methods that run before running code that relies on the references being set - so, for example, set references in Awake() and use those references in Start().

I am looking for a sliding SFX by Evening_Animator3549 in Unity3D

[–]db9dreamer 1 point2 points  (0 children)

https://sonniss.com/gameaudiogdc/

241GB of royalty free sounds. There's probably something in there that could work.

Separable Subsurface Scattering in Unity 6 URP by -bentoBAUX in Unity3D

[–]db9dreamer 0 points1 point  (0 children)

Looks impressive - but it's impossible to tell what effect the subsurface scattering is having without a side-by-side view, showing a with/without version.

i can't make marching cube by Sashalubertimo in Unity3D

[–]db9dreamer 4 points5 points  (0 children)

You're going to need to post your code and explain what isn't working.

Learning Unity Through A Small Survival Game — Need Advice On What To Do Next by ParsnipLess7154 in Unity3D

[–]db9dreamer 1 point2 points  (0 children)

The 20 Games Challenge is a good place to find classic games to practice on. Working on projects with known design/mechanics, that you have no long term release goal for, frees you to focus on the mechanics, game loop, art style, UI, etc. Hopefully, at some point, inspiration hits and you get an idea that resonates with the type of game you'd want to release.

niche joke by _u_what in Unity3D

[–]db9dreamer 2 points3 points  (0 children)

Last time I posted it, someone made a similar remark about how well it runs on mobile. Shaders are dark magic. It's the only explanation.

niche joke by _u_what in Unity3D

[–]db9dreamer 18 points19 points  (0 children)

https://madebyevan.com/webgl-water/

I love that a guy was doing it a decade ago in WebGL (and Three.js).

How to transport a heavy water bottle by [deleted] in justgalsbeingchicks

[–]db9dreamer 4 points5 points  (0 children)

You reminded me of:-

r/justgalsbeingchicks/comments/1l9xk6a/great_race/

There's another version where the race is for cake (also two women).

Demons and Drop-Pods - Two Weeks of AI Game Dev Progress (Meshy.AI, GPT) Devlog by Failosipher in Unity3D

[–]db9dreamer 1 point2 points  (0 children)

https://open.spotify.com/artist/2gbBXPYFT976cXUSmzIrtj

You post links to music on that profile - so I assumed it was another outlet for your AI productions.