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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
This package allows you to Tag Game Objects with ScriptableObjects.
3
3
4
4
## 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)
0 commit comments