浏览代码

Enhance error message

Nick Steyer 1 年之前
父节点
当前提交
341843a944
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Assets/StreetLight/Scripts/PersonManager.cs

+ 1 - 1
Assets/StreetLight/Scripts/PersonManager.cs

@@ -29,7 +29,7 @@ namespace Assets.StreetLight.Scripts
             }
             catch (Exception ex)
             {
-                Debug.LogError($"Could not load homography: {ex.Message}");
+                Debug.LogWarning($"Could not load homography: {ex.Message}. Calculating the unity position of a person will not be possible. (This is expected during calibration.)");
             }
 
             Persons = new ObservableCollection<Person>();