У нас вы можете посмотреть бесплатно The Ultimate Introduction to Scriptable Objects in Unity или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video I'll introduce you to ScriptableObjects (SOs), show you what they are, how they work, how to make one, and why you should use them. ᐅGet the full Source Code Bundle to my Unity Tutorials 🤓 https://sam-yam.itch.io/samyam-full-s... 📥 Get the Source Code 📥 / 61460588 🤝 Support Me 🤝 Patreon: / samyg Donate: https://ko-fi.com/samyam Try out Machinations for FREE today!! 👉https://machinations.io/?utm_source=i... ►🔗 Relevant Video Links 🔗 ᐅUnity Forum - ScriptableObject behaviour discussion (how Scriptable Objects work) https://forum.unity.com/threads/scrip... ᐅScriptable Object API Unity Documentation https://docs.unity3d.com/ScriptRefere... I go over the Scriptable Object creation, instantiating them through code dynamically, showing the functions you can call within them, and will mention additional uses with them such as event based messaging and replacing enums. I will be making another video going more in-depth with the event based messaging. Scriptable Objects are scene and play-mode independent assets that live in the project scope and are used to contain data. This makes it great for rapid iteration for both developers and designers and allows for easier testing due to reduced dependencies (can isolate testing features). Small Fix, in the video I said to put SerializeField and a private setter, but make sure to add the field tag as so [CreateAssetMenu] public sealed EnemyData : ScriptableObject { [field: SerializeField] public Int32 MaxHealth { get; private set; } = 100; } ►⏱️ Timestamps ⏱️ 0:00 Intro 0:38 Machinations Sponsorship 1:55 What are Scriptable Objects 3:47 How to make a Scriptable Objects 7:11 Enemy Scriptable Object Example 11:16 Scriptable Objects Overview 11:53 Scriptable Object Functions and Execution Order 14:47 Instantiate Scriptable Object in Code 16:33 Event Based Messaging with Scriptable Objects 17:07 Sidenote - Don't destroy original Scriptable Object 17:21 Replacing Enums with Scriptable Objects 19:11 Outro 💖💖THANK YOU TO ALL MY PATRONS 💖💖 ❯❯❯ My Links ❮❮❮ 💗 Patreon 💗 / samyg 💬 Discord Server 💬 / discord 🐦 Twitter 🐦 / samyam_utube 📚 Facebook 📚 / samyam.youtube 🎵 Music 🎵 Ambient Gold streambeats.com 👍 Like and Subscribe! 👍 🖥️ Computer Setup 🖥️ *As an Amazon Associate I earn from qualifying purchases. https://www.amazon.com/shop/samyam Disclosure: This post may contain affiliate links, which means we may receive a commission if you click a link and purchase something that we have recommended. While clicking these links won't cost you any money, they will help me fund my development projects while recommending great assets! #madewithunity #gamedev #unity