Search Issue Tracker
By Design
Votes
0
Found in
5.5.0b9
Issue ID
847204
Regression
Yes
Removed tags don't disappear, they are marked as removed
How to reproduce:
1. Create a new project
2. Select Main Camera in hierarchy
3. Go to Tags -> Add Tag in Inspector
4. Create a mew Tag by clicking +
5. Remove that Tag
-Notice that it is marked as removed
6. Create new tag
- New tag is created on the next tag space
Expected result: Deleted tag should disappear or if it is a new feature, it should be possible to rename Tags.
Reproducible: 5.5.0b1, 5.5.0b10, 5.6.0a1
Not reproducible: 5.4.2p2
Comments (6)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
nemanuel
Mar 01, 2020 06:04
Just save the project and the tags will update automatically (File->Save).
su1935
Oct 08, 2017 16:08
I am also stuck in this issue but after some time i find the solution for this problem.
issue - tags in inspector are not removed permanently but all the tags are automatically created after restarting the unity.
solution - first go to the folder where your project files are situated and search for "TagManager".
Then open this in notepad++ or any other editor.
In this you find that all the tags that you are created are situated here .
After this open unity editor and open tags and layers.
Remove all the tags by click on '-' but after doing this the tags are not removed completely.
In TagManager file remove all the tags including '-' like " - player" then open unity editor.
You found that all the tags are removed from inspector but the problem is not yet gone.
Open the file and you see "tags: []" write '0' in '[]' and then open unity.
Again open file and remove the '0' from brackets and open unity.
Make some tags and save the project.
This works perfect for me and this may work for you, try it .