Unity Basics - Multiple Object Control

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

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

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

    Great video - underrated content :)

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

    How do I do it so that I can change the color of a single object? I'm guessing you put one script for each ball

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

    Is possible to refer to multiple game Object by using only one variable?

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

      What I want to do is to change the text to some different game Object(text) all at once

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

      @Danny Bizzmo I've been searching all night for a tutorial about multiple gameobjects, with no luck. Frustrating. Misperry's example shows only one gameobject... (Sphere_1 represents one sphere and Sphere_2 also one sphere.)
      I'm trying to find a a solution where, for example, Sphere_1 controls 10 or 15 spheres and Sphere_2 controls maybe 5 spheres.