I'm planning to become a game developer when i get older and i think these turorials help me on my way to fulfill that dream, and telling me where to get that web_button would change my life. Without being able to continue in these turorials it feels like i cant reach my dream, so please, i would love you even more if u would tell me where to get the web_button :>
@bfboii Just type in google: button and set the pixel size to 128 x 32 and you will find millions of other buttons you can use. Just create your own GUI, you don't have to copy everything from the tutorial. Bring some variation in it yourself :)
@bfboii No problem! But remember not to use anything from others for commercial purposes without asking for permision first. :) But if it's just a project for you and your friends, I think you can use anything you want.. :p
The problem is that the vitals are all grouped together so I don't know how to individually change the label for mana, health and energy. I can only change the colour of all of them at once.
What would be the easiest way to separately change the colours of the Health, Energy and Mana Vital Labels? Plus how could I get them next to each other rather than below?
I just need to say this one thing, Thank you so much for all these videos, I know its a long quest from video 1-200 , each video taking me a good 15 minutes to complete the tasks, but its all worth it in the end, lots of knowledge, and possibly a future career, thank you so much!
Just a thought... was it necessary to do formating in code? It looks like all all the alignment essentials were already available in the inspector. Although I can see potential for animating elements if it is done in code.
@UnknownGamerX I have a link on the website to the Necromancer skin. It is a nice free to use skin for Unity. I would recommend learning to create your own first though. Even using an awesome skin form someone else, you will have to make some edits to get it to work the way you want.
I just started to watch your tutorials and i must say they are great I`m no Styleïng my GUI but over what you sad with unity`s button. You can get it back by undo in windows use Ctrl+z and you have your original button back. And plz don`t stop with your tutorial series .
@BurgZergArcade Yea now im curious to see others as well so i have something to compare to, also tomorrow cant come soon enough! need more tutorials! You could always throw one on tonight Petey :P
Im kind of curious Petey, How far do you plan to take this vid diary? are we actually going as far as loot tables, creating an inventory, Equipping items by parent etc? consumable items, adding stats to weapons that effect your damage/delay?
@Gamerdad81 I hope to cover all of those topics in this series as they are not that hard to implement on their own, it just takes a bit of forethought before you start.
@BurgZergArcade Excellent i cant wait! This could be the most Epic Unity game tutorial on the web, to create a playable game from start to finish within a tutorial will be amazing. The inventory tutorial alone im sure will be a huge hit as most people charge for a "decent" inventory system.
Dude - just want to say your tutorials are great. Very well paced, very thorough and I've learnt a lot from them. Looking forward to the next ones :-)
Great! Can't wait to see what some people come up with over the next week.
One thing that I forgot to mention was that once you have a guiskin made, you can use it over and over on every scene so your application has a unified look and feel throughout. This can save a ton of time as your game grows.
You are a god! :D
TheHellhound17 2 weeks ago
I'm planning to become a game developer when i get older and i think these turorials help me on my way to fulfill that dream, and telling me where to get that web_button would change my life. Without being able to continue in these turorials it feels like i cant reach my dream, so please, i would love you even more if u would tell me where to get the web_button :>
bfboii 1 month ago
@bfboii Just type in google: button and set the pixel size to 128 x 32 and you will find millions of other buttons you can use. Just create your own GUI, you don't have to copy everything from the tutorial. Bring some variation in it yourself :)
TheMapleMadness 3 days ago
@TheMapleMadness thanks for the reply :D
bfboii 1 day ago
@bfboii No problem! But remember not to use anything from others for commercial purposes without asking for permision first. :) But if it's just a project for you and your friends, I think you can use anything you want.. :p
TheMapleMadness 1 day ago
i love these tutorials, but, where can i get that button?! please reply
bfboii 1 month ago
This has been flagged as spam show
Help
How would i do it for the health bar?
Keromation78 2 months ago
Comment removed
Keromation78 2 months ago
The problem is that the vitals are all grouped together so I don't know how to individually change the label for mana, health and energy. I can only change the colour of all of them at once.
FreeAppleProductsNow 2 months ago
What would be the easiest way to separately change the colours of the Health, Energy and Mana Vital Labels? Plus how could I get them next to each other rather than below?
Thanks in advance!
FreeAppleProductsNow 2 months ago
@FreeAppleProductsNow adjust the color of the material and then just move them to where you want.
BurgZergArcade 2 months ago
hey what part of the skin is the background..how do i put a background in?
MayaMedievalProject 3 months ago
how are u makeing these texture buttons?Please RE:
TheMihaibogdan 4 months ago
I always thought that it'd be hard to learn C# (or just any C language), but you proved me wrong. :)
Thanks a lot for these awesome tutorials!
QwertysChannel 4 months ago
@QwertysChannel Always happy to hear people like them.
BurgZergArcade 4 months ago
Very nice!
leonpoiss 4 months ago
Love these video tutorials, bought the scripts so you can have some more coffee :) Brilliant work!
dukieee 5 months ago
@dukieee thank you :)
BurgZergArcade 4 months ago
What kind of file type is the picture you use? The i use a random JPG picture i dont got as many things to change as you have on 2:35?
YouKnowWhoNiller 5 months ago
I just need to say this one thing, Thank you so much for all these videos, I know its a long quest from video 1-200 , each video taking me a good 15 minutes to complete the tasks, but its all worth it in the end, lots of knowledge, and possibly a future career, thank you so much!
asymons 5 months ago 9
@asymons Glad to hear that you are learning something. I am not sure at what number the series will end, but I still have a lot planned for it.
BurgZergArcade 5 months ago
@BurgZergArcade Please keep continuing on the series! I greatly enjoy these series and I wouldn't mind buying you some coffee too!
asymons 5 months ago
@asymons There is 200 because that's max number of videos you can add to playlist ,but now there is about 350 tutorials.
Vakra22 2 months ago
with what program do you make the textures?
flashmouse2 5 months ago
I'll post a reply to this once I get further along in the project.
kxmode 6 months ago
10:33 Would it not be better to group all elements under the mySkin style then all the ones you don't want styled under null? For example:
GUI.skin = mySkin;
DisplayName();
DisplayPointsLeft();
DisplayAttributes();
DisplaySkills();
GUI.skin = null;
DisplayVitals();
This works the same. It feels a little easier to me. :)
kxmode 6 months ago
Is there a way to make a donation to thank you for ALL these wonderful videos?
kxmode 6 months ago
@kxmode Only thing I have in place is the purchasing of the scripts for a few buks to support the coffe fund.
BurgZergArcade 5 months ago
can i add a style to individual attributes? how would i do that when they have been grouped into DisplayAttributes?
DobbysChannel 7 months ago
it is possible to use texture buttons without text ?
digimikeh 8 months ago
@digimikeh Sure.
BurgZergArcade 8 months ago
Just a thought... was it necessary to do formating in code? It looks like all all the alignment essentials were already available in the inspector. Although I can see potential for animating elements if it is done in code.
Great tutoral series btw and glad its in C#!
Jeorney 9 months ago
where can i get that style or a style! please!
UnknownGamerX 10 months ago
@UnknownGamerX I have a link on the website to the Necromancer skin. It is a nice free to use skin for Unity. I would recommend learning to create your own first though. Even using an awesome skin form someone else, you will have to make some edits to get it to work the way you want.
BurgZergArcade 10 months ago
I just started to watch your tutorials and i must say they are great I`m no Styleïng my GUI but over what you sad with unity`s button. You can get it back by undo in windows use Ctrl+z and you have your original button back. And plz don`t stop with your tutorial series .
csv01091992 1 year ago
Comment removed
A0den 1 year ago
BurgZergArcade all i can say is fab Tutorial thanks :)
narutoisgreat1234 1 year ago
@narutoisgreat1234 I have a ton more index by what they do over on the website! Check out the Unity API section if you get stuck.
BurgZergArcade 1 year ago
@BurgZergArcade i will do thank you very much you are probably the best Tutorial maker i know :)
narutoisgreat1234 1 year ago 5
More videos??? I'm getting antsy!!
MitchellNing 1 year ago
@MitchellNing i agree :)
Gamerdad81 1 year ago
TGIF!
Gamerdad81 1 year ago
We need more videos of what you have created! Let's see them!
BurgZergArcade 1 year ago
@BurgZergArcade Yea now im curious to see others as well so i have something to compare to, also tomorrow cant come soon enough! need more tutorials! You could always throw one on tonight Petey :P
Gamerdad81 1 year ago
@BurgZergArcade i wanted to post one but cam studio kept crashing my computer so i guess i cant record it but i can take a picture of it.
Marwaniok 1 year ago
@Marwaniok Fraps has a free version and seemed to work for me. If not, no worries. I just wanted to see what everyone was making.
BurgZergArcade 1 year ago
Im kind of curious Petey, How far do you plan to take this vid diary? are we actually going as far as loot tables, creating an inventory, Equipping items by parent etc? consumable items, adding stats to weapons that effect your damage/delay?
Gamerdad81 1 year ago
@Gamerdad81 I hope to cover all of those topics in this series as they are not that hard to implement on their own, it just takes a bit of forethought before you start.
BurgZergArcade 1 year ago
@BurgZergArcade Excellent i cant wait! This could be the most Epic Unity game tutorial on the web, to create a playable game from start to finish within a tutorial will be amazing. The inventory tutorial alone im sure will be a huge hit as most people charge for a "decent" inventory system.
Gamerdad81 1 year ago
Dude - just want to say your tutorials are great. Very well paced, very thorough and I've learnt a lot from them. Looking forward to the next ones :-)
GesterX 1 year ago
Submitted my video response, if you want to see more of your tutorial scripts in action check out some of my other vid's :)
Gamerdad81 1 year ago
Great! Can't wait to see what some people come up with over the next week.
One thing that I forgot to mention was that once you have a guiskin made, you can use it over and over on every scene so your application has a unified look and feel throughout. This can save a ton of time as your game grows.
BurgZergArcade 1 year ago
Thanks again petey, Ill set up a style and post a vid for it :)
Gamerdad81 1 year ago