Unity 歷史版本列表
Unity 是一個遊戲開發生態系統:一個強大的渲染引擎完全集成了一整套直觀的工具和快速的工作流程來創建交互式的 3D 和 2D 內容; 輕鬆的多平台發布; 成千上萬的質量,在資源商店和知識共享 community.For 獨立開發者和工作室,Unity&rsquo 的現成的資產; S 民主化生態系統摔破的時間和成本障礙,創造獨特的美麗的遊戲。他們使用 Unity 打造民生做他們喜歡的事情:創建遊戲... Unity 軟體介紹更新時間:2021-02-04
更新細節:
What's new in this version:
- Add 3 translations to the program. French, German and Italian
- Updated default registry and file permissions for Windows 10 as of Jan 19th 2021
更新時間:2021-02-01
更新細節:
What's new in this version:
Added:
- Automatically adapt to light/dark system theme changes (Windows/macOS only)
Changed:
- Show window title as tooltip on system tray
- Compress Snap release as LZO for faster initial startup
- Password generator: Set maximum selectable password length to 999
Fixed:
- Fix crash on app close when using SSH agent
- Fix KDF selection showing wrong item when using Argon2id
- Automatically close About dialog on database lock if it is still open
- Linux: Fix automatic launch at system startup with AppImages
- Linux: Fix click-to-move on empty area activating when using menus
- Linux: Try multiple times to show tray icon if tray is not ready yet
- macOS: Fix KeePassXC blocking clean shutdown
更新時間:2021-01-29
更新細節:
更新時間:2021-01-25
更新細節:
更新時間:2021-01-22
更新細節:
What's new in this version:
Fixes:
- AI: Fix NavMeshAgent oscillates across a point when moving close to edges
- AI: Fixed a crash that occured during building Navmesh from multi-floor multi-area-type source.
- AI: Fixed an editor crash when a mesh used for baking the NavMesh got destroyed.
- AI: Fixed exception when requesting a path with a negative agent type ID.
- Android: Export gradle project failing when using custom base build.gradle only the first time.
- Android: Fix regression in 180 degree rotation reporting.
- Android: Fixed a framebuffer fetch on Adreno issue.
- Android: Fixed an issue where draws after indirect draw result in corrupt geometry on Adreno.
- Android: Fixed issue when Unity Remote system is unable to connect to Android devices due to incorrect adb executable file path.
- Animation: Fixed a crash caused by Avatars in Prefabs.
- Animation: Fixed crash when calling SamplePlayableGraph with Custom Playable
- Asset Bundles: Fixed occasional graphics job related crash when unloading an AssetBundle that contains Shaders
- Asset Import: Fixed "ArgumentOutOfRangeException: StartIndex cannot be less than zero" errors when selecting some specific Models.
- Asset Import: Fixed issue where meshes with no material assigned in FBX files are imported with a transparent material.
- Asset Import: Fixed wrong pivot conversion when ResampleCurves is disabled in ModelImporter.
- Asset Pipeline: Fixed an issuw where previews of assets using SRP were pink when the pipeline hasn't been persisted.
- Asset Pipeline: Fixed issue where Assertion failed on expression: 'txn.IsBlacklistEmpty()' was being triggered, due to certain checks not happening before a Refresh was deemed completed.
- Audio: In the editor the audio output device is now automatically suspended after a longer duration of inactivity in order to allow the operating system to enter sleep mode. This can be disabled in the audio project settings
- Burst: Fixed a bug in LLVM that it would incorrectly convert some memset -> memcpy if both pointers derived from the same memory address, and where one indexed into the 0th element of the pointer.
- Burst: Fixed a failure on linux builds where libdl.so cannot be found.
- Burst: Fixed managed implementation of sub_ss intrinsic.
- Burst: Made math.shuffle compile correctly when non-constant ShuffleComponent's are used.
- DX12: Fixed a crash when executing a CommandBuffer that references a deleted RayTracingAccelerationStructure object.
- DX12: Fixed recurring errors in the Console window when using Light Probe mode Off usage and ray tracing.
- DX12: Fixed [D3d12 - "Failed to create a heap!"] message when starting editor in D3D12 mode
- Editor: C# scripts containing instructions in disabled conditional sections that are located before preprocessor directives are now correctly imported.
- Editor: Fixed a crash occurring in the Recent Scenes menu option when a Scene is unloaded in SceneOpenedCallback.
- Editor: Fixed a FileNotFoundException issue when using gzip compression for WebGL on Linux.
- Editor: Fixed an issue that would result in the Unity Editor Update Check window opened in an incorrect state followed by the Editor crashing.
- Editor: Fixed an issue when pop-up windows like Color Picker closed upon clicking them when they were hovered on immediately after opening.
- Editor: Fixed an issue where deselecting floating preview window throws null reference exception and GUI errors.
- Editor: Fixed an issue where SearchField showed a clear button when passed a null search text string.
- Editor: Fixed array element selection being lost after performing undo.
- Editor: Fixed array inspector header not opening a context menu issue.
- Editor: Fixed issue where scene visiblity/picking didn't work with objects in the DontDestroyOnLoad scene.
- Editor: Fixed missing icon size slider in project browser in one column layout.
- Editor: Fixed ReorderableList having wrong label/field width ratio
- Editor: Fixed ReorderableList not being correctly indented while defined in serializable classes and structs
- Editor: Fixed Script Execution Order Add Item drop-down menu in Project Setings was not opening in the Windows Editor when there were over 1000 items, prevents drop down menu item insertion when system limit was reached instead of preventing insertion above 1000 item. (1265757)
- Editor: Fixed spurious memory leak warning when using JobHandle.CombineDependencies() with long-running jobs.
- Editor: Fixed the null reference exception that occurs each time a user game is recompiled.
- Editor: Properly show update check window in the editor on application launch when a new version is available.
- Editor: Reverted fontRenderingMode from FontRenderingMode.Smooth back to FontRenderingMode.OSDefault.
- Editor: Windows Download Assistant no longer calculates the install size as being the same as the download size
- GI: Fixed a crash in Enlighten::CpuUpdateManager::UpdateGpuTexture when starting GI bake after baking previous scene with GPU progressive lightmapper.
- GI: Fixed a crash in progressive lightmapper seam stitching when a mesh containing NaNs was added.
- GI: Fixed an issue wehre the reflection probe encoding was not independent of convolution type on mobile.
- GI: Fixed an issue where realtime textures could be assigned to a customProbe. A warning is now displayed.
- Graphics: Added ability to check equality for SwapChainConfiguration.
- Graphics: Added fast bath for ComputeShader.Begin/EndWrite on Console DX11
- Graphics: CPU optimisation for graphics memory allocation/deallocations.
- Graphics: Disabled Texture MipMap Stripping of Crunch Compressed textures.
- Graphics: Fix targetTexture rendering black screen when changing it in OnPreRender().
- Graphics: Fixed a crash when optimizing Mesh which contained overlapped indices in sub meshes.
- Graphics: Fixed a performance isssue with SRP Batcher ON and very specific highly static batched scene.
- Graphics: Fixed a Player crash with Size overflow in allocator from AllocAndFillInstancedData (hybrid v1).
- Graphics: Fixed an incorrect rendering order issue by the Particle System when using 'Sorting Fudge'.
- Graphics: Fixed an issue where a list of exposed VT formats were out of sync.
- Graphics: Fixed an issue where the Editor text on Mac OSX would randomly become corrupted.
- Graphics: Fixed assert triggered when using RenderTexture with a VT stack.
- Graphics: Fixed cascaded shadows from directional lights suddenly disappearing under certain nearplane/shadow distance constellations. This error was occurring when Stable Fit shadow cascades were used.
- Graphics: Fixed data race on constant buffer data on DX12.
- Graphics: Fixed GLES device leaking texture IDs in some circumstances
- Graphics: Fixed mastertexture limit affecting the miplevel of cubemaps in the player.
- Graphics: Fixed Texture2DArray, CubemapArray and SparseTexture being not supported in batch mode
- Graphics: terrain tree imposters transparency fix on GLES
- Graphics: Using Mesh Compression import setting on non-standard vertex data formats no longer crashes.
- Graphics: [VFX] SRP Batcher issues with VFX Shadow-casters
- IL2CPP: Fix a case where an interface could be incorrectly removed from a type when no .ctor for that type was marked.
- IMGUI: Fixed an issue when Event.mousePosition value was not updated throughout the drag operation while dragging assets in scene.
- IMGUI: Fixed the text cursor becoming invisible if an exception was thrown from inside of SelectableLabel.
- Kernel: Print info about which allocator Unity engine is using.
- License: Client can now parse latest PACL
- License: Fixed license validation when serial number is empty on macOS
- Linux: Fixed an issuw with Invalid window layouts crashing the editor when loaded.
- Linux: Fixed game controller and joystick serial numbers
- macOS: Fixed Apple silicon DTK freezing when running Unity.
- Networking: UnityWebRequest: fix possible data corruption in UploadHandlerFile
- Package: The Post-Processing package has been updated to version 3.0.1. See package change log for full details.
- Package Manager: Fixed an issue on startup where assets in immutable packages could be incorrectly logged as having been modified.
- Package Manager: Fixed an issue when a user switches an account and the package list refresh the new assets, a null ref exception occured.
- Package Manager: Fixed the issue where TextFields added to Package Manager window as extensions being set to readonly by default.
- Package Manager: Recommend update to latest version for packages that is not part of the Unity registry and packages that are in preview.
- Particles: Fixed inspector switching from multi edit mode to single edit whilst making changes.
- Physics: Added a missing property tooltips for Physics 2D project setting properties of "Gizmos" and "Layer Collision Matrix".
- Physics: Ensure that changing a Rigidbody2D constraint on a prefab instance results in the change being indicated by a bold label in the inspector.
- Physics: Ensure that changing the Rigidbody2D mass distribution correctly adjusts the center of mass velocity.
- Physics: Ensure the 2D per-frame SimulationMode2D correctly runs the simulation after the Update script callback and not before it to match FixedUpdate script callback.
- Physics: Fixed an issue when filtering out bad 2D physics collision shapes produced by the internal shape tessellator where occasionally a good shape is filtered out.
- Physics: Fixed an issue where OnCollision events wer not happening when the listening script was added to a GameObject after the ArticulationBody component.
- Physics: Fixed an occasional crash when destroying a PhysicsScene2D while destroying active contacts or collider-ignore-collision settings.
- Playables: Fixed crash in playable graphs when multiple notification receivers callbacks exist and change the source playable graph in a destructive manner
- Prefabs: Fixed a distorted UI for Prefab override comparison window when a changed component is selected.
- Prefabs: Fixed a regression preventing both required component and the dependent from both being removed from a prefab instance.
- Prefabs: Fixed collection of direct dependencies on Prefabs
- Prefabs: Fixed lost reference issues when applying added GameObject from context menu.
- Prefabs: Improved error handling when loading broken prefab files
- Profiler: Fixed a situation when Profiler remains active even with Profiler window closed in play mode.
- Profiler: Fixed an issue where Hierarchy Views randomly collapsed (i.e. hiding their children) parts of the sample tree when Editor Only samples were present in a frame and the "Collapse EditorOnly Samples" option was turned on (default setting is on).
- Profiler: Fixed an issue where the Profiler connection dropdown was not showing multiple players running on the same machine.
- Profiler: Fixed CPU Module Detailed view sorting when search field is active
- Profiler: Fixed visualization of a selected frame which is no longer available in Profiler hierarchy view to unify hierarchy and timeline view behavior.
- Scene Manager: Allow scenes to be saved to packages from the save panel.
- Scripting: Added an option to disable Signed Assembly version validation.
- Scripting: DEVELOPMENT_BUILD is included in Assembly define list when EditorUserBuildSettings.development is set to true
- Scripting: Fix minor documentation issue in Player Settings for Get/SetAdditionalCompilerArgumentsForGroup.
- Scripting: Fixed a compilation problem when using Reference assemblies and an assembly has compiler errors, some dependent assemblies might not get recompiled
- Scripting: Fixed a StackOverflow isue when building player in certain cases.
- Scripting: Fixed crash during Domain Reloads after modifying scripts.
- Serialization: Ensure that SerializedProperty.DataEquals works consistently even on fields prior to an alignment boundary.
- Serialization: Fixed crash in player due to corruption in GlobalGameManager caused by usage of UIToolkit package under specific scenario.
- Shaders: Exposed Render Queue control on the Standard shader
- Shaders: Fixed allocator errors due to orphaned memory when canceling a build during shader compilation.
- Shaders: Fixed an Editor failurs due to shader compiler communication issues when using some VPN solutions.
- Shaders: Fixed bad GLSL code generation on some cases accessing loop inductor inside the loop.
- Shaders: Fixed missing shader warnings when getting the shader variant from cache server.
- Shaders: Fixed missing shared compiler warnings when targeting GL/Vulkan/Metal/Switch.
- SpeedTree: Fixed an issuw where the button would not appear in Mesh Renderer and LOD Group component inspector if Unity detected wrong SpeedTree shader is used (for instance Nature/SpeedTree8 shader is used for meshes that come from SpeedTree 7 assets, and vice versa), and will correct them if clicked
- UI: Add option to not activate the inputfield on selection. Helpful for controller based platforms where navigating to items is required to navigate UI.
- UI: Fallback to non SRP when rendering uGUI's profiler rerender even if SRP is in use.
- UI: Fixed an issue where OnDrop callback was not being called when using a TouchScreen.
- UI: Fixed an issue where the tiling and offset were no longer applied at the material level.
- Universal Windows Platform: Fixed a rare crash within TouchScreenKeyboard caused by a race condition
- Universal Windows Platform: Fixed Backspace and Selection not working properly on Xbox and HoloLens
- Universal Windows Platform: Fixed old TouchScreenKeyboard and XAML forms from being used in XAML HoloLens apps
- Universal Windows Platform: Fixed TouchScreenKeyboard immediately hiding on Xbox One when focusing an InputField
- Version Control: Fixed a crash on initial script recompilation when script tried to checkout assets
- Video: [macOS][iOS][tvOS] Fixed a Video Player lags issue when Playback Speed is changed.
- Virtual Texturing: Fixed a crash that occured during tile extraction of invalid virtual texture stacks.
- WebGL: Fixed a bug where calling unityInstance.Quit() from JavaScript would not let JS VM garbage collect away the Unity game instance.
- WebGL: Fixed a memory error crash when using the "Convert To Entity" component.
- Windows: Fixed an issue where the full Windows 10 version including edition, build (with UTR) Version, and architecture was not logged when running the editor for diagnosis.
- XR: Updated the com.unity.xr.legacyinputhelpers to 2.1.7 package. Fixes automation compilation error when URP and HDRP are in the same project and fix for isolation compilation.
API Changes:
- Build Pipeline: Added: ContentBuildInterface.CalculatePlayerSerializationHashForType for providing precise per type dependency tracking for incremental rebuild of asset bundles.
Changes:
- Asset Import: When Meshes have no material defined in the imported file, the ModelImporter will now assign the default material to them rather than creating a 'No name' material sub-asset.
- Burst: Preserve the frame pointer when debugging is enabled to aid debugging.
- Package Manager: com.unity.purchasing updated to 2.2.1, adding full support for the implementation of GooglePlay Billing Library v3 library in the Asset Store In-App Purchasing module (includes an essential runtime hotfix over 2.2.0).
- Timeline: Updated Timeline package to version 1.4.5
- UI: Changed the Shader property for soft masking from _MaskSoftnessX / Y to _UIMaskSoftnessX / Y so we dont overlap with TMP's shader properties.
Improvements:
- Graphics: Improved handling of VirtualTexturing enabled state outside of the player settings UI
- WebGL: Added support for PVRTC and RG16 textures. Enable use of high-performance WebGL GPU powerPreference
更新時間:2021-01-22
更新細節:
更新時間:2021-01-14
更新細節:
更新時間:2021-01-14
更新細節:
What's new in this version:
Added:
- Support Argon2id KDF
- Support XMLv2 key files
Changed:
- Improve CSV Import/Export, include time fields and TOTP
- Support empty area dragging of the application window
- Display default Auto-Type sequence in preview pane
- Remove strict length limit on generated passwords
- Hide key file path by default when unlocking database
- Document browser extension use with Edge in managed mode
- Windows: Prevent clipboard history and cloud sync
- macOS: Update the application icon to Big Sur styling
Fixed:
- Re-select previously selected entry on database unlock
- Properly save special character choice in password generator
- Fix crash in browser integration with multiple similar entries
- Remove offset on username field in classic theme
- Ensure entry history is copied when drag/dropping entries and groups
- Close modal dialogs when database is locked
- Prevent crash when KeeShare modifies an entry that is currently being edited
- Improve preview of entry attributes
- Always activate/focus database open dialog preventing mistype
- Reports: fix calculation of average password length
- Linux: Delay startup on login to correct tray icon issues
更新時間:2021-01-11
更新細節:
更新時間:2021-01-09
更新細節: