Fixed the Portal Visuals

This commit is contained in:
Thorbjoern
2025-06-20 15:52:35 +02:00
parent 9bf311641e
commit 8566fb5fa2
7 changed files with 657 additions and 1158 deletions
@@ -95,7 +95,7 @@ namespace GhostSystem
RotationJson = JsonConvert.SerializeObject(rotation)
};
Debug.Log($"Insert frame with user_id: {SupabaseManager.instance.userId}");
//Debug.Log($"Insert frame with user_id: {SupabaseManager.instance.userId}");
await SupabaseManager.instance.supabase.From<FrameModel>().Insert(data);
}