https://github.com/omid3098/OpenWatcher
Check your field or property value at runtime in game view.
https://github.com/omid3098/OpenWatcher
debug runtime tracking unity watch
Last synced: about 2 months ago
JSON representation
Check your field or property value at runtime in game view.
- Host: GitHub
- URL: https://github.com/omid3098/OpenWatcher
- Owner: omid3098
- License: mit
- Created: 2017-06-21T20:52:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T21:23:29.000Z (almost 8 years ago)
- Last Synced: 2025-04-24T22:22:28.895Z (about 2 months ago)
- Topics: debug, runtime, tracking, unity, watch
- Language: C#
- Size: 249 KB
- Stars: 30
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - OpenWatcher - Check your field or property value at runtime in game view (Attribute)
README
# OpenWatcher
Check your field or property value at runtime in game view.- Add [Watch] attribute before your fields or properties

- Create new gameobject and add Watcher.cs to that
- you can watch your fields on your game objects and track their values.
- you also can change watcher config file to use your own font and colors.
# Todo:
Optimize!