Unity

最新版本 Unity 2020.2.4

Unity 2020.2.4

Unity 2020.2.4
Unity 是一個遊戲開發生態系統:一個強大的渲染引擎完全集成了一整套直觀的工具和快速的工作流程來創建交互式的 3D 和 2D 內容; 輕鬆的多平台發布; 成千上萬的質量,在資源商店和知識共享 community.

For 獨立開發者和工作室,Unity&rsquo 的現成的資產; S 民主化生態系統摔破的時間和成本障礙,創造獨特的美麗的遊戲。他們使用 Unity 打造民生做他們喜歡的事情:創建遊戲在任何 platform.

Unity 特點是鉤和喜悅的球員:

Workflow
Rapidly 組裝您的場景在一個直觀的,可擴展的編輯工作區。為對你的成品 game.

Quality
Create 與 AAA 視覺逼真度,音頻和全油門動作執行平整光潔任何 screen.

2D 和放大器遊戲快速迭代播放,測試和編輯; 3D
Get 專用於 2D 和 3D 內容創建與利用共享 conventions.

Animation
Unity&rsquo 的高效的工作流程工具; S 唯一強大和靈活的動畫系統帶來生命的任何字符或物體與難以置信天然和流體 movement.

Performance
Reliable 性能,光滑幀率,和高超的遊戲跨越目標 platforms.

Multi-platform
No 其他遊戲引擎發揮的經驗給你這麼多的發布平台與近費力 deployment.

Unity 雲 Build
Get 選擇你的構建與新的雲服務構建的簡單方法。檢測項目中的變化,你的工作,並建立對您的設備自動傳送,或可玩的 Web.

Note:Unity 是免費的,自帶 Unity Pro.

Also 提供全功能的 30 天試用版:下載 Unity 為 Mac

ScreenShot

軟體資訊
檔案版本 Unity 2020.2.4

檔案名稱 UnityDownloadAssistant-2020.2.4f1.exe
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 Unity Technologies
官網 http://unity3d.com/unity
更新日期 2021-02-13
更新日誌

What's new in this version:

Fixed:
- Android: Fixed rendering artifacts when using HDR rendering with MSAA on sold Mali Bifrost GPUs
- Asset Pipeline: The Assembly version is no longer included in the script type hashes that was used for script type dependencies
- Build Pipeline: During Player build, the progress bar would display the message "Bunding and compressing data", which contains a typo. This has been fixed to read "Bundling and compressing data"
- Burst: Fixed a crash when a call to System.Diagnostics.Debugger.Break from a Burst-compiled job or function pointer was called without a debugger attached
- DX12: Fixed GPU hang due to corrupt SRV
- Editor: Fixed an issue with the progress bar on windows when user code drives it in "non-modal" way
- Editor: Fixed crash in some progress bar scenarios that resulted in recursive repaints (e.g. after turning on raytracing support in HDRP
- GI: Fixed an issue of a missing occlusion when baking LODs with the CPU lightmapper
- GI: Make the default skybox probe and ambient probe automatically baked until a first manual bake is done
- Graphics: Fixed a Severe one frame Motion blur artifacts issue that occurred on editing of blend shapes
- Graphics: Fixed an incorrect GeometryJob Fence initialisation that caused graphical corruption in UI canvas rendering
- Graphics: Fixed an issue where ComputeShader.SetConstantBuffer caused a freeze
- IL2CPP: Emit compilable C++ code for C# string literals containing the "//" character sequence
- IL2CPP: Ensure that FieldInfo objects for the same base class field from two different derived types do not match
- IL2CPP: Fixed an incorrect behavior of asynchronous file stream reads
- IL2CPP: Fixed an issue with re-throwing an exception from a catch that includes a nested try/catch block
- iOS: Fixed an issue where UnityWebRequest sometimes got stuck on iOS 14.2+ when using ARFoundation
- Kernel: Fixed random crash while executing TLSAllocator::FrameMaintenance
- Linux: Automatically install toolchain for building Linux IL2CPP players when Linux IL2CPP component present
- Package: Fixed an issue where Burst would erroneously error on BurstCompile.CompileFunctionPointer calls when building for the DOTS Runtime
- Package: Fixed an issue where clang segmentation fault on iOS when member function debug information were emitted, it is disabled for this platform now
- Package: Fixed an issue where explicitly casting from an int to IntPtr would not sign extend the value
- Package: Fixed DOTS Runtime JobProducer Bursting code to support JobProducers with multiple generic arguments, complex job wrapper and generic jobs
- Package: Fixed managed implementations of blend_epi32 and mm256_blend_epi32 intrinsics on Mono
- Package: Intrinsics: Neon - fixed vget_low and vget_high producing suboptimal code
- Package Manager: Fixed an issue where users cannot use downloaded filter for the My Assets tab in Package Manager UI
- Particles: Fixed an issue where Rate over Distance emission sets particle ages correctly
- Profiler: Fixed an issue with sending enable/disable recording messages to connected players, where the player would not respond to the message correctly
- Scripting: Fixed an issue where Response files list (csc.rsp) was not passed up to external compilers
- Serialization: Fixed a crash when opening the Preset window on an object containing SerializeReference with instances accessible from multiple property path
- Shaders: Fixed an issue where the Shader compiler did not handles CR line endings
- Shaders: Fixed an issue where the Shader compiler would generate calls to bitfieldExtract when building for OpenGL ES 3 or WebGL 2
- Shaders: Fixed incorrect code being generated for GATHER_PO instruction on Vulkan
- Text: Fixed an issue where changes to TextMesh.color could be rendered a frame too early
- UI: Fixed an issue where if a aspectRatioFitter has a parent assigned afterwards the cached parent wouldn't update properly
- UI Toolkit: Binding operations are done asynchronously to improve performance and avoid editor lockup
- UI Toolkit: Fixed an issue where Right-click context menu on properties would not show on every bound field
- UI Toolkit: Fixed an issue where UQuery: Query<VisualElement> would not correctly returns all elements
- UI Toolkit: Fixed an issue with Focus() method on TextField controls
- UI Toolkit: Fixed Element not visible after being hidden/shown in a specific sequence issue
- UI Toolkit: Fixed missing icons when the atlas render texture was destroyed by the engine
- UI Toolkit: Fixed wrong addressing of dynamic transforms issue when new atlas slot is used
- Video: Fixed an issue where the VideoPlayer.frameReady was not invoked for some frames
- Video: [MacOS] Fixed an issue where UrlSource streaming stuttered in Video Player
- XR: Fixed a deadlock when Windows player is invisible with VR enabled
- XR: Updated the verified AR Foundation related packages to 4.0.10. Please see the AR Foundation package changelog for details

API Changes:
- GI: Added: Added two new callbacks: LightProbes.needsRetetrahedralization which is called whenever the current registered probes and tetrahedralization are out of sync, and LightProbes.tetrahedralizationCompleted which fires after (re-)tetrahedralization is done.
- UI Toolkit: Changed: ChangeEvent are now called on bound field when value is first set on the control and matches default value

Changes:
- Graphics: Update SRP packages to 10.3.1 (1300426)
- Package Manager: Update com.unity.purchasing to 2.2.2
- Timeline: Updated Timeline package to version 1.4.6

Improvements:
- Package: Update ProBuilder to 4.5.0.
- Package: Upgrading input system package to 1.0.2
- Scripting: Added support for Unity Version Defines in Assembly definition import options
- This feature improvement allows scripts to easily specify different code snippets for different unity version ranges. This is especially useful for introducing calls to newly added public APIs, in which case these API calls needs to be guarded by defines based on a unity version range of a given unity version or later.
- Unity version range expression syntax is the same as package version range expressions. Unity version format differs from package version format, thus Unity version expressions are evaluated based on some rules specific to the Unity version format:
- Comparison of release types follows the following rules: a<b<f=c<p<x. So eg. an alpha version is always smaller (earlier) than a beta version, regardless of the Incremental version.
- The unity versions are allowed to have suffixes (e.g 2020.1.3-bonfire) which are ignored by the unity version comparison code
- Chinese releases are equivalent to public releases (f) so for the sake of comparison in the version range expression 2020.1f3 would be equal to 2020.1c3[
- experimental releases don't include an Incremental Version - e.g. everything after 2020.2.1x would be treated as suffix and ignored by the version comparison.
- Scripting: Improved code readability and naming consistency with the Unity 2021.2 and 2021.1 codebase
- Shaders: Shaders can now use UNITY_PLATFORM_<PLATFORM_NAME> defines to specialize compilation per build target platform (examples: UNITY_PLATFORM_OSX, UNITY_PLATFORM_WINDOWS).

Unity 2020.2.4 相關參考資料
Download Archive - Unity

Unity 2020.2.4 &middot; Unity 2020.2.3 &middot; Unity 2020.2.2 &middot; Unity 2020.2.1 &middot; Unity 2020.2.0 &middot; Unity 2020.1.17 &middot; Unity 2020.1.16 &middot; Unity 2020.1.15.

https://unity3d.com

What&#39;s new in Unity 2020.2.4 - Unity

Unity 2020.2.4. Install this version with Unity Hub. Additional downloads. Select the runtime platforms of your choice from the list below (the&nbsp;...

https://unity3d.com