Watcher

Introduction

Welcome to Jahro's Watcher Mode, the real-time monitoring tool made to lend you an extra hand while building amazing games in Unity. In game development, having a watchful eye on variable values as they transform and evolve can make a big difference. It can help you debug effectively, understand your game's behaviour, and fine-tune your designs. That's exactly where Jahro's Watcher Mode shines!

jahro commands Watcher Mode in Jahro is your real-time surveillance tool in the world of Unity game development. It gives you the power to monitor the state of any field or property in your project, live, while your game is running. Consider it like your personal "dashboard system" keeping an eye on variables!

Observe

Fields

Yes, those good old instance variables or class variables you define in your class. Static, non-static, private, or public, Watcher Mode watches them all.

Properties

In C#, properties are a natural extension of fields, providing a flexible mechanism to read, write, or compute their values You can watch primitive types like ints, floats, strings, and booleans. It doesn't stop there, though. Arrays, Unity's Vector2, Vector3, or even your custom type instances.