I'm making a game where the smart phone is one of the key features so this is helpful to get started. Thanks!
@RaphaelSouza-eg3ty2 жыл бұрын
Excellent video sir, thank you very much for another tutorial, congratulations !
@Gaientv2 жыл бұрын
thank you so much for the tuto this what I needed !
@captainjones97682 жыл бұрын
how do you import/add the texting animation into the test animation filter?
@buster566111 ай бұрын
A tutorial on an in-game mail system would be beautiful
@mikaznavodya93002 жыл бұрын
Thank you brother 👍👍
@cokegarci1553Ай бұрын
could you please create a tutorial on how to make the chat message system from Fears to Fathom?"
@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. Жыл бұрын
You can use a Branch on the Turn Function to enable or disable the Camera Turn.
@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 Жыл бұрын
🔥👍
@narrgamedesigner27472 жыл бұрын
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_heisenbug2 жыл бұрын
Hello, where did you get the static mesh of a phone? Did you do it yourself?
Please take a look on the Discord Server, there is a Discussion about that.
@choco594711 ай бұрын
please could you show us how to do the message app?
@Seredias.11 ай бұрын
You mean with NPCs or other Players?
@choco594711 ай бұрын
@@Seredias. with npcs! i havent seen any tutorials on this on youtube so far
@Seredias.11 ай бұрын
@@choco5947 That would be the same concept like the Audio Files but with text.
@choco594711 ай бұрын
@@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 Жыл бұрын
hey what if i don t want to delete all the widgets and only the phone one
@Seredias. Жыл бұрын
"Remove from Parent"
@snikerq Жыл бұрын
You dropped this 👑
@narrgamedesigner27472 жыл бұрын
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.2 жыл бұрын
You have to switch the "Visible" State, not the "Hidden in Game" State. 4:52
@narrgamedesigner27472 жыл бұрын
@@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 Жыл бұрын
Where is the link of mobile
@Seredias. Жыл бұрын
This is an example, just google "Smartphone frame png" and choose your favorite.
@JSRAMITGUJJAR Жыл бұрын
@@Seredias. bro their is only frames not mobile plz provide download link
@JSRAMITGUJJAR Жыл бұрын
And plz give buttons and icons link
@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 Жыл бұрын
@@Seredias. you are way too nice for doing that lmao.
@allaboutandroid12 Жыл бұрын
Please help brother if we write 555 it will Spawn car or another thing? Like GTA cheats How it possible ???
@Seredias. Жыл бұрын
That's actually very easy. Instead of playing the Sound File, you would "Spawn AI from Class" at a specific Number.
@allaboutandroid12 Жыл бұрын
@@Seredias. 🥰🥰
@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. Жыл бұрын
@@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 Жыл бұрын
I like gta 6 kkkk
@King_T1py2 жыл бұрын
nrm i did it im dumb
@blackprince16372 жыл бұрын
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.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 Жыл бұрын
is it working for 5.0.3?
@Seredias. Жыл бұрын
Sure, why not. But I would highly recommend to switch to 5.1.1