Gathering detailed insights and metrics for com.quarter-games.sound
Gathering detailed insights and metrics for com.quarter-games.sound
Gathering detailed insights and metrics for com.quarter-games.sound
Gathering detailed insights and metrics for com.quarter-games.sound
npm install com.quarter-games.sound
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
35 Commits
1 Branches
1 Contributors
Updated on 27 Nov 2024
C# (76.88%)
ShaderLab (19.17%)
HLSL (3.95%)
Cumulative downloads
Total Downloads
Last day
-50%
1
Compared to previous day
Last week
-40%
3
Compared to previous week
Last month
-80.2%
26
Compared to previous month
Last year
0%
157
Compared to previous year
1
This is a list of Quarter games managers, that are developed to provide more easy-to-use API to start small unity projects. They are divided into packages and can be found at NPM package registry
NPM package link for using in unity PM: https://registry.npmjs.com/
scope to provide in unity PM: com.quarter-games
For more information about installing a packages, please refer to Unity documentation Me at discord
Unity cannot handle package dependencies if dependecy is stored in another registry. It wouldn't install the package if required dependency isn't install already. If package uses another registry it is listed down below
com.quarter-games.manager
This is an base class for singleton manager that is used in all other packages and Game Manager that should be placed in loading sceen and will init all other managers
com.quarter-games.save.basic
This is base class for save manager, that saves individual values. Best solution for saving settings or basic meta game data as player level, amount of xp etc.
com.quarter-games.save.basic.prefs
Unity Player Prefs implementation of Basic Save package
com.quarter-games.save.file
Experimental save system for saving data into files
com.quarter-games.save.file.json
JSON local implementation of File Save system
IMPORTANT
Requires installation of unity registry package:
com.unity.nuget.newtonsoft-json
com.quarter-games.qconomy
API and scriptable objects for setting up economy in a game. Have functionality of transactions and currencies. Saving the data is up to implementing class
com.quarter-games.economy
Implementation of economy system based on Basic Save Manager
com.quarter-games.analytics
Base class for analytics mnagers. Requires player consent to start collecting the data. Uses Basic Save system to save player consent status.
For further information about player consent, refer to
Unity Page about privacy policy in their package
IMPORTANT
Requires installation of unity registry package:
com.unity.services.analytics
com.quarter-games.analytics.unity
Implementation of analytics package with unity analytics.
com.quarter-games.state
Time and State manager. Has API for 4 types of timers and different game states that will change the unity time scale/internal time scale
com.quarter-games.sound
Basic API for managing different mixers and sound effects. Requires Basic Save manager for saving the sound settings.
No vulnerabilities found.
No security vulnerabilities found.