speckleworks / SpeckleUnity

Stream live 3D data into Unity with the open data platform for BIM - Speckle!
https://speckleworks.github.io/SpeckleUnity/
MIT License
14 stars 5 forks source link

Speckle Kits need to be installed for the code to run #32

Closed pablothedolphin closed 4 years ago

pablothedolphin commented 4 years ago

This is due to how the SpeckleCore DLL was coded. Ideally this could be changed and merged into the main SpeckleCore repo as a pull request.

Dean-RGB commented 4 years ago

do we figure this is what is causing Android build issues?

pablothedolphin commented 4 years ago

no it looks like its the web socket stuff causing the issue (the bit that makes syncing with changes work) so either that gets fixed or we make it so that somehow on android it doesn't run that code in speckle core. so for now, android won't be supported yet but it definitely can be!

pablothedolphin commented 4 years ago

Either way, the kits are no longer needed. You can check the branch i made on speckle core to see what i did to it. I basically did what we talked about