In unity, I often end up with duplicating the tags for code documentation, and the [tooltip] tags for the Unity Inspector.
Is there a way to automatically extract tags into Unity [tooltip]s, or vice versa?
/// <summary>
/// This field sets the whirlygigs speed.
/// </summary>
[Tooltip("This field sets the whirlygigs speed.")]
public float value;