47 Commits

Author SHA1 Message Date
Matteo Cominetti 8ea383c70e Merge pull request #19 from haitheredavid/dm/playspace
Dm/playspace
2021-05-27 17:46:39 +01:00
David Morgan 6db3fbf37c dev: removed unused files 2021-05-27 12:35:11 -04:00
David Morgan 6da38a7f93 dev: removed plugins 2021-05-27 12:32:21 -04:00
David Morgan 799ca6228c dev: Lil bit of clean up 2021-05-27 12:29:12 -04:00
David Morgan 5fa0416bf9 feat: Custom Editor Manager
Cleaned up basic structure for the editor manager, began to implement editor support for the Dispatcher, still in a rough state as the coroutines get locked when loading.
2021-05-25 21:02:38 -04:00
David Morgan fd4d515004 fix: Stream loading from baby manager
Addressed issue with streams not updating correctly with editor selection, added Dispatcher as required component for manager
2021-04-21 11:40:41 -04:00
David Morgan b701b4d1f6 Merge branch 'tutorial/revit-unity' into dm/playspace 2021-04-20 19:10:40 -04:00
Matteo Cominetti 3526e8eba7 feat: tutorial - start 2021-04-17 19:28:03 +01:00
Matteo Cominetti 4241e4a619 feat: tutorial - finish 2021-04-17 19:25:53 +01:00
David Morgan ab00f1911b 🆙 reads in branches and commits
main test function reads in test info for streams, commits , and branches
2021-04-17 02:22:57 -04:00
David Morgan ef21c7d885 feat: basic stream manager with editor functioning
started mono object for pulling speckle streams into the a receiver
2021-04-16 21:50:56 -04:00
David Morgan b2f08d6ff0 Merge branch 'dev' into dm/playspace 2021-04-16 17:33:56 -04:00
Matteo Cominetti d9c222bf92 Merge branch 'dev' into tutorial/revit-unity 2021-04-14 15:03:19 +01:00
Matteo Cominetti 28893c4fbe feat: updates core 2021-04-14 15:02:55 +01:00
Matteo Cominetti bc9743f750 feat: adds first person controller 2021-04-14 14:38:05 +01:00
Matteo Cominetti f2337f6e6b feat: applies renderMaterial when set on parent object 2021-04-13 18:14:29 +01:00
David Morgan 9a2d042b75 init
just getting setup up
2021-03-25 19:58:53 -04:00
Matteo Cominetti 465ccabd43 feat: adds support for nested "elements" 2021-03-23 19:24:16 +00:00
Matteo Cominetti 42be9c9f24 fix: correctly attaches revit properties to mesh when receiving from revit 2021-03-23 19:09:26 +00:00
Matteo Cominetti 1f7dd51111 feat: updates core and objects, adds missing prefab to scene 2021-03-23 18:02:20 +00:00
Matteo Cominetti 436565e10a Merge branch 'dev' into main 2021-03-11 18:07:28 +00:00
Matteo Cominetti 0691256054 feat: updates core, disables line and curves to native, disables rigidbody 2021-03-11 18:07:12 +00:00
Matteo Cominetti 65680b9162 Merge branch 'main' of github.com:specklesystems/speckle-unity-wip into main 2021-03-02 17:56:05 +00:00
Matteo Cominetti 2761450b39 feat: adds support for View3D and shows sample usage 2021-03-02 17:55:37 +00:00
Matteo Cominetti 1d9ef8aca5 feat: updates objects 2021-03-02 17:55:17 +00:00
Matteo Cominetti 8256a51e76 Merge pull request #9 from specklesystems/dev
Dev
2021-02-19 18:09:13 +00:00
Matteo Cominetti c48af807f5 docs: updates readme 2021-02-19 18:08:35 +00:00
Matteo Cominetti dcb81351d1 feat: various improvements in the SpecklePlayGround scene, including support for nested data structures in & out 2021-02-19 17:32:11 +00:00
Matteo Cominetti acf7a7b11f feat: receiver class supports multiple clients 2021-02-19 11:17:55 +00:00
Matteo Cominetti 84ddf19927 fix: speckle data reusing old props 2021-02-19 11:17:23 +00:00
Matteo Cominetti ecd44b14d1 feat: improves ui and basic commands 2021-02-15 20:08:26 +00:00
Matteo Cominetti 1c08d2cb5a feat: adds support for speckle metadata when sending and receiving, closes #5 2021-02-12 19:32:36 +00:00
Matteo Cominetti 3f1e34788a feat: adds (basic) material support Speckle > Unity 2021-02-12 17:30:50 +00:00
Matteo Cominetti 57b51affc0 feat(sender): makes sender async and reporting progress 2021-02-11 20:07:33 +00:00
Matteo Cominetti fcaa65e7ae feat(receiver): makes receiver properly async and adds progress reporting 2021-02-10 20:17:07 +00:00
Matteo Cominetti 6c8e2d3635 feat: updates to use core 2.0.2 2021-02-09 18:12:08 +00:00
Matteo Cominetti a4e0f06013 feat: adds scriptableobject example 2021-01-12 18:45:43 +00:00
Matteo Cominetti 43c6643d1a feat: restores borked scene 2021-01-12 17:56:51 +00:00
Matteo Cominetti bfed56c993 feat: adds license and readme 2021-01-05 16:28:12 +00:00
Matteo Cominetti 96d1966b9a docs: adds license and readme 2021-01-05 16:25:10 +00:00
Matteo Cominetti 9482563f4a feat: adds previously excluded unity garbage 2021-01-05 16:03:37 +00:00
Matteo Cominetti 865d27ea26 feat: adds sender logic and other fancy stuff 2021-01-05 15:58:20 +00:00
Matteo Cominetti db3798eadd adds basic ui 2021-01-04 23:15:19 +00:00
Matteo Cominetti c5f79f84ac fixes subs and restructures proj 2021-01-04 21:18:50 +00:00
Matteo Cominetti 877023293e adds support for units 2020-12-29 18:25:39 +00:00
Matteo Cominetti 771b9c60c1 gets rid of unity wrapper classes 2020-12-29 18:15:33 +00:00
Matteo Cominetti a0e5dcd159 feat: adds receving logic 2020-12-28 20:08:51 +00:00