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 1.0.0 to 1.0.1

5

CHANGELOG.md

@@ -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

8

package.json
{
"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.
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