```cs public class MyScript : MonoBehaviour { [Button("My Inspector Button")] public void MyThingy() { Debug.Log("Hell world"); } } ``` <img width="401" height="141" alt="Image" src="https://github.com/user-attachments/assets/f540c645-3bb9-4752-8095-437b31f16a1c" />