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
Fixed issues with garbage collection in Asset Store editor bindings which could cause the Asset Store to report JavaScript errors about undefined variables (most frequently "this.fromContext.results", "a.title" or "b.title").
7
+
8
+
Android
9
+
10
+
Fixed crash with Unity Android non-pro ('basic') license.
11
+
Fixed corrupted splash image on Icecream-Sandwich.
12
+
Allow audio playback only when application is focused (prevents audio on the unlock screen).
13
+
Made sure the on-device-profiler only uses active network interfaces.
14
+
Fixed an issue where mscorlib.dll could not be found.
15
+
16
+
iOS
17
+
18
+
Fixed random crashes when building with Xcode 4.2 (iOS SDK 5.0).
19
+
Fixed crash with auto-rotation on iOS 5.
20
+
Disabled workaround for ipad2 driver bug with msaa+colormask+blend when running on iOS 5 (was fixed by Apple).
21
+
Made Cache Path for AssetBundles be compatible with new Apple Guidelines: /Library/Caches instead of /Documents.
22
+
23
+
Monodevelop
24
+
25
+
Fixed compilation issues of Javascript.
26
+
27
+
Webplayer
28
+
29
+
Workaround for NVidia driver issue in Mac OS X 10.7.2, which makes web players display garbage on certain NVidia GPUs.
0 commit comments