JonDevTutorials
JonDevTutorials
  • 5
  • 144 089
ADD ARMS TO YOUR GAME - EASIEST WAY (Unity3D)
Thanks for all the nice comments on my other videos.
If you enjoyed, don't forget to like and subscribe.
Sorry if this video is a bit scuffed, it's long because there isn't any code I can tell you to copy paste and I have to show you every step. Plus I'm too lazy to edit it down to 12 minutes.
Переглядів: 52 874

Відео

VAULTING/CLIMB LEDGES UNITY TUTORIAL (FPS)
Переглядів 15 тис.Рік тому
This is truly one of the unity tutorials of all time. Simple way of adding arms coming soon (within a week) GITHUB: github.com/JonDevTutorial/LedgeClimbingTut
Random AI Patrolling Tutorial Unity3D
Переглядів 52 тис.Рік тому
In this video I will teach you how to make a navmesh agent move around randomly within an area. Code (yes you can use it for whatever you want): github.com/JonDevTutorial/RandomNavMeshMovement
How to Pick Up + Hold Objects in Unity (FPS)
Переглядів 23 тис.2 роки тому
In this video I show how to pick up, rotate, and throw objects in Unity. CODE (YES YOU HAVE PERMISSION TO USE IT): github.com/JonDevTutorial/PickUpTutorial
How To Set Up A Mixamo Character In Unity
Переглядів 1,1 тис.2 роки тому
Other Unity tutorials are too long, here is a short one.

КОМЕНТАРІ

  • @vinnythehusky3481
    @vinnythehusky3481 2 дні тому

    Question does anyone know how to make it work on VRCHAT?

  • @Vorkandor
    @Vorkandor 6 днів тому

    For anyone else who has trouble with this: 1. Make sure to either name everything the same as Jon does or to rename them in the script file to what you've used. 2. By default the keys are 'E' to pick up/drop, hold 'R' and move mouse to rotate, and 'Left Click' to throw. This can be changed in the script. 3. Make sure the object you're picking up has a box collider and a rigidbody component. 4. Make sure on your camera (where you added the script) that 'Player' is set to the parent file of your camera movement. Hopefully, that helps some of you out. But if you're still stuck don't bother asking me for help. I just started learning Unity today, so idk lol.

  • @user-ly7vp5ng2z
    @user-ly7vp5ng2z 8 днів тому

    how can i do this in urp? there is no clearflags :(

  • @Ninethemeerkat
    @Ninethemeerkat 9 днів тому

    Great video, but I do have one problem. Every time I try to pick up the sphere I want to pick up, nothing happens. I have it on the right tag, but on the default layer. When I try to put it on the Hold layer, it can be seen through walls. Any way these can be fixed?

  • @eight--four
    @eight--four 13 днів тому

    this man is the best, how to steal, how to create, how to do. GJ. ILV

  • @mr.unknown4769
    @mr.unknown4769 14 днів тому

    I love it bro make more It is fast and easy and funny as well❤

  • @mr_gogo_baybe
    @mr_gogo_baybe 14 днів тому

    thx

  • @Cyberinfinitystudio
    @Cyberinfinitystudio 16 днів тому

    This is so good for my game thanks

  • @onlyrxtro7059
    @onlyrxtro7059 17 днів тому

    Is it a way to make it to where only I can pick it up and nobody else able to touch it even when I drop it

  • @syedmuhammad9812
    @syedmuhammad9812 25 днів тому

    i have the origin point in the middle how are you saying to add the vector.up to add +1 in that something like this "(Vector3.up * vaultHieght * playerHieght) + (Vector3.up * 1f)"

  • @fmmstitchvr730
    @fmmstitchvr730 25 днів тому

    witch button is it to pick up

  • @DEV_herrington123
    @DEV_herrington123 27 днів тому

    hey man your script is work but i dont know how to throwing the object you have solution

  • @Hunter-X9211
    @Hunter-X9211 28 днів тому

    At least explain the code properly that what will be the values and how can we stop agent when he reached the point he just run here and there

  • @gazigame-gg2sb
    @gazigame-gg2sb Місяць тому

    easy

  • @foxys891
    @foxys891 Місяць тому

    he dosent move for me or just me being dumb it was helpfull but dosent walk for me maybe im just missing some thing cause i just threw in the script the navmesh baked it and still doset move

  • @lennienicolelorenzo4212
    @lennienicolelorenzo4212 Місяць тому

    hI, can someone help me pls every time I try to click the "E" to pick up the object it doesn't do anything.

  • @someguy9163
    @someguy9163 Місяць тому

    also what is ECM it have an error

  • @someguy9163
    @someguy9163 Місяць тому

    pls help me i use the urp not the normal one pls help :(

  • @krunchyfps
    @krunchyfps Місяць тому

    Please help. It says the name "Pickable" does not exist in the current context. The name of my Layer is Pickable.

  • @naosabes2589
    @naosabes2589 Місяць тому

    "It is legally required to like the video, you dont wanna end up like this guy" 😂😂😂😂😂😂

  • @user-dw6es7zg8z
    @user-dw6es7zg8z Місяць тому

    Danke

  • @summerwheels
    @summerwheels Місяць тому

    why cant i pick up anythinggggg, i try to follow these tutoirals but nothing works

  • @RealEngineerGaming
    @RealEngineerGaming Місяць тому

    This tutorial isnt working for me. It might be because I dont know how to reference my FPS script, but none of this actually works for me, man. Its always these seemingly easy tutorials that are the most complex. Or maybe im just stupid

  • @bigdong7505
    @bigdong7505 2 місяці тому

    idk why but all of the things i tested keeps resizing when i'm holding them and move my camera

  • @affenkratzer
    @affenkratzer 2 місяці тому

    does someone know why my cube streches after picking it up?

  • @computaristgamer
    @computaristgamer 2 місяці тому

    Bring us more videos why you left

  • @unDeadGod69
    @unDeadGod69 2 місяці тому

    Really good tutorial, thanks for the help

  • @Notllamalord
    @Notllamalord 3 місяці тому

    Amazing guide bro, ive been working around this for a while and this is the perfect way in

  • @brickch4pel
    @brickch4pel 3 місяці тому

    Tried to use IK in the past but only now, due to your tutorial, have I gotten the structure right.

  • @sayedanowar3628
    @sayedanowar3628 3 місяці тому

    Can't be more 'To the point'.... Thankssss

  • @skylarl.4571
    @skylarl.4571 3 місяці тому

    hi! thank you so much for the tutorial! i'm a bit confused on how to lock the background lookaround rotation while you're rotating the item. could you advise on this? thanks!

  • @KikiKilo
    @KikiKilo 3 місяці тому

    When I click play, the object I want to pick up is just gone

    • @Tako874
      @Tako874 2 місяці тому

      Have you moved around, picking up an object with this code near a wall makes it clip into the wall, if you still don’t see it, it might be the layers

  • @user-ly2zr3hr3v
    @user-ly2zr3hr3v 3 місяці тому

    what do i do with the navmesh? i somehow cant get it to work

  • @vuxenn
    @vuxenn 3 місяці тому

    I loved your tutorial and script it's so useful and great. But i've a question: I want my pickable objects to be affected by my post process which is in my main camera object. How can i do that?

  • @maxgordon3194
    @maxgordon3194 4 місяці тому

    what if I have animations already made for the gun and model. is there any way to connect the gun to the bone only as a socket. I haven't used unity before so every little operation is a damn plugin in the engine. even godot comes with a shader editor. in unity you gotta add everything as a damn package XD. How do you attach a gun or weapon specifically to a bone so when animation is played (pre existing animation) the item stays connected to the bone rather than making a custom animation for the grip.

  • @bennysensei4662
    @bennysensei4662 4 місяці тому

    Im a newbie of that. What is ur template you using? 3D, VR core, or something? Thanks

  • @jaydaykoth
    @jaydaykoth 4 місяці тому

    Does anyone have any ideas on how to play walking animations for humanoid npcs

  • @_Leaf53
    @_Leaf53 5 місяців тому

    If anyone knows, why does the object teleport underneath my player when i drop it?

  • @hirayukisei3813
    @hirayukisei3813 5 місяців тому

    Thank you so much.

  • @a3dadventure79
    @a3dadventure79 5 місяців тому

    thx, v helpful topic to cover!

  • @kingawesomeness1239
    @kingawesomeness1239 5 місяців тому

    thank you

  • @renaisol
    @renaisol 5 місяців тому

    very useful! gonna save it for next project XD

  • @yeeticides
    @yeeticides 5 місяців тому

    This is a great and easy solution, thanks!

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

    Very good, thank you so much!!

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

    Simple, but straightforward and very useful! Thanks a lot for the help! 💪

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

    Make sure that the "Static" checkbox is not ticked in the Inspector at the top right corner. Some objects have this ticked by default

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

    Absolute Legend, Thank you

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

    it dont work for me :/

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

    This is for anyone who wants to rotate the object to world space! Replace this: heldObj.transform.Rotate(Vector3.down, XaxisRotation); heldObj.transform.Rotate(Vector3.right, YaxisRotation); With this: heldObj.transform.Rotate(Vector3.down, XaxisRotation, Space.World); heldObj.transform.Rotate(Vector3.right, YaxisRotation, Space.World); Hope this helps! 🧀🧀

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

    Life saver thank you