Esempio n. 1
0
 /// <summary>
 /// Debug.LogException wrapper method.
 /// </summary>
 /// <param name="msg">The msg to log</param>
 public static void LogException(AsyncOperationHandle op, Exception ex)
 {
     m_Addressables.LogException(op, ex);
 }