Development Unity Version: 2019.4.1f1
Please download the 2019.4.1 from below Unity website if concerning the Unity version:
https://unity3d.com/get-unity/download/archive
https://iphauman.github.io/Digital-Learning-Assistant/
Create an empty 2D Unity project
Copy the TagManager.asset
into /created_project_folder/ProjectSettings
Import the Digital_Learning_Assistant.unitypackage
into the project
Add Scenes into the Project
Open the Login
scene from the Project folder by double click it and start the game.
In case of publicity of the GitHub repository, I removed the endpoint of the firebase online database. It requires to edit the variable endpoint
script /Scripts/Firebase/FirebaseRest.cs
inside the project.
endpoint = ""
-
If you want to see the changes of the database, you need to create a firebase account from https://firebase.google.com/ and create a Realtime Database to replace the REST API endpoint in the C#script `/Scripts/Firebase/FirebaseRest.cs
-
In case of failure importing package, you may access the GitHub repository in https://github.com/iphauman/Digital-Learning-Assistant to download the source code.