Unity

最新版本 Unity 2021.1.2

Unity 2021.1.2

Unity 2021.1.2
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 2021.1.2

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

What's new in this version:

Improvements:
- Graphics: Add control to independently clear stencil buffer in CommandBuffer api.
- Graphics: NvnDebugHud uses a different layout to display memory labels, allowing all labels to be displayed on screen.
- Graphics: Switch shader compiler did not report correct error lines when compilation failed from included files. It is now fixed.
- Scripting: CompiliationPipeline.GetAssemblies will now correctly include Roslyn analyzers in ScriptCompilerOptions.
- XR: Removed "Preview" text from UI display element.

API Changes:
- Graphics: Added: New API functions with no side effects in DynamicResolutionHandler, to retrieve resolved drs scale and to apply DRS on a size
- Graphics: Added: New API in DynamicResolutionHandler to handle multicamera rendering for hardware mode. Changing cameras and resetting scaling per camera should be safe.

Changed:
- HDRP: Updated Wizard to better handle RenderPipelineAsset in Quality Settings
- Package: Updates com.unity.cinemachine to 2.7.3
- Shadergraph: Fixed a bug where property deduplication was failing and spamming errors (1317809)
- Timeline: Updated Timeline package to version 1.5.4
- XR: The Oculus XR Plugin package has been updated to 1.9.0

Fixed:
- Animation: Fixed issue where Timeline would stay stuck after going to Play Mode
- Asset Import: Fixed issue where OnAssignedMaterialModel is not called for meshes that get a default material assigned
- Asset Pipeline: : Fixed asset that could get reported when projectsetting.asset file is modified directly
- Build Pipeline: Fixed excessive garbage collection occurring during the build process
- Editor: Fixed "Lightmap Static" being displayed instead of "Contribute GI" in the editor Static flags dropdown
- Editor: Fixed "TLS Allocator" error when using Asset Store Tools
- Editor: Fixed for Window with 'hasUnsavedChanges' set to true not being saved when closed with Middle Mouse Button
- Editor: Fixed IsArrayReorderable method producing errors in Reflect package
- Editor: Fixed multi-target ReorderableLists that have more than the maximum allowed multi-edit number of elements appearing as empty
- Editor: Fixed ReorderableList allocating memory when getting multi-target array size
- Editor: Fixed reordering lists with Gradient elements being visually outdated after reorder
- Editor: On Windows, a maximized instance of Unity on a second, lower resolution display will now remain maximized on that display when the Editor is restarted
- Editor: Removed EditorGUIUtility.GetSkinnedIcon and EditorGUIUtility.GetSkinnedIconForDpi to fix unloading of unused textures. Moved part of the implementation in C++ while keeping the features provided by the removed functions.
- Editor: Using an unsupported keyCode in a shortcut attribute no longer throws any exceptions
- GI: Fixed a null pointer bug in graphics bindings
- GI: Fixed progressive updates not working for the first bake of an editor session
- Graphics: Calculating correct rtHandleScale by considering the possible pixel rounding when DRS is on
- Graphics: First Material data is used for Shadowmap rendering when using multiple Materials with the same Shader and different properties
- Graphics: Fix for async texture deletion to make sure graphics commands have completed first
- Graphics: Scissor test was automatically disabled when changing render-targets. It is not the case anymore and is consistent with other platforms.
- HDRP: Fixed missing Update in Wizard's DXR Documentation
- HDRP: Fixed multicamera rendering for Dynamic Resolution Scaling using dx12 hardware mode. Using a planar reflection probe (another render camera) should be safe.
- HDRP: Fixed pixelated appearance of Contrast Adaptive Sharpen upscaler and several other issues when Hardware DRS is on
- IMGUI: Fixed an issue where clearing search field using 'x' button does not register changed event
- iOS: Fixed a UnityWebRequest issue that caused freezing on background/resume when the device is offline
- iOS: Fixed FixedUpdate being called on startup more times than should be to account for Time.deltaTime on first Update
- Particles: Fixed incorrect error check in SetParticles that would cause an exception to be thrown when the offset value was equal or greater than the particles array length.
- Physics: Ensure that a Kinematic Rigidbody2D continues to accept MovePosition and/or MoveRotation commands when nested as a child of another Rigidbody2D
- Physics: Fixed Collision.relativeVelocity being calculated incorrectly when an ArticulationBody was part of the contact pair
- Scene Manager: This change prevents Unity from crashing when the asset of the current opened scene has been deleted, a new scene asset is imported, with same GUID, and the user chooses "reload".
- Scripting: Fixed Filename/Line extraction in logs not working correctly in some edge cases
- Scripting: Fixed a problem when adding UI Toolkit pkg to a project where a scripted imported from the pkg would get rejected and exceptions would be reported to the user.
- Scripting: Fixed ScriptUpdater crash when Editor is installed in a folder with spaces in the path
- Serialization: Fixed regression where Event code could be stripped from build when using il2cpp
- Services: Fixed a bug where the crash reporting symbol uploader process would crash on Apple M1 hardware
- Services: Fixed a bug where the crash reporting symbol uploader process would crash on parsing certain dSYM files
- Shaders: Fixed #pragma once directive not working correctly with the caching preprocessor
- Shaders: Fixed a rare crash when upgrading shaders
- Shaders: Fixed incorrect code generated by HLSLcc for textureQueryLod GLSL function
- Shaders: Fixed incorrect line numbers reported for errors in shader files when using Caching preprocessor
- Shaders: Fixed shader compilation regression on Win 7
- Shaders: Fixed shader keyword overflow when doing a build
- Shaders: Fixed sprites using default sprite material not rendering in the Editor when build target is set to console
- Timeline: Fixed error message when playing an audio track from its last sample
- Video: Calling VideoPlayer.Prepare and VideoPlayer.StepForward produces a frame on a Render Texture
- WebGL: Added support for detecting Chrome and Firefox browsers on iOS devices. Fixes an issue that Chrome and Firefox browsers would fail to load on iOS 14.4.
- WebGL: Changed behavior of Application.OpenURL() for the WebGL platform to open an URL in a new browser tab instead of opening the URL in the current browser tab and thus navigating away.
- Windows: Setting a custom cursor now respects Windows DPI and Ease of Access settings related to the cursor size
- XR: Always disable optimized frame pacing when using XR
- XR: Fixed rect used by scissor test on Vulkan
- XR: Fixed URP Vulkan shows low perf on stress test when running development build
- XR: Updated XR Interaction Toolkit to 1.0.0-pre.3

Unity 2021.1.2 相關參考資料
What's new in Unity 2021.1.0 - Unity

Install this version with [Unity Hub](unityhub://2021.1.0f1/61a549675243). ### Additional downloads Select the runtime platforms of your choice from the list ...

https://unity3d.com

What's new in Unity 2021.1.2 - Unity

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

https://unity3d.com