Skip to content

Commit 2295b29

Browse files
committed
Update
1 parent ee08f6d commit 2295b29

2 files changed

Lines changed: 11 additions & 14 deletions

File tree

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,29 @@
1-
<h1 align="center">Welcome to com.gameframe.giphy 👋</h1>
1+
<h1 align="center">Gameframe.Giphy 👋</h1>
22
<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&amp;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">
85
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
96
</a>
107
</p>
118

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
1512

1613
## Quick Package Install
1714

1815
#### Using UnityPackageManager (for Unity 2019.3 or later)
19-
2016
Open the package manager window (menu: Window > Package Manager)<br/>
2117
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/>
2319

2420
#### Using UnityPackageManager (for Unity 2019.1 or later)
2521

2622
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
2723
```js
2824
{
2925
"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",
3127
...
3228
},
3329
}
@@ -85,9 +81,10 @@ public async void ShowRandomImage()
8581
* Twitter: [@coryleach](https://twitter.com/coryleach)
8682
* Github: [@coryleach](https://github.com/coryleach)
8783

84+
8885
## Show your support
8986

9087
Give a ⭐️ if this project helped you!
9188

9289
***
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)_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.gameframe.giphy",
33
"displayName": "Gameframe.Giphy",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "This package contains a simple implementation of the Giphy API required to display random Gif images in Unity as MP4 videos.\nThis package does not provide a means to display a gif directly but does provide urls to gif version of the images.\nInstead this package uses the mp4 links provided by giphy's api to display the gifs as movies",
66
"unity": "2019.1",
77
"keywords": [],

0 commit comments

Comments
 (0)