com.vulpes.menus
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,2 +7,7 @@ # Changelog | ||
## [1.0.1] - 2022-07-14 | ||
### Changed | ||
- Updated Unity Version from 2021.2.0f1 to 2021.3.6f1 | ||
- Updated Text Mesh Pro version from 2.0.1 to 3.0.6 due to a GitHub security warning regarding the package. | ||
## [1.0.0] - 2022-03-14 | ||
@@ -9,0 +14,0 @@ ### Changed |
{ | ||
"name": "com.vulpes.menus", | ||
"displayName": "Vulpes Menu Framework", | ||
"version": "1.0.0", | ||
"unity": "2021.2", | ||
"version": "1.0.1", | ||
"unity": "2021.3", | ||
"description": "A Promise driven game menu framework for Unity.", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"com.unity.ugui": "1.0.0", | ||
"com.unity.textmeshpro": "2.0.1", | ||
"com.unity.textmeshpro": "3.0.6", | ||
"com.unity.inputsystem": "1.0.2", | ||
@@ -32,3 +32,3 @@ "com.vulpes.transitions": "1.0.0", | ||
], | ||
"unityRelease": "0f1" | ||
"unityRelease": "6f1" | ||
} |
# Vulpes Menu Framework | ||
*This is a preview package and is subject to radical change, please use at your own peril.* | ||
A Promise driven game menu framework for Unity. | ||
*NOTE:* This Package depends on '[com.vulpes.promises](https://github.com/VulpesSoftware/com.vulpes.promises.git#1.0.0)'. | ||
## Installing this package | ||
@@ -44,9 +40,4 @@ | ||
*Planned:* | ||
- Genericising Menu Transition Components and spliting them into their own package that isn't dependent on the Menu Framework (Modularity). | ||
- Vulpes Transitions package is currently in an internal preview state. | ||
- Likely to be released along with Vulpes Menu Framework version 0.5.0-preview.1 or 0.6.0-preview.1 at the latest. | ||
*Under Consideration* | ||
- Use of the Unity Jobs System or Threading / Tasks as an alternative to Promises (Performance). | ||
- Currently in very early phase of investigation. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
635448
42
Updatedcom.unity.textmeshpro@3.0.6