Skip to content

Commit 84ff16e

Browse files
committed
up
1 parent 5ecea3a commit 84ff16e

File tree

1 file changed

+1
-1
lines changed
  • Assets/Scripts/u3d_scripts

1 file changed

+1
-1
lines changed

Assets/Scripts/u3d_scripts/UI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ void onWorldUI()
228228
UnityEngine.GameObject obj = UnityEngine.GameObject.Find("player(Clone)");
229229
if(obj != null)
230230
{
231-
GUI.Label(new Rect((Screen.width / 2) - 100, 20, 400, 100), "position=" + obj.transform.position.ToString());
231+
GUI.Label(new Rect((Screen.width / 2) - 100, 20, 400, 100), "id=" + KBEngineApp.app.entity_id + ", position=" + obj.transform.position.ToString());
232232
}
233233
}
234234

0 commit comments

Comments
 (0)