Q.
I have installed AnyPortrait and have issues with the paths of the files in the package.
1. Can I change the paths of the “AnyPortrait_~.txt” files stored in the project folder?
2. Can I add the “AnyPortraitBackup” folder to “.gitignore”?
3. When I move the contents of the AnyPortrait package to “Assets/Plugins/AnyPortrait”, an error occurs.
A.
1. The “AnyPortrait_~.txt” files saved in the project folder contain the AnyPortrait editor settings, etc.
Since these files are referenced from a fixed path, they cannot be referenced if the name or location is changed.
However, unlike this, “Backup Files” and “Bone Pose Snapshots“, which can generate a large number of files, are saved in a separate path within the project.
This path can be set in the Setting Dialog.
2. It is possible to add the “AnyPortraitBackup” folder to “.gitignore”.
3. The “Assets/Plugins” folder is a special path related to compilation and building, so you should not move assets here arbitrarily.
In particular, assets with editor code, such as AnyPortrait, should not be moved to that folder.
It is possible to change the path of AnyPortrait, except for the special reserved folders specified by Unity.
You can see how to do that in the following manual.
https://rainyrizzle.github.io/en/AdvancedManual/AD_PackagePath.html
-
This topic was modified 6 days, 23 hours ago by
Archive Account.
-
This topic was modified 6 days, 23 hours ago by
Archive Account.