Codeible
Codeible
  • 99
  • 636 001
Using AWS GameLift as Dedicated Server for Unreal Engine | Multiplayer
0:00 - Instroduction
0:14 - Linking your Github Account
2:29 - Downloading the Unreal Engine Source Code with Github Desktop App
4:16 - Visual Studio
5:30 - Generating the UE sln File
7:01 - Building and Launching Unreal Engine
8:06 - Building the GameLift Server SDK and plugin
19:05 - Adding the GameLift Server SDK to Unreal Project
24:24 - Adding the GameLift code
27:22 - Creating the Server Executable
28:17 - Creating the Install file
30:25 - AWS CLI Setup
34:09 - Uploading the build to GameLift
35:28 - Creating the Fleet
38:19 - Testing Multiplayer
UE 4.27, UE 5.0, UE 5.1, UE 5.2
Hello, in this video, I’ll show you how to build and upload your Unreal Engine game to GameLift for multiplayer.
AWS Unreal Engine Docs:
docs.aws.amazon.com/gamelift/latest/developerguide/integration-engines-setup-unreal.html
AWS Upload Command:
aws gamelift upload-build --name "" --operating-system WINDOWS_2016 --server-sdk-version "" --build-root "" --build-version "" --region us-east-1
AWS Create Game Session Command:
aws gamelift create-game-session --fleet-id --maximum-player-session-count 2 --location
If you find this video helpful, please Like, Share, and Subscribe to support the channel!
Codeible App:
play.google.com/console/u/0/developers/4641553987237394205/app/4973161885944159417/app-dashboard?timespan=thirtyDays
Codeible website:
codeible.com/
Loop Clicker:
play.google.com/store/apps/details?id=com.loopclicker.app
Loop Clicker Website:
loopclicker.web.app/
Support Codeible on Patreon!
www.patreon.com/codeible
Reddit:
www.reddit.com/user/Codeible
Follow on Pinterest:
www.pinterest.com/codeible/
Follow on Instagram:
codeibleig
Follow on Twitter:
intent/follow?original_referer=https%3A%2F%2Fcodeible.com%2F&ref_src=twsrc%5Etfw&region=follow_link&screen_name=KingWaiMark&tw_p=followbutton
มุมมอง: 11 776

วีดีโอ

Login System in Unreal Engine using AWS Part 8 | Sign In Logic
มุมมอง 784ปีที่แล้ว
*0:05 - Introduction* *0:20 - Creating the GameLevel* *1:43 - Adding the Sign In Logic* *4:18 - Transitioning to GameLevel* *5:29 - Naming the Switch to Confirm Widget section* *5:46 - Conclusion and thanks* Unreal Engine 4.27, 5.0, 5.1, 5.2 Github files: github.com/IamKingWaiMark/UnrealEngineLoginWithAWS Hello, in this video, we’ll continue building the Login System using Amazon Cognito, API G...
Login System in Unreal Engine using AWS Part 7 | Account Confirmation
มุมมอง 478ปีที่แล้ว
Unreal Engine 4.27, 5.0, 5.1, 5.2 Github files: github.com/IamKingWaiMark/UnrealEngineLoginWithAWS Hello, in this video, we’ll continue building the Login System using Amazon Cognito, API Gateway, Lambda Function, and the HTTP Requests for Blueprints plugin. In the last video, we added more customizations to the UI, implemented the logic for the sign up page, and successfully created an user in...
Login System in Unreal Engine using AWS Part 6 | Sign Up via UI
มุมมอง 719ปีที่แล้ว
Unreal Engine 4.27, 5.0, 5.1, 5.2 Github files: github.com/IamKingWaiMark/UnrealEngineLoginWithAWS Hello, in this video, we’ll continue building the Login System using Amazon Cognito, API Gateway, Lambda Function, and the HTTP Requests for Blueprints plugin. In the last video, we created the API using API Gateway. Now we’ll use the API for the login menu. If you find this video helpful, please ...
Login System in Unreal Engine using AWS Part 5 | API Gateway
มุมมอง 685ปีที่แล้ว
Unreal Engine 4.27, 5.0, 5.1, 5.2 Github files: github.com/IamKingWaiMark/UnrealEngineLoginWithAWS Hello, in this video, we’ll continue building the Login System using Amazon Cognito, API Gateway, Lambda Function, and the HTTP Requests for Blueprints plugin. In the last video, we created the lambda for signing in. Now, we’ll build our API using API Gateway so we can execute the lambda functions...
Login System in Unreal Engine using AWS Part 4 | Sign In Lambda
มุมมอง 583ปีที่แล้ว
Unreal Engine 4.27, 5.0, 5.1, 5.2 Github files: github.com/IamKingWaiMark/UnrealEngineLoginWithAWS Hello, in this video, we’ll continue to build the Login System using Amazon Cognito, API Gateway, Lambda Function, and the HTTP Requests for Blueprints plugin. In the last video, we created another lambda function to confirm the account using the confirmation code received. Now, we’ll create the l...
Login System in Unreal Engine using AWS Part 3 | Confirm Account
มุมมอง 663ปีที่แล้ว
Unreal Engine 4.27, 5.0, 5.1, 5.2 Github files: github.com/IamKingWaiMark/UnrealEngineLoginWithAWS Hello, in this video, we’ll continue building the Login System using Amazon Cognito, API Gateway, Lambda Function, and the HTTP Requests for Blueprints plugin. In the last video, we created the Cognito User Pool to store our user accounts and a lambda function to add users to the pool. Now, we’ll ...
Login System in Unreal Engine using AWS Part 2 | Cognito and Lambda
มุมมอง 1.1Kปีที่แล้ว
Unreal Engine 4.27, 5.0, 5.1, 5.2 Github files: github.com/IamKingWaiMark/UnrealEngineLoginWithAWS Hello, in this video, we’ll continue building the Login System using Amazon Cognito, API Gateway, Lambda Function, and the HTTP Requests for Blueprints plugin. In the last video, we created the LoginMenu widget that can toggle between the sign in and sign up widgets. It also contains the confirmat...
Login System in Unreal Engine using AWS Part 1
มุมมอง 3Kปีที่แล้ว
Unreal Engine 4.27, 5.0, 5.1, 5.2 Github files: github.com/IamKingWaiMark/UnrealEngineLoginWithAWS Hello, in this series, I’ll show you how to set up a login system using Amazon Cognito, Amazon Lambda Functions, Amazon API Gateway and a plugin called HTTP Requests for Blueprints. First, we’ll create a simple user interface in Unreal Engine to sign up for an account and to sign in. Then we’ll cr...
Adding Admob Ads to your Unreal Engine Android & iOS Apps | with Test Ads setup
มุมมอง 7Kปีที่แล้ว
Plugin URL: www.unrealengine.com/marketplace/en-US/product/admob-blueprint Hello, in this video, I’ll show you how to use the AdMob Blueprint plugin for Unreal Engine to place ads on your Android and iOS apps. Available for Unreal Engine 4 and 5. Setup and also (w/ Test Ads): codeible.com/view/videotutorial/8k92mQRVWseK67IjfOMg Banner Ads tutorial: codeible.com/view/videotutorial/8k92mQRVWseK67...
Deleting Files from Firebase Cloud Storage - Unreal Engine 4 & 5
มุมมอง 336ปีที่แล้ว
Available for Unreal Engine 4.27, 5.0, 5.1, 5.2 [Android, iOS, Mac] Only Hello, in this video, I’ll show you how to delete files in the Firebase Cloud Storage in Unreal Engine using the Firebase Blueprint Plugin. Plugin URL: www.unrealengine.com/marketplace/en-US/product/firebase-blueprint-plugin-library Setup Video: th-cam.com/video/CH0p2kNH99s/w-d-xo.html&ab_channel=Codeible Plugin Playlist: ...
Uploading Files to Firebase Cloud Storage - Unreal Engine 4 & 5
มุมมอง 1.1Kปีที่แล้ว
Available for Unreal Engine 4.27, 5.0, 5.1, 5.2 [Android, iOS, Mac] Only Hello, in this video, I’ll show you how to upload files to the Firebase Cloud Storage in Unreal Engine with the Firebase Blueprint Plugin. Plugin URL: www.unrealengine.com/marketplace/en-US/product/firebase-blueprint-plugin-library Setup Video: th-cam.com/video/CH0p2kNH99s/w-d-xo.html&ab_channel=Codeible Plugin Playlist: t...
Downloading Files from Firebase Cloud Storage - Unreal Engine 4 & 5
มุมมอง 811ปีที่แล้ว
Available for Unreal Engine 4 and 5 [Android, iOS, Mac] Only Hello, in this video, I’ll show you how to download files from your Firebase Cloud Storage in Unreal Engine using the Firebase Blueprint Plugin. Plugin URL: www.unrealengine.com/marketplace/en-US/product/firebase-blueprint-plugin-library Setup Video: th-cam.com/video/CH0p2kNH99s/w-d-xo.html&ab_channel=Codeible Plugin Playlist: th-cam....
Unreal Engine: Get Documents in a Collection - Firestore Database
มุมมอง 681ปีที่แล้ว
Available for Unreal Engine 4.27, 5.0, 5.1,5.2 0:04 Intro 0:11 Get Collection Node 0:49 Using the Begin Get Collection Query node 1:12 Get Collection Node Callbacks 1:33 On Documents Received Callback 4:46 Using Multiple Query Nodes 6:39 Listen to Realtime Updates using the Listen to Collection node 9:39 Thank you for watching, subscribe to Codeible Hello, in this video, I will show you how to ...
Unreal Engine: Update Documents in Firestore Database
มุมมอง 326ปีที่แล้ว
Available for Unreal Engine 4.27, 5.0, 5.1,5.2 Hello, in this video, I'll show you how to update a Document in Firestore using the Firebase blueprint plugin for Unreal Engine. Plugin URL: www.unrealengine.com/marketplace/en-US/product/firebase-blueprint-plugin-library Setup Video: th-cam.com/video/CH0p2kNH99s/w-d-xo.html&ab_channel=Codeible Plugin Playlist: th-cam.com/video/CH0p2kNH99s/w-d-xo.h...
Unreal Engine: Get Documents in Firestore Database
มุมมอง 692ปีที่แล้ว
Unreal Engine: Get Documents in Firestore Database
Unreal Engine: Add Documents in Firestore Database
มุมมอง 832ปีที่แล้ว
Unreal Engine: Add Documents in Firestore Database
Unreal Engine: Delete Data in Firebase Realtime Database
มุมมอง 4622 ปีที่แล้ว
Unreal Engine: Delete Data in Firebase Realtime Database
Unreal Engine: Get Data from Firebase Realtime Database
มุมมอง 2K2 ปีที่แล้ว
Unreal Engine: Get Data from Firebase Realtime Database
Unreal Engine: Update Data in Firebase Realtime Database
มุมมอง 9392 ปีที่แล้ว
Unreal Engine: Update Data in Firebase Realtime Database
Unreal Engine: Add Data to Realtime Database (Firebase)
มุมมอง 3.3K2 ปีที่แล้ว
Unreal Engine: Add Data to Realtime Database (Firebase)
Unreal Engine: Building a Login/Authentication System
มุมมอง 14K2 ปีที่แล้ว
Unreal Engine: Building a Login/Authentication System
Unreal Engine: Resetting Firebase User Password
มุมมอง 4712 ปีที่แล้ว
Unreal Engine: Resetting Firebase User Password
Unreal Engine: Listening to Sign In and Sign Out States
มุมมอง 6162 ปีที่แล้ว
Unreal Engine: Listening to Sign In and Sign Out States
Unreal Engine: Sign In with Firebase Email/Password and Anonymously
มุมมอง 1K2 ปีที่แล้ว
Unreal Engine: Sign In with Firebase Email/Password and Anonymously
Unreal Engine: Create Firebase Account with Email and Password
มุมมอง 1.9K2 ปีที่แล้ว
Unreal Engine: Create Firebase Account with Email and Password
Unreal Engine: Firebase Blueprint Plugin Library Setup Video
มุมมอง 6K2 ปีที่แล้ว
Unreal Engine: Firebase Blueprint Plugin Library Setup Video
Swipe or Slide and Drag and Drop items in RecyclerView
มุมมอง 4K2 ปีที่แล้ว
Swipe or Slide and Drag and Drop items in RecyclerView
Animation: Frame Animations using AnimationDrawable in Minutes - Android
มุมมอง 2.4K2 ปีที่แล้ว
Animation: Frame Animations using AnimationDrawable in Minutes - Android
Custom Shaped Image Views using ShapeableImageView in Minutes
มุมมอง 9402 ปีที่แล้ว
Custom Shaped Image Views using ShapeableImageView in Minutes

ความคิดเห็น

  • @TheRogueNova
    @TheRogueNova 5 วันที่ผ่านมา

    This no longer works. Followed along about a week ago and it was perfect, but wanted to review and now cognito is updated a bunch

  • @mdsanuarhossen7263
    @mdsanuarhossen7263 14 วันที่ผ่านมา

    If I add background service, will the app work in the backend, even if I destroy the app?

  • @HarmonySiGames
    @HarmonySiGames หลายเดือนก่อน

    Please can you just answer me your blugin does not work at all i have followed your video from start to finish i did everything accordingly but yet no ads is coming up any clue at all or maybe they are other plugin that could hinder it not to work please answer me am using UE5.3.2 I have ask you this same question last month on the unreal engine market place before it was even chnage to fab but you didn't answer me at all. Please i need answer

  • @Q-DAY-QUIZ
    @Q-DAY-QUIZ หลายเดือนก่อน

    maybe you have something for facebook ads?

  • @dr.fishystudios3813
    @dr.fishystudios3813 2 หลายเดือนก่อน

    Whenever attempting to use this plugin unreal appears to just crash

  • @atickfaisal3740
    @atickfaisal3740 2 หลายเดือนก่อน

    Thanks!

  • @josikie
    @josikie 2 หลายเดือนก่อน

    Incredible! Thank you!

  • @pietrolanuti2571
    @pietrolanuti2571 4 หลายเดือนก่อน

    in android 14 sdk version 34, when the app closes the foregroundservice also closes. Are there any solutions for this? Thanks

    • @sumitkumar-bz2vv
      @sumitkumar-bz2vv 3 หลายเดือนก่อน

      I dont think so, where you read this?

  • @riadamghar6380
    @riadamghar6380 4 หลายเดือนก่อน

    i have a question if you can respond pls , does it work on angular 18 ?

  • @D-Coder440
    @D-Coder440 4 หลายเดือนก่อน

    Osm! Thank you bro for this helpful video

  • @PeterWraaeMarino
    @PeterWraaeMarino 4 หลายเดือนก่อน

    I have tried to report this to Unreal without success, this should be removed from the market place.

    • @eindeverhaal
      @eindeverhaal หลายเดือนก่อน

      Ive brought the plugin a year or so back, but never got it to work. Since they migrated the from UE Markeplace to Fab, ive reported te product since again its still not working.

  • @PeterWraaeMarino
    @PeterWraaeMarino 4 หลายเดือนก่อน

    Seems to be no support, following his guide it does not work. Save your money and buy something else.

  • @PeterWraaeMarino
    @PeterWraaeMarino 4 หลายเดือนก่อน

    I followed your steps and I get to the Initialize Google Mobile Ads, but I get no success or fail. It is like it just stalls there.

  • @Sarfrozkhan
    @Sarfrozkhan 5 หลายเดือนก่อน

    any android devveloper here ?? i have a unique problem . Push notifications shows on emulator but when i create apk and install on mobile then it does not show any notifications . Can anyone help in this one??

    • @Codeible
      @Codeible 5 หลายเดือนก่อน

      Hello, if it is a new implementation, it may take time for it to receive notifications 100% of the time

    • @Sarfrozkhan
      @Sarfrozkhan 5 หลายเดือนก่อน

      @@Codeible yes it's working now but I found out that in foreground it's working. But when app is background it's not receiving any push notification

  • @mdrashid6002
    @mdrashid6002 6 หลายเดือนก่อน

    Great Thanks boss for such a clear explanation, What about the Bound Services??

  • @theguy4084
    @theguy4084 6 หลายเดือนก่อน

    i cant not use your plugin... i have posted question but you have no time to answer that why i comment here

    • @theicebergofonepunchman6074
      @theicebergofonepunchman6074 4 หลายเดือนก่อน

      yo lo logre con unreañ engine 5.3.2

    • @HarmonySiGames
      @HarmonySiGames หลายเดือนก่อน

      ​@@theicebergofonepunchman6074Good day please how do you achieve it with unreal engine 5.3.2 I am also using same engine version but after following this video it doesn't work for me at all please do you do anything different that got it to work? Am super confused now because it now look as if I just wasted my money on a plugin that does not work at all please if you have a clue or anything you did that make you own to work please share with me so I can follow up. Am also using same version of engine with you but it not working at all. Please help

  • @johndoe35717
    @johndoe35717 6 หลายเดือนก่อน

    can i teach us how to add in app purchases

  • @mohamedsayed3775
    @mohamedsayed3775 6 หลายเดือนก่อน

    good

  • @doofmaczemy
    @doofmaczemy 6 หลายเดือนก่อน

    Waste of time. It's not Android

  • @lellisjunior
    @lellisjunior 6 หลายเดือนก่อน

    Thanks for this video.

  • @kanthrajp9154
    @kanthrajp9154 6 หลายเดือนก่อน

    Slide bar is not showing why

  • @TheFumesPlatform-ko1il
    @TheFumesPlatform-ko1il 7 หลายเดือนก่อน

    the dist folder gets over written why would we write code in there?

    • @upcom1ng116
      @upcom1ng116 6 หลายเดือนก่อน

      It depends on what Angular version you are using, this likely will not work with Angular 17

  • @MauricioSouza-93
    @MauricioSouza-93 7 หลายเดือนก่อน

    Great explanation!! Thanks!!

  • @cyberspace1754
    @cyberspace1754 7 หลายเดือนก่อน

    you missed the gamelift full access policy part

  • @ישראלכהן-מ8ו
    @ישראלכהן-מ8ו 7 หลายเดือนก่อน

    Going with the tutorial step by step, seems that currently NotificationManagerCompact want to check if it has permission to show the notification and auto suggest adding a big chunk of code. Some tips here would be appreciated. Thanks!

  • @kadirberkayyedekterziogluy762
    @kadirberkayyedekterziogluy762 8 หลายเดือนก่อน

    I bought your AdMob Blueprint product on unrealmarketplace, my ads look flawless and error-free, but for example, after watching the award-winning ad, I press the button to watch the award-winning ad again, but nothing changes, the same applies to banner and interested ads, please help me, what should I do? @Codeible

    • @theicebergofonepunchman6074
      @theicebergofonepunchman6074 5 หลายเดือนก่อน

      Could you tell me what version of java and JDK did you use? please don't let me compile

  • @AlenLoebTutorials
    @AlenLoebTutorials 8 หลายเดือนก่อน

    Thanks for the video. The plugin works great on android, but on iOS the app crashes immediately on launch. The crash log indicate a crash somewhere at GADInitializerSettings if it rings any bells. I'm using UE5.3 and packaging for distribution to the App Store.

  • @ВладиславГ-ш3х
    @ВладиславГ-ш3х 8 หลายเดือนก่อน

    Hello, my code is the same but I dont get the preview of the photo when I selected it, I only got the border, can you help?

  • @cyberspace1754
    @cyberspace1754 8 หลายเดือนก่อน

    @codeible please help

  • @cyberspace1754
    @cyberspace1754 8 หลายเดือนก่อน

    Please help , how to solve these error coming during fleet activation - Unable to find customer security group for fleet Resource fleet is not in a taggable state

  • @PetBeauty-j2o
    @PetBeauty-j2o 8 หลายเดือนก่อน

    I am getting this error: [vite] Internal server error: The XMLHttpRequest compatibility library was not found. (x4) It happens when I declared this line: auth = new FirebaseTSAuth(); And I've tried everything to see what happened because until that moment everything was working perfectly

    • @Mihu79
      @Mihu79 5 หลายเดือนก่อน

      Did you find how to rezolv the problem?

  • @sumitpatil8726
    @sumitpatil8726 8 หลายเดือนก่อน

    Love it!!! How to change the color of SVG dynamically?

  • @Rohan_is_discovering
    @Rohan_is_discovering 8 หลายเดือนก่อน

    Instead of firestore can I use Firebase real time database please reply...

  • @YavuzKalkan-l5k
    @YavuzKalkan-l5k 8 หลายเดือนก่อน

    Hello, I would like to ask something, how can I bring the gmail profile picture to my unriel engine project, that is, how to get my gmail profile picture, thank you.

  • @arunkarthik5820
    @arunkarthik5820 9 หลายเดือนก่อน

    hello codeible!! great illustration............i have a small doubt will it work for unreal engine 4.27

  • @02jaysenghani
    @02jaysenghani 9 หลายเดือนก่อน

    I appreciate the video. Could you perhaps make a video explaining how to install the Angular 17 SSR app on Firebase?

    • @upcom1ng116
      @upcom1ng116 6 หลายเดือนก่อน

      Isn't it what video is about?

  • @swiftymartine
    @swiftymartine 9 หลายเดือนก่อน

    And how to make the "open {IP}" console command to be executed automatically?

  • @vineethes9225
    @vineethes9225 9 หลายเดือนก่อน

    th-cam.com/video/5Fsc-v_JgSE/w-d-xo.htmlsi=n7hdGxrpH_2hQfPz👍👍

  • @lovinghand7325
    @lovinghand7325 9 หลายเดือนก่อน

    Thank you brodie

  • @zerohcrows
    @zerohcrows 9 หลายเดือนก่อน

    building is taking me HOURS. At this rate I won't be done building for another 10 hours 😭

  • @nomadic626
    @nomadic626 9 หลายเดือนก่อน

    2024 here such of a waste of a long video when the resources provided in here just leads to hours of a rabbit hole of malfunctioning, the openssl installers are just broken and the enviroment variables setup leads to nowhere, when building the SDK an error that can't find openssl leads to a rabit hole of errors and nothing for a fix. such a waste of time!

    • @navjav895
      @navjav895 9 หลายเดือนก่อน

      I've had these issues too, I found out if you get openssl v1.1.1w it ends up working

    • @nomadic626
      @nomadic626 9 หลายเดือนก่อน

      Thanks that did work@@navjav895

    • @navjav895
      @navjav895 9 หลายเดือนก่อน

      @@nomadic626 did the rest work? i cant create a fleet still

    • @nomadic626
      @nomadic626 9 หลายเดือนก่อน

      @@navjav895 I haven't gotten to that point yet as i have to rebuild my Client game to test, but the plugin did install correctly

  • @athul03
    @athul03 9 หลายเดือนก่อน

    Any other videos on Angular Project 1: Building a Social Media Site ?? It is the only resource available in TH-cam.

  • @Yazon2006
    @Yazon2006 10 หลายเดือนก่อน

    Why java? 😂

  • @juanvazquez8814
    @juanvazquez8814 10 หลายเดือนก่อน

    It just show a empty screen

  • @cristianhoger
    @cristianhoger 10 หลายเดือนก่อน

    exactly what I was looking for, thanks a lot!

  • @hassanalhobail8084
    @hassanalhobail8084 10 หลายเดือนก่อน

    Hi sir. When we access Firestore data, should we do it on the client or server?

  • @abirsonet925
    @abirsonet925 11 หลายเดือนก่อน

    Thank you so much!!! It was really helpful

  • @alexmercerind
    @alexmercerind 11 หลายเดือนก่อน

    Very useful!!!

  • @drakohgaming5131
    @drakohgaming5131 11 หลายเดือนก่อน

    you're salve my life bro, i have weeks searching this info. Thanksh! like and new sub

  • @denizforst
    @denizforst 11 หลายเดือนก่อน

    Do we have to diasable google services for this pluging? Cus i am going to use the services for leaderboard system