I'm only 6 minutes into the video and I already know the next 22 are going to be pure gold as well! Very informative for a Unity newbie! Great pace and you're going over all the little things that are probably trivial for advanced users. Thank you!
This was a decent tutorial. I've pretty much finished it over the course of a few days of a little effort here and there. I will say that if you haven't made the change since, you should be careful that your finished video doesn't jump over some of the smaller stuff in the future if you can. It did make following your steps a little difficult, but overall, it got the job done. Thanks for giving us your time and effort, as well as some simple but invaluable resources.
This is such a great tutorial. I had basic understanding of most of the concepts that were covered, but this really helped me to get a better understanding of them, and to clean up some of my own UIs!
Excellent explanation of how anchor points work and the recalculation of Rect Transform when you adjust the anchor points. I finally have a decent understanding of how to position elements on the canvas. Well done and thank you!
If you change the canvas render mode to camera (instead of overlay) and drag the scenes main camera into it, unity will show the UI in the same box as all the main objects (it will be in the same section as the cube instead of zoomed all the way out).
Interesting, I may have to give that a try. Does it affect anything else from a technical standpoint (Like during gameplay) or is it just the way you choose to edit the UI?
@@jonathantylerdesign It doesnt affect anything during gameplay, it just allows you to set up the UI on the main scene instead of in a separate section (which is pretty helpful when looking at the scaling and position in comparison to other game objects).
Unity's UIUX was awkward, so I couldn't handle the tool properly, but seeing your tutorial allowed me to place it in the scene. Thank you for your help. I'm used to blueprint coding, so it's still difficult to implement interactions.
I am extremely new to Unity, but your Tutorial helped me out a lot. I was getting frustrated at the Unity Learn site, I just wanted to learn how to code some basic buttons.
what should I do if I can't move the background image into the scene? I'm trying to move an image from a folder Assets to Source image but this action is marked with the unavailable icon
My game will have 4 constant UI screens displaying information in each UI at the same time, should I do multiple canvases or one big canvas with multiple panels?
I did the same thing in the video for the background and it doesn't work, it just gives me a solid color? The image texture has had the Texture Type set to Sprite (2D and UI)
would you mind help me figure out how to create labels for my 3d models? Its my first time using unity and i have to make an AR app which has to label parts of a cat's organ
How come when I adjus the pannel size the Canvas size also gets adjusted? Also the button is hiden behid the canvas no matter where i set it in the hierarchy. I also set my canvas render move to screen space overlay, the pannel is also set to stretch and I have the same hierarchy (this is a brand new project following this video in unity 2019 lts). I can only seem to follow this tutorial when the canvas is set to world space render mode instead.
remove the camera from the canvas and inventory file and then position your items, then reassign the camera, the view port has to be zero for it to show everything, I think there is a reason why but I can't think of one. The unity guys in Amsterdam were definetely smoking something when making this game engine, it's powerful, if you can find what you are looking for.
how do I add images to the source image tab? I put them in my assets folder on my file explorer and I changed the texture type to 2D and sprite but it still doesn't show up
you can always drag and drop the image from its location to the source image input field. You may need to lock the inspector when doing this. There's a lock in the top right corner.
If you're still stuck, then do the following: Import image as an asset, click on the image and set to Sprite(2D and GUI) then find the apply button by scrolling down. Afterwards, there should be an arrow on the image in your assets, click the arrow and use the sprite inside of the image. Let me set mine at least.
@@faiksami94 it's hard to know without being able to see the project. There could be something in front of the button that is obstructing clicks, if the canvas is in world space, the camera may not be assigned, raycasting could be disabled on the button or target.
UI builder in Unity is extrememtly non intuitive, and nearly impossible to understand how to do anything. Most guides that try to walk you through UI builder will tell you what to do to make a clickable button that does nothing, and that is as far as they go. They also assume you already know everything and every term, they expect you to know what classes, arrays, etc are. I want a damn drag and drop interface builder, why can't I drag the button where I want it? And what is the difference between making a button on the canvas and making a button in UI builder? Do they work together? if so HOW and why? I just don't get how no one has made a competent UI building app yet. I am getting sick of web based app creation also, it's not a thing and needs to just go away. Honestly it's easier and faster to create a UI using just game objects and a background images with scripts attached that are written by AI. I made more progress this way in an hour than I have in 3 days trying to use UI builder in unity.
Could you please don't editing every middle of tutorial so suddenly? I sometimes lost your tutorial 😢 For example: 9:10 you suddenly swap screen into create image layer, and I do not know how to make layer called "Image"
Good quality but extremely hard to follow video. You do so many things and click so many items that you don't verbally say. I had to pause the video and re-watch loads of times just to find the hidden buttons you clicked without saying anything.
@@AIAdev oh i never thought you'd actually reply. Its cool, i was just frustrated since I was looking for a more basic and simpler implementation. Good stuff .
@@AIAdev hi, would you mind help me figure out how to create labels for my 3d models? Its my first time using unity and i have to make an AR app which has to label parts of a cat's organ
Двадцать восемь с половиной минут пиздел о том как разложить прямоугольнички на сцене и ни слова о том как дать им функционал и как это сделать грамотно по структуре в коде, хорош 😋
Does the background music remind anyone else of the song "maneater" lol
Yes lol
ae
I'm only 6 minutes into the video and I already know the next 22 are going to be pure gold as well! Very informative for a Unity newbie! Great pace and you're going over all the little things that are probably trivial for advanced users. Thank you!
I like how i always just find a video on what i want to learn and i get half way through and remember i forgot to watch it
This will happen to me as well
This was a decent tutorial. I've pretty much finished it over the course of a few days of a little effort here and there. I will say that if you haven't made the change since, you should be careful that your finished video doesn't jump over some of the smaller stuff in the future if you can. It did make following your steps a little difficult, but overall, it got the job done. Thanks for giving us your time and effort, as well as some simple but invaluable resources.
This is such a great tutorial. I had basic understanding of most of the concepts that were covered, but this really helped me to get a better understanding of them, and to clean up some of my own UIs!
Awesome! Glad to be able to help
Excellent explanation of how anchor points work and the recalculation of Rect Transform when you adjust the anchor points. I finally have a decent understanding of how to position elements on the canvas. Well done and thank you!
If you change the canvas render mode to camera (instead of overlay) and drag the scenes main camera into it, unity will show the UI in the same box as all the main objects (it will be in the same section as the cube instead of zoomed all the way out).
Interesting, I may have to give that a try. Does it affect anything else from a technical standpoint (Like during gameplay) or is it just the way you choose to edit the UI?
@@jonathantylerdesign It doesnt affect anything during gameplay, it just allows you to set up the UI on the main scene instead of in a separate section (which is pretty helpful when looking at the scaling and position in comparison to other game objects).
@@khana3618 that's not true. It does affect things. Read the documentation that is linked in the description
Unity's UIUX was awkward, so I couldn't handle the tool properly, but seeing your tutorial allowed me to place it in the scene. Thank you for your help. I'm used to blueprint coding, so it's still difficult to implement interactions.
I am extremely new to Unity, but your Tutorial helped me out a lot. I was getting frustrated at the Unity Learn site, I just wanted to learn how to code some basic buttons.
Glad I was able to help
Awesome job on this tutorial, your voice, the music, and the information made it easy to sit through
I DO LOVE YOUR EXPLANATION. TNX
You're welcome :)
THIS IS WHAT I NEED. 30MINS OF A VIDEO WOOOOO. THIS IS THE PEAK OF AIA. THE BEST. THE GREATEST. although we need them funny edit ngl >.>
Lol true. There’s a reason I stopped make videos like this lol
Good tutorial, thanks for the video!
Great UI tutorial. Thanks!
thank you so much! this is a wonderful tutorial and you explain so well :))
Love your videos!! Thank you
great!
what should I do if I can't move the background image into the scene? I'm trying to move an image from a folder Assets to Source image but this action is marked with the unavailable icon
Very good tutorial! (I think the best if i think correctly)👍🏻
For any one that wants a more accurate edit for the nine sprits set the L, R, T, B to 114
Thank you!
thank you so much!!!!!!!!
Thank you so much!!!!
You're welcome!
@@AIAdev this video was very helpful!
thanks bro
My game will have 4 constant UI screens displaying information in each UI at the same time, should I do multiple canvases or one big canvas with multiple panels?
I’d do one canvas with multiple panels
I did the same thing in the video for the background and it doesn't work, it just gives me a solid color? The image texture has had the Texture Type set to Sprite (2D and UI)
would you mind help me figure out how to create labels for my 3d models? Its my first time using unity and i have to make an AR app which has to label parts of a cat's organ
You can create UI canvases in world space
How come when I adjus the pannel size the Canvas size also gets adjusted? Also the button is hiden behid the canvas no matter where i set it in the hierarchy. I also set my canvas render move to screen space overlay, the pannel is also set to stretch and I have the same hierarchy (this is a brand new project following this video in unity 2019 lts). I can only seem to follow this tutorial when the canvas is set to world space render mode instead.
remove the camera from the canvas and inventory file and then position your items, then reassign the camera, the view port has to be zero for it to show everything, I think there is a reason why but I can't think of one. The unity guys in Amsterdam were definetely smoking something when making this game engine, it's powerful, if you can find what you are looking for.
thanks
so why did u do the panel white then the background is fine after i dont understand'
Sir,how to connect this ui with game?
damn, opened this video since i needed to do some Unity stuff instead of playing Destiny and whats the first thing i see? Destiny.
how do I add images to the source image tab? I put them in my assets folder on my file explorer and I changed the texture type to 2D and sprite but it still doesn't show up
you can always drag and drop the image from its location to the source image input field. You may need to lock the inspector when doing this. There's a lock in the top right corner.
how did you added the background image to the source image? I'm stuck there.
If you're still stuck, then do the following:
Import image as an asset, click on the image and set to Sprite(2D and GUI) then find the apply button by scrolling down. Afterwards, there should be an arrow on the image in your assets, click the arrow and use the sprite inside of the image. Let me set mine at least.
My buttons were not clicking during play. Can you please help me ? I am new with unity. Thank you.
Make sure there is an event system in the project. If not, right click and add one
@@AIAdev there was an event system. Eventhough the click wasnt working. Do you have any other advice for me ? Thank you.
@@faiksami94 it's hard to know without being able to see the project. There could be something in front of the button that is obstructing clicks, if the canvas is in world space, the camera may not be assigned, raycasting could be disabled on the button or target.
@@AIAdev thank you again. Will check.
Why is wood child of the shadow? Shouldn't it be the opposite?
Same, im confused
where can I get the font from?
sir will UI work in hololens?
1:07 What if you don't have an open area?
The sprite is not added to image then what should I do...???
The import settings on the image you want to use needs to be set to “sprite”
Did it really needed to be that long?
While the length may seem excessive, it was necessary to ensure that all pertinent details were included and thoroughly explained (no)
UI builder in Unity is extrememtly non intuitive, and nearly impossible to understand how to do anything. Most guides that try to walk you through UI builder will tell you what to do to make a clickable button that does nothing, and that is as far as they go. They also assume you already know everything and every term, they expect you to know what classes, arrays, etc are. I want a damn drag and drop interface builder, why can't I drag the button where I want it? And what is the difference between making a button on the canvas and making a button in UI builder? Do they work together? if so HOW and why? I just don't get how no one has made a competent UI building app yet. I am getting sick of web based app creation also, it's not a thing and needs to just go away. Honestly it's easier and faster to create a UI using just game objects and a background images with scripts attached that are written by AI. I made more progress this way in an hour than I have in 3 days trying to use UI builder in unity.
I made 1.2 mil, no g cowboys
YEhhahhhh!!
@@franciscooteiza lol, i comented on wrong video
Could you please don't editing every middle of tutorial so suddenly?
I sometimes lost your tutorial 😢
For example: 9:10 you suddenly swap screen into create image layer, and I do not know how to make layer called "Image"
Good quality but extremely hard to follow video. You do so many things and click so many items that you don't verbally say. I had to pause the video and re-watch loads of times just to find the hidden buttons you clicked without saying anything.
1
name your main menu items better. Makes it so confusing
I'm curious if you have any suggestions for what I could have named them instead?
@@AIAdev oh i never thought you'd actually reply. Its cool, i was just frustrated since I was looking for a more basic and simpler implementation. Good stuff .
@@AIAdev hi, would you mind help me figure out how to create labels for my 3d models? Its my first time using unity and i have to make an AR app which has to label parts of a cat's organ
12:23
Двадцать восемь с половиной минут пиздел о том как разложить прямоугольнички на сцене и ни слова о том как дать им функционал и как это сделать грамотно по структуре в коде, хорош 😋
just taught you the stuff u could figure out
then why are you here?
its an "introduction" afterall
I hate this system so much..
everyone does, idk who ever came up with it certainly didn't think of usability or ease of use.
this tutorial actually sucks and wasted my time.
what sucks about it?