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

Unity version should have an OnFileReloaded event that is only fired on the main thread #39

Open
JimmyCushnie opened this issue Aug 10, 2022 · 0 comments
Labels
feature/enhancement New feature or request

Comments

@JimmyCushnie
Copy link
Owner

When using the OnFileReloaded callback in Unity apps, I pretty much always have to jump back to the main thread, since Unity doesn't let you do much from other threads. To save some code, SUCC should include a dispatcher, and there should be an additional event that dispatches the callback on the main thread automatically.

@JimmyCushnie JimmyCushnie added the feature/enhancement New feature or request label Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant