You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This package allows you to Tag Game Objects with ScriptableObjects.
9
9
- Allows you to put as many Tags on your GameObject as you want
10
10
- Add and Remove Tags via Scripting and Inspector
11
11
- Work with ScriptableObjects instead of strings
12
-
- Faster than Unity's tag system: Adding/removing tags, checking for tags. Getting all objects with tag as slow as Unity's ```FindObjectsWithTag``` but allocates way less garbage.
12
+
- Faster than Unity's tag system: Adding/removing tags, checking for tags, getting all objects with tag.
13
13
14
14
## How to Install
15
15
### Git Installation (Best way to get latest version)
0 commit comments