I love this series! If anyone is having trouble with the ladders, and you're clipping through the ground, make sure your Rigidbody component on your player has "is kinematic" enabled, also, if you want to play the climbing sound while going down as well, find the Update() function, and go to the if block that plays the sound and loops it, and in the condition after ("w") add this: || inside == true && Input.GetKey("s"), this will make it so the audio plays and loops as long as you're inside the collider and you're pressing W OR S :)
@mariegrasmeier94992 жыл бұрын
Thank you again :-) It just took me ten minutes to implement ladder climbing in my game. Awesome! One remark for all of you using the new Starter Assets: In the script, you need to change "using UnityStandardAssets.Characters.FirstPerson;" by "using StarterAssets;". Took me 8 of the 10 minutes to find out by trial and error (Google did not help). Best, Marie
@acarius4747 Жыл бұрын
Thank you, appreciated
@Mkl9w310 ай бұрын
Did chat gpt
@danielfenton16862 жыл бұрын
Possibly one of the best Horror tutorials on KZbin
@abdelrezaklejardinier82452 жыл бұрын
man u deserve more subscribers , its crazy how u inves yourself without caring about views or subs ty for that
@user1productions8832 жыл бұрын
I really do appreciate it my friend, Ik not worried about how many views I get just wanting to share my knowledge and help those who need it
@saugatjarif82722 жыл бұрын
@@user1productions883 thank you 😊😊😊
@JRockThumper Жыл бұрын
This series is great! I may have found it late but it is amazingly helpful! You are very clear at explaining everything, and it is amazing that you not only upload the complete scripts, but spend time explaining how they work as well! You earned yourself a new subscriber, and soon a view and a like on every single one of your videos!
@realaxolotlvr77542 жыл бұрын
I Hope you will never leave KZbin Your Videos inspired me work on my own Horror Game Thank you very much ❤️
@user1productions8832 жыл бұрын
Can’t wait to see what you make and play your game my friend !
@griffpatch-xq6no Жыл бұрын
Awessome David you gave me a ladder climbing tutorial in just 10 minutes thanks you Again
@Quick_Noise Жыл бұрын
Simply. A Life Saver
@han-seoko19117 ай бұрын
If the ladder doesn't work, check it out. (4:15) Try increasing the z values of the Center and Size of the Box Collider where the Ladder's IsTrigger is True. The FPSController and the box collider of the ladder with IsTrigger set to False collide, so the collider with IsTrigger set to True does not work.
@cristiandraghici60952 жыл бұрын
Thank you for this tutorials, god bless you broather
@user1productions8832 жыл бұрын
Your support is what drives me to keep going my friend, thank you !
@SirDontTry Жыл бұрын
im not really following this series, but im here to actually learn, so im not making a horror game or something, and thank u for this tutorial
@TheLogicalHammad6 ай бұрын
I love this series. Imma gonna make my own Horror game for the semester project (I hope)
@jojinodi3417 Жыл бұрын
you are amazing thank you so much for these tutorials!
@Kharabish7 ай бұрын
i really enjoyed with that video , thank u so much David ♥
@NickyWickyYT2 жыл бұрын
this dude's a legend
@user1productions8832 жыл бұрын
You are a legend ;)
@MilkMan312 жыл бұрын
This is so good, it's awesome, great content man!
@user1productions8832 жыл бұрын
Really appreciate the support my friend !
@andreisiu2 жыл бұрын
I put the box collider a bit higher than the players height so its reachable with a jump, which does not bother me. This way the ladder works splendid climbing it up or down. (+ Dont forget to add another box collider for the ladder, no trigger this time :D) Thanks for tis video!
@user1productions8832 жыл бұрын
I like it my friend ! Glad you enjoyed !
@Demongamingbaidwan123452 жыл бұрын
Bro can you tell how to make seen in unity
@Demongamingbaidwan123452 жыл бұрын
And how to make escape vehicle
@digitalhouse69692 жыл бұрын
@@Demongamingbaidwan12345 wtf
@okewhy58732 жыл бұрын
I don't know why, but my box collider works so that Z is not for moving forward and backward, but for left and right, that is, those options that X has and vice versa X will make movements forward and backward
@lumamarius2 жыл бұрын
people commenting "dont work" and expect that user1 can help then... xd thanks for this awesome tutorial, using the newest unity version, had no problems, everything worked instantly. thanks.
@pusitneelaphan31532 жыл бұрын
yeah!! climb up ladder.
@myles52343 жыл бұрын
my guy had a full on convo in the comments
@user1productions8833 жыл бұрын
I try to help out as much as I can
@inshaneity20812 жыл бұрын
love the video but for whatever reason my character is not going up the ladder
@han-seoko19117 ай бұрын
Please refer to this article if you can see it. Try increasing the z values of the Center and Size of the Box Collider where the Ladder's IsTrigger is True. The FPSController and the box collider of the ladder with IsTrigger set to False collide, so the collider with IsTrigger set to True does not work.
@bizi-e3v2 жыл бұрын
I'm not sure if i missed a step but when i click play i can still hear the ladder sound fx play
@user1productions8832 жыл бұрын
On the sound make sure *play on wake* is turned off
@bizi-e3v2 жыл бұрын
@@user1productions883 it is turned off but the issue persists
@squaldj84932 жыл бұрын
cool beans ser!
@Filastinakbar2 жыл бұрын
i cant go up on the ladder and ive done everything as shown help me pls
@ahmetomercicek5848 Жыл бұрын
hi , i made this method on an animated character in 3d . It worked but after climbing the ladder on the attached ground, it falls down from the ground. how can i solve this problem.
@wicksley2 жыл бұрын
Awesome Thank you :D
@user1productions8832 жыл бұрын
No problem!
@Thesidekickk2 жыл бұрын
I dragged the Ladder climb sound effect to the audio source in the Ladder script and it still plays when I enter the game. What do I do?
@user1productions8832 жыл бұрын
Make sure in the audio source “play on wake” is turned off
@DailyAiGuy2 жыл бұрын
@@user1productions883 Hey User! Great content! This issue is also happening to me and I unclicked play on wake in Sounds and in FPS Controller. The audio clip is placed in the Ladder Script. It still plays when I go in and not when I climb on the ladder. Any suggestions?
@ziot79922 жыл бұрын
@@DailyAiGuy did you end up finding a solution? im having the same issue
@DailyAiGuy2 жыл бұрын
@@ziot7992 remove "play on wake"
@ziot79922 жыл бұрын
@@DailyAiGuy ive tried that and it still plays, although its now not playing when I enter the ladder collider
@GamerCreacher2 жыл бұрын
the movement broke and idk how to fix it
@humournotfound49362 жыл бұрын
Its kinda buggy. when you climb up the ladder, it works fine but player gets stuck while climbing down
@thebanktv6930 Жыл бұрын
can I use asset provide by you to make game and sell it
@SpookyAlexplays3 жыл бұрын
My ladder doesn't work and I have a problem with my jump. I barely even jump up when I press space. pls help
@user1productions8833 жыл бұрын
The jump can be adjusted in your character controller settings, under jump force. As for the ladder be sure to do everything I mention in the video, ensure you’ve tagged the game object as “Ladder” and you have a second box collider on the ladder object and set the is trigger true.
@SpookyAlexplays3 жыл бұрын
@@user1productions883 i did everything you did for the ladder still doesnt work.
@user1productions8833 жыл бұрын
Are you using the standard assets ? And the FPS controller from it or are you using your own script ?
@SpookyAlexplays3 жыл бұрын
@@user1productions883 standard assets
@SpookyAlexplays3 жыл бұрын
@@user1productions883 yoo i made the ladder work. The trigger was the problem i just put it as the same size as the ladder and it worked but i still have the jump problem. Edit: I am having the problem you were talking about where it makes u twitch or whatever the heck its called when u get to the top. And i cant seem to be able to make it work properly.
@SpookyAlexplays3 жыл бұрын
I made a solution for the ladder its not that good but it does the job. I put a cube as a trigger and I made it so when you exit that trigger that box gets disabled and the ladder doesn't work anymore and a new trigger appears at the bottom so if you jump down that trigger activates the ladder again so you can climb up.
@Ravennwashere Жыл бұрын
For whatever reason when i touch the ladder and go up it still thinks im not touching it so it just lets me go up and than clips me back down over and over does someone know how to fix this?
@thememeguys6034 Жыл бұрын
If you didnt use the standard assets,the ladder probably wont work because the gravity is on always so to fix that,public rigidbody rb,void Update{if(inside == true){rb.useGravity = false}else{rb.useGravity = true
@epicgend18729 ай бұрын
hey,, this is what its saying when i am doing this Assets\scripts\LadderScript.cs(15,12): error CS0246: The type or namespace name 'rigidbody' could not be found (are you missing a using directive or an assembly reference?) what do i do?.. and thanks for trying to help.. i have been struggling a lot with this prob
@aAveragePerson.2 жыл бұрын
bro how do i import the ladder script from the google doc :(
@user1productions8832 жыл бұрын
you can download the file my friend
@aAveragePerson.2 жыл бұрын
@@user1productions883 when i do how do i upload it sry for all of the question im new to this
@terabhaisecretgamer Жыл бұрын
My Player dosent go up dosent go down when I go up the ladder , It keeps struggling up and down on the ladder. : (
@dudu507913 күн бұрын
hey make an fps shooter game like cod mw2 and stuff
@Jaxson-k5s4 ай бұрын
Hey why so i fall through the floor when i go down it?
@therobotfish60382 жыл бұрын
my computer is stupid i cant click on the script and drag it to the player thing
@user1productions8832 жыл бұрын
Alteration you can click the object you want and go ->add component->(type script name)
@therobotfish60382 жыл бұрын
@@user1productions883 thanks
@MotiveBillion2 жыл бұрын
if ladder comes up and be in same place and again goes go down after go again will more good
@penciltamaraart8 ай бұрын
Not working since I don't have the standard assets used in this tutorial. Shame, I was so into it.
@hasnahena Жыл бұрын
can't find standard assets
@mannsmgfan9 ай бұрын
I dont understand why im still getting the ladder sound on awake i have fiddled around with it in everyway i can think of and its still playing for some reason on game start edit: Never mind I figured it out I somehow accidentally somehow put the an extra ladder sound effect on the ground asset oops. I feel like a dummy.
@CozierBroom11 ай бұрын
im having trouble when my guy spawns in the ladder souunds goes off haha
@sou11es.22811 ай бұрын
Character simply goes thru every obect that has Ladder tag...
@inshaneity20812 жыл бұрын
how do i fix it
@inshaneity20812 жыл бұрын
nvm got it works just fine it was a bit finicky
@Thuangjai2 жыл бұрын
Bruh error scripts class not found
@user1productions8832 жыл бұрын
Hmmmm odd, if you could, join the discord and post the error in there. Myself and about 100 other very helpful developers are in there!
@Swift_SouthWest Жыл бұрын
"the exact same, but opposite" which one?
@moilndsenoilnhdse54062 жыл бұрын
Sorry, I copied your code. But my program has about 8 errors
@user1productions8832 жыл бұрын
Join the discord link in the description, either myself or another game developer would be more than happy to see what the problem
@moilndsenoilnhdse54062 жыл бұрын
@@user1productions883 Thanks for your reply I will take note.. At the same time I want to apologize to you, I didn't see the end of the video. Regarding the "ladder" script, I created a new "C#" folder and copied it down a little bit. This is what caused the problem.
@midvightmirage11 ай бұрын
the default plugin does not exist so basically this tutorial is useless because it doesnt work
@epicgend18729 ай бұрын
I am really tired guys, I need help.. I am trying to get my player up the ladder.. He just isn't going. Its like bouncing up a little and then coming back down. When the ladder collider is triggered, the person's left right movement is disabled. Thats working fine. Just that the player is not going up the ladder. Here is my code. What do i do?? using System.Collections; using System.Collections.Generic; using UnityEngine; public class LadderScript : MonoBehaviour { public Transform playerController; bool inLadder = false; public float speed = 3f; public FirstPersonController player; public Transform rigidbody; public AudioSource sound; void Start() { player = GetComponent(); inLadder = false; } void OnTriggerEnter(Collider col){ if(col.gameObject.tag == "Ladder"){ player.enabled = false; inLadder = true; } } void OnTriggerExit(Collider col){ if(col.gameObject.tag == "Ladder"){ player.enabled = true; inLadder = false; } } // Update is called once per frame void Update() { if(inLadder == true && Input.GetKey("w")){ float vertical = Input.GetAxis("Vertical"); Vector3 upgo = new Vector3(0,vertical * speed * Time.deltaTime,0); player.transform.position += upgo; } if(inLadder == true && Input.GetKey("s")){ player.transform.position += Vector3.down / speed * Time.deltaTime; } if(inLadder == true && Input.GetKey("w")){ sound.enabled = true; sound.loop = true; } else{ sound.enabled = false; sound.loop = false; } } }