updated login/register ui, accidentally deleted message sender game object

This commit is contained in:
Lorenzo
2022-04-07 15:27:12 +02:00
parent 41effa0279
commit 63c3743b35
10 changed files with 7256 additions and 4052 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 45dbdbabb51ce54229684c83181eb0ff
guid: c55e5965306ce2f47be20e846abe32de
DefaultImporter:
externalObjects: {}
userData:

View File

@@ -2,13 +2,15 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using TMPro;
public class LoginManager : MonoBehaviour
{
public InputField login_username;
public InputField login_password;
public TMP_InputField login_username;
public TMP_InputField login_password;
public Button loginBtn;
public InputField reg_username;
public InputField reg_password;
public TMP_InputField reg_username;
public TMP_InputField reg_password;
public Button regBtn;
void Start()

View File

@@ -0,0 +1,15 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TMPro;
public class OtherUIbuttons : MonoBehaviour
{
public GameObject Re;
public void forgotPass()
{
Re.SetActive(true);
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 8d2be86482b91b44f9bf5b3615f1ca65
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: