cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

How multiple team members can work on same experience development using vuforia studio?

ranjank
14-Alexandrite

How multiple team members can work on same experience development using vuforia studio?

Is it possible that multiple people work simultaneously on same project hosted on the common server? If yes then pls explain the working guidelines for multiple users.

 

Thanks in advance.

1 REPLY 1
sdidier
17-Peridot
(To:ranjank)

Hello Ranjank,

 

No, it is not possible.

Why?

Because behind the web site localhost:3000 of Vuforia Studio, a Project is saved locally in the workstation, in files in folder %USERPROFILE%\Documents\VuforiaStudio.

If 2 users are modiying the same field and save it at the same time, It is stored in a file.

So, it means an action done by an user will be not saved.

It is impossible to know which user, it will be.

 

It is not like a web site with a database where we have a token to know which user is modifying the field.

 

This is why, it is not possible and recommended to work on the same Project, at the same time, on the same workstation.

 

A possible solution is to have 2 workstations. One for each users. 

Use a subversion system like git.

When doing a checkout and if files have been commited previously by other user, a conflict is thrown.

In a such case, it is needed to do a manual merge.

Vuforia Studio is using many json files who can be read in a text editor.

It will need to respect format of files to avoid crash and error in Vuforia Studio.

 

Best regards,

Samuel

Top Tags