Watch is a Unity editor window where you can add objects and variables that you want to watch during play.
- Add objects and variables that you want to watch during play
- You can easily watch information that changes frequently
- All calls to
Watch.Show()
andWatch.ShowFormat()
will be removed in release build
To open Watch window select Window -> Watch
in Unity menu bar. In your code use Watch.Show()
or Watch.ShowFormat()
to add info to Watch window.
Hit Play and start to Watch.