Skip to content

Commit

Permalink
Tweak docs, lower minimum Unity version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanslikesocool committed Sep 27, 2022
1 parent 3acb894 commit 0deee8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
Timer functions to delay calls for Unity

## Installation
**RECOMMENDED INSTALLATION**\
Add via the Unity Package Manager\
"Add package from git URL..."\
`https://github.com/ryanslikesocool/Timer.git`\
Add

**Not-so Recommended Installation**\
Get the latest [release](https://github.com/ryanslikesocool/Timer/releases)\
Open with the desired Unity project\
Import into the Plugins folder
**Recommended Installation** (Unity Package Manager)\
- "Add package from git URL..."
- `https://github.com/ryanslikesocool/Timer.git`

**Alternate Installation**\
- Get the latest [release](https://github.com/ryanslikesocool/Timer/releases)
- Open with the desired Unity project
- Import into the Plugins folder

## Usage
Timer will automatically create a game object and attach scripts to handle coroutine calls the first time it's needed in a scene.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.developedwithlove.timer",
"displayName": "Timer",
"version": "1.3.3",
"unity": "2021.3",
"version": "1.3.4",
"unity": "2020.3",
"description": "Timer functions + manager for delaying function calls",
"documentationUrl": "https://github.com/ryanslikesocool/Timer",
"author": {
Expand Down

0 comments on commit 0deee8d

Please sign in to comment.