Matteo Cominetti
4dfd26f730
feat: updates playground
2021-07-08 16:00:09 +01:00
Matteo Cominetti
b071f87d48
refractor: restores 2 space indent
2021-07-08 15:54:32 +01:00
Matteo Cominetti
0ba69b311b
Merge remote-tracking branch 'david/editorDM' into main
...
# Conflicts:
# Assets/Speckle Connector/Editor/StreamManagerEditor.cs
2021-07-08 15:53:01 +01:00
Matteo Cominetti
bb3c7df806
Merge pull request #26 from specklesystems/dim/quick-fix
...
feat(core): dispose transport flag for receiving
2021-07-08 15:35:44 +01:00
Matteo Cominetti
1e0d533fab
feat: updates playground
2021-07-08 15:31:53 +01:00
Matteo Cominetti
4ad1387de8
feat: updates playground scene
2021-07-08 15:21:25 +01:00
Matteo Cominetti
b090a881a5
feat: updates core
2021-07-08 14:56:58 +01:00
Dimitrie Stefanescu
1fd0ea9873
fix: one more call fixed
2021-07-05 07:53:25 +01:00
Dimitrie Stefanescu
ccde4ed9a2
feat(core): dispose transport flag for receiving
...
re https://github.com/specklesystems/speckle-sharp/pull/557 (not essential; default behaviour still
ok, but this is to keep things aligned)
2021-07-05 07:42:25 +01:00
David Morgan
5ae2893733
fix: checking for bbox
...
Issue with bbox not being set on all mesh objects of Base
2021-07-01 10:17:50 -05:00
David Morgan
5922e373eb
feat: Basic UV support
...
Added simple logic for creating UV's during mesh creation.
2021-06-30 19:11:08 -05:00
David Morgan
97125e251f
fix: Removed Newtonsoft.Json.dll
...
Seems like this .dll is already referenced in the packages-lock.json
2021-06-30 17:45:57 -05:00
David Morgan
bc2c8269ed
fix: Stream Manager Editor account info display
...
Changed StreamManagerEditor.cs to use account email rather than username since the popup utility will squash similar string values
2021-06-30 17:44:32 -05:00
David Morgan
054fe68fc3
feat: non leaking meshes generated in editor mode
...
Addressed issue with unity bugging out over meshes being created in editor mode by modifying the conversion process ConverterUnity.Geometry.cs. Also modified stream manager to manage the RecursiveConverter.cs component access
2021-06-30 17:40:38 -05:00
Matteo Cominetti
d975978800
feat: updates sample scene
2021-06-29 22:13:22 +01:00
Matteo Cominetti
8a1e781e9e
Merge pull request #23 from specklesystems/editor2
...
feat: receive in editor mode
2021-06-29 20:27:09 +01:00
Matteo Cominetti
fd2f4cf175
feat: receive in editor mode
2021-06-29 20:26:36 +01:00
Matteo Cominetti
0a3304f958
feat: updates core and sets sourceApp on send
2021-06-15 13:51:34 +01:00
Matteo Cominetti
29e74841ef
Merge pull request #15 from specklesystems/tutorial/revit-unity
...
Receiver and material improvements
2021-04-21 19:13:03 +01:00
Matteo Cominetti
13481e5932
feat: minor cleanup
2021-04-21 19:12:18 +01: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
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
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