Wonder-Technology / Wonder-Editor

Functional 3D Webgl Editor
https://yyc-git.github.io/wonder/index.html
Apache License 2.0
172 stars 46 forks source link

switch gameObject in scene tree is too slow #10

Closed yyc-git closed 5 years ago

yyc-git commented 6 years ago

2018-04-01 10 45 35

switch between camera, gameObject1, gameObject2 is too slow, need optimize!

yyc-git commented 6 years ago

we have find the reason by profile. because deepCopyForRestore takes too much time.

2018-04-01 2 36 31

yyc-git commented 6 years ago

so need Wonder.js to solve the deepCopyForRestore performance, then check the issue in editor.

yyc-git commented 6 years ago

fixed in wonder.js->v1.0.0-alpha.18.3 Wonder-Technology/Wonder.js#18

yyc-git commented 6 years ago

need editor fix it in new version!