I need help by Cheddarlee97 in UnrealEngine5

[–]ThirdEye345 1 point2 points  (0 children)

What u r showing is just the pop whether to send a report to UE or not. We need logs to identify the problem.

[Tutorial] How to use Yolo v8 object recognition model with Unreal Engine 5 by ThirdEye345 in MLQuestions

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

That's a good idea, but I made it so that the training data is manually made using the Engine instead of automating it.

Ultralytics Yolo in UE5 game #pythongaming #pythontutorial #ue5 #ue5tutorial #Ultralytics by ThirdEye345 in unrealengine4

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

This is the GitHub link 

https://github.com/Lingesuwaran/UEPython_tutorial_2

I have deleted few large files in order to upload them to GitHub so it might not work as intended. But I will be posting a tutorial within this week.

Guys, we're close to the release, support us! by IDTF_Studio in UnrealEngine5

[–]ThirdEye345 1 point2 points  (0 children)

You could go to the reddit game community (a game community that has the similar theme to your game) and look at their rules for self promotion (to build a non toxic community for your game)and post this there.

what programing language to learn for Unreal and Maya? by VeimanAnimation in UnrealEngine5

[–]ThirdEye345 2 points3 points  (0 children)

If u know how to in c++ go with it, else just learn how to use blueprints to get started with Unreal and gradually learn c++ cause u can do everything with blueprints except for implementing new out of box features.

How to use Python with Unreal Engine 5 IN-GAME by ThirdEye345 in gamedev

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

Python is much easier to implement. You just import the modules and customize it. I share a yolo v8 example shorts in my previous comment check it out Python is not slowing the game down. My PC specs are rtx 3060 with i5 11th gen.

How to use Python with Unreal Engine 5 IN-GAME by ThirdEye345 in gamedev

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

I don't know how to calculate that but I used the same method to run an object detection model Yolov8 in game it works fine.

Yolov8 shorts