Skip to content

Commit d1e0f8f

Browse files
committed
err messages
1 parent 399fd31 commit d1e0f8f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Assets/UXF/Examples/3_MultiScene_FootballAndRT/Prefabs.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/UXF/Scripts/Etc/Trial.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void Begin()
101101
}
102102
catch (NullReferenceException)
103103
{
104-
Debug.LogWarning("Tracked objects in the UXF session has an empty field!");
104+
Debug.LogWarning("An item in the Tracked Objects field of the UXF session if empty (null)!");
105105
}
106106
}
107107
session.onTrialBegin.Invoke(this);
@@ -135,7 +135,7 @@ public void End()
135135
}
136136
catch (NullReferenceException)
137137
{
138-
Debug.LogWarning("Tracked objects in the UXF session has an empty field!");
138+
Debug.LogWarning("An item in the Tracked Objects field of the UXF session if empty (null)!");
139139
}
140140
}
141141

0 commit comments

Comments
 (0)