Skip to content

Troubleshooting & FAQs

314pies edited this page Oct 9, 2020 · 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.

Clone this wiki locally