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

Logic_compare insert to Logic_compare cause StackOverflowException #34

Closed vml933 closed 2 years ago

vml933 commented 2 years ago

Hello:

I have one problem, here is reproduce step: Step1 : Drag Block(Logic_compare) into workspace from toolbox. Step2: Drag Block(logic_operation) from toolbox and insert to the first slot of Block(Logic_compare). Step3: Drag Block(Logic_compare) created from Step1 and drop.

it show "StackOverflowException: The requested operation caused a stack overflow." and the connect highlight icon appear in Block(Logic_compare) first slot?

Can you help me? thanks very much

imagicbell commented 2 years ago

Hi, Thank you so much for pointing out this bug. Please check the new update. Hopefully, it gets fixed.

vml933 commented 2 years ago

Thanks for the quick fix, very appreciate it!