-
Notifications
You must be signed in to change notification settings - Fork 337
Troubleshooting & FAQs
Yes, you can.
Yes, it should. If the cloned projects are inside the folder with version-control, ignore it (cloned project folders are placed right next to the original project folder).
Take git as example, you may want to add something like *_clone_[0-9]*/
to your .gitignore
Saving assets directly from the clone editors is not recommended since it may be overridden by other editor instances. By default, asset serialization is being disabled on all clone instances and changes can only be made from the original project editor. This feature can be disabled from the preferences window if needed.
This is a known issue of the current version of ParrelSync.
A temoprarily workaround will be by manually replacing the clone's Packages
folder with the one copy from original project.
This will be resolved in the future update of ParrelSync.