https://github.com/GloriousPtr/ProbabilityManager
Probability Manager
https://github.com/GloriousPtr/ProbabilityManager
gamedevelopment indiedev probability-bonus unity unity3d unityasset unityplugin
Last synced: 11 months ago
JSON representation
Probability Manager
- Host: GitHub
- URL: https://github.com/GloriousPtr/ProbabilityManager
- Owner: GloriousPtr
- License: apache-2.0
- Created: 2019-09-12T16:36:58.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T06:21:27.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T16:02:57.856Z (over 1 year ago)
- Topics: gamedevelopment, indiedev, probability-bonus, unity, unity3d, unityasset, unityplugin
- Language: C#
- Homepage: https://m0hit.dev
- Size: 1.5 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ProbabilityManager
```
Probability Manager is clone of https://github.com/suncube/Probability-bonus,
improved little performance and added Editor Script.
```
## DailyBonusControllerEditor.cs

Probability bonus for daily rewards Unity3d
[](https://www.youtube.com/watch?v=ORYfFT9ceaM)
This package can be used for lotery of daily bonuses. Each bonus can establish probability of its occurrence. ProbabilityController class deals with the issues of the probability calculation. You can use it in your other classes, where you must calculate the occurrence of an event by its probability. There is an example of the most used UI design variant in the package. You can easily integrate this package, replace textures and sounds with your own ones and use them in your own game.
**Folow suncube:**
[Twitter](https://twitter.com/suncubestudio) | [Facebook](https://www.facebook.com/suncubestudio/) | [YouTube](https://www.youtube.com/channel/UC4O9GHjx0ovyVYJgMg4aFMA?view_as=subscriber) | [AssetStore](https://assetstore.unity.com/publishers/14506) | [GitHub](https://github.com/suncube)