How to use Unity in 2019 - Introduction to Unity

preview_player
Показать описание
A beginner video introducing the basics of Unity's user interface, how to navigate it along with how to create basic 2D player movement and how use unity's UI text system!

Рекомендации по теме
Комментарии
Автор

i plan on making a mini game for my brother's bday and this is the closest tutorial to what im trying to make! Its really easy to follow along and I like how you point out the terms used like "string". It helps out alot for a kid interested in game dev like me :D

isawcornflakes
Автор

Been awhile since I played with Unity. Looking forward to going through this. Thanks!

rtkiiiprod
Автор

"Okay". :P

Hm, this is odd. My player passes over the collectables, even though everything should be right. Everything's correct in the script, what should be public is public, what's private is private, what's lower / upper case is that... Player object has Player tag, everything is on the same depth... I honestly have no clue what's wrong here. Tried debug.log to see if the player collides with the collectibles, but not getting anything, so clearly the player isn't even colliding with the items.

Edit: Of course the solution was simple... :'D I somehow used sphere collider instead of circle collider for the items.

southhill
Автор

It seems that since Unity 2020 the option to create spites changed location and I couldn’t figure out where to... 🧐

yonVata
Автор

For some odd reason when I drag the script into the inspector area under the player tab there is no speed option, I have checked the code and there are 0 spelling errors. what can I do to fix this issue? by the way amazing work.

danganronpavideos
Автор

i have done everything exactly as you have done but my player walks throug the item eaven though i checked is trigger i ame at 13:29

torktumlarn
Автор

Do you know if everything in the tutorial still operates the same with current unity updates? Followed along with the tutorial however I do not get any movement. Input Axis Vertical and horizontal is not setup

itsyakoba
Автор

in code: if (collision.tag == "Player")
the tag is broken, it doesntlet me trough It just say that the tag isnt somethung in Collision2D

Akra_o
Автор

My player walks throug the item without collecting it... done everything right... also with Player tags...and got no errors any idea how to fix it ?

janmmmm
Автор

Hey idk if u will reply but I was just wondering, I have made sprites for the player and enemies and animations for this tutorial. How would I go about adding them to the game?

yasirsaiyed
Автор

umm so i am having a problem my item is not collecting

lanticosu
Автор

hi, i'm having some trouble at 11:10 as when I press play it says that the axis is not set up and i don't know what to do as i think that i have written the code correctly yet it does not work.

theoddman
Автор

Hi! When I type PlayerController in the CollectionController script, Unity tells me it doesn't exist in the current context. I've made sure that there are no typos, so I don't really know how to fix that... Thanks in advance.

PS: This is the message Unity gives me
Assets\CollectionController.cs(23, 13): error CS0103: The name 'PlayerController' does not exist in the current context

surimiii_uwu
Автор

Hi I'm having some problems becouse my sprite doesn't show on a blue screen that shows what camera sees and when I press start button my character (on a screen thats over the blue one) starts walking up and right. I'd realy like some help. Bdw I'm from Poland so sorry for all mistakes.

michaobuchowski
Автор

11:00
I can not get it to move
I tryed like everything, is there like a keyboard to setting or something??

steini
Автор

Why don't I have hints in my VS code? It makes it harder

suchy
Автор

When you have Free Aspect on your resolution. Do you need to set the canvas to scale with screen size ?

johannaavala
Автор

Hey Chillehh (or anyone in comments) - I'm exploring game development as a side hobby, something I"ve always wanted to do. I have an idea for a BoI-style of game, and that's how I've come across this tutorial. Is there anything I should know with today's version of Unity that may not work the same as what's in this tutorial? otherwise I plan on following this all the way through.

xerodeus
Автор

Any reason you used a Vector3 instead of a Vector2 for the player?

wiiman
Автор

In my code he dont find the ontriggerenter2d ?

thespdrunner