imagicbell / ublockly

reimplementation of google blockly for Unity
http://imagicbell.github.io/unity/2017/10/11/blockly-one.html
Apache License 2.0
138 stars 52 forks source link

Support for sync running mode: multi-thread #21

Open imagicbell opened 3 years ago

imagicbell commented 3 years ago

If there are more than one top blocks in the workspace, support running them synchronously, currently only support async running one after another. Like multi-thread.