Procházet zdrojové kódy

Enhance error message

Nick Steyer před 1 rokem
rodič
revize
341843a944
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>();