← Back to the catalog Unity 6 C# scripting guide for MonoBehaviour scripts, lifecycle events (Awake, Start, Update, FixedUpdate), coroutines, async/await (Awaitable), ScriptableObjects, events, delegates, and core APIs (Vector3, Quaternion, Time, Debug). Based on Unity 6.3 LTS documentation.
View on GitHub ↗ Copy repo URL Copy SKILL.md link License: MIT /plugin marketplace add IdoCohen560/claude-unity-game-studio The exact command may vary by repository. Check the README on GitHub.
For the skill author
Shows your skill is listed on Skillteca, generates a backlink and trackable traffic.
Markdown HTML
[](https://www.skillteca.com.br/skills/unity-scripting-idocohen560?utm_source=badge&utm_medium=readme&utm_campaign=badge) Copy snippet Creates original algorithmic art using p5.js, seeded randomness, and interactive parameter exploration. Use this for requests involving generative art, flow fields, or particle systems, ensuring no copyright infringement.
Escrita e Conteúdo by anthropics
Guides users through a structured workflow for co-authoring documentation, proposals, technical specs, and similar content. It helps efficiently transfer context, refine content through iteration, and verify its effectiveness for readers.
Escrita e Conteúdo by anthropics
This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement.
Escrita e Conteúdo #github #git by sickn33
This skill should be used when the user asks to "create AGENTS.md", "update AGENTS.md", "maintain agent docs", "set up CLAUDE.md", or needs to keep agent instructions concise. Enforces research-backed best practices for minimal, high-signal agent documentation.
Escrita e Conteúdo #github #git by sickn33
Category alert
One short email with only the new Escrita e Conteúdo skills. 4 minutes of reading, no spam, unsubscribe with one click.
You confirm your email on the first send. No spam. Unsubscribe with one click.
Unity C# Scripting
Script Fundamentals
C# scripts (.cs files) are stored in the Assets folder. Scripts gain Unity functionality by inheriting from built-in types:
UnityEngine.Object -- Makes custom types assignable to Inspector fields
MonoBehaviour -- Attaches to GameObjects as components to control behavior in a scene
ScriptableObject -- Standalone data assets not attached to GameObjects
Scripts operate in two contexts:
Runtime scripts -- Execute in the Play
[Description truncada. Veja o README completo no GitHub.]
Read full description↓
Comments · No comments No comments yet. Be the first.