|
1 | | -<h1 align="center">Welcome to com.gameframe.giphy 👋</h1> |
| 1 | +<h1 align="center">Gameframe.Giphy 👋</h1> |
2 | 2 | <p> |
3 | | - <img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" /> |
4 | | - <a href="https://openupm.com/packages/com.gameframe.giphy/"> |
5 | | - <img src="https://img.shields.io/npm/v/com.gameframe.giphy?label=openupm&registry_uri=https://package.openupm.com" /> |
6 | | - </a> |
7 | | - <a href="https://twitter.com/coryleach"> |
| 3 | + <img alt="Version" src="https://img.shields.io/badge/version-1.0.1-blue.svg?cacheSeconds=2592000" /> |
| 4 | + <a href="https://twitter.com/Cory Leach"> |
8 | 5 | <img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" /> |
9 | 6 | </a> |
10 | 7 | </p> |
11 | 8 |
|
12 | | -> This package contains a simple implementation of the Giphy API required to display random Gif images in Unity as MP4 videos.</br> |
13 | | -> This package does not provide a means to display a gif directly but does provide urls to gif version of the images.</br> |
14 | | -> Instead this package uses the mp4 links provided by giphy's api to display the gifs as movies.</br> |
| 9 | +This package contains a simple implementation of the Giphy API required to display random Gif images in Unity as MP4 videos. |
| 10 | +This package does not provide a means to display a gif directly but does provide urls to gif version of the images. |
| 11 | +Instead this package uses the mp4 links provided by giphy's api to display the gifs as movies |
15 | 12 |
|
16 | 13 | ## Quick Package Install |
17 | 14 |
|
18 | 15 | #### Using UnityPackageManager (for Unity 2019.3 or later) |
19 | | - |
20 | 16 | Open the package manager window (menu: Window > Package Manager)<br/> |
21 | 17 | Select "Add package from git URL...", fill in the pop-up with the following link:<br/> |
22 | | -https://github.com/coryleach/UnityGiphy.git#1.0.0<br/> |
| 18 | +https://github.com/coryleach/UnityGiphy.git#1.0.1<br/> |
23 | 19 |
|
24 | 20 | #### Using UnityPackageManager (for Unity 2019.1 or later) |
25 | 21 |
|
26 | 22 | Find the manifest.json file in the Packages folder of your project and edit it to look like this: |
27 | 23 | ```js |
28 | 24 | { |
29 | 25 | "dependencies": { |
30 | | - "com.gameframe.giphy": "https://github.com/coryleach/UnityGiphy.git#1.0.0", |
| 26 | + "com.gameframe.giphy": "https://github.com/coryleach/UnityGiphy.git#1.0.1", |
31 | 27 | ... |
32 | 28 | }, |
33 | 29 | } |
@@ -85,9 +81,10 @@ public async void ShowRandomImage() |
85 | 81 | * Twitter: [@coryleach](https://twitter.com/coryleach) |
86 | 82 | * Github: [@coryleach](https://github.com/coryleach) |
87 | 83 |
|
| 84 | + |
88 | 85 | ## Show your support |
89 | 86 |
|
90 | 87 | Give a ⭐️ if this project helped you! |
91 | 88 |
|
92 | 89 | *** |
93 | | -_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ |
| 90 | +_This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_ |
0 commit comments