- Home /
Question by
evax · Mar 25, 2021 at 04:31 AM ·
custom-inspectortooltip
inspector ToolTip is not show in during editor play
tooltip is work
but after start play editor tooltip is not work
public override void OnInspectorGUI()
{
GUILayout.Label(new GUIContent("MCR", "My Chemical Romance"), GUILayout.Width(21));
}
sample.png
(11.5 kB)
Comment
Your answer
