Thank you for your likes and comments, I truly appreciate them! Sample project files here: drive.google.com/file/d/1FB5hi4rsZmU03r2aVJ9N72rB1VdEFGfG/view?usp=sharing
@MarxyBasement4 жыл бұрын
Can you please make a video about changing and binding keys in new unity input system please like how to change and bind then ingame in controlls menu via scrip
@fahadansari67894 жыл бұрын
Thanks
@calicow4 жыл бұрын
You really deserve more views. Even though I know how to do this (surprisingly, lol... I suspect that won't be true for some of the other tutorials) I really appreciate your teaching style. So many people just quickly type/past code without really explaining it, then that's the video. You've explained the code and have shown some common troubleshooting cases for why it might not work if something isn't done correctly, as well as details on how others might handle things differently for their games. Definitely subscribing. Looking forward to seeing more!
@rhythmandblues_alibi3 жыл бұрын
The way you explain things properly is great. I know how to do this from watching other tutorials but I didn't understand the difference between colliders and triggers, not really. Also great to see a fellow Aussie making great game dev content, cheers!
@bilal_rifki3 жыл бұрын
"Lost Relic" is the perfect name for your channel, since every video here is a Hidden Gem
@LostRelicGames3 жыл бұрын
Thank you TripleChoc!
@max27213 жыл бұрын
I really like this video. It helped me a lot and you are just a really sympathetic person. Keep up the good work thx
@Quein9224 жыл бұрын
After few videos I've decided to sub. This is some good content, I'm kind of puzzled though why there aren't more viewers around.
@garudakin_nz5110 Жыл бұрын
BROOOOO!! this seriously helped me out a ton my dude. thanks for the great information :) just starting out and been at a wall for a long time. great video sir !
@LostRelicGames Жыл бұрын
Nice! Glad to hear you are getting more confident, keep pushing, things get much easier
@lucasrubio7664 Жыл бұрын
Really nice tutorial. I really like how you talk and explain things, very helpful!
@Patricebrouh4 жыл бұрын
Wow, the explanation is clear and simple. That makes the video so great. We got to share it in some forums. Thanks
@CrepsDelic4 жыл бұрын
Just binging your Videos!! Great Material!! Discoverd you today, Missing the Destruktion Tutorial that should follow the melee Attack tutorial! Keep that great Work, I'm Sure adding your Game to my Steam wishlist!!
@waynewestlake81203 жыл бұрын
I know right? (on the binge watching) Just discovered his channel and it's been the biggest impediment to me actually working in Unity on my tutorials! But this is all such good knowledge I can justify that it's not just wasting time like cat videos!
@Aladato4 жыл бұрын
15:25 you can use F2 to rename stuff in the whole solution, just place the cursor on it and press the button :)
@Scyther-ow8wy3 жыл бұрын
Him: I don’t know what I was doing there Me: you know what you’re doing, lucky
@efaz68094 жыл бұрын
This was a lot of help. THANKS A LOT!!! Definitely Subscribed :)
@shavais333 жыл бұрын
In Visual Studio, you can double click an identifier to select it, then hold down ctrl and hit R twice, then alter it and hit enter, and it will be renamed everywhere it is declared or referenced. If you rename a monobehaviour class that is the same name as a file, it'll ask you if you want to rename the file as well, and if you do that, then go back to Unity, Unity even updates references to that monobehaviour. Also, you can double click an identifier to select it, then hit F12 to go straight to its declaration, then maybe change its type or signature, for example, then hit ctrl- (control minus) to return to where you were. You can hit ctrl- multiple times and shift ctrl- multiple times to traverse back and forth across the list of last editing spots in your solution. What do you think of the idea of having an ObjectType script that you give to every object that can collide which has has a public typeId field? Maybe of an enum type called TypeId that is defined in that class? Then you have a generalized way of checking what object type something is in an OnTrigger or OnCollision function, and Visual Studio can help you remember what your object types are. I suppose if you had 100 object types or something, you might want sub categories so that your enum lists would be shorter. You could give ObjecType a typeCat field of a enum type called TypeCat, then have categorized enums and type id variables, like ShipType shipType and ArtifactType artifactType..
@sheepongrass4 жыл бұрын
Thank you!!! You're one of the nicest teachers I've came across!!
@AdrianGonzalez-d1t3 ай бұрын
I know this is old but amazing video man thank you!
@karambultaif62482 жыл бұрын
Best chanell ever 100/10
@franciscooliveira37683 жыл бұрын
Perfect tutorial! Helped me a lot! And He looks like Keanu Reeves
@Jiggisghoul3 ай бұрын
THANK YOU!! You helped me a lot! Thank you so much ❤❤❤
@pianoatthirty2 жыл бұрын
You're a great teacher. Would totally buy a 2d platform course from you if you ever decided to release one!
@josekarnikowski1711 Жыл бұрын
Very good tutorial. Thanks!
@hunter77774 жыл бұрын
Hello, This tutorial video was great...it helped me a lot, but the coding is very confusing to me, because I don't know how you know what to type in & where it should go in the coding. I hope there is an easier way to do what you did without all the coding. I'm not sure about this since I am a newbie, but my code doesn't look like yours at 4:45. I don't have the //State Management code & my codes doesnt have the same line numbers as yours. My coding also had the inventory already in it - I didn't have to type that line in at all. And everything worked just as you showed, even though my coding was a little different. Thank you, but I would like to know how to do the things you mentioned in the video - displaying the collectibles & the number that I have collected or a score.
@b8c_3 жыл бұрын
Thanks for the tut, mate.
@astohm51343 жыл бұрын
Thanks, this video helped me a lot. Is there a part 2? I would really like to add a seperate counter for lives and coins in my UI
@moatasem4444 жыл бұрын
شكرا لك صديقي لكن لدي سؤال عندما أطبق عال النقود rigidnody2d وأفعل is trigger تقوم بالنزول أسفل الشاشة وإن أزلت تفعيل is trigger وطبقت تابع onCollisionEnter2d لا يقوم بجمع النقود بشكل جميل يعتبرها كجسم صلب ومن ثم يأخذها كل الاحترام
@kobaltsteel64184 жыл бұрын
This was a great video; very useful!
@joaolucasalmeidapereira95264 жыл бұрын
Perfect tutorial it helped me a lot, thanks!!!
@cazterk2 жыл бұрын
pretty good video, thank you, and you are a very good programmer😊
@AidanC472 жыл бұрын
Thanks dude
@fredysoto85473 жыл бұрын
I need This!! Thanks a Lot Again!!
@cursetin98333 жыл бұрын
Hi I have a question. This works well but when I change scene/levels and go back to the scene/level will the collectables It reappears. How do I permanently destroy it after I collect it only once?
@astohm51343 жыл бұрын
Did you find a solution/tutorial for this?
@jurdendurden4 жыл бұрын
Excellent video thanks for sharing!
@LostRelicGames4 жыл бұрын
Thanks Andrew!
@monaimmatlaya58734 жыл бұрын
hey i want to know how i can interact with object and display a message before picking up an item
@tomasalexandre21504 жыл бұрын
nice tutorial but i have a problem the OnTriggerEnter2D class doesnt appear has a class but has a normal name and i dont know why thx
@hrishikeshgarud71774 жыл бұрын
Will you make multiplayer photon PUN tutorial?
@LeKikoojap3 жыл бұрын
great vid, simple
@JvMapote4 жыл бұрын
May i ask on how can i put the item count into a UI text? :(
@triarchdarlene3114 Жыл бұрын
Sameee
@JvMapote Жыл бұрын
@@triarchdarlene3114 You can do it, i did it before on my own :DD
@sunilpal28604 жыл бұрын
You are simply awesome,I have become a fan of you John,hope someday I'll meet you & take a selfie wid you Mate.
@aarondelgado34214 жыл бұрын
Great video even though I already knew this stuff! By the way, what software(s) do you use to make tutorials?
@alvarosanchez80664 жыл бұрын
Great video.
@gilbertdematera9658 Жыл бұрын
thanks bro your amazing
@culiynl4 жыл бұрын
Where is part 2?
@dudubarba084 жыл бұрын
Hi would you have a Tutorial to use XBox controller to Unity 2D Plataformer? I am trying to do my first prototype, but do not want to use only the keyboard to move and jump my player, instead I want to use my XBox COntroller. Tks man, keep working.
@LostRelicGames4 жыл бұрын
hey i dont have this specific tute just yet, but if you swing by the discord i can help you set up the default controller mapping
@otterfox4884 жыл бұрын
Hey my visual studios applications don't suggest things that are in unity Know how i can change that?
@LostRelicGames4 жыл бұрын
Hey mate did you solve this? You need to link unity to visual studio in the unity preferences
@otterfox4884 жыл бұрын
Yes I did fix it, thanks for the quick reply though!
@deepaksivamani22694 жыл бұрын
Thanks for the video and need to know if we have more than one coin how we can add to same itemtype name itself
@LostRelicGames4 жыл бұрын
I would recommend using a dictionary to store the item types. I do this in my own game. Will make a video on it soonish
@deepaksivamani22694 жыл бұрын
@@LostRelicGames thanks
@justahuman48624 жыл бұрын
Thanks for the tutorial.
@LostRelicGames4 жыл бұрын
Cheers David!
@ruliw85204 жыл бұрын
thx dude helped me a lot +1 sub
@snarpking3 жыл бұрын
This tutorial is great and it I got it to mostly work, but for whatever reason it collects each item twice when you go into them. Any idea why that is? +1 sub for you dude
@akstis41834 жыл бұрын
Great video, thank you for help
@LostRelicGames4 жыл бұрын
Very welcome, thanks for the comment!
@tajislam89094 жыл бұрын
Thank you!
@quantranmanh71854 жыл бұрын
It's great. thank you!
@LostRelicGames4 жыл бұрын
Thanks Quan!
@t.b.g1582 жыл бұрын
Mate you look like Keanu Reeves...enouph reason to sub
@landlubber11434 жыл бұрын
I didn't know Keanu Reeves taught Unity
@lanayaassasin53733 жыл бұрын
Hello, I am a new in programming. I followed all of your instruction, there is no error in my codes but it does not destroy the one that I am colliding. I'm using 2020.3.3f1, any tips and suggestion?
@raeesrashid43373 жыл бұрын
I have the same issue!!!
@StigDesign4 жыл бұрын
Awesome Video great detailed and explaned :D Next video maby how to subtract from the list eks: pressing H for using health Postion as long as you have potion in the list :D in my 3D fos game i use raycast for 2 kind of health, but i might be able to re-wright it to be added to a inventory list so its more like DukeNukem3D/doom(93)/WolfenStain3D :D
@LostRelicGames4 жыл бұрын
Great idea, will definetly do a potion consume video soon and other inventory based tutes!
@StigDesign4 жыл бұрын
@@LostRelicGames Great :D
@harder92854 жыл бұрын
You're the best! Tysm
@junnieadriano53513 жыл бұрын
john wick also know how to make games huh
@NanduKrishnanNKSanandu3 жыл бұрын
zlatan
@JoshRhoton4 жыл бұрын
Are you frying bacon in the background?? What's that annoying sound?