Uploaded March 2025 | Updated September 2026, 2 weeks ago
🛠️ Run your code in Unity Editor by adding Buttons to the inspector of your component ▶️ Just create an "Editor" folder and inside create a custom editor script for your custom component.
base.OnInspectorGUI(); ensures that all our [SerializeField] fields are showing
#unity3d #gamedev
🛠️ Run your code in Unity Editor by adding Buttons to the inspector of your component ▶️ Just create an "Editor" folder and inside create a custom editor script for your custom component.
base.OnInspectorGUI(); ensures that all our [SerializeField] fields are showing
#unity3d #gamedev