Staleman
0
Q:

unity tooltip

using UnityEngine;
public class Example : MonoBehaviour
{
    [Tooltip("Health value between 0 and 100.")]
    int health = 0;
}
1

New to Communities?

Join the community