Gaida San

Team leader with more than 8 years of professional experience as a programmer.

Unreal Fest 2024 Post Mortem

Samurais attended the Unreal Fest in Prague, diving into a wealth of fascinating insights and updates. Hosted by Epic Games, the event was a treasure trove of knowledge.

What happens when Player exits a multiplayer game

Have you ever wondered what happens to the Player’s Pawn when Player logs out of the multiplayer game? You are right – it disappears. That’s ok if the Pawn is Player’s character.

How to fix Android setup problems in UE

Packaging games for Android in Unreal Engine may be tricky. In this post, I share the steps I take to set up the development environment for UE 4.27 and UE 5.1.

Enabling In-App Purchases and Cloud Saving for iOS

Enabling In-App Purchases First of all, if we want to use IAPs in the game we need to enable that Capability for our App ID in the Apple Developer account (and download the updated provision again): Second, we need to fill the Tax and Banking information on the App Store Connect. This is usually handled…

Solving iOS development issues

Developing an iOS game in Unreal is possible but can be tricky. In this article, I want to give you solutions to the problems I encountered during my work with iOS. Some of them may seem obvious but you can grab them and save your time and frustration. I assume we all have a basic…