Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.vulpes.menus

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.vulpes.menus - npm Package Compare versions

Comparing version 0.3.5-preview.1 to 0.4.0-preview.1

9

CHANGELOG.md

@@ -7,2 +7,11 @@ # Changelog

## [0.4.0-preview.1] - 2021-05-02
### Changed
- Rolled forward minimum Unity version to 2019.3.10f1.
- Cleaned up code.
- Simplified Menu Transition delay option.
- Implemented 'in' keyword for readonly arguments.
- Default Menu Transition curves are now linear.
- Removed 'Reset On Initialize', 'Reset On Play', and 'Disable When Done' options from Menu Transitions and replaced them with 'Flags'.
## [0.3.5-preview.1] - 2020-11-21

@@ -9,0 +18,0 @@ ### Changed

7

package.json
{
"name": "com.vulpes.menus",
"displayName": "Vulpes Menu Framework",
"version": "0.3.5-preview.1",
"unity": "2019.1",
"version": "0.4.0-preview.1",
"unity": "2019.3",
"description": "A Promise driven game menu framework for Unity.",

@@ -28,3 +28,4 @@ "keywords": [

}
]
],
"unityRelease": "10f1"
}

@@ -31,2 +31,23 @@ # Vulpes Menu Framework

Samples will be added to this repository soon and will be installable via the Package Manager window in the Unity Editor.
The current Samples included with this package are in an incomplete state and may not always be updated from version to version, a proper comprehensive collection of sample assets will be included in version 1.0.0 of this package whenever it is released.
## Current Development Roadmap
Several features and changes are currently under investigation and may or may not be added to the package in the future.
*In Progress:*
- Tooltip component for displaying a floating text box at the mouse position when hovering over certain objects (UX).
- Currently looking into adding conditional support for Unity's Input System package.
- Investigating ways of supporting tooltip popup when a Gamepad is in use.
*Planned:*
- Color Profile System for quick UI color changes at runtime (Accessibility).
- Assessing how to best support tints for buttons, toggles, sliders, etc.
- Assessing options for swapping entire sprites.
- 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.

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

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

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc