Optimized GhostRecorder and Supabase Manager
This commit is contained in:
@@ -129,6 +129,8 @@ namespace GhostSystem
|
||||
{
|
||||
Debug.LogWarning($"Batch insert failed: {response.ResponseMessage.StatusCode}, fallback to offline.");
|
||||
await FallbackToOfflineAsync(batch);
|
||||
OnUploadFinished?.Invoke(); // Die Action für das Ende des Ladescreens wird trotzdem ausgelöst.
|
||||
Debug.Log("Upload Finished");
|
||||
}
|
||||
if (response.ResponseMessage.IsSuccessStatusCode && sceneIdReady) // Löst Action aus, wenn der Upload geklappt hat und die neue Szene geladen ist.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user