Skip to content

Commit b1456e8

Browse files
authored
Update README.md
1 parent 25d78b6 commit b1456e8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
OneShotCoroutine.cs
33

44
### Purpose:
5-
Creates a self-detroyable gameObject with a monobehaviour on it that run a coroutine or a delayed action.
6-
This is useful and helpful if you want to realize some transitions via scripting that may
7-
include the self-deactivation of an object: unity doesn't allow to run coroutines on un-active
8-
gameObjects so this is the "best" plug 'n' play solution I've found.
5+
The main purpose of OneShotCoroutine is to present a plug 'n' play solution to run coroutines of inactive gameObjects.
96

10-
### Description:
11-
This repository comes with the main script OneShotCoroutine.cs two examples of in-code usage of this
7+
### Contents:
8+
This repository comes with the main script OneShotCoroutine.cs and few examples of in-code usage of this
129
class and a scene.
10+
Full free and open source.
1311

1412
### How To Install:
1513
1) Download this repository as .zip

0 commit comments

Comments
 (0)