Skip to content

The code for a short tutorial on debugging and editing game data visually in Unity/C# thanks to custom gizmos tools! (in text or video format).

License

Notifications You must be signed in to change notification settings

MinaPecheux/UnityTutorials-GizmosDebugging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Unity/C#] Visual debugging and editing using gizmos

Mina Pêcheux - September 2021

How can we use Unity built-in editor features to create our own tools and improve the debugging or editing of our game data? Let's discover more in this video/text tutorial: "How to do visual debugging and editing using gizmos in less than 30 minutes" :)

You can read it in text format on Medium, or watch it on Youtube.

thumbnail

In this less than 30 minutes-tutorial, I'm discussing tooling in Unity, why it's important and how we can use scene gizmos or custom editors to better analyze and tweak our project data!

This Github repo contains the various examples presented in the tutorial, plus a more advanced HeroDebugger script to go further. This advanced version uses C# reflection to automatically list the float fields available in the HeroManager data class, show them as a popup and even match them to specific debug colors :)

demo

About

The code for a short tutorial on debugging and editing game data visually in Unity/C# thanks to custom gizmos tools! (in text or video format).

Topics

Resources

License

Stars

Watchers

Forks

Languages