dicarlolab / ThreeDWorld

Generator of interactive Unity-based 3D environments with physics
Other
21 stars 4 forks source link

Scene switch does not return sceneInfo anymore #71

Closed pbashivan closed 7 years ago

pbashivan commented 7 years ago

Working on the new build from asset bundles (500 bundles). When I try the scene switch sock.send_json({'n': 4, 'msg': {"msg_type": "SCENE_SWITCH", "config": config, 'sendSceneInfo': True, }}) The message returned does not contain sceneInfo The same operation using previous stable build "05" would return it.

@chengxuz Any thoughts?

qbilius commented 7 years ago

I changed it to send_scene_info a long time ago, try that.

On Sun, Nov 13, 2016, 16:43 Pouya notifications@github.com wrote:

Working on the new build from asset bundles (500 bundles). When I try the scene switch sock.send_json({'n': 4, 'msg': {"msg_type": "SCENE_SWITCH", "config": config, 'sendSceneInfo': True, }}) The message returned does not contain sceneInfo The same operation using previous stable build "05" would return it.

Any thoughts?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dicarlolab/ThreeDWorld/issues/71, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMaMW-dvp0tJ6Nh5C9yMMlruxbUfERbks5q94RkgaJpZM4Kw0CA .

pbashivan commented 7 years ago

That was indeed the issue. Thanks