===================
- Open in menu "Tools/Auto Patch System"
- a) Click on install and wait recompile project
- Open Scene "World" scene in Assets/uMMORPG/Scenes/World
- a) Select NetworkManager GameObject
- b) Add new component "ToolsConfigurationManager"
- c) In inspector in script ToolsConfigurationManager
- A) Click on circle "Config Template" and select scriptable "Configuration"
- B) Click on circle "Addon Template" and select scriptable "Define"
- C) Click on cicle "Rules Template" and select scriptable "GameRules"
- Edit all player prefabs (Warrior, Archer)
- a) add script "Tools_InfoBox"
- b) add script "Tools_PopUp"
- Open hierarchy Assets/uMMORPG/Scripts/Addons/_Tools/
-
a) Add all prefabs in "Required UI [Drag to Canvas]" in Canvas
-
b) (Optional) Drag and drop optional prefab to the scene
- Optional *
// ====== Installation Distance Checker ========
- Open Scene "World" scene in Assets/uMMORPG/Scenes/World
- a) Select GameObject on scene, for Exemple a house
- b) Add new component "DistanceChecker"
- c) an Sphere collider is added at the same time as DistanceChecker, Drag & drop this "sphere collider" in component "DistanceChecker", in "Collider Triger"
- d) Use slider for chose a distance maximum
// ======== Installation Floater ==========
- Open hierarchy Assets/uMMORPG/Scripts/Addons/_Tools/Utils/Floater
-
a) Exemple 1
- a) open Prefab folder (in sale folder hierarchy)
- b) Drag & Drop prefab in the scene
-
b) Exemple 2
- a) in Scene Select a Npc (Alchemist for exemple)
- b) extend hierarchy and find "NameOverlayPosition"
- c) Add component Floater component
// ======================================= MySQL =========================================
- Open Scene "World" scene in Assets/uMMORPG/Scenes/World
- a) Find Network Manager
- b) Find component Database Look at Database Type and Select MySQL
- c) Enter all information Required (Host name, user, password)
- a) if you do not have MySQL install https://www.wampserver.com/en/
- b) for the mysql password, empty is not allowed. Use this link for help https://docs.phpmyadmin.net/en/latest/privileges.html
- d) Now uMMORPG uses MySQL
// ================================ Latency And FPS ======================================
- Open hierarchy Assets/uMMORPG/Scripts/Addons/_Tools/Utils/LatencyAndFps
- a) Extend all folder
- b) Drag and Drop prefab to Canvas in Scene
// =============================== Framerate Limiter =====================================
- Open Scene "World" scene in Assets/uMMORPG/Scenes/World
- a) Search Main Camera
- b) Add new Component "FpsLimiter"
- c) Chose your target FPS and enable/disable VSync
// ============================== Sleep Screen Control ===================================
- Open Scene "World" scene in Assets/uMMORPG/Scenes/World
- a) Search Main Camera
- b) Add new Component "SleepScreenControl"
- c) Choose number of minutes for screen sleep, or click on NeverSleepControl to disable sleeping
// ================================= UI Visibility =======================================
- Open Scene "World" scene in Assets/uMMORPG/Scenes/World
- a) Search Canvas
- b) Add new Component "UIVisibility"
- c) Select your conbo key "Left Alt+Z" is default
- d) Add all the children of the Canvas you want hidden
// ============================== New attack detection system ============================
- Open all entity prefab
-
a) add new GameObject empty and moved it to eye level
- b) in compotenent (Player,Monster,Pet,Mount,Npc) Add this GameObject in HeadPosition