File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22This package allows you to Tag Game Objects with ScriptableObjects.
33
44### TODO
5- - [ ] Add support for inspector changes in editor play mode.
6- - [ ] Tag code generator to quickly access tags without referencing them in the inspector.
7- - [ ] Copying tags when Instantiate runtime instance
5+ - [ ] Make inspector changes work in play mode
6+ - [ ] Add tag code generator to quickly access tags without referencing them in the inspector
7+ - [ ] Add API to get entity's runtime added tags
88
99## Features
1010- Allows you to put as many Tags on your GameObject as you want
11- - Add and Remove Tags via Scripting and Inspector
11+ - Add and remove tags via code and inspector
1212- Work with ScriptableObjects instead of strings
13- - Faster than Unity's tag system: Adding/removing tags, checking for tags, getting all objects with tag .
13+ - Faster than Unity's tag system. Performance in editor is worse than in build .
1414
1515## How to Install
1616### Git Installation (Best way to get latest version)
You can’t perform that action at this time.
0 commit comments