How to make a Tooltip: Updating and Helper Functions (Unity Tutorial for Beginners)

preview_player
Показать описание
👍 Learn to make awesome games step-by-step from start to finish.
Let's take our Tooltip and add the ability to update the string in real-time along with some functions to make our class easy to use.

If you have any questions post them in the comments and I'll do my best to answer them.

See you next time!

#unity3d #tutorial #unity2d

--------------------------------------------------------------------

Hello and welcome, I am your Code Monkey and here you will learn everything about Game Development in Unity 2D using C#.

I've been developing games for several years with 7 published games on Steam and now I'm sharing my knowledge to help you on your own game development journey.

--------------------------------------------------------------------

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

🌐 Have you found the videos Helpful and Valuable?

CodeMonkeyUnity
Автор

Hi, can u make a video about generating random levels ( random environment, enemies and Boss at the end)?

TheDew
Автор

I know this video is already close to 2 years old, but I recently attempted the tutorial and there's a problem I just can't fix.
The Tooltip script itself doesn't seem to be the problem, but I get an error when calling the Tooltip.ShowTooltip_Static function, and the error does not show up if I give it a string. The error appears when I write:
Tooltip.ShowTooltip_Static(() => "string");
And the error message is: Cannot convert lambda expression to type 'string' because it is not a delegate type
Any help would be greatly appreciated!

manuelsg
Автор

Can we make the UI, panels, and Tooltips work in the editor while the game isn't running?

chikato
Автор

Happy New Year code monkey. I wish you happiness and success with all your projects in 2019 =)

Could you please tell me what's the difference between "() => {}" anonymous function and "() => variable" lambda? I am using second one in tween animations and I would like to use the min my own code. Thanks for sharing Func<> delegate which I needed couple of days ago =) They extend usage of simple callback as I can get value from outside using callback. I checked your code and I have some more questions but first I want better understand difference in all type of lambdas. Thanks!

rickloyd
Автор

Pls make ship system + cut trees system + how to make the enemy's attack's the player

xoomzera