Earth Slam Attack - Unity Engine Game VFX Tutorial

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024

Комментарии • 16

  • @youngjohn9058
    @youngjohn9058 2 года назад +2

    Thanks for your awesome tutorials and open source projects !

  • @jamessage4142
    @jamessage4142 3 года назад +2

    Dude these videos are so helpful. This channel is gonna be huge if you keep giving us these awesome tutorials

  • @bronzemansadventures1508
    @bronzemansadventures1508 17 дней назад

    This has been super helpful, thank you!!!

  • @TNTCProject
    @TNTCProject 3 года назад +1

    Awesome and well explained.
    Keep it up!

    • @ABitOfGameDev
      @ABitOfGameDev  3 года назад

      What a coincidence I just came across your videos too recently, you're doing some pretty high level shader stuff I really like it! Im currently trying to get better at shader coding (not graph) but its really a mess with the documentation and pipelines.

    • @TNTCProject
      @TNTCProject 3 года назад +1

      @@ABitOfGameDev Cool, I'm happy to hear that.
      Yeah, starting with shaders could be a bit scary, but if you look around you can find great examples from the community.
      Join our discord server and feel free to ask if you need advice :)
      Also, do you have a Twitter account?

  • @gourgopalsen5324
    @gourgopalsen5324 3 года назад +1

    Well explained.
    Loved it ❤️

  • @dreams1453
    @dreams1453 3 года назад +1

    I like it. Good explenation. Thank you.

  • @sp4cell4m45
    @sp4cell4m45 Год назад

    Is there a way I can make rocks come up at the end of each crack

  • @olegvaganov8733
    @olegvaganov8733 2 года назад

    How to separate this 3D earthcrack from other parts? I didn't catch it. Delete Slam and other elements from prefab, but it spawn anyways. Only can delete character completely, now effect emits from nothing, not from this Alien (or wtf is he)

  • @programmer2AG
    @programmer2AG Месяц назад

    I have been searching for this What my questions is I created the VFX but how do I actually perform the attack I mean how do I do the damage to the other player or Enemy How?

  • @Theguyoverthere603
    @Theguyoverthere603 2 года назад

    I tried copying everything you did, but at the 6:40 mark my crack didn't animate at all when I pressed Play. I double checked the code for like an hour but still no luck ;w;
    I wish you had a text version of the script on your github during the various stages. The one currently on your github is no help at all for dumb dumbs like me who are stuck at early steps ;w;

  • @berkayozdemir3060
    @berkayozdemir3060 2 года назад

    does this only work in flat terains?

  • @友贤
    @友贤 3 года назад

    When I try to export the package and import to my project, all materials become pink color. Do I need to install anything first before import??

    • @ABitOfGameDev
      @ABitOfGameDev  3 года назад

      Hey, yeah you need to be using Universal Render Pipeline. Im assuming thats the reason. Perhaps you created the project using the Standard Render Pipeline. In that case just google how to convert.