You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes new entities that have been added to a Screen List (while live editor is off) will not update correctly during a live editor session.
On my machine the following behavior is consistent.
Launch the FRB Editor
Click a GameScreen's entity list (in the tree view)
Click the "Add a new [Entity Name] to the [EntityListName] List" button in the Quick Actions panel
NOTE: This desync issue does NOT occur when right-clicking the entity list and clicking "Add Object"
Launch the game from the FRB Editor (either in play or edit mode, switch to edit mode after launch completes if needed)
Move the newly added entity around, notice that in the variables panel the entity's x and y position will not update
Switch from edit mode to play mode, the new added entity will jump back to where it started (0,0)
Sometimes (I have not gotten to test the consistency of this, but it has happend), if the FRB Editor is closed and reopened, the new entity that was not updating in live edit will no longer be in the list when the FRB Editor is reopened.
The text was updated successfully, but these errors were encountered:
vchelaru
changed the title
Flat Red Ball - Live Edit Desync for newly added Entities via Quick Actions panel
FlatRedBall - Live Edit Desync for newly added Entities via Quick Actions panel
Jan 27, 2024
I believe this was a bug that has been fixed a while ago when we redid the way variables are communicated between game<->FRB. I could not reproduce this with the latest version, so I'm closing this out.
Sometimes new entities that have been added to a Screen List (while live editor is off) will not update correctly during a live editor session.
On my machine the following behavior is consistent.
NOTE: This desync issue does NOT occur when right-clicking the entity list and clicking "Add Object"
The text was updated successfully, but these errors were encountered: