HeladoDeBrownie / Nexus

creative sandbox game in early development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avoid sending the whole scene over the wire frequently

HeladoDeBrownie opened this issue · comments

ideally should just send data when it changes, especially now that the data flow is set up from SceneView to Session to notify of changes. remove SCENE? message type and only send SCENE message once on connection

resolved by f5f021e