Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
aottr committed Nov 16, 2024
1 parent e7c06fb commit 293b4a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Packages/com.killers0992.awttersdk/Editor/Pages/LoginPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void DrawGUI(Rect pos)
GUI.enabled = true;

if (GUILayout.Button("Register"))
Application.OpenURL("https://shadedoes3d.com/accounts/register/");
Application.OpenURL("https://awtterspace.com/accounts/register/");

GUILayout.EndVertical();
GUILayout.FlexibleSpace();
Expand All @@ -73,7 +73,7 @@ public IEnumerator Login(bool first = false)

if (first) yield break;

using (var www = UnityWebRequest.Post("https://shadedoes3d.com/api/auth", new Dictionary<string, string>()
using (var www = UnityWebRequest.Post("https://awtterspace.com/api/auth", new Dictionary<string, string>()
{
{ "username", Username },
{ "password", Password }
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.killers0992.awttersdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.killers0992.awttersdk",
"displayName": "Awtter SDK",
"version": "1.2.9",
"version": "1.2.10",
"description": "Tool for managing content from AwtterSpace.",
"vrchatVersion": "2022.1.1",
"author": {
Expand Down

0 comments on commit 293b4a5

Please sign in to comment.