-
Notifications
You must be signed in to change notification settings - Fork 337
Troubleshooting & FAQs
314pies edited this page Oct 9, 2020
·
33 revisions
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.