Hi RainyRizzle, I have a "Plugins" folder which I collect all the third-party plugins inside. I have 10+ plugins installed in my project and I moved all of them one by one. So far, AnyPortrait is the only plugin gives an error to me. It has path problems, probably an absolute path assigned to somewhere, it should be dynamic so I can move to another folder.
Original path: Assets/AnyPortrait
New path:
Assets/Plugins/AnyPortrait
Update: I managed to solve this problem thanks to following warning.
Change Installation Path worked!
Hi!
Yes, the "Window > AnyPortrait > Change Installation Path" function can solve this problem!
However, you should be careful, the "Plugins" folder name is one of the special things handled by Unity, so it is recommended to change the name of the folder.
Among the folder names managed specially by Unity, the ones related to scripts are "Editor" and "Plugins".
Scripts located in folders with these names have special build features.
Please check the Unity documentation.
Thanks!