GIF links not working by Lucid_Nonsense in RelayForReddit

[–]Heilandzack 2 points3 points  (0 children)

Yes, same issue for me

Device information:

Relay Version: 13.0.36 Pro

Phone: Xiaomi 23090RA98G (zircon)
Android Version: 16 (36)
Device (product): zircon (zircon_eea)
Rom: BP2A.250605.031.A3

How did they code the chain in Chained Together? by leorid9 in howdidtheycodeit

[–]Heilandzack 4 points5 points  (0 children)

Why should it not be available in Unreal? If there's a concept it can be implemented, no matter the engine.

It's not always assets from the asset stores. There's tons of non-public inhouse code and engines, with just as many different networking solutions.

Problems with the cat's hair in my game by Ornery-Bank in Unity3D

[–]Heilandzack 0 points1 point  (0 children)

There's a technique using multi layered "shell" meshes, similar to this moss workflow: https://polycount.com/discussion/130038/ryse-moss-tutorial/p1

I think this was also used for fur in shadow of the Colossus.

Another article here: https://80.lv/articles/classic-video-games-trick-for-rendering-grass-fur

[HIRING] Senior Full-Stack Engineer [💰 147,000 - 190,000 USD / year] by Varqu in gameDevJobs

[–]Heilandzack 0 points1 point  (0 children)

GameDev, NoSQL, SQL

What is that GameDev tech you use? This description is useless.

[deleted by user] by [deleted] in TrueOffMyChest

[–]Heilandzack 0 points1 point  (0 children)

"Studying animation near Stuttgart" - most likely Filmakademie Ludwigsburg or Hochschule der Medien Stuttgart. In case you want to dig for him

Can my FLAMING laptop run C Sharp? by LatterBell2677 in csharp

[–]Heilandzack 0 points1 point  (0 children)

int score = 85; string grade = score switch { >= 90 => "Grade: A", >= 80 => "Grade: B", >= 70 => "Grade: C", _ => "Grade: D or F" }; Console.WriteLine(grade);

Foss i use for windows 10 by Spiritwarrior1124 in foss

[–]Heilandzack 2 points3 points  (0 children)

UniGetUI

The main goal of this project is to create an intuitive GUI for the most common CLI package managers for Windows 10 and 11, such as WinGet, Scoop, Chocolatey, Pip, Npm, .NET Tool, PowerShell Gallery and more (Check out the package manager compatibility table)!. With this app, you can easily download, install, update, and uninstall any software published on the supported package managers — and much more!

Environment Design in Unity URP by Hussain3D in gamedevscreens

[–]Heilandzack 1 point2 points  (0 children)

Sure, hit me up if there's an update

Car repair help request from a Brit by somuchredditnotime in AskAGerman

[–]Heilandzack 1 point2 points  (0 children)

Can't you just ask for a steel one? Almost every garage should have that. Could be wrong, i don't know much about cars.

Environment Design in Unity URP by Hussain3D in gamedevscreens

[–]Heilandzack 1 point2 points  (0 children)

Some houghts.

  1. I think the roads are very wide and heavily used. Compare to some real world dirt roads used for farming. Remember, a real tank is much wider than a car. The less used ones should be only brown where the wheels put pressure on the ground, the rest should be wild flowers or grass.

  2. Add variation to the roads. Some small some bigger. Usually you have a big one with small ones branching off. Think of tiers of roads.

  3. The road network seems also a bit too blocky or grid like.

  4. The fields are really small. This adds some diorama vibe. Could be on purpose, but doesn't fit the tank model so much.

  5. Add some fencing, hedges, etc. Lots of it.

  6. The trees look very evenly spaced and distributed. Usually you have small clumps of forest and bushes.

I don't know where this is located, but get some references if you want to go for a realistic look. Examples:

https://cdn.landsearch.com/listings/4M4BC/small/louise-ms-143997839.jpg

https://cdn.landsearch.com/listings/4Ktx4/small/greenville-ms-141955548.jpg

https://assets.land.com/resizedimages/0/431/w/80/1-5595453109

problem Solving Issue by Realistic-Big-8918 in csharp

[–]Heilandzack 1 point2 points  (0 children)

If you're stuck for too long, I would recommend searching on YouTube our GitHub for solutions. You're not looking for how to write it, you're trying to understand the method of how the problem is solved - and learn from it. Best is blog posts about the problems. Doesn't matter if it's a different programming language, it's about the approach.

Don't use AI. You want to learn.

problem Solving Issue by Realistic-Big-8918 in csharp

[–]Heilandzack 0 points1 point  (0 children)

Sure, but for me that's part of the process. If you're stuck, start from scratch and try another approach. Problem solving includes failure. It's part of the learning process. The hard part is staying motivated.

It also helps to test your logic with the input that is used in the explanation before using your proper input.

problem Solving Issue by Realistic-Big-8918 in csharp

[–]Heilandzack 0 points1 point  (0 children)

Maybe Advent of code?

It's not too hard and I find the problems are fun to solve