You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug.Log($"Selected is not a root node => Selected: {select.name}, Root: {select.transform.root.name}",select.transform.root);
38
+
Debug.Log($"<color=#ff2486>Selected is not a root node => Selected: <color=#ffb824>{select.name}</color>, Root: <color=#ffec24>{select.transform.root.name}</color></color>",select.transform.root);
Debug.Log($"Last node is a bind object, doesn't need to generate stop end symbol: {endNode.name}",endNode);
100
+
Debug.Log($"<color=#fff472>Last node is a bind object, doesn't need to generate stop end symbol: <color=#72e4ff>{endNode.name}</color></color>",endNode);
101
101
return;
102
102
}
103
103
104
104
// 最後綁定物件的下一個節點
105
105
Undo.RecordObject(endNode,$"Modified Name with Stop End {endNode.name}");
Debug.Log($"Auto generate stop end symbol ({FrameConfig.BIND_STOP_END}) => EndNode: {endNode.name}",endNode);
108
+
Debug.Log($"<color=#b5ff72>Auto generate stop end symbol ({FrameConfig.BIND_STOP_END}) => EndNode: <color=#72e4ff>{endNode.name}</color></color>",endNode);
Debug.Log($"There are no any bind objects, generate stop end symbol to first child: {firstChild.name}",firstChild);
119
+
Debug.Log($"<color=#ff72b3>There are no any bind objects, generate stop end symbol to first child: <color=#72e4ff>{firstChild.name}</color></color>",firstChild);
Debug.Log($"There are no any bind objects, generate stop end symbol to first child: {firstChild.name}",firstChild);
128
+
Debug.Log($"<color=#ff72b3>There are no any bind objects, generate stop end symbol to first child: <color=#72e4ff>{firstChild.name}</color></color>",firstChild);
0 commit comments