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.
- Added support for the Steam authentication flow.
8
+
- Added the ability to acknowledge `AuthorityLossImminent` messages.
9
+
- Added an `Open Inspector` button to the `SpatialOS` menu in the Unity Editor.
10
+
- Added support for local mobile development.
11
+
- Added a changelog.
12
+
- Added field level dirty markers in components. This allows for partial automatic component updates to be sent.
13
+
14
+
### Changed
15
+
16
+
- Changed the allocation type used internally for Unity ECS chunk iteration from `Temp` to `TempJob`
17
+
- Running a build in the Editor no longer automatically selects all scenes in the Unity build configuration
18
+
-`Improbable.Gdk.Core.Snapshot.AddEntity` now returns the `EntityId` assigned in the snapshot.
19
+
20
+
### Fixed
21
+
22
+
- Fixed a bug where deserialising multiple events in a single component update only returned N copies of the last event received, where N is the number of events in the update.
23
+
- Fixed a broken link to the setup guide in an error message.
24
+
25
+
## `0.1.1` - 2018-10-19
26
+
27
+
### Added
28
+
29
+
- Better error messages when missing build support for a target platform.
30
+
- Better error messages for common problems when downloading the Worker SDK.
31
+
32
+
### Changed
33
+
34
+
- Position updates are now sent after all other updates.
35
+
- Simplified the heartbeating system in the `PlayerLifecycle` feature module.
36
+
- Updated the `README` and "Get Started" guide.
37
+
38
+
### Fixed
39
+
40
+
- The `GameLogic` worker is run in headless mode.
41
+
- The `Clean All Workers` menu item now works.
42
+
43
+
## `0.1.0` - 2018-10-10
44
+
45
+
The initial alpha release of the SpatialOS GDK for Unity.
0 commit comments