Skip to content

Commit 2708cdf

Browse files
authored
Create 5.6.2p2.txt
1 parent 6f16d38 commit 2708cdf

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

5.6-Patch/5.6.2p2.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Patch 5.6.2p2
2+
Released: 6. July 2017
3+
4+
Changes
5+
6+
Android: Removed tapjacking protection because it causes touch input to be lost when a transparent overlay is shown on top of the Unity view.
7+
GI: Support for per object cast and receive shadows in the Progressive Lightmapper. For Cast Shadows only On and Off options are supported.
8+
9+
Fixes
10+
11+
(925765) - Editor: Fixed an issue whereby moving multiple objects made only one of them to move according to handles.
12+
(none) - GI: Progressive Lightmapper: Fixed scene dependent issues with dark edges on charts lying near the lightmap border.
13+
(919044) - Graphics: Fix for miscalculating the size of the view required for a buffer which will be used as the source for an Indirect Draw/Dispatch call.
14+
(919058) - IL2CPP: Fixed a crash in QueryComponentByType when animation was used with engine code stripping enabled and there was no Sprite Renderer component in any scene in the build.
15+
(913886) - iOS: Fixed Application.installMode for apps downloaded from AppStore.
16+
(none) - Linux: Work around change in glibc TLS allocation behavior in certain distributions.
17+
(923903) - Multiplayer: NetworkTransport.Send() leaks memory.
18+
(881764) - Multiplayer: Fixed an issue with network transport host being removed with invalid host id, when using custom network connection (NetworkConnection override).
19+
(923135) - Physics: Fix for "PolygonCollider2D.points" reporting "Assertion failed on expression: 'm_data == NULL'" when setting a new Vector2 array to it.
20+
(886331) - UI: Fixed a regression that caused a crash of the Editor when adding a Text component to a GameObject via a script.
21+
(896933) - UI: Fix for Event System not updating when the application was not focused on macOS/Linux/UnityRemote/VR.
22+
(911562) - UnityWebRequest: Fix for broken audio clip when download is chunked.
23+
(921259) - UnityWebRequest: Fixed the issue of absolute redirect URL not escaped.
24+
(915277) - VR: Fixed an issue that was causing eye flickering in Daydream.
25+
26+
Known Issues
27+
28+
(927097) - UI: In order to call GetTransformInfoExpectUpToDate, RendererUpdateManager.UpdateAll must be called first when adding RectTransform.
29+
(926885) - iOS: Only half of sprite is visible on built app.
30+
31+
Revision: a53d5f937d71

0 commit comments

Comments
 (0)