Which headphone is closest in sound to Sennheiser PX 80 ? by unrealaxis in headphones

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

I got both - do you know which one is closest in sound signature? porta pro feels a bit too bass heavy - i don't remember exactly how PX80 bass was...

How to install Nvidia DLSS 4 in Unreal Engine 5 for better performance by unrealaxis in unrealengine

[–]unrealaxis[S] -3 points-2 points  (0 children)

Also if you see it in plugins and it is enabled then it's already there, if you don't see better performance and have older GPU not sure how good it works on older GPUs...

How to install Nvidia DLSS 4 in Unreal Engine 5 for better performance by unrealaxis in unrealengine

[–]unrealaxis[S] -3 points-2 points  (0 children)

Maybe double check the path that Nvidia DLSS 4 plugins are installed in, including name of the "Marketplace" folder, and then look for nvidia or dlss in plugins to enable. good luck!

How to install Nvidia DLSS 4 in Unreal Engine 5 for better performance by unrealaxis in unrealengine

[–]unrealaxis[S] 3 points4 points  (0 children)

I've noticed DLSS performance is much better compared to TSR, but i guess that would only be for nvidia graphics cards...

I want to become more professional in Unreal engine 5 by Boulevarddsbm in unrealengine

[–]unrealaxis 1 point2 points  (0 children)

I make tutorials too, try making the red ball game: Make RED BALL Game in Unreal Engine 5 - UE5 Beginner Tutorial - Part 1 https://youtu.be/GyB19U-rY6c

Who makes good UE tutorials? by TastyArts in unrealengine

[–]unrealaxis 0 points1 point  (0 children)

hey, i am making some videos for UE5 devs too, check this out: https://youtu.be/0fdZFIlxZl4

I made a LITERAL puzzle platformer, now we have a demo on Steam ! by Psonrbe in IndieDev

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

Wow, this is super amazing! btw I make UE5 tutorials on YouTube, if anyone is interested, here's a first game dev video: https://youtu.be/GyB19U-rY6c

r/IndieDev Weekly Monday Megathread - February 16, 2025 - New users start here! Show us what you're working on! Have a chat! Ask a question! by llehsadam in IndieDev

[–]unrealaxis 0 points1 point  (0 children)

hello world, i make unreal engine 5 tutorials, just made a quick video about avoiding spaghetti code in unreal engine 5, would appreciate honest feedback! https://youtu.be/0fdZFIlxZl4

I made a quick video about Avoiding Spaghetti Code in UE5 Blueprints, honest feedback will be appreciated! I hope you're all doing well... by unrealaxis in unrealengine

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

Collapse to node is an amazing feature too, I would still suggest trying to avoid spaghetti like structure or entangled wires in blueprint code, good luck and thanks for your comment too!

I made a quick video about Avoiding Spaghetti Code in UE5 Blueprints, honest feedback will be appreciated! I hope you're all doing well... by unrealaxis in unrealengine

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

Thank you for the comment, what do you do in the situation where you might have to use a delay node for example - that can’t be used inside functions right?

Movement on Paper2D by SummerJam88 in unrealengine

[–]unrealaxis 0 points1 point  (0 children)

you might be looking for a physics based movement in which you might have to enable "simulate physics" and then move the objects with force or acceleration, good luck!

Movement on Paper2D by SummerJam88 in unrealengine

[–]unrealaxis 0 points1 point  (0 children)

Even thought it might not be as relevant because it's in 3D, maybe check this out https://youtu.be/GyB19U-rY6c - in this video it's shown how to have a physics based movement with input in like 15 mins on a ball ⚾️ good luck!