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

Implement Defold script properties #1

Closed
RealityStop opened this issue Sep 29, 2022 · 1 comment
Closed

Implement Defold script properties #1

RealityStop opened this issue Sep 29, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@RealityStop
Copy link
Owner

DefoldSharp includes a [DefoldProperty] attribute, which does create the signature in the resulting .script file. However, due to the architecture, the property is not synchronized with the one running internally in the generated version of the class. This means that modifications from the user interface, animations, or property assignments during factory creation are not applied to the resulting object.

This has to be corrected before this project can reach beta.

@RealityStop RealityStop added the bug Something isn't working label Sep 29, 2022
@RealityStop RealityStop added this to the Beta milestone Sep 29, 2022
@RealityStop RealityStop self-assigned this Oct 3, 2022
@RealityStop
Copy link
Owner Author

should be fixed in eb65280

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant