Unreal Engine Smartphone Tutorial

  Рет қаралды 14,996

Seredias

Seredias

Күн бұрын

Пікірлер
@Furiac.
@Furiac. 2 жыл бұрын
I'm making a game where the smart phone is one of the key features so this is helpful to get started. Thanks!
@RaphaelSouza-eg3ty
@RaphaelSouza-eg3ty 2 жыл бұрын
Excellent video sir, thank you very much for another tutorial, congratulations !
@Gaientv
@Gaientv 2 жыл бұрын
thank you so much for the tuto this what I needed !
@captainjones9768
@captainjones9768 2 жыл бұрын
how do you import/add the texting animation into the test animation filter?
@buster5661
@buster5661 11 ай бұрын
A tutorial on an in-game mail system would be beautiful
@mikaznavodya9300
@mikaznavodya9300 2 жыл бұрын
Thank you brother 👍👍
@cokegarci1553
@cokegarci1553 Ай бұрын
could you please create a tutorial on how to make the chat message system from Fears to Fathom?"
@ramagosu6590
@ramagosu6590 Жыл бұрын
Awesome. But do you think of anyway to stop the Character/ Controller from rotating using the mouse cursor when we are using the phone?
@Seredias.
@Seredias. Жыл бұрын
You can use a Branch on the Turn Function to enable or disable the Camera Turn.
@ramagosu6590
@ramagosu6590 Жыл бұрын
@@Seredias. Thank you for your respone. I actually use C++ so all I need is to override AddControllerPitch and YawInput to only run when the Character is in the Enum state of Using Phone. And may I ask how did you get the mesh to keep using the phone animation? Did you trim the mixamo animation into parts and then loop the part when he is holding the phone?
@mahnomix
@mahnomix Жыл бұрын
🔥👍
@narrgamedesigner2747
@narrgamedesigner2747 2 жыл бұрын
Hmmm, my audio is not playing. I used a breakpoint it works up to the for each loop with a break. It calls the contacts but after that it doesn't work.
@ms_heisenbug
@ms_heisenbug 2 жыл бұрын
Hello, where did you get the static mesh of a phone? Did you do it yourself?
@Seredias.
@Seredias. 2 жыл бұрын
free3d.com/de/3d-model/-smartphone-v1--906010.html
@ms_heisenbug
@ms_heisenbug 2 жыл бұрын
@@Seredias. Thank you very much :)
@rifat.ahammed
@rifat.ahammed Жыл бұрын
Thank you soo much
@hibari2750
@hibari2750 Жыл бұрын
thanks for tutorial video! But i can't find StateMachine's variable. Can you tell me?
@Seredias.
@Seredias. Жыл бұрын
This should help: kzbin.info/www/bejne/q2XEp3tvbqtpfKMsi=yuzUDBUAxb2OddLt
@hibari2750
@hibari2750 Жыл бұрын
@@Seredias. Thanks!
@KingofGod2
@KingofGod2 2 жыл бұрын
Op 😍😍😍😍
@DraGonEXEO
@DraGonEXEO 2 жыл бұрын
how did you do the animation
@Seredias.
@Seredias. 2 жыл бұрын
I just imported this Animation: www.mixamo.com/#/?page=1&query=texting&type=Motion%2CMotionPack
@assasinsgameplays2424
@assasinsgameplays2424 2 жыл бұрын
Nice!!
@eudescomtejacob3737
@eudescomtejacob3737 6 ай бұрын
I do all but my phone don't play the sound ? ( Its the right number )
@Seredias.
@Seredias. 6 ай бұрын
Try to debug the function to see what's going wrong.
@eudescomtejacob3737
@eudescomtejacob3737 6 ай бұрын
How to make it text instead of audio ?
@Seredias.
@Seredias. 6 ай бұрын
With a Text Element inside the Widget, where you set the Text. But if you want it like a Chat, then its more complicated.
@eudescomtejacob3737
@eudescomtejacob3737 6 ай бұрын
​@@Seredias.But how to make each number have différents replies ?
@Seredias.
@Seredias. 6 ай бұрын
@@eudescomtejacob3737 Same concept as the Audio Files.
@jamielu3909
@jamielu3909 11 ай бұрын
Could you perhaps provide the phone as an image to download because I can't do something like that as an image myself?
@Seredias.
@Seredias. 11 ай бұрын
www.flaticon.com/de/kostenloses-icon/handy-mobiltelefon_37591
@jamielu3909
@jamielu3909 11 ай бұрын
@@Seredias. Thanks
@spectatorlog19
@spectatorlog19 2 жыл бұрын
How create multiplayer for the car game?
@Seredias.
@Seredias. 2 жыл бұрын
Please take a look on the Discord Server, there is a Discussion about that.
@choco5947
@choco5947 11 ай бұрын
please could you show us how to do the message app?
@Seredias.
@Seredias. 11 ай бұрын
You mean with NPCs or other Players?
@choco5947
@choco5947 11 ай бұрын
@@Seredias. with npcs! i havent seen any tutorials on this on youtube so far
@Seredias.
@Seredias. 11 ай бұрын
@@choco5947 That would be the same concept like the Audio Files but with text.
@choco5947
@choco5947 11 ай бұрын
@@Seredias. yes i can see the similarity, but for texts its slightly different because it has a few more things to add and I'm not sure how to adjust this system for texts, if that makes sense?
@snikerq
@snikerq Жыл бұрын
hey what if i don t want to delete all the widgets and only the phone one
@Seredias.
@Seredias. Жыл бұрын
"Remove from Parent"
@snikerq
@snikerq Жыл бұрын
You dropped this 👑
@narrgamedesigner2747
@narrgamedesigner2747 2 жыл бұрын
Hmm my phone appears visible and when hit the action input it works as expected, I set up hidden game on event play and then set it to false when the player press the input key.
@Seredias.
@Seredias. 2 жыл бұрын
You have to switch the "Visible" State, not the "Hidden in Game" State. 4:52
@narrgamedesigner2747
@narrgamedesigner2747 2 жыл бұрын
@@Seredias. ahhh fair, I'll do that when I work on it today. Is there anything tutorials to look for back & fourth text? instead of a call? I can't see a tutorial specifically for that type of function.
@JSRAMITGUJJAR
@JSRAMITGUJJAR Жыл бұрын
Where is the link of mobile
@Seredias.
@Seredias. Жыл бұрын
This is an example, just google "Smartphone frame png" and choose your favorite.
@JSRAMITGUJJAR
@JSRAMITGUJJAR Жыл бұрын
@@Seredias. bro their is only frames not mobile plz provide download link
@JSRAMITGUJJAR
@JSRAMITGUJJAR Жыл бұрын
And plz give buttons and icons link
@Seredias.
@Seredias. Жыл бұрын
Since this Tutorial is 1 1/2 years old, I don't have this Project anymore. But this should help: img.freepik.com/premium-vector/keyboard-with-numbers-letters-phone-screen-user-interface-keyboard-smartphone-keyboard-template-touch-device-vector-illustration_517145-507.jpg?w=2000
@phlox6510
@phlox6510 Жыл бұрын
@@Seredias. you are way too nice for doing that lmao.
@allaboutandroid12
@allaboutandroid12 Жыл бұрын
Please help brother if we write 555 it will Spawn car or another thing? Like GTA cheats How it possible ???
@Seredias.
@Seredias. Жыл бұрын
That's actually very easy. Instead of playing the Sound File, you would "Spawn AI from Class" at a specific Number.
@allaboutandroid12
@allaboutandroid12 Жыл бұрын
@@Seredias. 🥰🥰
@allaboutandroid12
@allaboutandroid12 Жыл бұрын
@@Seredias. I do the same but when I write 555 and 666 two different number it would do the same and spawn same car hm.
@Seredias.
@Seredias. Жыл бұрын
@@allaboutandroid12 Oh of course, so to spawn different Cars, I would add your Car Class to the Contact Structure. Than you can set different Cars for different Contact inside the Game Instance. I would also add an boolean to the Contact Structure, something like "SpawnCode" or whatever you want. The last Part is to ask with a branch at 15:50 if this boolean is true. If yes, you can call the Spawn Function and connect the Car of the Contact Structure, if no you play the sound file.
@mjc_videos731
@mjc_videos731 Жыл бұрын
I like gta 6 kkkk
@King_T1py
@King_T1py 2 жыл бұрын
nrm i did it im dumb
@blackprince1637
@blackprince1637 2 жыл бұрын
Hello brother , this is good system i am looking for a long time. But how we can add animation on this phone ? Like , Lock Screen appearing or menu going up ? Or if you launch an applicaton how this app launch with animation ?
@Seredias.
@Seredias. 2 жыл бұрын
The best way for the performance would be to Animate those things with HTML or Photoshop etc. and just use it as a gif inside the Unreal Engine.
@KagariDE
@KagariDE Жыл бұрын
is it working for 5.0.3?
@Seredias.
@Seredias. Жыл бұрын
Sure, why not. But I would highly recommend to switch to 5.1.1
Unreal Engine Simple NPC Tutorial
14:03
Seredias
Рет қаралды 63 М.
Sprinting And Stamina - Unreal Engine 5 Tutorial
17:00
Matt Aspland
Рет қаралды 77 М.
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН
Unreal Engine 5 - Easy Dynamic Vaulting Tutorial
31:31
Artofficial Entertainment
Рет қаралды 9 М.
The Art of Game Optimization
10:18
Worlds In Motion
Рет қаралды 281 М.
Why Unreal Engine 5.5 is a BIG Deal
12:11
Unreal Sensei
Рет қаралды 1,6 МЛН
Unreal Engine 4 - The Easiest NPC Dialogue Tutorial EVER
9:04
Beardgames
Рет қаралды 79 М.
Unreal Engine 5 for Mobile Game Development
18:48
Virtual Insight
Рет қаралды 11 М.
5 Tricks you (probably) don't know about Unreal Engine 5
10:44
Cinecom.net
Рет қаралды 406 М.
Health Bar Tutorial 👉 With HUD On Screen | Unreal Engine 5
11:21
Buvesa Game Development
Рет қаралды 21 М.
Unreal Engine Character Editor Tutorial
16:51
Seredias
Рет қаралды 39 М.
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН