zhaoyang 3 жил өмнө
parent
commit
2e4dbda48f

+ 8 - 0
GameClient/Assets/ThirdParty/FairyGUI/Scripts/UI/GObject.cs

@@ -1110,8 +1110,16 @@ namespace FairyGUI
 
 
             set
             set
             {
             {
+                Debug.Log("zoya00:" + displayObject);
+                Debug.Log("zoya11:" + displayObject.gameObject);
+                Debug.Log("zoya22:" + value);
                 if (displayObject != null && displayObject.gameObject != null)
                 if (displayObject != null && displayObject.gameObject != null)
+                {
+                    Debug.Log("zoya33:" + value);
                     displayObject.gameObject.name = value;
                     displayObject.gameObject.name = value;
+                }
+
+
             }
             }
         }
         }