Point and Click Movement with Unity & Playmaker

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 52

  • @cesarsfalcao
    @cesarsfalcao 6 місяців тому

    Man, it was the easiest and sweetest tutorial on Playmaker, thanks!! I couldn't get the mouse position In 3D space, but it's just use "mouse pick" action!

    • @RomiFauzi
      @RomiFauzi  6 місяців тому +1

      Happy to hear that!

  • @gameflick666
    @gameflick666 4 роки тому

    Wonderful video! You make the process a lot easier with these videos! Keep on!

    • @RomiFauzi
      @RomiFauzi  4 роки тому +1

      Thank you so much, really happy to know that!

  • @leeandroo
    @leeandroo 2 роки тому

    Muy util para hacer un juego de aventura grafica, muchas gracias por el tutorial. Saludos desde Argentina.

    • @RomiFauzi
      @RomiFauzi  2 роки тому +1

      You're most welcome!

  • @FarazKhan-sw7kt
    @FarazKhan-sw7kt 4 роки тому

    You are Doing Awesome Job ❤😉
    Really Helpful PlayMaker Tutorials ❤
    Only One Request
    I want Playmaker Photon2 Multiplayer Tutorial.. Can you plz make that too? It's really hard for me as a beginner..
    Love From Pakistan ❤

    • @RomiFauzi
      @RomiFauzi  4 роки тому

      Thanks! I do have photon series tutorial, its a bit dated, but with some fiddling, I believe you can apply it to the newer version

  • @dibon3286
    @dibon3286 Рік тому

    Hello, thanks for this great video. I am just wondering how you got the animations to work on that particular cop, I have downloaded the asset myself but I dont know how to get the movement working. I am using basic movement pack if you are wondering. Thanks in advance!

    • @RomiFauzi
      @RomiFauzi  Рік тому

      You're welcome! as for the animation, there are a lot of other tutorials covering on how to add animation to sync with the movement logic, I have also other video explaining this, you can check my playmaker third person tutorial series..

  • @lauq1
    @lauq1 4 роки тому +1

    This is really cool. Thanks a lot for the great tutorial! I only just got into Unity, and I saw a video advocating PlayMaker, since I do not know how to code. Yet there are not so many videos out there. I'll also consider getting one of your Udemy courses. Is there any particular one you can recommend? Cheers

    • @RomiFauzi
      @RomiFauzi  4 роки тому +3

      You're most welcome! Unfortunately my udemy course is in c#, so I would not recommend it to you if you don't know how to code, hopefully I will be able to publish a new one using playmaker soon...

    • @robertmikes7003
      @robertmikes7003 3 роки тому +1

      @@RomiFauzi i would love to have a playmaker udemy!

    • @RomiFauzi
      @RomiFauzi  3 роки тому +1

      I'm planning to do that, but currently swamped with projects, hopefully I will be able to publish it soon!

  • @Darkfredor
    @Darkfredor 2 роки тому

    Merci,superbe tutorial qui fonctione a merveille

  • @manjuarun4u
    @manjuarun4u 4 роки тому +1

    Very helpful

  • @a.technology1446
    @a.technology1446 4 роки тому

    Thanks Romi

  • @Rizwan-Ashraf
    @Rizwan-Ashraf 4 роки тому

    Thanks bro alot !! This is awesome! Please make more ..

    • @RomiFauzi
      @RomiFauzi  4 роки тому +1

      You're welcome, happy to hear that!

  • @redabeg
    @redabeg Рік тому

    How about 2D top view?

  • @jeronimocollares320
    @jeronimocollares320 3 роки тому

    Hi Romi, how are you? Is possible have 2 mechanism to controll the char, point and clic + 3rd view (like the old 'capitain quarter' from the game EVE Online)?

    • @RomiFauzi
      @RomiFauzi  3 роки тому

      Yes It's possible.

    • @jeronimocollares320
      @jeronimocollares320 3 роки тому

      @@RomiFauzi :) thanks.

    • @jeronimocollares320
      @jeronimocollares320 3 роки тому

      @@RomiFauzi My question is, how to link this 2 systems, you have both in your tutorials*.

    • @RomiFauzi
      @RomiFauzi  3 роки тому +1

      @@jeronimocollares320 There is no short answer for this, but you will probably need to create a bool that will toggle this 2 systems, perhaps with 2 different FSM implementing each system, and upon changing this bool value (perhaps with a key press), disable and enable each of the systems depending of the bool.

    • @jeronimocollares320
      @jeronimocollares320 3 роки тому

      @@RomiFauzi In really, Romi, we dont have nothing short in Unity, all is a big pain... its all good, you help me a lot. Thanks. :)

  • @avanakkurbaga6053
    @avanakkurbaga6053 2 роки тому

    Firstly, I want to thank you because this is an amazing tutorial! But I have a question, how can I make this system with holding mouse to walk? Example: When the player stops to hold the mouse, character stops as well.

    • @RomiFauzi
      @RomiFauzi  2 роки тому

      You will need to set the value of Agent isStopped property using the mouse button hold status, but the value needs to be inverted, so while pressing, then the isStopped property will be false, and when released, it will be true, you can do this on a separate fsm, but access the same navmesh agent component.

  • @AndreLuiz-ec3tl
    @AndreLuiz-ec3tl 4 роки тому

    Many thanks!

  • @sksnike2343
    @sksnike2343 4 роки тому

    are you working on the boss ?

  • @XxYOSHIIPRxX
    @XxYOSHIIPRxX 2 роки тому

    I Have a small problem if anyone can help I will appreciated, so I have a ui buttons into the scene and when i using point and click for some reason it will click through the buttons how i can prevent this from happening? Sorry for my English

  • @m.harunakdas6970
    @m.harunakdas6970 3 роки тому

    This is really a great tutorial. Thanks for it. But I have problem, I made all the same setup but when player reached the clicked position it doesn't stop. It turns around itself and "get agent velocity" value is not "0". It is constantly changing with very little values.

    • @RomiFauzi
      @RomiFauzi  3 роки тому

      It's hard to say without seeing the complete FSM, but my guess would be the stopping distance it's to small, making the agent never triggers arrived event..

    • @m.harunakdas6970
      @m.harunakdas6970 3 роки тому

      @@RomiFauzi Hello again. I made a short video that you can see the setup and error.
      drive.google.com/file/d/101zBQiDpD_IfyetK5JBg9fVt4qLTD3MO/view?usp=sharing
      Thanks for your help.
      Edit: I think it is related to the animation settings. I somehow figured it out. Just downloaded your animation set and tried with them and it was ok. So I changed the animation settings as like as yours and now it is working. Thanks anyway.

  • @Rychlewicz
    @Rychlewicz 4 роки тому

    What if I wanna change the camera? Let's say; characters goes to the corner to the opened chest and too see exactly what is inside we need to change camera to closer position. I tried it but then character walks based on previous camera values.

    • @RomiFauzi
      @RomiFauzi  4 роки тому

      Whenever changing the camera, you need to disable the previous camera, and all the cameras in the scene needs to have MainCamera tag applied to it (Make sure only one camera are active at a time)

    • @Rychlewicz
      @Rychlewicz 4 роки тому

      @@RomiFauzi Oh, I didn't disable those... I just changed the camera action in playmaker. That would explain a lot.

    • @Rychlewicz
      @Rychlewicz 4 роки тому

      @@RomiFauzi Check it out... yes it works...

    • @Rychlewicz
      @Rychlewicz 4 роки тому

      Well kinda... I cannot make a trigger for character entering an area.

    • @RomiFauzi
      @RomiFauzi  4 роки тому

      You can create an empty with box collider with trigger checked, and create FSM, add trigger event, and if the player enters, you can enable the target camera and disable the previous one both using Activate Game Object actions, this should do the trick.

  • @boldfrog82
    @boldfrog82 4 роки тому

    Great.

  • @TweNtyGAm3s
    @TweNtyGAm3s Рік тому

    Didn't work