diff --git a/Assets/_Scenes/VRHomeSceneMeta Offline.unity b/Assets/_Scenes/VRHomeSceneMeta Offline.unity index 344d18e..e17c3e4 100644 --- a/Assets/_Scenes/VRHomeSceneMeta Offline.unity +++ b/Assets/_Scenes/VRHomeSceneMeta Offline.unity @@ -795,6 +795,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8983945cca89adc46aab1638d1823d76, type: 3} m_Name: m_EditorClassIdentifier: + userId: 09321725-0150-4df0-92a7-029005cc75eb textbox: {fileID: 1864973021} --- !u!4 &80522956 Transform: @@ -9322,10 +9323,10 @@ RectTransform: m_Children: [] m_Father: {fileID: 2045408655} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 1} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 186, y: -150.7} - m_SizeDelta: {x: 372, y: 30} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 30} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1566043034 MonoBehaviour: @@ -10511,10 +10512,10 @@ RectTransform: m_Children: [] m_Father: {fileID: 2045408655} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 1} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 186, y: -103.7} - m_SizeDelta: {x: 372, y: 50} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 50} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1797910565 MonoBehaviour: @@ -11078,10 +11079,10 @@ RectTransform: m_Children: [] m_Father: {fileID: 2045408655} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 1} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 186, y: -35.85} - m_SizeDelta: {x: 372, y: 71.7} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 71.7} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1864973021 MonoBehaviour: diff --git a/Assets/_Scripts/GhostSystem/SupabaseManager.cs b/Assets/_Scripts/GhostSystem/SupabaseManager.cs index 9014e70..78fafcf 100644 --- a/Assets/_Scripts/GhostSystem/SupabaseManager.cs +++ b/Assets/_Scripts/GhostSystem/SupabaseManager.cs @@ -18,7 +18,7 @@ namespace GhostSystem public const string supabaseAnonKey = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNlemdoeHp0dnlnZ3dndW55aG1xIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDcyMTk5MzcsImV4cCI6MjA2Mjc5NTkzN30.vr6-3X3Ux_DjcCiw_CqG-VKP8BiBXtmCzAXjYTiA_vY"; public Client supabase { get; private set; } - public string userId => supabase?.Auth?.CurrentUser?.Id; + public string userId = "09321725-0150-4df0-92a7-029005cc75eb"; private string email; private string password;