sbox-issues
sbox-issues copied to clipboard
Adding a Tag to a Prefab does not apply to pre-scene instantiated Prefabs
Describe the bug
When adding a prefab to a scene with no tags, it gets added perfectly fine. Going to modify the prefab and adding a tag to the prefab menu, and saving it, does not propagate to the prefabs already added to the scene.
To Reproduce
- Create a new Prefab and Save it
- Add a Prefab Reference to the scene
- Add a Tag to the Prefab
- Go check the Prefab reference in the scene, it will have no tag
Expected behavior
The tag should propagate to all existing prefabs... like other prefab changes
Media/Files
No response
Additional context
No response
Adding tags to prefabs works fine for me, but removing tags is broken. Prefab instances will keep the old tag even when it has been removed from the actual Prefab.
This is fixed.
Can no longer repro adding tags not updating nor removing tags not updating.