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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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 .