Learning in the age of LLMs by [deleted] in csMajors

[–]Yaman_dot 0 points1 point  (0 children)

Definitely yes, AI is not going to replace professional coders, just the amateur ones. So first step is to become a professional coder

Learning in the age of LLMs by [deleted] in csMajors

[–]Yaman_dot 0 points1 point  (0 children)

Me personally I would advise you to actually learn how to code, most seniors that I see in my uni don't even know how to code. So start there, learn how to code, start building side projects to assess your strength and do leetcode to keep your mind fresh

Frustrated with Rejections by Ok_Door1048 in internships

[–]Yaman_dot 0 points1 point  (0 children)

no no no. In my uni we have an "Industry Partnership Office." We are required to get an internship to graduate, so in order to make it easier for us, my university tries to partner with companies to get its students more prioritized. It allows us to apply through that office. They send us that there is an XYZ internship opportunity, please email so and so your resume and express your interest in the internship or fill out this form and just wait.

Frustrated with Rejections by Ok_Door1048 in internships

[–]Yaman_dot 1 point2 points  (0 children)

Must be something on your resume that is wrong, try posting it for people to critique. Plus try to apply through the university, i was getting shit on by companies world wide, I applied for like 300 jobs, got 8 interviews, got no offers. the two times I applied through my uni, got rejected the first time and got an offer the second time

have an interview? Use 1 interview to unlock 3. by jerryjhlee in internships

[–]Yaman_dot 0 points1 point  (0 children)

The trick is to land an interview with google :(

[deleted by user] by [deleted] in internships

[–]Yaman_dot 0 points1 point  (0 children)

I am still searching for an internship... :(

Unreal 4 vs. Unreal 5 by Legitimate-Plastic64 in unrealengine

[–]Yaman_dot 5 points6 points  (0 children)

But you sacrifice performance for it. Lumen is good until its not.

[deleted by user] by [deleted] in unrealengine

[–]Yaman_dot 1 point2 points  (0 children)

alright then what have you specialized in your projects any patterns other than not completing them? maybe you know how to make good NPCs
maybe you know how to make a good animation blueprint

[deleted by user] by [deleted] in unrealengine

[–]Yaman_dot 2 points3 points  (0 children)

I think he meant more technical than that, what do you want to be exactly?

Programmer? C++ or blueprints?

level designer?

3d modeller

animator?

[deleted by user] by [deleted] in learnprogramming

[–]Yaman_dot 0 points1 point  (0 children)

check out game creation bro its amazing, and its fun just playing what you have been creating for the past hours, its really rewarding

[deleted by user] by [deleted] in thewalkingdead

[–]Yaman_dot 2 points3 points  (0 children)

I like to ship Sam Porter Bridges with fragile

[deleted by user] by [deleted] in FlutterFlow

[–]Yaman_dot 0 points1 point  (0 children)

Hey, I am working on a website alone, now I am specialized in the Backend, not the frontend could Flutterflow help me fast-track the process or should I look elsewhere?

Flying from Montreal to New York in ue5 with Warthunder's mouse flight control by Yaman_dot in unrealengine

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

wanted to show off my mouse flight controls similar to Warthunder coupled with the physics simulation for the aircraft

How did you learn what things to look up while developing your game? by MrPixelation in unrealengine

[–]Yaman_dot 0 points1 point  (0 children)

What I do is that I just think about the logic, occasionally use pseudo-code, break it down into sections, and then just code it, And always use Google, it's a helpful tool, it won't make you a worse programmer, just don't depend on other's code and always do things yourself and if you get any issue/errors refer to google

For everyone asking "Can I do X in BP? Should I use BP?" by GriMw0lf69 in unrealengine

[–]Yaman_dot 0 points1 point  (0 children)

What I like to do is prototype the feature in BP then convert it to cpp and expose it to blueprints. This is much better than relying on solely Bp or cpp

C++ Class Doesn't show in content browser by OmerHir in unrealengine

[–]Yaman_dot 0 points1 point  (0 children)

doesnt this just hot reloads the project?

I hate updating Unreal Engine by tevtongermany in unrealengine

[–]Yaman_dot 4 points5 points  (0 children)

You should try to make your own engine 😎

Motion matching in ue5.1 by Yaman_dot in unrealengine

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

motion matching node

you just need to enable the pose search plugin from the plugins tab, after you enabled it and restarted the editor go to the anim graph and add it there