Skip to content

Troubleshooting & FAQs

314pies edited this page Mar 3, 2021 · 33 revisions

Can I delete the cloned projects folder from file explorer without using the ClonesManager window?

Yes, you can.

Should cloned project folders be ignored by the version control system(ex: git)?

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

Can I make changes to the project from the clone editor instances?

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.

Why is Unity keeps Resolving packages when switching between clone and original?

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.

Clone this wiki locally