Skip to content

Commit 8764d95

Browse files
authored
Update README.md
1 parent 072b57f commit 8764d95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
This package allows you to Tag Game Objects with ScriptableObjects.
33

44
## Features:
5-
- Allows to put as many Tags on your object as you want
6-
- Adding and Removing Tags via Inspector and Code (Works faster in Build than in Editor because Inspector updating when tag added/removed from object)
7-
- Work with SO Assets instead of strings
5+
- Allows you to put as many Tags on your GameObject as you want
6+
- Adding and Removing Tags via Inspector and Code (Works faster in Build than in Editor because Inspector updating when tag added/removed from GameObject)
7+
- Work with ScriptableObjects instead of strings
88
- Works few times faster than Unity Tag Comparer
99

1010
## How to Install

0 commit comments

Comments
 (0)