JECS icon indicating copy to clipboard operation
JECS copied to clipboard

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

Open JimmyCushnie opened this issue 2 years ago • 0 comments

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 avatar Aug 10 '22 18:08 JimmyCushnie