Skip to content

Commit 11c9a6c

Browse files
committed
add temp output
1 parent 9184eff commit 11c9a6c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • Explorer/Assets/DCL/AvatarRendering/AvatarShape/UnityInterface

Explorer/Assets/DCL/AvatarRendering/AvatarShape/UnityInterface/AvatarBase.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ private void Awake()
144144
if (!AvatarAnimator)
145145
return;
146146

147+
Debug.Log("POSITION:" + this.transform.position);
148+
147149
RandomID = Random.Range(0, 1000);
148150

149151
rightPointAtLayerIndex = AvatarAnimator.GetLayerIndex("RightPointAtHand");

0 commit comments

Comments
 (0)