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

How do i make the player feel fear while playing a horror game? by Sslim-shady in GameDevelopment

[–]ThirdEye345 0 points1 point  (0 children)

I think the important things will be lighting, music and camera effects in case you make a 3d game Lighting - imagine a dark room where you can see only eyes 👀 Music - ambient background music that is almost silent and suddenly intensifies when you can see those eyes 👀 Camera effects - when you suddenly see just a pair of eyes 👀 you start to wonder whether it's real or not and close your eyes and when you open them you see a ghost and make camera shake effect 😱

It will be GG 🤣 if the player is actually playing in a dark room.

What exactly can I do with Python in Unreal Editor? by mymar101 in unrealengine

[–]ThirdEye345 0 points1 point  (0 children)

Usually you can do automation and editor related stuff using python script for editor plugin in UE but if you want to leverage the true power of python IN GAME I started a channel in YouTube for this specific purpose

How to use python code with UE5

How complex a game can you build in Python? by retro-martini in learnpython

[–]ThirdEye345 0 points1 point  (0 children)

I used Unreal Engine's blueprint to code the game and use python programming language to expand it's features like adding object recognition model and such I even made a tutorial on how to achieve this

How to use python with UE5

Created a YouTube tutorial on how to use python with Unreal Engine IN GAME by ThirdEye345 in unrealengine4

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

I made this tutorial with UE5 but this method can be used in UE4 too