Closed pbashivan closed 8 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 .
That was indeed the issue. Thanks
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 containsceneInfo
The same operation using previous stable build "05" would return it.@chengxuz Any thoughts?