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
It would be nice for fusion to have native Instance support, and by that I mean the ability to use existing instances with Fusion. This would cut out the need to set every property inside fusion, and create a object inside studio, and only update properties that need to be updated in real time.
For Example:
localNew, State=Fusion.New, Fusion.StatelocalTextState=State("Some text here :)")
New(existingInstance) {
Text=TextState
}
The text was updated successfully, but these errors were encountered:
It would be nice for fusion to have native Instance support, and by that I mean the ability to use existing instances with Fusion. This would cut out the need to set every property inside fusion, and create a object inside studio, and only update properties that need to be updated in real time.
For Example:
The text was updated successfully, but these errors were encountered: