Odin Every Day

Поделиться
HTML-код
  • Опубликовано: 24 авг 2020
  • Odin Inspector isn't just for large projects or fancy editor windows. Even on simple small scripts, Odin can make your code easier to use. This video looks at a few simple but common use cases for Odin Inspector.
    Tutorial Files: github.com/onewheelstudio/Dev...
    Odin Serializer: odininspector.com/odin-serial...
    Odin Tutorials: odininspector.com/tutorials
    Buy Odin Inspector: odininspector.com/pricing
    Buy Odin Project Validator: odininspector.com/odin-projec...
    Odin Inspector: odininspector.com/
    More Odin Tutorials: odininspector.com/tutorials
    Odin Attributes: odininspector.com/attributes
    Devdog Discord: / discord
    Assets Used in the Video (Affiliate Links)
    Low Poly Temple: assetstore.unity.com/packages...
    #OdinEveryday #odininspector #unitygamedevelopment #unitytool

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

  • @alejmc
    @alejmc 3 года назад +6

    Regarding this video ‘being different’. It was excellent. It goes through a lot of tips and tricks easily visible and explained. For those that have seen many of your previous videos, this is a great refresher on the topics and those that don’t, that would totally show them the power of Odin Inspector in less than 6mins.

  • @chrislewis89
    @chrislewis89 3 года назад +9

    I would love to see how you would use Odin to organize a traditional weighted drop table for a treasure chest.

  • @R.F0X
    @R.F0X 3 года назад +3

    I absolutely love the fact that you made this video I really feel that more videos like this would truly help people use Oden more. I’m building a big game myself and there’s lotta times where I would like to use Oden, but I don’t because I feel like it could be more of a heavier lift than necessary. Sorry for spelling errors using speech to text

  • @toss2151988
    @toss2151988 3 года назад +2

    Quick and super video! :) Thx

  • @W1nDs0R
    @W1nDs0R 3 года назад

    Do you guys have any video tutorials on using the Serializer?

    • @sirenix7891
      @sirenix7891  3 года назад

      No we don't, but on the Tutorial page of the Odin Inspector site, there are some written tutorials on the serializer.

  • @Ryan-ww7un
    @Ryan-ww7un 2 года назад

    Aren't the enum formatting and TextArea attribute provided by default (in base Unity)?

    • @RagnarRoxShow
      @RagnarRoxShow Год назад

      They are, but you get some extra functionality with Odin, like "paging" or toggling through enums and a search field among others.

  • @MarcV_IndieGameDev
    @MarcV_IndieGameDev 3 года назад +1

    Don't mind something being over engineered, but what does all that extra code do to the performance overall? Seem to b putting 3x more inspector code than game code lol

    • @dottedays3786
      @dottedays3786 3 года назад +1

      Correct me if I'm wrong, but Odin should be uninstalled when the game is ready. So I don't think it will affect the game code. I'm not 100% sure, it is just something I saw while scrolling past docs and reviews. @Sirenix please confirm!

    • @SolidAlloy2
      @SolidAlloy2 2 года назад

      @@dottedays3786 For sure, all those attributes get stripped from builds. To be extra-sure no Odin code slips into your builds, you can enable Editor Only mode in Odin preferences