microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
477 stars 206 forks source link

'3D Dinosaur Model': There are problems after reverting to JavaScript from blocks editor #6248

Open v-katherine opened 9 months ago

v-katherine commented 9 months ago

Describe the bug There are problems after reverting to JavaScript from blocks editor

Steps to reproduce the behavior 1.Navigate to https://arcade.makecode.com/beta#. 2.Game Jam->3D Dinosaur Model-> Open in Editor. 3.Switch to Blocks editor and click Start button in simulator. 4.Revert to JavaScript code.

Actual behavior: step3: Shows cannot run this project when click start button in Blocks editor. step4: There are problems after revert to JavaScript from blocks editor.

Expected behavior: There are no errors when switch the editor type.

Screen Recording: 3DDinosaur

Additional context: 1.OS: Windows 11 2.arcade version: 1.13.50 3.Microsoft MakeCode version: 9.3.6

Brohann3214 commented 6 months ago

Yeah, unfortunately blocks are not compatible with this kind of custom array structure. If you have any questions on how this 3d project works, feel free to ask!