How To Make A HORROR Game In Unity | Keypads | Horror Series Part 014

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 46

  • @dunghallen
    @dunghallen 2 ปีที่แล้ว

    Just the video I was looking for!

    • @Artistic_Game_Developer
      @Artistic_Game_Developer 10 หลายเดือนก่อน

      Please help, I followed the whole tutorial but nothing is happening!! Keypad UI opens when I go near keypad box and press E, player also stops moving but nothing happens after that. Nothing happens when I click on numbered boxes, and nothing happens on clicking on Exit, clear or execute buttons...

  • @jonathanpekker3465
    @jonathanpekker3465 2 ปีที่แล้ว +2

    for some reason my character still moves around and looks around when I click the Keypad and the cursor just disappears when i try to click the buttons... is it something to do with the cursor lock or what?

  • @honne5982
    @honne5982 ปีที่แล้ว +2

    What if there is no standard asset like as of now?

  • @AzureBlue521
    @AzureBlue521 2 ปีที่แล้ว +2

    hehe yeahh boii

    • @AzureBlue521
      @AzureBlue521 2 ปีที่แล้ว

      i find your tutorials very helpful!!!

  • @dafisetofirmangani7283
    @dafisetofirmangani7283 6 หลายเดือนก่อน

    How to make an transition after input the right answer in the keypad to next scene? its not opening the door animation but transition to black screen and then go to the next place

  • @Icenickman
    @Icenickman ปีที่แล้ว +1

    How can i make it so it can chosee from a list of random passwords and send the choosed passwords to other object so it knows wich animation has to play acording to the choosed passwords? (making a cool ouija puzzle) 😅

  • @Cyberknight011
    @Cyberknight011 2 ปีที่แล้ว +2

    What if you're not using the standard asset first person controller in the project. Do you still need to use it or use the first person controller that is being used in the project.

  • @a.technology1446
    @a.technology1446 2 ปีที่แล้ว

    your videos very useful , thank u a lot

  • @Fronklyn.
    @Fronklyn. ปีที่แล้ว

    hmm so if I'm using raycast instead would i remove everything with the reach and replace with things like raycast hit

  • @equaal1945
    @equaal1945 2 ปีที่แล้ว +3

    pls help me!
    ArgumentException.Input Button interact is not setup.

    • @user1productions883
      @user1productions883  2 ปีที่แล้ว

      You have to set up each button, I go over that in the video

  • @AzureBlue521
    @AzureBlue521 2 ปีที่แล้ว +2

    u should make a video how to make blood stains for a horror game

  • @sborropoly
    @sborropoly 3 ปีที่แล้ว +1

    yo good job buddy

    • @user1productions883
      @user1productions883  3 ปีที่แล้ว +1

      Glad you enjoyed it my friend

    • @Artistic_Game_Developer
      @Artistic_Game_Developer 10 หลายเดือนก่อน

      Please help, I followed the whole tutorial but nothing is happening!! Keypad UI opens when I go near keypad box and press E, player also stops moving but nothing happens after that. Nothing happens when I click on numbered boxes, and nothing happens on clicking on Exit, clear or execute buttons...@@user1productions883

  • @amongsus3233
    @amongsus3233 3 ปีที่แล้ว +5

    hey what if i wanted the password to be randomized in every game ? is there a way

    • @user1productions883
      @user1productions883  3 ปีที่แล้ว +2

      I’ll take a look at this and do a follow up video on it !

    • @amongsus3233
      @amongsus3233 3 ปีที่แล้ว

      @@user1productions883 Okay Thank you very much!!!

    • @AzureBlue521
      @AzureBlue521 2 ปีที่แล้ว

      @@user1productions883 yeah, how do i make the digits the same, but the order different Ex. game 1: 12345 game 2:54321 Game 3:54213

    • @BogdanOprea7
      @BogdanOprea7 2 ปีที่แล้ว

      Have you found the way to do it yet? If not, I can show you how you could do that, I haven't done it yet but it's a really good idea. You could also make a script that puts the correct code inside a painting on a wall, that would be a pretty straightforward thing to do, too. Hit me up with a comment if you want me to show you what you could do, since David hasn't posted a video about this yet, from what I can see on his channel.

    • @BogdanOprea7
      @BogdanOprea7 2 ปีที่แล้ว

      @@AzureBlue521 Hello! I've read your comment and I found a way for you to do that! Here is the script in VS (you can use it in Unity too, I think, with a little refactoring) :
      using System;
      using static System.Console;
      using System.Linq;
      namespace ShuffleKeypadCode
      {
      internal class Program
      {
      static void Main(string[] args)
      {
      Random rnd = new Random();
      string codeString = "12345";
      int codeNb = Convert.ToInt32(codeString);
      int[] digits = new int[5];
      string newCode = "";
      for (int i = 0; i < codeString.Length; i++)
      {
      digits[i] = codeNb % 10;
      codeNb = codeNb / 10;
      }
      digits = digits.OrderBy(x => rnd.Next()).ToArray();
      newCode = string.Join("", digits);
      WriteLine(newCode);
      ReadKey(true);
      }
      }
      }
      I hope I've helped!

  • @AzureBlue521
    @AzureBlue521 2 ปีที่แล้ว +1

    btw u earned a sub

    • @user1productions883
      @user1productions883  2 ปีที่แล้ว +1

      Really appreciate it my friend! Thank you

    • @AzureBlue521
      @AzureBlue521 2 ปีที่แล้ว

      @@user1productions883 thank you for your amazing tutorials!

    • @Artistic_Game_Developer
      @Artistic_Game_Developer 10 หลายเดือนก่อน

      Please help, I followed the whole tutorial but nothing is happening!! Keypad UI opens when I go near keypad box and press E, player also stops moving but nothing happens after that. Nothing happens when I click on numbered boxes, and nothing happens on clicking on Exit, clear or execute buttons...@@user1productions883

  • @Pigeon10492
    @Pigeon10492 11 หลายเดือนก่อน

    Help me!
    When i copy and paste the door it bugs and the door do the animation in the same point of the original door

    • @Artistic_Game_Developer
      @Artistic_Game_Developer 10 หลายเดือนก่อน

      don't copy paste the door, make new pivots and animations for the new door

    • @Pigeon10492
      @Pigeon10492 10 หลายเดือนก่อน +2

      @@Artistic_Game_Developer IT WORKED THANKSS

  • @bonsaigamez6980
    @bonsaigamez6980 2 ปีที่แล้ว +2

    Great tutorial user1, but the door is already unlocked and doesn't need the keypad. How can I fix this?

    • @user1productions883
      @user1productions883  2 ปีที่แล้ว

      Could be a bug within unity or maybe you havnt set up the smallest detail, join our discord and either myself or another talented game developer will be more than happy to help

  • @sachexperiment
    @sachexperiment 8 หลายเดือนก่อน

    Keypad is not showing in player main camara

  • @squeakity7839
    @squeakity7839 ปีที่แล้ว

    does the door need a script or just an animator, everything is working besides the door

    • @timtrollgasm
      @timtrollgasm ปีที่แล้ว

      Yeah I'm having the same issue

    • @timtrollgasm
      @timtrollgasm ปีที่แล้ว

      Did you ever figure it out?

  • @NUCLEAR71124
    @NUCLEAR71124 ปีที่แล้ว

    what about tmpro?

  • @Mansion0_0House
    @Mansion0_0House 3 ปีที่แล้ว +3

    hehe

  • @fnaf_nerd
    @fnaf_nerd 2 ปีที่แล้ว +1

    Lol the 6969

    • @user1productions883
      @user1productions883  2 ปีที่แล้ว +1

      Hahaha glad someone found that funny

    • @ectoplasmstory-7713
      @ectoplasmstory-7713 2 ปีที่แล้ว +3

      @@user1productions883 More funny fact is that u've got a pass like 0000 and dont have any zero button on a keypad.

    • @fnaf_nerd
      @fnaf_nerd 2 ปีที่แล้ว

      @@user1productions883 lol i somehow spot the tiniest details , hood video though