ModelStreamingBehavior
Controls how Models are sent to clients in experiences with instance streaming enabled.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 580 | Default | 0 | Default behavior (subject to change). | |
| 580 | Legacy | 1 | Models are sent when their parent is sent, typically during player join. Models are never streamed out unless an ancestor of the model is streamed out. | |
| 580 | Improved | 2 | Models are never sent during player join. See model streaming controls for detailed behavioral notes. |
Description
Controls how Models are replicated in experiences when instance streaming is enabled. Only affects models with ModelStreamingMode set to Default/Nonatomic.