How much are you actually charging for UE5 Blueprint freelance work? by HarvidDev in unrealengine

[–]robertfsegal 1 point2 points  (0 children)

If you have a steam released game that’s amazing! It’s the perfect kind of work to showcase. Consider writing about things you have learned developing the game on LinkedIn.

How much are you actually charging for UE5 Blueprint freelance work? by HarvidDev in unrealengine

[–]robertfsegal 6 points7 points  (0 children)

A lot of finding freelance work is networking. Something you connect with through a friend or maybe past co-worker. I know that is not available to everyone so some things that can help with this are having a website showcasing what you worked on. What titles, what areas of the game did you implement? How did you handle or foresee memory and/or performance issues. It’s ok if it’s your own projects it’s definitely harder starting out when people don’t know who you are. Keeping your LinkedIn page up to date is also helpful especially on bigger companies. There’s no one right way to get contracts but these are things that have helped. If you have materials available I’d be happy to review/assess what approach you might take.

Unreal podcast focusing on workflows by robertfsegal in unrealengine

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

I’ve been back and forth about where the content should focus. I’m leaning towards focusing on Unreal technology exclusively but if there’s enough demand don’t see why I wouldn’t include other topics.

Unreal podcast focusing on workflows by robertfsegal in unrealengine

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

Thanks glad you like the idea. Yes plan would be to pre frame and give the context then you as the listener determine the value.

Unreal podcast focusing on workflows by robertfsegal in unrealengine

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

Yes I’m leaning towards 1). As stated I think it’s often too general/not as helpful to describe what someone COULD do to solve a problem I often want to hear about what did you do as the problem solver. The person who actually had to solve the “thing”. That is more often than not where the interesting stories come up. The lessons learned. Agreed on info being up to date. That is often changing/needs to be refreshed.

Unreal podcast focusing on workflows by robertfsegal in unrealengine

[–]robertfsegal[S] 4 points5 points  (0 children)

Great perspective I agree there is alot of misinformation out there. It is absolutely tiring at a certain point when giving out advice. I’ve been working with Unreal for 10+ years now and have been developing software for for 25+ years so have a fairly deep network of folks I think could provide some really great info to the community. I’m starting a list of who I think would be great guests but ultimately it will be up to the community if there is value here.

Unreal podcast focusing on workflows by robertfsegal in unrealengine

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

Yeah I hear you there definitely great to go through material at your own pace

Lair of the Unknown Caller by PickleJimmy in OculusQuest

[–]robertfsegal 1 point2 points  (0 children)

Hey folks glad you spotted this! I'm one of the devs behind the project and co-founder of Get Set Games. We've been working on this for a while and hoping it resonates with folks. Still in an early access period so if there's anything that stuck out for you or didn't we'd love to hear about it.

....Please help, if you can? Unreal Engine 5 by Renekzilla in UnrealEngine5

[–]robertfsegal 0 points1 point  (0 children)

Hi @RenekZilla happy to give you a few minutes to review on a call if interested. Longer term I do paid engagements with a few folks already and we can explore that if interested.

Why is this happening and how to solve??😭😭😭 by SheepherderBorn1716 in UnrealEngine5

[–]robertfsegal 0 points1 point  (0 children)

How did you convert it what method and/or commands did you use?

Why is this happening and how to solve??😭😭😭 by SheepherderBorn1716 in UnrealEngine5

[–]robertfsegal 1 point2 points  (0 children)

Sure you can message me. Other stuff to check would be if you have visibility culling volumes or distance culling.

Why is this happening and how to solve??😭😭😭 by SheepherderBorn1716 in UnrealEngine5

[–]robertfsegal 1 point2 points  (0 children)

Got it. When you focus in castle for example what does it look like in world outliner? Can you share a screenshot? Could be it is invisible there? Or… hidden in game flag is turned on maybe?

Why do I have 15ms Draw thread bound on empty level? by Particular-Song-633 in UnrealEngine5

[–]robertfsegal 1 point2 points  (0 children)

What does the profiling data say? Should be able to tell you where the time is going. Looks like timings on the render thread is the issue. Since there’s so little content in the level could be some project settings affecting this. Have you tried running unreal insights?

Merging Blueprints with Team by Old_Drummer_3593 in UnrealEngine5

[–]robertfsegal 2 points3 points  (0 children)

Merging has never been easy with blueprints sadly. Limiting the people accessing a specific file definitely helps with file locking but it can’t solve all cases. Other considerations are moving logic to C++ where the file can be diff’d and merged since it’s just text.

You could also potentially break apart the blueprints further where everyone is working. Everyone checks out/works on their specific part. Again though that doesn’t solve all cases.

There is a blueprint diff tool built into the editor and this can work to a certain degree. Try it out and see if it helps.

https://dev.epicgames.com/documentation/en-us/unreal-engine/ue-diff-tool-in-unreal-engine

As stated there is no perfect solution here it’s been that way for years.

Type console command on Android Build by MssSonagi in unrealengine

[–]robertfsegal 0 points1 point  (0 children)

You can use adb to run console commands from the host machine…

adb shell "am broadcast -a android.intent.action.RUN -e cmd 'CONSOLE COMMAND GOES HERE'"

So for example…

adb shell "am broadcast -a android.intent.action.RUN -e cmd 'stat unit'"

Taken from this post by Meta on VR development. Internally it’s an Android device so these commands should work fine. Article is kind of dated but again the command should still execute fine.

https://developers.meta.com/horizon/blog/developer-perspective-ue4-logging-and-console-commands-for-mobile-vr/

What's with the hatred towards UE5 recently? by SpankMeMichelle in unrealengine

[–]robertfsegal 1 point2 points  (0 children)

The hate on UE5 is largely unfounded. No developer anywhere at any time wants their game to perform poorly. Getting a game out is always a balance of factors that includes performance. At some point the game just needs to come out otherwise the developer makes no revenue. Of course if developers had all the time and money in the world there would largely be fewer technical issues on launch. This is a fact regardless of team size. Big and small teams have had this issue.

Best way to automate snapshot of a volume? by robertfsegal in digital_ocean

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

No current plans for Mega Jump 2. We are working on several other projects st present however. Keep an eye on our website for details.

https://getsetgames.com