This repository is part of the "Enhanced Engine", an advanced collection of systems for the Unity game engine.
The Enhanced Framework features a large collection of new features usable at runtime.
This library requires you to first install the first part of the Enhanced Engine, which you can find here.
Minimum tested Unity version: 2019.4.x
Minimum required Unity version: 2020.3.x
You can install this library by two means: either by .zip extraction, or from the Unity built-in Package Manager.
- Download the EnhancedFramework.zip file from the GitHub repository.
- Unzip the contents into your [Your Project Directory]/Assets/... folder.
This method allows you to modify this library contents depending on your need/wheterver-bug-you-may-find.
If Git is not yet installed on your machine, you can download it for Windows from here: https://git-scm.com/download/win/
- Open the Package Manager in your Unity project from Window > Package Manager.
- Click on the icon + to add packages, and select Add package from git URL...
- In the text field, enter the URL of this Git repository, and click on Add
https://github.com/LucasJoestar/EnhancedFramework.gitUnity will download the module and add it as a dependency.
You check and download updated of the package by doing the same thing as the package installation (see the above section). After you click on Add, Unity will check for package changes, and install the new version if needed.