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 Oct 20, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@
16
16
17
17
- Fixed clients hanging when quitting the game [#188](https://github.com/spatialos/gdk-for-unity-fps-starter-project/issues/188)
18
18
19
+
### Internal
20
+
21
+
- Disabled Burst compilation for all platforms except for iOS, because Burst throws benign errors when building workers for other platforms than the one you are currently using. [#977](https://github.com/spatialos/gdk-for-unity/pull/977)
22
+
- Enabled Burst compilation for iOS, because disabling results in an invalid XCode project. [#975](https://github.com/spatialos/gdk-for-unity/pull/975)
23
+
19
24
## `0.2.2` - 2019-05-15
20
25
21
26
### Breaking Changes
@@ -41,11 +46,6 @@
41
46
42
47
- Fixed a bug where your own gun would not appear until after you moved around for a while.
43
48
44
-
### Internal
45
-
46
-
- Disabled Burst compilation for all platforms except for iOS, because Burst throws benign errors when building workers for other platforms than the one you are currently using. [#977](https://github.com/spatialos/gdk-for-unity/pull/977)
47
-
- Enabled Burst compilation for iOS, because disabling results in an invalid XCode project. [#975](https://github.com/spatialos/gdk-for-unity/pull/975)
0 commit comments