VRCFaceTracking-Templates
VRCFaceTracking-Templates copied to clipboard
`LegacyFolders` setup in v7.x.x
Hey! VCC dev here 👋
The 7.x release of your package added a bunch of new legacyFolder entries that do not seem to be correct, as they point to a place in Packages.
This in turn spams errors during installation - as deleting folders/files inside the Packages folder is prohibited (to avoid packages removing stuff other packages added)
Besides that - the whole Package\<packageId> folder gets removed during updates, so if your goal is to clean something up there - it should not be necessary.
If the goal is instead to match folders by guid, in case users had your templates inside the Assets folder - you should specify those like Assets\\ADJerry91 Templates\\Menu... and so on (just like you already have right now)
This way even if the folder isn't actually there - the VCC will scan the user's Assets folder for a matching guid and remove that
If you have any questions on how this works, or if I misunderstood what are you trying to achieve - please let me know!
In the meantime, I will probably downgrade this error to a warning to not scare users, but ultimately it seems like you might not be doing what u want here
Thank you for the feedback. I was not aware of VCC removing the packages folder. I have been having issue with users using VCC not clearing the previous versions.