У нас вы можете посмотреть бесплатно Part 4-1: Initializing and Spawning Color Dots - How To Make a Two Dots Clone in Unity или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video makes up the first part of creating and initializing Dot objects to spawn on the board. We create the Normal Dot and Blank Dot. Both of these types of Dots are defined as color Dots. The Normal Dot can has a random color (Red, Green, Yellow, Blue, or Purple). The Blank Dot is a special dot that acts as a wildcard in color matching; it can be matched with any adjacent Normal Dot, regardless of its color. Please Comment below if you have questions! GitHub Repo: https://github.com/clawrenceharris/tw... 0:00 - 2:05 - Intro 2:05 - 5:33: Set Up 5:33 - 6:55: Creating enums 6:55 - 8:30: IColorable interface 8:30 - 13:20: Implementing the IColorable interface 13:20 - 16:28: ColorSchemeManager Script 16:28 - 19:06: PrefabLibrary Scriptable Object 19:06 - 20:20: DotType Property 20:20 - 21:07: Finishing it off 21:07 - 22:11 - Outro