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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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 .