I'm currently having an issue in my project where some of my objects appear to lose their prefab links when I change the absolute path of the project.
As in, my project was previously at `/Absolute/System/Path/Here/ProjectName`, but I changed that to `/Absolute/System/Path/Here/ProjectName2`, and suddenly a bunch of prefab links are broken, but only some of them. I'll have two objects that are linked to the same prefab, and one of them remains linked, but the other does not.
I'm a solo dev, so it's not a huge issue, but it does mean I can't rename or move the project without having to relink everything, and it also means that I can't work on another machine, which kind of screwed me over recently. I suspect that these prefab links are using absolute paths for some reason, and would love a way to fix this. Anybody have any ideas?
↧