You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@
7
7
- Changed the format of the BuildConfiguration asset. Please recreate, or copy it from `workers/unity/Playground/Assets/Config/BuildConfiguration.asset`.
8
8
- Command request and responses are no longer constructed from that static methods `CreateRequest` and `CreateResponse`. Instead they are have constructors that take the same arguments.
9
9
- The `Require` attribute has moved from the `Improbable.Gdk.GameObjectRepresentation` namespace to the `Improbable.Gdk.Subscriptions` namespace.
10
-
- The generated Readers have been renamed, previously they were called `{COMPONENT_NAME}.Requirable.Reader`, now they are called`{COMPONENT_NAME}Reader`.
10
+
- The generated Readers have been renamed from `{COMPONENT_NAME}.Requirable.Reader` to`{COMPONENT_NAME}Reader`.
11
11
- The Reader callback events' names have changed.
12
12
-`On{EVENT_NAME}` is now `On{EVENT_NAME}Event`.
13
13
-`{FIELD_NAME}Updated` is now `On{FIELD_NAME}Update`.
14
-
- The generated Writers have been renamed, previously they were called. `{COMPONENT_NAME}.Requirable.Writer` to `{COMPONENT_NAME}Writer`.
14
+
- The generated Writers have been renamed from`{COMPONENT_NAME}.Requirable.Writer` to `{COMPONENT_NAME}Writer`.
15
15
- The Writer send method names have changed.
16
16
-`Send{EVENT_NAME}` is now `Send{EVENT_NAME}Event`.
0 commit comments