Player Damage (Zombie Attack) - 2D Platformer

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

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

  • @CryptoTrade-s7e
    @CryptoTrade-s7e 10 месяцев назад +5

    Can you make a video about a sword combat system in unity

  • @zolagibrar
    @zolagibrar 10 месяцев назад +2

    i have the problem if enemy hit player until the player die, the audio of gameover panel was looping until I click the restart button it will be stopped. please how to fix it?

    • @GDTitans
      @GDTitans  10 месяцев назад +1

      Uncheck the loop option from the audio
      ruclips.net/video/dS9my809VJk/видео.htmlsi=Y8AX61J8kVE0PEvt&t=160

    • @zolagibrar
      @zolagibrar 10 месяцев назад

      ​@@GDTitans i have already uncheck the loop option but it's still looping every enemy hit the player until die, can you please update the repo of the code please? btw thanks for the great tutorial, it was helpful for me!

    • @ron4460
      @ron4460 7 месяцев назад

      ​​@@zolagibrari don't know if u still need to fix it or no but i solved that problem with making another spawnpoint to other position so that when character die, the zombie cant detect player gameobject because character teleported to other Spawnpoint when the gameobject is not active/false
      This is tutorial/step to fix the problem
      Open playercollision Script
      First make this
      public GameObject player; // put player prefab on player character
      public GameObject respawnPoint; // make new Empty gameobject and locate or move it to other spot that willnt detected zombie then drag to player script collision for respawn point
      [ code ] -> player.transform.position = respawnPoint.transform.position;
      Put this code under
      gameObject.SetActive(false);
      I know this code its not good but atleast this can fix the problem 🎉

    • @zealord9399
      @zealord9399 7 месяцев назад

      ​@@zolagibrardid you fix it yet?

    • @zealord9399
      @zealord9399 7 месяцев назад

      ​@@zolagibrarif so,then tell me how

  • @zealord9399
    @zealord9399 8 месяцев назад

    If I want to make multiple zombie,I just have to duplicate?Also how do I increase the damage for the zombie?

  • @CryptoTrade-s7e
    @CryptoTrade-s7e 10 месяцев назад +4

    Can you make a video about a sword combat system in unity

  • @GDTitans
    @GDTitans  10 месяцев назад +3

    Playlist Link: bit.ly/3dg1X88

  • @Rizki-r1o
    @Rizki-r1o 10 месяцев назад +3

    How to add attack male on mobile 2d platform, please help me, I didn't find any tutorial 😢

  • @danish-w5v
    @danish-w5v 6 месяцев назад

    brother i created 3 levels but my player spawns at unknown location please help

  • @Adwin_Tech
    @Adwin_Tech 10 месяцев назад +1

    love you man so helpful for me

    • @GDTitans
      @GDTitans  10 месяцев назад +1

      Glad to hear it!