Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support multiple users edit the same scene at the same time #71

Open
yyc-git opened this issue Jan 9, 2022 · 1 comment
Open

support multiple users edit the same scene at the same time #71

yyc-git opened this issue Jan 9, 2022 · 1 comment
Assignees
Labels

Comments

@yyc-git
Copy link
Contributor

yyc-git commented Jan 9, 2022

using event sourcing

@yyc-git yyc-git added the feature label Jan 9, 2022
@yyc-git yyc-git self-assigned this Jan 9, 2022
@yyc-git yyc-git changed the title support multiple users edit the same scene at the same time demo:support multiple users edit the same scene at the same time Jan 9, 2022
@yyc-git yyc-git added demo and removed feature labels Jan 9, 2022
@yyc-git yyc-git changed the title demo:support multiple users edit the same scene at the same time support multiple users edit the same scene at the same time Jan 9, 2022
@yyc-git
Copy link
Contributor Author

yyc-git commented Jan 9, 2022

refer to:
https://www.reddit.com/r/Unity3D/comments/59l6pw/realtime_scene_editing_with_multiple_users/
LevelMerge: Collaborative Game Level Editing by Merging Labeled Graphs

should be middleware or plugin of editor!

shouldn't be the lowest architecture!

soft lock

we do a soft-lock on selected objects. The first person to select an object gets the lock and can edit it. No one else can make a modification to that object until it is unselected or the user leaves the session

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant