You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the simplest possible example using Unity within the editor. My server looks like this:
import ai2thor.controller
controller = ai2thor.controller.Controller(start_unity=False,
port=8200,
server_class=ai2thor.wsgi_server.WsgiServer,
scene = "FloorPlan1_physics")
In Unity I'm opening the FloorPlan1_physics scene and pressing play. I added some debugs to wsgi_server.py and it seems to be receiving one event and sending out an action:
I'm trying to run the simplest possible example using Unity within the editor. My server looks like this:
In Unity I'm opening the FloorPlan1_physics scene and pressing play. I added some debugs to
wsgi_server.py
and it seems to be receiving one event and sending out an action:Unity then seems to send a second event, I'm assuming it's in response to GetScenesInBuild, but it fails with the error:
I'm guessing I'm doing something wrong. Can someone help?
The text was updated successfully, but these errors were encountered: