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

0.6.4: Android Support, Rendering Rules API and Async Refactor #43

Closed pablothedolphin closed 4 years ago

pablothedolphin commented 4 years ago

All coroutines have been rewritten to use the async await API since it plays nicer with speckle, cleans up the code, supports unit testing better and allows exceptions internal to speckle to be caught.

Rendering rules API allows users to define how objects get rendered.

Android support is now a thing!