A downloadable tool

Download NowName your own price

Version: 1.1.1

Description:

A system for saving, loading, and deleting player accounts.

Dependencies:

  • com.iron-mountain.save-system (1.0.4)

Package Mirrors:

gitnpmitch.io

Key Scripts & Components:

  1. public class Account
    • Actions:
      • public event Action OnVersionChanged
      • public event Action OnCreationTimeChanged
      • public event Action OnLastLoginTimeChanged
    • Properties:
      • public String ID { get; }
      • public String Directory { get; }
      • public String SessionID { get; }
      • public Boolean IsDefault { get; }
      • public String Version { get; set; }
      • public String CreationTime { get; set; }
      • public String LastLoginTime { get; set; }
    • Methods:
      • public virtual void Initialize()
  2. public static class AccountsManager

    Saved Values

    1. public class AccountScriptedSavedBool : ScriptedSavedBool
      • Properties:
        • public String Directory { get; }
    2. public class AccountScriptedSavedFloat : ScriptedSavedFloat
      • Properties:
        • public String Directory { get; }
    3. public class AccountScriptedSavedInt : ScriptedSavedInt
      • Properties:
        • public String Directory { get; }
    4. public class AccountScriptedSavedList : ScriptedSavedList
      • Properties:
        • public String Directory { get; }
    5. public class AccountScriptedSavedString : ScriptedSavedString
      • Properties:
        • public String Directory { get; }

    U I

    1. public class AccountDisplay : MonoBehaviour
      • Actions:
        • public event Action OnAccountChanged
      • Properties:
        • public Account Account { get; set; }
    2. public class AccountDisplayCreationTimeText : MonoBehaviour
      • public class AccountDisplayDeleteButton : MonoBehaviour
        • public class AccountDisplayIDText : MonoBehaviour
          • public class AccountDisplayLastLoginTimeText : MonoBehaviour
            • public class AccountDisplayLoginButton : MonoBehaviour
              • public class AccountsMenu : MonoBehaviour
                • public class ContinueButton : MonoBehaviour
                  • public class CreateAccountButton : MonoBehaviour
                    • public class CurrentAccountIDText : MonoBehaviour
                      • public class DeleteAllAccountsButton : MonoBehaviour
                        • public class LogOutButton : MonoBehaviour

                          Download

                          Download NowName your own price

                          Click download now to get access to the following files:

                          com.iron-mountain.account-management.unitypackage 9.8 kB

                          Leave a comment

                          Log in with itch.io to leave a comment.