Skip to content

kirevdokimov/UnityWatchToolExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity WatchTool Extension

This tool allows you to watch any variable from any MonoBehaviour via [Watch] attribute

Usage

Usage

Naming rules

[Watch] // GameObject and field names
public float angle = 7f;
	
[Watch("AwesomeRange")] // GameObject name and custom text
public float range = 7f;
	
[Watch("!Global")] // Custom text without GameObject name
public Vector3 global = Vector3.up;

About

This tool allows you to watch any variable from any MonoBehaviour via one simple attribute

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages