New Script

Scaffold a new Unity C# script under unity/Assets/Scripts/ following the project's conventions (SerializeField, headers, no per-frame allocations), and explain exactly which GameObject to attach it to. Use when creating any new MonoBehaviour, ScriptableObject, or utility class.

Faaz17 20641ed 2.5 KB Updated

File contents

Faaz17/Agents-and-Skills/tree/main/skills/unity/new-script commit 20641ed0b9

Frequently asked questions

npx skillmds@latest add faaz17/new-script