Working in Team Create with other collaborators editing code at the same time too often results in the first letter they type when making changes to a script being saved in the editor.
This causes a bug where a typo is committed to the code, yet the collaborator is still making their changes and nobody can play test because of this issue (attempting to make changes while someone else is editing causes an error MessageBox popup).
This bug occurs repeatedly in multi-user Team Create sessions, slowing down workflow efficiency because nobody can test when others are working.
We have the “EditorLiveScripting” property disabled and this issue occurs in this game:
Expected behavior
The first character a user types when making commits to a script should not be committed to source until they have left the editor.