https://github.com/gameworkstore/revenuecat
Revenue Cat Integration for Unity
https://github.com/gameworkstore/revenuecat
Last synced: over 1 year ago
JSON representation
Revenue Cat Integration for Unity
- Host: GitHub
- URL: https://github.com/gameworkstore/revenuecat
- Owner: GameWorkstore
- License: mit
- Created: 2022-09-28T06:55:52.000Z (over 3 years ago)
- Default Branch: upm
- Last Pushed: 2022-10-03T10:35:42.000Z (over 3 years ago)
- Last Synced: 2025-01-12T05:12:25.804Z (over 1 year ago)
- Language: C#
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Revenue Cat for Unity (unofficial)
Revenue Cat Integration for Unity
This repository redistributes RevenueCat Purchases package through UPM on
the same license terms as the original one.
RevenueCat don't have support UPM offially, and while this,
this repository it support this method of install.
As soon as an official solution appears, this repo will be archived!
## How to install
At package.json, add these 2 lines of code:
```json
"com.gameworkstore.revenuecat": "https://github.com/GameWorkstore/revenuecat.git#4.3.0",
"com.google.external-dependency-manager":"https://github.com/GameWorkstore/com.google.external-dependency-manager.git#1.2.172",
```
And wait for unity to download and compile the package.
or update package for a newer version, update end of line from 0.2.1 to any released version on Releases.