Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.56 KB | None | 0 0
  1. Unity 5.0 Beta 18
  2. Improvement
  3.  
  4. Profiler: Stop collecting GPU data when GPU Profiler chart is closed
  5. Profiler: Stop collecting profiler's data on Player's side if recording is disabled
  6. Timeline Profiler: Add proper detailed names to Physics Jobs and prefix the names with "PhysX".
  7. Fixes
  8.  
  9. 2D: Sprite Packer page list is now refreshed after packing.
  10. 2D: Sprite importer multiediting now works for packing tag, pixels per unit and extrude fields
  11. 2D: Sprite name can't be empty, or contain characters that are not supported in assets when created from Sprite Editor
  12. 2D: Hotkey for sprite Trim 'T' doesn't intervene with sprites naming anymore
  13. Editor: Animation Window Add Property button not hiding for new project
  14. Editor: Fixed null exceptions from Animation Window when opening projects
  15. Editor: Shadows working correctly when zoomed in animation preview window
  16. Editor: Fix exception when clicking "Add Behaviour" button
  17. Editor: Remove unsupported OSX menu items (Start Dictation & Special Characters)
  18. Windows Store Apps: fix building Universal apps in batch mode
  19. Serialization: Added ability to do automatic fix of invalid references to scripts in scene file (to valid registered scripts)
  20. Serialization: Fixed windows Layout loading if script for previously opened custom window is absent
  21. Windows Phone/Windows Store Apps: Gyroscope.gravity returns same values as other platforms. It used to be inverted before.
  22. Windows Phone 8: Camera.ViewportToWorldPoint returns correct value in orthographic view.
  23. Shaders: Fixed legacy Diffuse Detail shader when in linear color space.
  24. Windows: Windows 10 reports SystemInfo.operatingSystem string properly.
  25. Graphics: Fixed "Tiled GPU perf. warning" in editor resulting in poor performance.
  26. Shaders: Fixed "Maximum number of shader keywords" error in editor resulting in really bad build-time performance.
  27. ParticleSystem: Fixed regression from Beta 17: Broke editor update of selected particle system.
  28. Editor: Reduce serialization depth limit warnings
  29. Scripting: Fix crash when calling DestroyImmediate in MonoBehaviour constructor
  30. Editor: Fix crash when executing a menu item from a static constructor
  31. Editor: Remove spurious "Platform modules already initialized" messsage when upgrading projects
  32. Linux: Trim device identifier
  33. Installers: Download Assistant on Mac doesn't ask for credentials again after downloading has completed
  34. Known Issues
  35.  
  36. On Windows 7, system dialog (File Open/File save) and homescreen/project launcher window, the editor in the background doesn't redraw properly when the window is dragged around
  37. Legacy Light Probes baked coefficients doesn't get upgraded to the new data format, probe coefficient data will be incorrect. New Light Probe Groups will behave correctly.
  38. Upgrade guide
  39.  
  40. The following are changes and fixes to 5.0 features and regressions...
  41.  
  42. Change
  43.  
  44. Shaders: Renamed UV1/UV2 in Standard shader detail UV selection to UV0/UV1.
  45. Editor: UI improvements to Standard shader emissive color/texture/intensity fields.
  46. Improvement
  47.  
  48. Plugins: Added default settings for plugins located in:
  49. Editor\x86
  50. Editor\x86_64
  51. WSA\SDK80
  52. WSA\SDK81
  53. WSA\PhoneSDK81
  54. WSA\UniversalSDK81
  55. Check Plugin Inspector documentation for more info
  56. Plugins: Only relevant Standalone plugin settings will be shown. For ex., OSX and Linux options won't be shown for native dll, because it cannot be used on those platforms
  57. Plugins: Added warning box for native plugins in plugin inspector, once native plugin is loaded by scripts, it cannot be unloaded until Unity is restarted.
  58. ReflectionProbes: Added QualitySettings.maxRealtimeReflectionBounces, this limits reflection bounces for realtime reflection probes.
  59. ReflectionProbes: When baking Custom probe, game object's name will be appended to the filename
  60. ReflectionProbes: When manually entering position values in the Transform inspector while in Box editing mode, the box will not move.
  61. ReflectionProbes: You can now set bake resolution for default reflection, it can be found in Lightmapping window
  62. TerrainCollider: Removed warning about TerranCollider no longer supports being a trigger from get_isTrigger
  63. Editor: Fixed undoing changes to light probe group
  64. Shaders: Added "keepalpha" surface shader directive to not force 1.0 to alpha channel for opaque objects.
  65. Deferred Shading: Standard shader outputs occlusion texture into diffuse g-buffer alpha channel.
  66. Documentation: Added documentation for "Optimizing Shader Load Time" and "WebGL Networking" plus lots of improvements and fixes in general
  67. API Updater: Introduced UnityAPICompatibilityVersionAttribute to allow updater to avoid checking assemblies already updated to / compatible with current Unity API.
  68. GI: Exposed modelling tolerance to lightmap parameters. This parameter allows setting the maximum size gap to be ignored by GI calculations.
  69. GI: Clamp AO distance to zero in UI. AO distance of zero means infinite length rays as it did in beast.
  70. GI: Added a baked lightmap tag. This can be used to force instances into specific baked lightmaps.
  71. Fixes
  72.  
  73. Editor: Fixed wrong color for editor progress bar in dark skin
  74. Editor: Fixed repaint issue on Win7 for windows under modal windows
  75. Editor: Recently used projects list now has separate keyboard selection and mouse hover again (hover changing selection was making "enter to reopen" unpredictable)
  76. Editor: Fix Windows repaint issues with windows behind modal windows on Win7
  77. Editor: Fix that undoing when creating assets would cause the temporary asset state to not be cleared
  78. Editor: Fix ctrl+click as context click for audio mixer groups
  79. ReflectionProbes: When baking probes, Unity will no longer bake shadows from objects which are not marked as ReflectionProbeStatic
  80. ReflectionProbes: Fixed a bug, where Unity would sometimes not rebake probes or default reflection, when material has a different cubemap setup.
  81. Plugins: Unity will correctly load native plugins from script even if the letter case won't match like it was in 4.x, for ex., if you write DllImport("plugin"), but on disk it's Plugin.dll (with upper case).
  82. Plugins: Fixed a rare crash when calling into native plugin from finalizer thread.
  83. Shaders: Fixed Sprites/Diffuse shader not handling transparency properly.
  84. Shaders: Fixed Standard shader using wrong texture scale/offset value.
  85. Shaders: Fixed Standard shader wrongly falling back to VertexLit when lower shader LOD is set.
  86. Shaders: Fixed exceeding maximum shader keywords sometimes resulting in crashes.
  87. Metal: Fixed some shaders not compiling properly (if they change global variables from inside of the shader).
  88. Reflection Probes: Realtime probes more efficient on mobile GPUs (less framebuffer restores).
  89. Graphics: Texture2D.SetPixel and friends work with floating point texture formats (TextureFormat.RGBAFloat etc.) now.
  90. Graphics: Floating point texture formats (TextureFormat.RGBAFloat etc.) work on D3D9 now.
  91. Editor: Don't show "Fix now" button for legacy cubemaps in shader UI, fixes crash.
  92. Editor: Fixed emissive Standard materials getting same emission color when multi-edited.
  93. Editor: Fixed semaphore issue on OSX
  94. iOS: Fixed allocator assert when doing skinning
  95. API Updater: After being updated, some assemblies fails PEVerify with message "[MD]: An attempt was made to load a program with an incorrect format."
  96. GI: Fix issue with too high intensity GI in the players.
  97. GI: Fix issue with lightprobes when baked multiple time in non-continuous mode.
  98. GI: Make sure GI has converged before issuing reflection probe jobs.
  99. GI: Fix skybox appearing very dark in gamma rendering mode.
  100. GI: Fix for creating lightmap data assets larger than 4GB.
  101. GI: Fix spurious errors when converting area lights for GI.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement