Custom Inspector - Only Serialize if true (LISTS AND MULTIPLE PER LINE) Unity Tutorial

Поделиться
HTML-код
  • Опубликовано: 10 авг 2020
  • (EXPLAINED IN DETAIL) Create YOUR OWN custom inspector, lists, and multiple variables per line and much more! with Unity in C#

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

  • @Macninja40
    @Macninja40 2 года назад +4

    Thank You! I've been trying to figure out how to search this for months, and I finally found this video.

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

    Really great editor tutorial. Appreciate this! Subbed

  • @masonbates9546
    @masonbates9546 3 года назад +5

    very helpful, thank you. I've been meaning to get on learning inspector editing for awhile but am just now finally getting around to it. This tutorial was very comprehensive and did a fantastic job of giving a great overview. I'm sure I'll be occasionally coming back to reference this while working on my next couple of projects. Much appreciated :)

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

    I can't wait to put this into practice, thank you!

  • @tansug01

    A tutorial uploaded 3 years ago? I don't care, it was just really helpfun and well explained, ty!!

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

    thank you so much, very good and clear tutorial :)

  • @matthewm2139

    Exactly what I needed.

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

    Thanks for sharing this knowledge :)

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

    Amazing, thank you so so much!

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

    Very cool, thanks a ton

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

    YOU ROCK!

  • @M4nticore
    @M4nticore Год назад +1

    How did you add foldout "Reference" not to the beginning or end, but in the middle?

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

    suppper useful thank you

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

    Good job, implement this can make the project more flexible.

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

    Underrated Video. Very Helpful

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

    thank you very much ^^

  • @somedudeontheinternet142
    @somedudeontheinternet142 3 года назад +3

    JUST WHAT I NEED, thanks god you exist

  • @rodrigoalves8440
    @rodrigoalves8440 Год назад +1

    Hi. Everytime i hit the play button, it just deleats all the scripts that i put in the serializeField. Does someone knows why?

  • @SMT-ks8yp
    @SMT-ks8yp 2 года назад

    So it is just a way to change whatever you need in the inspector: don't serialize through base OnInspectorGUI(), istead use custom inspector, check for some variables and do stuff.

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

    Not working with Lists anymore, please help. Thanks!