Comprehensive guidance on Unity's core systems, MonoBehaviour lifecycle, serialization, component architecture, and prefab workflows.
Unity development centers around MonoBehaviour components, the Component pattern, and a specific lifecycle of callback methods. Understanding these fundamentals is critical for writing correct, performant Unity code. This skill covers:
Unity calls specific methods on MonoBehaviour scripts in a predetermined order. Using the wrong method leads to bugs, null references, and poor performance.
Этот навык следует использовать, когда пользователь задает вопросы о «жизненном цикле Unity», «методах MonoBehaviour», «Awake vs Start», «Update vs FixedUpdate», «сериализации Unity», «[SerializeField]», «GetComponent», «ссылках на компоненты», «префабах Unity», «рабочем процессе префабов» или нуждается в руководстве по фундаментальным шаблонам Unity и лучшим практикам. Источник: cryptorabea/claude_unity_dev_plugin.