Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native Instance Support #64

Closed
OutOfBears opened this issue Oct 13, 2021 · 2 comments
Closed

Native Instance Support #64

OutOfBears opened this issue Oct 13, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@OutOfBears
Copy link

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:

local New, State = Fusion.New, Fusion.State
local TextState = State("Some text here :)")

New(existingInstance) {
    Text = TextState
}
@OutOfBears
Copy link
Author

Dammit, duplicate issue

@dphfox
Copy link
Owner

dphfox commented Oct 13, 2021

Duplicate of #34

@dphfox dphfox marked this as a duplicate of #34 Oct 13, 2021
@dphfox dphfox added enhancement New feature or request status: duplicate labels Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants