10 Unity Tips You (Probably) Didn't Know About

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

Комментарии • 51

  • @foreducation408
    @foreducation408 10 месяцев назад +1

    These tips are so helpful, 3 tips are exactly what my current project needs, thanks for creating this video.

  • @castlecodersltd
    @castlecodersltd 11 месяцев назад +3

    As someone who thought he'd seen all the tips on Unity, thank you for sharing some that I didn't know about. I hope that you have a Merry Christmas and Happy New Year! ☺

  • @MarcAnthorn
    @MarcAnthorn 2 месяца назад

    You have no ideas that how much i love these tips.....

  • @carlos_7x
    @carlos_7x 11 месяцев назад +4

    Someday I spent a lot of hours (and code!) trying to achieve #1. Couldn't make it, until now. It's kind of frustrating that all I had to do was to change a setting, haha.
    BTW thanks for the video and the content.

  • @nuin9937
    @nuin9937 11 месяцев назад +3

    I like optional paraneters more than overloads

  • @starlitcastle
    @starlitcastle 11 месяцев назад +2

    This was super useful! Didn't know a lot of these

  • @IdealIdleIncremental
    @IdealIdleIncremental 11 месяцев назад +4

    I really like your Unity tips videos. Keep up the great work!

  • @ibmagar6188
    @ibmagar6188 10 месяцев назад +1

    Each of them were so informative and useful. Thanks.

  • @lemetamax
    @lemetamax 11 месяцев назад

    The visual studio thing and selection thing are really good!

  • @akademiacybersowa
    @akademiacybersowa 11 месяцев назад

    Pretty basic stuff but still I'm glad I watched it. It's a nice refresher.

  • @rootbindev
    @rootbindev 11 месяцев назад

    I can't find the Renderer2D since there is no settings folder in my Assets 0:36, what am I missing?

  • @BastianEntertainment0
    @BastianEntertainment0 10 месяцев назад

    Featured Samurado in opening of our new video, I hope thats ok. Credit given. Been following for a while, Lets be friends. :)

  • @xlebuchek0
    @xlebuchek0 2 месяца назад

    It might be a bit late, but I do NOT recommend making any changes to Script Execution Order, as it can cause a lot of problems when your project grows. You can easily get lost in your game logic when you make enough changes to the order.
    If you want your scripts' Start()/Awake() functions to be executed in a specific order, I highly recommend creating an Init() method in the classes that need it and calling it through a separate Initializer script in Start()/Awake() function (not sure if this is the best way to do it, but this is what I do all the time).
    I've never encountered a situation where it was necessary for the Update() functions to be executed in a specific order, so I can't comment on that. Just keep in mind, that making any changes to Script Execution Order may cause you problems later

  • @ExpensivePizza
    @ExpensivePizza 10 месяцев назад

    Okay this was surprisingly useful. Thanks!

  • @NorinDev
    @NorinDev 10 месяцев назад

    Great video very useful tips. I already know where I'm gonna implement some of that, thank you ❤

  • @midniteoilsoftware
    @midniteoilsoftware 11 месяцев назад +1

    Jetbrains Rider will automatically add the FormerlySerializedAs attribute when renaming serialized fields.

    • @rucesocial
      @rucesocial 10 месяцев назад

      How can I disable it ? 😁

    • @midniteoilsoftware
      @midniteoilsoftware 10 месяцев назад

      @rucesocial What do you mean Disable it? It prompts you but can just ignore it and not add the attribute (or if it added it, just delete it).

    • @rucesocial
      @rucesocial 10 месяцев назад

      @@midniteoilsoftware Sometimes I don't need this and it can be annoying to delete it. I just wanted to say that.

    • @midniteoilsoftware
      @midniteoilsoftware 10 месяцев назад

      I'm sure it's configurable, just like all the other auto-complete items.@@rucesocial

  • @shadesbelow
    @shadesbelow 4 месяца назад +1

    tip 1 hide character when going behind a 2D object

  • @owencoopersfx
    @owencoopersfx 11 месяцев назад

    Wow I wish I knew about tip #1 sooner! Thanks :)

  • @Lloyd_A
    @Lloyd_A 11 месяцев назад

    I love these videos! I always learn so much helpful stuff.

  • @keckygxm3r553
    @keckygxm3r553 10 месяцев назад

    Dont give up!

  • @midniteoilsoftware
    @midniteoilsoftware 11 месяцев назад

    Great tips Brandon!

  • @SecretZoneGames
    @SecretZoneGames 8 месяцев назад

    Wow this is super useful thanks

  • @chhelsingh5504
    @chhelsingh5504 10 месяцев назад

    Great video covering a lot of good tricks 🔥😀

  • @rucesocial
    @rucesocial 10 месяцев назад

    Powerful tips 💪

  • @metgangames
    @metgangames 11 месяцев назад

    Cool tips, thank you

  • @StressedProgrammer
    @StressedProgrammer 6 месяцев назад

    can i use the tip 4 when i want to type in my text mesh pro text input in unity editor and text mesh component?

  • @zubairGamX
    @zubairGamX 10 месяцев назад

    the why of teaching is awesome Please do a tutorial in detail on Quartering rotation eular etc Please please

  • @durgayadav3075
    @durgayadav3075 11 месяцев назад

    beautiful

  • @CherryMakesGames
    @CherryMakesGames 10 месяцев назад

    Real good ones!!!

  • @RsouthR
    @RsouthR 4 месяца назад

    #2 is made automatically by resharper/rider when renaming...

  • @BeardBarians
    @BeardBarians 11 месяцев назад

    Very interesting - I knew 4 of these :D

  • @funkynormalcat988
    @funkynormalcat988 11 месяцев назад

    Nice tips

  • @nileshkumawat6730
    @nileshkumawat6730 3 месяца назад

    Thank you sir😊

  • @jcd9456
    @jcd9456 11 месяцев назад

    Thank you!

  • @regys9521
    @regys9521 11 месяцев назад

    Nice Tips

  • @limestoneMinecraft
    @limestoneMinecraft 11 месяцев назад

    very nice and helpfull

  • @furkanbaldir
    @furkanbaldir 11 месяцев назад

    Good tips!

  • @sealsharp
    @sealsharp 11 месяцев назад

    Good one 🎉

  • @naveedabbas4378
    @naveedabbas4378 Месяц назад

    waooooooooooooooooooooooooooooo

  • @Haranoi17channel
    @Haranoi17channel 11 месяцев назад

    First

  • @m_maksym
    @m_maksym 10 месяцев назад

    wow nice tips! thanks!

  • @Coco-gg5vp
    @Coco-gg5vp 11 месяцев назад

    First