TextWrapped property does not replicate in Team Create

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

  1. Create/open a studio file with Team Create enabled.
  2. Create a TextLabel anywhere, and enable the TextWrapped property.
  3. Close the studio session, and re-open it to clear any local changes that did not replicate.
  4. 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

2 Likes

We’ve filed a ticket into our internal database for this issue, and we will update you when we have further information!

Thanks for the report!

3 Likes

We’ve identified the issue and a fix has been submitted. Not sure exactly which release it will make it into. Possibly this week!

2 Likes

We’ve included a client-side fix in the latest version of Studio, which was released earlier today. That should resolve the issue as shown in your reproduction!

A server-side fix that will re-enable replication between multiple creators in Team Create will be released next week. Until then, when you change the TextWrapped property in a Team Create session, the change will save to your place, but other creators in the same session will not see the change until they disconnect and reconnect.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.