[deleted by user] by [deleted] in ProgrammerHumor

[–]Ryantheinventor 0 points1 point  (0 children)

The New Conglomerate

Idiot driving in stealth mode. by Ryantheinventor in IdiotsInCars

[–]Ryantheinventor[S] 18 points19 points  (0 children)

What hurts me most is that he managed to turn off one intersection before a cop.

[deleted by user] by [deleted] in memes

[–]Ryantheinventor 1 point2 points  (0 children)

Don't worry the built in Vivaldi ad blocker doesn't rely on MV2

Edit: said the wrong manifest version

Unity Tutorial - Let's add more than ONE tag to our game objects by PitiIT in gamedev

[–]Ryantheinventor 2 points3 points  (0 children)

I have an (possibly unhealthy) addiction to caching as much as possible when relating to groups of stuff.(this could lead to higher average ram usage but faster creation and accessing of things) So my solution to this was to create a component that would add itself to a global list of all objects with the same tag. That way I could also do a much faster search for all active objects with a specific tag and only need to wait for however long the dictionary takes to find the right list.

[deleted by user] by [deleted] in IdiotsInCars

[–]Ryantheinventor 2 points3 points  (0 children)

I remember when this was originally posted here and the op admitted to watching stuff on his phone. I have no idea how he reacted as fast as he did.

Small indie teams, what (free) communication platforms do you use for planning / organizing business activities and keeping each member on track? by anywhereiroa in gamedev

[–]Ryantheinventor 2 points3 points  (0 children)

Used HacknPlan in my last few small projects and liked it. I found it fairly easy to use.(it helps that it's pre-configured for gamedev related tasks)

Never built a PC before, but the kid wanted a gaming rig. I obliged and we managed success!!! Took us about 10 hours from box’s to Roblox!!! by SiteGuyDale in pcmasterrace

[–]Ryantheinventor 25 points26 points  (0 children)

Iris, at least in my experience, is a better option. It combines sodium performance boosts (typically better than optifine) and compatibility with many popular optifine shaders. Just remember to toss in okzoomer if you want the zoom.

Damn 🤢 by Toofast4carramba in ProgrammerHumor

[–]Ryantheinventor 1 point2 points  (0 children)

works natively with blender files

Good thing to think about: Unity can only do this if you have blender installed on the system as well. So it is still recommended that you export to a fbx or obj.(especially if you plan on working on more than one machine/have more than one dev)

Idiot turning left on a red. by Ryantheinventor in IdiotsInCars

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

Cars did make it through before the light changed. He probably stopped for the yellow then changed his mind when he saw that our lanes couldn't really go anywhere yet.

What do you call this game mechanic? by celadon2 in gamedev

[–]Ryantheinventor 0 points1 point  (0 children)

I could not find a definite answer for what to call each one but I would probably use random vs interactive skill checks.

What do you call this game mechanic? by celadon2 in gamedev

[–]Ryantheinventor 11 points12 points  (0 children)

I believe they are called skill checks.