Тёмный

How to Pick up and Drop Objects/Items! (First and Third Person, Unity Tutorial) 

Code Monkey
Подписаться 527 тыс.
Просмотров 65 тыс.
50% 1

🎮Get the Synty Shops pack cmonkey.co/synty_shops_pickup...
✅Get the Project files and Utilities at unitycodemonkey.com/video.php...
🌍Get my Complete Courses! ✅ unitycodemonkey.com/courses
👍 Learn to make awesome games step-by-step from start to finish.
👇 Click on Show More
🎮 Get my Steam Games unitycodemonkey.com/gamebundle
🔴 RELATED VIDEOS 🔴
Awesome UNIQUE Crafting System! (Max Immersion, No Inventory, Hydroneer) • Awesome UNIQUE Craftin...
Kickstart your game with First and Third Person Controllers! (FREE Unity Starter Assets) • Kickstart your game wi...
SMOOTH with LERP! (Move, Rotate, Float) • SMOOTH with LERP! (Mov...
What are Interfaces? (C# Basics) • What are Interfaces? (...
💬 Learn how to Pick up and Drop objects. Very easy to use, just attach the component to any object and you can easily grab it. Technically it works on anything so you can pick up a simple Muffin or a giant Car.
Stay tuned for the next video where I will use this in remaking a really interesting unique crafting system like in Hydroneer!
📝 Some Links are Affiliate links which means it costs the same to you and I get a nice commission.
🌍 Get Code Monkey on Steam!
👍 Interactive Tutorials, Complete Games and More!
✅ store.steampowered.com/app/12...
If you have any questions post them in the comments and I'll do my best to answer them.
🔔 Subscribe for more Unity Tutorials / @codemonkeyunity
See you next time!
📍 Support on Patreon / unitycodemonkey
🎮 Grab the Game Bundle at unitycodemonkey.com/gameBundl...
📝 Get the Code Monkey Utilities at unitycodemonkey.com/utils.php
#unitytutorial #unity3d #gamedev
--------------------------------------------------------------------
Hello and Welcome!
I'm your Code Monkey and here you will learn everything about Game Development in Unity using C#.
I've been developing games for several years with 8 published games on Steam and now I'm sharing my knowledge to help you on your own game development journey.
I do Unity Tutorials on just about every topic, Unity Tutorials for Beginners and Unity Tutorials for Advanced users.
You can see my games at www.endlessloopstudios.com
--------------------------------------------------------------------
- Other great Unity channels:
Unity - / unity3d
Brackeys - / brackeys
Dani - / @danidev
Jabrils - / @jabrils
BlackthornProd - / @blackthornprod
Sykoo - / sykootv
Jason Weimann - / @unity3dcollege
Jonas Tyroller - / @jonastyroller
--------------------------------------------------------------------
- Website: unitycodemonkey.com/
- Twitter: / unitycodemonkey
- Steam: store.steampowered.com/develo...

Опубликовано:

 

29 июл 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 252   
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
🎮Get the Synty Shops pack cmonkey.co/synty_shops_pickupdrop ✅Get the Project files and Utilities at unitycodemonkey.com/video.php?v=2IhzPTS4av4 🌍Get my Complete Courses! ✅ unitycodemonkey.com/courses 🔴 RELATED VIDEOS 🔴 Kickstart your game with First and Third Person Controllers! (FREE Unity Starter Assets) ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-jXz5b_9z0Bc.html SMOOTH with LERP! (Move, Rotate, Float) ru-vid.comjAN2IoWdPzM What are Interfaces? (C# Basics) ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-MZOrGXk4XFI.html
@alienouz
@alienouz Год назад
nice video as usual, I like how you always make use of the starter assets
@Liam_The_Great
@Liam_The_Great Год назад
Your tutorials are always so helpful, thanks a lot
@alec_almartson
@alec_almartson Год назад
This is Super cool. 💯👍🏻 Making your 3D Character able to grab objects (items, swords, etc) is an important part of the fun, in GameDev. Thank you for sharing your knowledge with us.
@geengee5085
@geengee5085 Год назад
Ive been looking for this everywhere... I love you code monkey 💪😖💙💙💙
@B4NTO
@B4NTO Год назад
Awesome tutorial as always and useful for my current uni project :)
@788garagestudio
@788garagestudio Год назад
Thanks Code Monkey, this helped me with my pick up feature I was implementing in my game!
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
That's great to hear, best of luck with your game!
@supertenchoo4271
@supertenchoo4271 Год назад
great video and very good explanation, thanks
@disobedientdolphin
@disobedientdolphin 9 месяцев назад
Very nice video, thank you!
@GrantCarvalho
@GrantCarvalho Год назад
Excellent video thanks!
@MarkVinkNL
@MarkVinkNL Год назад
Thanks for the cool tutorial! I noticed you did some if/else nesting. Might I suggest you have a look at quick returning/return early pattern. It was a real eye opener for me, and made my code much clearer to read, for me and my colleagues. Keep up the good work!
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Yup that is an interesting pattern that sometimes I use. If I were to use this in a final game I would probably refactor to use the new Input system and get an event for the input instead of an if which would help reduce the ident level and leave just one if-else
@MarkVinkNL
@MarkVinkNL Год назад
@@CodeMonkeyUnity I don't think you need to refactor that much, just switch some stuff around. If I may be so bold, think of it like this: If keycode != E then Return (1 nesting lvl gone). If objectGrabbale != null, drop and return. (That eliminates the if/else. After that you can continue with your pickup logic as you do now) If raycast doesn't find an object, return If object isn't grabbable return Grab object This way you code becomes more a set of checks to see if the function may be executed further, instead of the function get entirely executed, but only do things if...
@michaelwilson8461
@michaelwilson8461 Год назад
So ... does anyone else just watch random videos from Code Monkey? I'm just taking a break from working on a project (brain is melting). It's kind of like shopping, you would be surprised at all the things you didn't know you needed until you saw it sitting there on a shelf lol. Thankfully unlike most of my random shopping trips, I don't leave here feeling broke and guilty lol. Thanks for everything you do man, its muchly appreciated.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
I watch tons of random game dev and non-game dev videos so yup! I'm glad you like the videos! Thanks!
@WesmanU2012
@WesmanU2012 3 месяца назад
thats cool@@CodeMonkeyUnity
@fess1024
@fess1024 Год назад
Wow! Thank You!
@jud.su.5developer895
@jud.su.5developer895 Год назад
Very nice 😊
@omarjavieraguirresegura3276
Great video!! Hope you can show us how to add strafe animations to Third person shorter , that you create previously
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
The third person shooter already uses multiple layers in the animator to animate the upper body and legs differently, so the only thing it needs is extra animations for strafe left-right, etc
@Updates_
@Updates_ Год назад
Wow that's awesome tutorial.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Thanks!
@Updates_
@Updates_ Год назад
@@CodeMonkeyUnity your welcome ☺️
@user-jo5ro7tx1v
@user-jo5ro7tx1v Год назад
Thanks so mush ❤️❤️❤️
@itsdonix
@itsdonix Год назад
Great Tutorial! I Have A Question, Is There Anyway i can make an interaction text?
@thg1nrediar
@thg1nrediar Год назад
Thanks
@packman150
@packman150 Год назад
Lovely tutorial, any idea how to make it so players can aim down and jump onto the objects to fly?
@ManuGambino93
@ManuGambino93 Месяц назад
@codemonkeyunity at the end when you grab de sandwich and move, the movement is still to jittery, is there a way to smooth that so I doesnt look like de sandwich is doing like small jumps forward ?
@lemetamax
@lemetamax Год назад
Nice tutorial as always. But I hoped that the third person system would use procedural animation instead of being telekinetic. That oughta be cooler.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
I covered that part here unitycodemonkey.com/video.php?v=UL2EbxqwozM Pretty simple to add to this system
@infamousprogrammer
@infamousprogrammer Год назад
how could one do an inventory using this? Like if I have a cupcake grabbed, and If I grab another one, I want the previous cupake to be in my inventory, and I can choose which cupcake to equip by using the numbers on the keyboard
@deheane
@deheane Год назад
How could I bump the objects so they don't cross with the other objects in the scene (the walls and the floor)?
@svetliobg_pro3647
@svetliobg_pro3647 Год назад
I have a question, if theres something in the bucket and you pick up the bucket will the item inside pickup too? Also great tutorial :)
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Yup! The bucket is moved using physics so any objects in there will indeed move along with it
@honokiii
@honokiii Год назад
Hi! Thank you for a very good video as always. I just have a quick question about the input system of your choice. Why did you use the Legacy and not the new one? I'm not making fun of it or anything, I'm just curious how do you pick which input system you use. Personally, I'm more used on the legacy input but because of the tutorials that I am watching now, I have started to learn how to use the new Input System. But I'm still not there where I can use the new one easily, but I'm still using it as most of the videos I have watched is using it. Then after watching this, I just thought, should I still try and learn the new Input system? Or it's alright to work with the legacy input where I can work faster and comfortably?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Simply because of simplicity, it's extremely easy to use, no need to create an asset or anything, just one line of code and it works. However for a proper project I would indeed use the new Input System. In fact that's what I did in my latest long term project which was my TBS Course, in there while developing the game I kept it simple with the legacy input manager, however in the end of the game, during the polish stage, I went back and refactored it to use the new input system. So definitely use it before you release your game, but during the development phase use whatever you prefer, I covered it in this video if you want to learn how it works unitycodemonkey.com/video.php?v=Yjee_e4fICc
@honokiii
@honokiii Год назад
@@CodeMonkeyUnity I see, thank you again!
@Hietakissa
@Hietakissa Год назад
@@CodeMonkeyUnity is there any reason to even switch to the new input system if you don't want to make rebindable controls, I've heard it's more performant, but I don't imagine it's noticeable or significant. So in that case would it just be better to spend the time polishing and adding other features?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
If your game uses more than just a mouse, definitely refactor your code to use the new Input System at some point, it is so much better in many many ways. Easier to organize all of your inputs, all of your actions, easier to make it work with gamepad/touch/any input, etc.
@joshsheppard6892
@joshsheppard6892 Год назад
Tutorial uses old input system, putting code in a use defined function instead of update allows it to be called and used with new input system performed action.
@jankystreams3337
@jankystreams3337 Год назад
No matter what I do my item is still extremely jittery. Can you suggest any other solutions to try please?
@MarthKoopa
@MarthKoopa Год назад
Is it possible to add the held object's collision to the player? Say you were carrying a massive box, it would end up clipping through walls and glitching out. What's the best way to prevent that?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Depends on the character controller you're using and how you're testing for collisions You might need to do a BoxCast from the held object position towards where the player is moving to see if the player should move
@o1497
@o1497 8 месяцев назад
For anyone who still thinks its to jittery, change the fixed update to this: private void FixedUpdate() { if (objectGrabPointTransform != null) { float lerpSpeed = 10f; Vector3 targetPosition = objectGrabPointTransform.position; // Smoothly move the object towards the target position objectRigidbody.MovePosition(Vector3.Lerp(transform.position, targetPosition, Time.deltaTime * lerpSpeed)); } } You're welcome :)
@pixitales5017
@pixitales5017 4 месяца назад
You skip all of that with no jittering at all by adding this when grab object: transform.parent = objectGrabPointTransform; but u might have to make object rigidbody to kinematic temporary if u add collision.
@lunark202
@lunark202 Месяц назад
Why is my object flickering even though I'm doing exactly the same thing? After I hold the object in my hand, I turn off the Use Gravity feature.
@alexanderoneill3018
@alexanderoneill3018 Год назад
GAH! I was hunting for a null exception error for over an hour; turns out I had an extra set of curly braces after the line "if(Physics.Raycast(playerCameraTransform.position...", had to scroll over to see them! If you're getting a null exception error, watch out for those braces! Great tutorial, thanks for your work!
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Heh yup always be very careful with how the code is typed, one small change can cause all kinds of issues!
@benzeji9686
@benzeji9686 2 месяца назад
How can I make it so that when I pick up an object, it is fixed at the desired point, and when I drop it, I can push it with my feet???
@vipex5566
@vipex5566 Год назад
the next tutorial can be the ones with the area where you can sell items when you put them in that area?
@imiplacsarmalele2374
@imiplacsarmalele2374 Год назад
yes, I really need this tutorial too ... please code monkey make this tutorial 🥺
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Yup the next tutorial does cover how to identify if an object is placed in a certain position and what to do with it.
@MummyfiedRose
@MummyfiedRose 4 месяца назад
Trying to implement the idea of picking up a container (e.g. the cart) that has other grabbables inside, but since "Non-convex MeshCollider with non-kinematic Rigidbody is no longer supported since Unity 5." the container has to have a convex collider and ends up behaving like a box. :( Making the container kinematic makes it fly through things (terrain included) so not an option..
@Dwuckyy
@Dwuckyy Год назад
Hello! Great tutorial! I have a slight problem that i cannot fix for the life of me. I followed the tutorial everything works great but it showed an error where it said that unity basically requires the kinematic option to be on on the pickable objects so now everything i pick up goes through the walls and floors when i pick them up. When i drop them they fall perfectly on the ground but if i point it towards the floor and drop it it goes through. Cna you help? Thanks in advance!
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
It depends on how you move the object, it only has to be kinematic if you move the transform directly At 10:35 I don't have it as kinematic If you make it kinematic then yes it will go through objects, that's what kinematic does
@r6scrubs126
@r6scrubs126 Год назад
Great tutorial as always. But I have one question - is there any reason for putting the grabbing/movement code on the item that's being grabbed, rather than on the player? To me it makes more sense for it to be the player controller that handles moving the object towards the player, instead of the object needing to know about the player's camera location and move itself towards that
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
That's a bit of a design question, depends on exactly how you use it in your game, how your items differ. In my mind I was imagining expanding this system with more custom logic on a per item basis, so instead of just one script I would make it an interface and different items could handle the grab logic differently. Perhaps some items/objects don't have physics, perhaps some need to be setup/reset when grabbed/drop, perhaps some do something with their rotation, etc. But if all your items are meant to be grabbed in just one way then perhaps making the logic on the player script might make sense.
@r6scrubs126
@r6scrubs126 Год назад
@@CodeMonkeyUnity thanks for the detailed response, much appreciated. Yeah I did consider that as well but I couldn't think of any scenarios where different items would need to do something different when picked up, but yeah if there are some then that definitely makes sense to do it your way
@someone3541
@someone3541 Год назад
It detects its trying to be picked up but its not moving I added a rigid body and the camera point thing
@mutlugameofhalit
@mutlugameofhalit Месяц назад
When player look at bottom cube is adding force to player capsule, how to solve this?
@CodeMonkeyUnity
@CodeMonkeyUnity Месяц назад
The easiest way is to disable physics on the object if too close. Or modify the physics matrix to make it only not impact the player.
@savionthomas4325
@savionthomas4325 Год назад
Lets say when you pick up an object, you want to control the direction its rotated towards. A flash light for example. I want to control where an object is facing/pointing. What would you recommend is a good starting point?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
For a flashlight you want to point it in the direction you're looking, so for that you would just set the objects transform.forward to be the same as the camera
@canertwo
@canertwo Год назад
Hey, for anyone coming here to look for this: I did what Code Monkey said with this code in the if (objectGrabPointTransform != null) block: transform.rotation = Quaternion.Euler(0f, objectGrabPointTransform.eulerAngles.y, 0f);
@TheAdventuresofShujaaandRafiki
@@canertwo Thank you....Been trying to figure this out all day...Still trying to tweak it to my liking but it works when trying to throw the object instead of dropping it.
@ICECREAMALOT
@ICECREAMALOT Месяц назад
Hey CodeMonkey :) Thanks for the awesome tutorial! I implemented this system in my game, but there's one issue: my game is multiplayer, using networking code for game objects. I was wondering how you would implement a system like this to work in multiplayer. I got it to kind of work, but the delay on the client side is much bigger than on the server/host side. Then, I tried to attach the object to an attachment point, but I couldn't do that because the attachment point game object wasn't a networked game object. I really need a physics-based pick-up and drop system like the one found in games such as "One Armed Cook," for example.
@CodeMonkeyUnity
@CodeMonkeyUnity Месяц назад
In multiplayer you need to avoid changing the parent. Instead just make a script that on every Update tries to move the picked up object towards the hold point position, without changing the parent. If you just do that it should work fine, although might require some lag compensation to look good on the client since the physics will only run on the server
@MarushiaDark316
@MarushiaDark316 Год назад
I notice in a lot of your tutorials, you'll make local variables (like in this case the pickup distance and lerp speed) to have the flexibility of changing the values; but why not just make them serialized fields since you have other serialized fields already?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
It's more for code readability rather than easy editing. unitycodemonkey.com/video.php?v=CQ5xHgRZGQo But yup if I wanted them easily editable I would indeed make them SerializeField
@jtlewis81
@jtlewis81 Год назад
@@CodeMonkeyUnity Yeah, I noticed that too, and I always add a [SerializedField] so I can easily customize in the inspector.
@AndreiGontcharov
@AndreiGontcharov Год назад
IIRC local variables in a method mean that every time the method is called - that variable is created from scratch every time. Good for rapid prototyping but for a final product this can have a performance hit if you have a bunch of methods and code that have a bunch of local variables that are constantly being recreated for a method call. If the method was a method that would reasonable only run once or twice during a game's lifetime then that would be fine.
@r1pfake521
@r1pfake521 Год назад
@@AndreiGontcharov I wouldn't use the word "recreated", but yes, in theory there is a "overhead" when using a local variable vs fields, but in reallity you will not notice a performance issue (or even a relvant difference) with local variables, not even if you have 50 local variables per method. So who ever told you that, please don't listen to any of their advice and always remember "premature optimization root of all evil"
@scottrussell8379
@scottrussell8379 Год назад
Once clicking to pick up the object, instead of constantly moving the object via FixedUpdate to keep the object aligned with the player/camera, would it be easier to change the object's parent via SetParent to player/camera?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
That would only be valid if you don't want to use physics while holding the object. If you place a Rigidbody as a child or an object that is not using physics it's going to behave weirdly. Also changing the parent can sometimes cause very strange behaviour, depending on how your game is setup. So perhaps that's a valid option and perhaps not.
@Ignaciodev
@Ignaciodev 9 месяцев назад
hello just wanted to tell you that the layer mask didnt show the player, so i would hit the player instead of the obect, so i removed the layer mask part from the code and it works fine
@Ignaciodev
@Ignaciodev 6 месяцев назад
Me of the future, I just had to make the player mask, since it didnt come by default in my project
@BigDStudios
@BigDStudios 5 месяцев назад
Why not use Spherecast to pickup?
@B4NTO
@B4NTO Год назад
With this method it seems in our project that if pushed enough towards a wall it would eventually go through the wall? maybe its related to our other components on the player but not sure?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Depends on how thing the wall is and how much force you apply, but yes if you keep forcing it eventually it will go through. If you don't want that to happen then the best solution is to only give the object a velocity instead of setting the position directly.
@B4NTO
@B4NTO Год назад
@@CodeMonkeyUnity Thank you :) for you help as always. This might be a bit of a trickier question. But in our game we can carry these objects but if they get below us they can sometimes push player up while carrying it. should i perhaps disable physics collision between player and this object when i carry it or do you have any better suggestions? - edit - decided to lower the mass of the grabbable object to 0.1 and player has 1.0 which seems to work kinda good
@radevladetic6530
@radevladetic6530 3 месяца назад
Nice tutorial, just what i wanted, but i can't figure out what is written the 14th line of PlayerPickUpDrop script?
@CodeMonkeyUnity
@CodeMonkeyUnity 3 месяца назад
What timestamp? if (Input.GetKeyDown(KeyCode.E)) ? That returns true when the E key is pressed
@jatyman3017
@jatyman3017 5 месяцев назад
Ik this video is almost 2 years old now but is it possible to keep the velocity of the object when i let go of it allowing me to be able to throw the object by rotating my player and letting go at the right time?
@insop6432
@insop6432 5 месяцев назад
you can use this: void FixedUpdate() { if(pickPos != null) { Vector3 targetDestination = pickPos.position - rb.position; rb.velocity = new Vector3(targetDestination.x, targetDestination.y, targetDestination.z) * speed; //This way the object moves at a velocity instead of changing position constantly. rb.useGravity = false; } } public void Grab(Transform pickPos) { this.pickPos = pickPos; } public void Drop() { pickPos = null; rb.useGravity = true; rb.velocity = rb.velocity/5; //you'll also want to divide the velocity by a number to prevent the player from throwing it too far. }
@sswt3796
@sswt3796 Год назад
hi CM.. gr8 video.. I need help.. I am using unity's new input system, and added an "Aim" input with "Pass through" using right mouse click (as shown in ur TPS video). And i am using this input to grab/drop objects. But it doesn't work like a input key as you have shown here. It grabs & drops at the same time. how to solve it.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
What event are you listening to? Maybe you're listening to both Started and Performed so it triggers the logic twice which picks it up and drops it
@lietotajs4086
@lietotajs4086 Год назад
What would be the solution so that the item couldn't be dropped bellow ground(terrain)?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
When the item is "floating" it is still using physics, so if the terrain has a collider you won't be able to drop it on the other side
@Pocket23Podcast
@Pocket23Podcast Год назад
Okay, I got a hard one for you. haha. How can I pick up an AI navmesh root motion driven enemy and carry and throw them? Like in Mario. an have them right themselves after hitting the ground and go back to normal. unless they are dead. In my game I need to be able to pick up pets and throw them platform to platform.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
As long as you don't throw them outside the NavMesh everything should work fine, disable the NavMeshAgent when picking up, re-enable when they touch the ground
@Pocket23Podcast
@Pocket23Podcast Год назад
@@CodeMonkeyUnity Thanks for the fast reply. I am doing that, through events. booling off and on. But I am ending up with some weird results. Like every time I mick them up they get farther away from me. drive.google.com/file/d/1U9T9EfljEjzLj3lkyn3lFCtUCuSnRK3a/view?usp=sharing Here is a video of it.
@johndouglas6519
@johndouglas6519 Год назад
What if you wanted to place them(with rotate) instead of just dropping?
@johndouglas6519
@johndouglas6519 Год назад
@@eroll022 i see would give it a try, thanks for the tip.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
I covered one method of 3D rotation in the item inspect video unitycodemonkey.com/video.php?v=tJ_ycboPFmY You could attempt that method or something based on key inputs to rotate various axis Or do what that game Hydroneer does which is fix the object in place, so if you want to "rotate" it you just grab it from a different angle.
@eternal___official
@eternal___official Год назад
Help: i get "NullReferenceException: Object reference not set to an instance of an object" at the line of "objectGrabbable.Drop();" and i cannot understand why... any ideas? It's a bummer cos i this is the only video that really halped me creat the scripts needed for this. The first part of grabbing the object works perfect! (PS: it is a 3rd player movement with the object moving on Y above player once they grab it)
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Use Debug.Log to find what is null unitycodemonkey.com/video.php?v=5irv30-bTJw Maybe you didn't attach the script so GetComponent is returning null You can also download the project files
@Guidelli_art
@Guidelli_art Год назад
I loved the video, but I have a strange bug, if I put the item under the player and jump, it identifies the object and jumps infinitely, as if the catchable object was the ground or something, I'm new to unity, how would i handle it?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
You can check if the object is under the player and if so teleport it outside the player collider. Use the forward direction and ignore the Y and push it in that direction
@rambro5237
@rambro5237 Год назад
is there any tips how to plan or design before starting coding the project , bcoz i stuck in-between because of poor planning and gave up the project
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Design enough until you feel comfortable with the project, that's about it, that level will differ from person to person. Some people like an extremely high level design, others like a extremely detailed design. Personally I'm somewhere in the middle, I like to design with quite a bit of detail but not implementation detail, so I design what mechanics I'm going to need, but don't worry too much about how I'm going to implement them unless it's a core part of the design (like the Actions in my TBS course game) And the best tip of all is just experience, so just keep at it, keep making games and over time you will get better at design and pre production.
@rambro5237
@rambro5237 Год назад
@@CodeMonkeyUnity Thanks for replying.
@masonmiller7920
@masonmiller7920 Год назад
I keep getting two errors, one is "No overload for method 'grab' takes 1 arguements" and also " 'ObjectGrabbable' does not contain a definition for 'Drop' and no accessible extension method 'Drop' accepting a first argument of type ObjectGrabbable' could be found." Please help.
@YobukoGames
@YobukoGames Год назад
Did you end up working this out?
@kinda_history_nerd
@kinda_history_nerd Год назад
I had a question. Why do you make so many scripts? Is it necessary? Or is it for code readability?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Yes for code readability. Each class should do one thing and one thing only. In most cases having multiple small classes will be easier to understand than a single giant class.
@jdiezastronomy
@jdiezastronomy 10 месяцев назад
Hi! Great tutorial. I missed something as it doesn't work with my scene. I'm not good at coding! By the way, why don't you post the First person with pick & drop to the Asset store ? So I can buy it and save hours.
@CodeMonkeyUnity
@CodeMonkeyUnity 10 месяцев назад
The first step is identify exactly what doesn't work, just saying "doesn't work" doesn't mean much. You can't locate the object in front of the player? You can't pick it up? The object doesn't move?
@jdiezastronomy
@jdiezastronomy 10 месяцев назад
@@CodeMonkeyUnity I'm staring again from 0! One question; I'm on a Mac M2 MAX and the script was made using the Sublime text from the Mac. Is it ok or do I need another app for the script? Thanks!
@arrow8658
@arrow8658 Год назад
Question, how would i make it so that it gets picked up when my mouse button is held down and dropped when its released?
@scottrussell8379
@scottrussell8379 Год назад
If you use the New Input System, context.performed and context.canceled would be one way to handle this.
@theattic0098
@theattic0098 Год назад
I've tried a lot of tutorials like this, and I've always run into the same two problems. For me, sometimes the objects with randomly start spinning uncontrollably and start jittering. I've also had to deal with the object clipping into the floor and player. I was wondering how I could fix these issues.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Did you disable gravity upon picking up the object? Did you experiment with making it kinematic? Maybe try manually rotating the object or adding angular drag
@Geckotr
@Geckotr 9 месяцев назад
Only turning on the kinematic stops the jittering but when you do it, objects don't fall and push other objects. Is there a way to do this without rb? Physics system of Unity is very unstable@@CodeMonkeyUnity
@jbear40
@jbear40 2 месяца назад
A year late, but the best way is to change MovePosition to Move() and add in a lerp for quaternion rotation, and do the same thing for the position. Then on the rigidbody make sure the player layer is not affecting the rigidbody. And there ya go, smooth, supermarket simulator movement
@elcolgaodeturno485
@elcolgaodeturno485 11 месяцев назад
Hi, i have a big problem. When i pick up an object their scale changes, making more big o more little. Any idea whats happening?
@CodeMonkeyUnity
@CodeMonkeyUnity 11 месяцев назад
Are you changing the object parent instead of just moving it? If you parent it to something and then modify the scale of the parent the child will also scale
@benzeji9686
@benzeji9686 3 месяца назад
Can you tell me how to make the same sight as yours in the form of a dot?
@CodeMonkeyUnity
@CodeMonkeyUnity 3 месяца назад
It's just a circle image in the middle of the Canvas
@benzeji9686
@benzeji9686 3 месяца назад
thanks@@CodeMonkeyUnity
@pranaysinghsengar5215
@pranaysinghsengar5215 11 месяцев назад
Hey can u please provide video link that how to make first person and third person controller ??
@CodeMonkeyUnity
@CodeMonkeyUnity 11 месяцев назад
I recommend looking into the Starter assets unitycodemonkey.com/video.php?v=jXz5b_9z0Bc
@mimic8942
@mimic8942 Год назад
I know I'm a little late but is there a way of increasing the objects momentum when holding it so that when i drop it, I can throw it?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
You can keep track of the players movement vector and when pressing the Drop button you apply AddForce to the object with the movement vector.
@canertwo
@canertwo Год назад
I just made this, if you still have difficulties let me know.
@chrisskyr623
@chrisskyr623 Год назад
I did everything you did but the objects are still jittery. But the tutorial is awesome!
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
The more complex method is to modify the rigidbody.velocity yourself, that way you just tell the object to move in a certain direction instead of towards a certain position
@NightsoftInteractive
@NightsoftInteractive Год назад
Finally we can put a bucket on peoples head via scripting and steal their sweet rolls 😆 Grabbing objects is an important and often overlooked mechanic in any immersive sim, survival game and sandbox rpg. Will definitely come in handy for my indie RPG, thanks a lot 👍
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Heh yup if you used raycasts for enemy detection from the NPCs head you could definitely do that!
@NightsoftInteractive
@NightsoftInteractive Год назад
@@CodeMonkeyUnity That's the plan 😉
@antonorlov8838
@antonorlov8838 Год назад
How do you manage with infinite shifting the player controller up, if move the picking object under the player?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
You could disable the collider on the object for a tiny amount of time when picking it up. Perhaps just disable that ability, if the object is exactly beneath the player dont pick it up
@antonorlov8838
@antonorlov8838 Год назад
@@CodeMonkeyUnity But when the object already picked up, and player could move it around, then if player move the object under itself, and don't release the pick up button, then the object's collider will shift the player up, then we shift the object to match the grab distance, then again object shift the player up and so on. If I turn off object's collider, then it will not collider with other object, but I want it to. Ofcourse I can move the object to another layer, that wouldn't collide with player, but I don't like this, because then I have to use this layer for any grabbable objects. Maybe there is a better way?
@joey546
@joey546 Год назад
Not a fan of blueberry muffins, I see.
@daniyal5174
@daniyal5174 Год назад
Hey! i followed the tutorial and i wanted to stop it from randomly rotating in the air. Also when i move forward, the collider of the object stop me from moving. Is there any way to grab and keep the object stable? As if the player physically has it in their hands, example like a flashlight/torch or a weapon.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
You could disable the Rigidbody when picking up the object, or lock the constraints to make it not rotate
@daniyal5174
@daniyal5174 Год назад
@@CodeMonkeyUnity Thank you. Another Question, The item I grab keeps swaying around when i move. How can I make it stay in a fixed position on screen after picking it up?
@MrLazyfella
@MrLazyfella Год назад
@@daniyal5174 Try this, In items rigidbody and in Contraints Freeze the rotations.
@hawkgamedev
@hawkgamedev Год назад
Me likey.
@avokado3154
@avokado3154 5 месяцев назад
how can I make sure that the player does not fly by standing on an object picked up by him?
@CodeMonkeyUnity
@CodeMonkeyUnity 5 месяцев назад
You could disable collision between the object and the player collider, look at the physics collision matrix
@lazougre4229
@lazougre4229 Год назад
do you have a git?
@jonasmostrom9636
@jonasmostrom9636 Год назад
I am trying to add a prompt so I can see if an item can be picked up but nothing I do seems to work. Does anyone have any tip?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
You just need to run the same Raycast logic to see if the item is grabbable, run that logic all the time and have a UI element listen to when the mouse is pointing at nothing or something that can be grabbed. I made a similar UI element in the Interact with NPCs video unitycodemonkey.com/video.php?v=LdoImzaY6M4
@chiakiharuka1056
@chiakiharuka1056 11 месяцев назад
What do I have to change in the script if I'm using third POV
@chiakiharuka1056
@chiakiharuka1056 11 месяцев назад
I'm trying to make the player grab what's in front of him. I tried what's shown on the video but it's not working. (Idk if this info is necessary but I have a main camera and another third person camera, I used cinemachine.)
@mug4621
@mug4621 10 месяцев назад
um when İ press E when i look to void it pauses my game or kicks me idk why?
@CodeMonkeyUnity
@CodeMonkeyUnity 10 месяцев назад
Add some Debug.Log to see what your code is doing, perhaps you're picking up the player itself?
@crazyartwithtejas2334
@crazyartwithtejas2334 Год назад
Plz tell me the line of racast Layer mask that is hidden in the video
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
What line?
@crazyartwithtejas2334
@crazyartwithtejas2334 Год назад
@@CodeMonkeyUnity In playerpickupdrop script in private void update if Get keydown keycode.E in the Physics.raycast(playerCameraTransform) line tell me this whole line plz
@pnka999
@pnka999 2 месяца назад
even after using fixed update my objects still jitters
@darktech1641
@darktech1641 Год назад
Can you upload unity 3d scripting tutorial
@mtbbk
@mtbbk Год назад
The end of the 14th line in the 4:43 minute is not visible, can you tell me what it says?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
It's just the pickUpLayerMask
@mtbbk
@mtbbk Год назад
@@CodeMonkeyUnity I'm getting error on that line NullReferenceException >UnityEngine.Transform.get_position () (at:0) PlayerPickUpDrop.Update () (at D:/Home/Projects/Game/Assets/Scripts/PlayerPickUpDrop.cs:21) Line 21: if (Physics.Raycast(playerCameraTransform.position, playerCameraTransform.forward, out RaycastHit raycastHit, pickupDistance, pickUpLayerMask))
@jasc467
@jasc467 Год назад
I used the same script as you did and followed all the steps, for some reason i still cant make it do anything even though there are no errors and the code is just fine, could you help?
@jasc467
@jasc467 Год назад
I know i am way late to comment thogh
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
You need to first identify what exactly isn't working, are you not getting input? Is the raycast not hitting anything? Is the object being grabbed but not following? Add some Debug.Log to see where the logic is stopping
@tejasy1181
@tejasy1181 Год назад
I did all the steps and the code works well. Im still facing a issue where the item can only be picked up once and after it is dropped, it fails to be picked again. is there any way i can fix this issue? i love the tutorial btw, short and simple!
@tejasy1181
@tejasy1181 Год назад
By adding Debug.Log in the if else statements. It seems that after dropping the item and trying to pick it back up. it fails to check if its null and the else statement is executed.
@tejasy1181
@tejasy1181 Год назад
So I played around with the code and found the fix for this issue. else //else drop the object { objPickup.Drop(); objPickup = null; Debug.Log("Dropped"); } I made the objPickup=null in the else statement after drop(). if anybody comes across this issue. here's the solution. and thank you again for the tutorial !! :)
@bishop6308
@bishop6308 Год назад
Thanks, worked for me
@steelturtletube3193
@steelturtletube3193 Год назад
I’m having a problem where I can pick up and drop one item but the second one won’t drop. Does anyone have a solution?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Sounds like you're forgetting to reset the variable that stores the holding object
@steelturtletube3193
@steelturtletube3193 Год назад
Thank you. I fixed it
@v1k_t0r
@v1k_t0r Год назад
Hello, can someone help me with one thing? When I hold an object and put it under me, the player starts flying. It's probably because the collider on the object and the collider on the player collide with each other, but I don't know how to fix it. Can someone help me, please? Thank you.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
You can either add some logic to disable the collider when aiming down, or use the Collision matrix docs.unity3d.com/Manual/LayerBasedCollision.html
@v1k_t0r
@v1k_t0r Год назад
@@CodeMonkeyUnity Thank you very much! You don't even know how long I've been trying to solve this problem. Just one answer from you was enough and I had it done in 10 minutes.
@kloa4219
@kloa4219 Год назад
how do you do this with skinned meshes or ragdolls?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Ragdolls have colliders so it should work with no issues
@trashcaster
@trashcaster Год назад
This mostly depends on if you want to grab certain parts and drag. You would need to check against the collider, see if it is a component of a ragdoll, and use the rigid body of that to make a connection to your "grabbableObjectPointTransform" with a customizable joint. If you decide to go this route, you can do it for all objects instead of just ragdolls, since it will give that sense of velocity when objects tip and turn towards you as they fly to your cursor
@NowLedgeIO
@NowLedgeIO 3 месяца назад
school ❌code monkey✔
@julianw3947
@julianw3947 9 месяцев назад
The object glides through wall even if i turned off Is Kinematic
@zambowastaken
@zambowastaken Год назад
does this work only for the first time i pick an object?
@zambowastaken
@zambowastaken Год назад
because when i drop it and i try to pick it again it doesn t works
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
No there's no limit, sounds like you're probably not clearing the picked up game object field when dropping
@lazougre4229
@lazougre4229 Год назад
plz I want the code without signing in plz
@youdi615
@youdi615 Год назад
how do you animate the synty assets?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Not sure what you mean, they are humanoid meshes so they work with any humanoid animation, for example free mixamo animations unitycodemonkey.com/video.php?v=c4jtyDA7vcs
@youdi615
@youdi615 Год назад
@@CodeMonkeyUnity Thank you!
@gavyeah9866
@gavyeah9866 6 месяцев назад
some reason it didn't work what happened when i played my game my object just pushed me off the edge and i didn't press e
@gavyeah9866
@gavyeah9866 6 месяцев назад
i fixed it but now i can't drop it
@gavyeah9866
@gavyeah9866 6 месяцев назад
one error saying expected ,
@invormativ
@invormativ Год назад
at 3:56 is a part of the code missing, what is there?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
The last parameter is the layermask
@RedaHaskouri
@RedaHaskouri Год назад
hi sir! please if you can help me! i start to make game like a puzzle game ( INSIDE ) but mine is 2D not 3D like INSIDE. my game is adventure puzzle game exactly like INSIDE. but theres my some problems if you can help me in tutorial video bcs my english its so bad. and you can help many people. ( i wish to help bcs i was asked many youtubers and no one care about my problems ) .. theres my problems : i dont know how exactly i make a smouth dynamic physicaly moves of player ( jump .., climb and hang ledges.., Climb and Swing on Ropes..) i saw a thousand of tutorials but all those just learn you how to make a simple code or not exactly what i want , bcz i need i movement like INSIDE .. and you know game is for puzzles so i need dynamic and physics in player movement.. this is one of my big problems. ( if you have a bonus of some physics puzzle to help me more ) game is fully 2D. please help me in tutorial video to make me understand and help me. i really 2 years and a thousand videos and no saw what i need. please help sir please!
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
You won't find a tutorial that is 100% perfectly exactly what you're looking for, you need to follow a basic tutorial then change it to fit your needs unitycodemonkey.com/video.php?v=ptvK4Fp5vRY Probably the only thing you're missing is animations, that game has tons of custom and contextual animations for every action
@RedaHaskouri
@RedaHaskouri Год назад
@@CodeMonkeyUnity thanks for your repley sir
@BreadAckerman
@BreadAckerman Год назад
i have a idea i may be able to use this script to make a 2d character pick up weapon and switch between weapons.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Yup you could definitely convert this to 2D, just use Physics2D and instead of the center of the screen you would use the mouse position, kind of like I made the Aim logic unitycodemonkey.com/video.php?v=fuGQFdhSPg4 unitycodemonkey.com/video.php?v=0jTPKz3ga4w
@BreadAckerman
@BreadAckerman Год назад
@@CodeMonkeyUnity wow i didn't expect this tanks brother, I appreciate it
@Blessindisguise
@Blessindisguise 9 месяцев назад
For some reason i can't release object after pressing E again. I can only pick it up.
@CodeMonkeyUnity
@CodeMonkeyUnity 9 месяцев назад
Add some Debug.Log to see what your code is doing, maybe you're constantly running the same pick up code
@Blessindisguise
@Blessindisguise 9 месяцев назад
@CodeMonkeyUnity okay thank you, I will say. I attached another object to the same object, so maybe that's the other issue as well.
@Blessindisguise
@Blessindisguise 8 месяцев назад
I added a cube and it's the same thing but I have a repeated error of 999+ of: "NullReferenceException: Object reference not set to an instance of an object" what could be causing that? and is that part of the problem?@@CodeMonkeyUnity
@nehasharma8896
@nehasharma8896 Год назад
Can you make 2d building can't find it anywhere please
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
I made a Freeform build system here unitycodemonkey.com/video.php?v=EpMFOeOMInM And a Grid Building System here unitycodemonkey.com/video.php?v=dulosHPl82A
@FWpapo
@FWpapo Год назад
Hmm my gameobject still seems to be jittery how can i solve it? make it much more smoother. this happens mainly when im sprinting.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Is it jittery because you're pushing it? Increase the lerp speed or put it more in front. Or perhaps it's jittery because you're running at a high framerate, for that you can try running the MovePosition(); on Update although that might cause it to move through some objects. Or you could manually set the velocity yourself on every Update instead of actually moving it.
@trashcaster
@trashcaster Год назад
You can also disable collision with the grabbed objects from the player while it is held. There's a function for it in the Physics class
@FWpapo
@FWpapo Год назад
@@trashcaster yup I did this yesterday cuz when I was sprinting it always added velocity. Now it ignoresCollision when held.
@FWpapo
@FWpapo Год назад
@@CodeMonkeyUnity I have ignoreColl function. Lerp speed doesnt seem to affect it. I tried to put it more in front and its still same. also tried putting it in Update. Nop still same
@canertwo
@canertwo Год назад
@@FWpapo I'm also struggling with the jitters. I even changed from MovePosition to setting the velocity directly in Update() but still jittering.
@tardis67
@tardis67 Год назад
Posted a question to you in Patreon. Still can't see the project files as part of the Patreon $7 tier.
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
What do you mean by "can't see them"? If you click on the button on the website it still takes you to the page saying Patreon only? Are you logged in? Did you link your Patreon account?
@tardis67
@tardis67 Год назад
Thanks for your help! Patreon all linked now and I’ve got the project files. Keep up the fantastic work that you do for all of us!!!
@lazougre4229
@lazougre4229 Год назад
i cant get the code pls help me
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Why can't you get it? What happens when you try to download?
@barkmober
@barkmober Год назад
I am gonna ask my dad to buy me one of you courses although I am an intemidiate i could always use some help wish me luck :)
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
Awesome! Best of luck in your learning journey!
@barkmober
@barkmober Год назад
@@CodeMonkeyUnity Thank you although my dad refused if I get money i surely will buy your courses
@yniks03
@yniks03 Год назад
Who knows how to make sure that the object always retains the position to the player, as in the source engine?
@CodeMonkeyUnity
@CodeMonkeyUnity Год назад
You can store the transform.rotation or transform.forward when picking up and then keep forcing that rotation
Далее
Crepe roll 🫶 #abirzkitchen #cooking
00:59
Просмотров 1,2 млн
PICKUP & DROP Physics Objects in Unity (Like PORTAL)
10:42
I also make MISTAKES!
7:29
Просмотров 19 тыс.
How much MONEY my Game made (and how much it cost!)
14:00
A new way to generate worlds (stitched WFC)
10:51
Просмотров 504 тыс.
How Do Games Render So Much Grass?
15:52
Просмотров 315 тыс.
How I would approach gamedev (if I had to start over)
18:34