com.vulpes.menus
Advanced tools
Comparing version 0.5.0-preview.1 to 0.6.0-preview.1
@@ -7,2 +7,13 @@ # Changelog | ||
## [0.6.0-preview.1] - 2021-10-28 | ||
### Changed | ||
- Stripped down MenuLoading class. | ||
- Removed Loading Screen Tip class. | ||
- MenuWidget value changed and click events are now UnityEvents rather than Action based events. | ||
- Updated Example Assets. | ||
- Changed default MenuTransitionOption to Sequential, was Parallel. | ||
- MenuHandler will now correctly get Alert, Dialogue, and Tooltip using their relevant interfaces rather than base classes. | ||
- MenuHandler now includes an interface reference to the Loading Screen. | ||
- Loading Screen spinner now uses unscaled deltatime in its rotation. | ||
## [0.5.0-preview.1] - 2021-10-10 | ||
@@ -9,0 +20,0 @@ ### Changed |
{ | ||
"name": "com.vulpes.menus", | ||
"displayName": "Vulpes Menu Framework", | ||
"version": "0.5.0-preview.1", | ||
"unity": "2019.3", | ||
"version": "0.6.0-preview.1", | ||
"unity": "2020.3", | ||
"description": "A Promise driven game menu framework for Unity.", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
], | ||
"unityRelease": "10f1" | ||
"unityRelease": "20f1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
666393
130