Issue
While I was working on some UI for my game, I noticed that my fellow developers were having weird text wrapping issues. I then noticed that overnight, my text wrapped properties had completely reset! With further testing, I have realized that the property is not replicating to the server at all. The property only replicates to the client, which is then lost when the studio session is restarted.
Reproduction Steps
- Create/open a studio file with Team Create enabled.
- Create a TextLabel anywhere, and enable the TextWrapped property.
- Close the studio session, and re-open it to clear any local changes that did not replicate.
- Check the TextLabel’s TextWrapped property, it should have reset to before it’s original state.
Expected Behavior
The TextWrapped property should replicate to the team create server.
Actual Behavior
The TextWrapped property only replicates to the local client, not replicating to the team create server, or any other users in the team create session.
Workaround
Right now, I forcefully assign the TextWrapped property values via code. Albeit hacky, it does work for now.
Issue Area: Studio
Issue Type: Team Create
Impact: Low
Frequency: Often
Date First Experienced: 2023-10-30