Understand ParrelSync project structure and cloning mechanism
masterParrelSync creates clone instances by making a copy of your project folder and using symbolic links for the Assets, Packages, and ProjectSettings folders. This ensures changes in the original project are mirrored in clones without duplicating large assets.
Folders like Library, Temp, and obj remain independent for each clone to prevent conflicts.
Clone folders are created alongside your original project with the suffix _clone_x:
/ProjectName(Original)/ProjectName_clone_0(First clone)/ProjectName_clone_1(Second clone)