Made It Work

Various improvements in scripts and working with the old loding mechanism
This commit is contained in:
Thorbjoern
2025-06-30 13:21:14 +02:00
parent 643c071c51
commit 8ba92556d1
11 changed files with 876 additions and 529 deletions
@@ -117,7 +117,7 @@ namespace GhostSystem
}
catch (Exception ex)
{
textbox.text += $"\n\rAuthentication failed: {ex}";
textbox.text += "\n\rAuthentication failed";
Debug.LogError($"❌ Authentication failed: {ex}");
}
}