Unity 歷史版本列表
Unity 是一個遊戲開發生態系統:一個強大的渲染引擎完全集成了一整套直觀的工具和快速的工作流程來創建交互式的 3D 和 2D 內容; 輕鬆的多平台發布; 成千上萬的質量,在資源商店和知識共享 community.For 獨立開發者和工作室,Unity&rsquo 的現成的資產; S 民主化生態系統摔破的時間和成本障礙,創造獨特的美麗的遊戲。他們使用 Unity 打造民生做他們喜歡的事情:創建遊戲... Unity 軟體介紹更新時間:2021-12-30
更新細節:
What's new in this version:
Fixed:
- [DependencyInjection][HttpKernel] Fix enum typed bindings
- [Lock] Release PostgreSqlStore connection lock on failure * commit 'e5b2f9efba': [Lock] Release PostgreSqlStore connection lock on failure
- [HttpKernel] Do not attempt to register enum arguments in controller service locator
- [Mime] Fix missing sprintf in DkimSigner
- [Translation] [LocoProvider] Use rawurlencode and separate tag setting
- [Security] fix unserializing session payloads from v4
- [Cache] Don't lock when doing nested computations
- [Messenger] fix Redis support on 32b arch
- [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass
- [Cache] fix compat with apcu < 5.1.10
- [Translation] Fix TranslationPullCommand with ICU translations
- [Notifier] Use correct factory for the msteams transport
- [HttpKernel] Fix SessionListener without session in request
- [HttpClient] fix checking for recent curl consts
- [Security/Http] Fix cookie clearing on logout
- [Mime] Relaxing in-reply-to header validation
- [Mime] Fix encoding filenames in multipart/form-data
- [DependencyInjection] fix linting callable classes
- [DependencyInjection] Cast tag attribute value to string
- [Validator] Restore default locale in ConstraintValidatorTestCase
- [FrameworkBundle] alias cache.app.taggable to cache.app if using cache.adapter.redis_tag_aware
- [HttpClient] Fix tracing requests made after calling withOptions()
- [Cache] Fix proxy no expiration to the Redis
- [Cache] disable lock on CLI
- [Translation] Handle the blank-translation in Loco Adapter
- [RateLimiter] Make RateLimiter resilient to timeShifting
- [Serializer] Fix denormalizing custom class in UidNormalizer
- [Config] In XmlUtils, avoid converting from octal every string starting with a 0
- [Workflow] Fix eventsToDispatch parameter setup for StateMachine
- [HttpClient] fix monitoring responses issued before reset()
- [HttpClient] Fix dealing with "HTTP/1.1 000 " responses
- [HttpClient] Fix closing curl-multi handle too early on destruct
- [HttpClient] Don't reset timeout counter when initializing requests
- [HttpClient] Double check if handle is complete
- [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
- [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #…
- [FrameworkBundle] Fix cache pool configuration with one adapter and one provider
- [PropertyAccess] Fix accessing public property on Object
- [FrameworkBundle] Use correct cookie domain in loginUser()
- [Process] fixed uppercase ARGC and ARGV should also be skipped
- [HttpClient] Fix handling thrown Exception in Generator in MockResponse
- [String] Fix requiring wcswitch table several times
- [HttpFoundation] do not call preg_match() on null
- [FrameworkBundle] Fix loginUser() causing deprecation
- [Translation] Make http requests synchronous when reading the Loco API
- [Translation] Fix TranslationTrait
- [Console] Fix parameter types for ProcessHelper::mustRun()
- [FrameworkBundle] Fix compatibility with symfony/security-core 6.x (deps=high tests)
- Prevent infinite nesting of lazy ObjectManager instances when ObjectManager is reset
- [DoctrineBridge] fix calling get_class on non-object
- [HttpClient] Fix handling error info in MockResponse
- [Messenger] Leverage DBAL's getNativeConnection() method
- [Translation] [Loco] Fix idempotency of LocoProvider write method
- [Security] Do not overwrite already stored tokens for REMOTE_USER authentication
- [Validator] Fix validation for single level domains
- [Debug][ErrorHandler] Increased the reserved memory from 10k to 32k
- [Process] intersect with getenv() in case-insensitive manner to get default envs
- [Serializer] fix support for lazy/unset properties
- [Notifier] Fix AllMySms bridge body content
- [DoctrineBridge] Revert " add support for the JSON type"
更新時間:2021-12-30
更新細節:
What's new in this version:
Fixed:
- [Lock] Release DoctrineDbalPostgreSqlStore connection lock on failure
- [DependencyInjection][HttpKernel] Fix enum typed bindings
- [Lock] Release PostgreSqlStore connection lock on failure * commit 'e5b2f9efba': [Lock] Release PostgreSqlStore connection lock on failure
- [HttpKernel] Do not attempt to register enum arguments in controller service locator
- [Mime][Security] Fix missing sprintf and add tests
- [Mime] Fix missing sprintf in DkimSigner
- [Translation] [LocoProvider] Use rawurlencode and separate tag setting
- [Security] fix unserializing session payloads from v4
- [Cache] Don't lock when doing nested computations
- [Messenger] fix Redis support on 32b arch
- [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass
- [WebProfilerBundle] relax return type for memory data collector
- [Cache] fix compat with apcu < 5.1.10
- [Form] Expand FormView key to include int
- [Console] Fix autocompletion of argument with default value
- [PropertyInfo] PhpStan extractor nested object fix
- [Translation] Fix TranslationPullCommand with ICU translations
- [PropertyInfo] Fix phpstan extractor issues
- [Notifier] Use correct factory for the msteams transport
- [HttpKernel] Fix SessionListener without session in request
- [HttpClient] fix checking for recent curl consts
- [Security/Http] Fix cookie clearing on logout
- [EventDispatcher][HttpFoundation] Restore return type to covariant IteratorAggregate implementations
- [Mime] Relaxing in-reply-to header validation
- [WebProfilerBundle] fix Email HTML preview
- Fix Psr16Cache not being compatible with non-Symfony cache pools
- [Mime] Fix encoding filenames in multipart/form-data
- [Serializer] Improve UidNormalizer denormalize error message
- [Lock] Create tables in transaction only if supported by driver
- [HttpFoundation] Take php session.cookie settings into account
- [ErrorHandler] fix on patching return types on Windows
- [DependencyInjection] fix linting callable classes
- [DependencyInjection] Cast tag attribute value to string
- [Validator] Restore default locale in ConstraintValidatorTestCase
- [FrameworkBundle] alias cache.app.taggable to cache.app if using cache.adapter.redis_tag_aware
- [HttpKernel] fix how configuring log-level and status-code by exception works
- [Cache] Revert "feature #41989 make LockRegistry use semaphores when possible"
- [HttpClient] Fix tracing requests made after calling withOptions()
- [Cache] Fix proxy no expiration to the Redis
- [Cache] disable lock on CLI
- [Translation] Handle the blank-translation in Loco Adapter
- [Validator] Allow Sequence constraint to be applied onto class as an attribute
- [RateLimiter] Make RateLimiter resilient to timeShifting
- [Serializer] Fix denormalizing custom class in UidNormalizer
- [Config] In XmlUtils, avoid converting from octal every string starting with a 0
- [Workflow] Fix eventsToDispatch parameter setup for StateMachine
- [HttpClient] fix monitoring responses issued before reset()
- [HttpClient] Fix dealing with "HTTP/1.1 000 " responses
- [PropertyInfo] Fix aliased namespace matching
- [HttpClient] Fix closing curl-multi handle too early on destruct
- Make enable_authenticator_manager true as there is no other way in Symfony 6
- [HttpClient] Don't reset timeout counter when initializing requests
- [HttpClient] Double check if handle is complete
- [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
- [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #…
- [FrameworkBundle] Fix cache pool configuration with one adapter and one provider
- [PropertyAccess] Fix accessing public property on Object
- [FrameworkBundle] Use correct cookie domain in loginUser()
- [Process] fixed uppercase ARGC and ARGV should also be skipped
- [HttpClient] Fix handling thrown Exception in Generator in MockResponse
- [String] Fix requiring wcswitch table several times
- [HttpClient] Fix response id property check in MockResponse
- [Lock] Fix missing argument in PostgreSqlStore::putOffExpiration with DBAL connection
更新時間:2021-12-29
更新細節:
更新時間:2021-12-29
更新細節:
What's new in this version:
Fixed:
- turn the page and jump to two pages
- the number of weekly rows is incorrect
更新時間:2021-12-27
更新細節:
What's new in this version:
Fixed:
- turn the page and jump to two pages
- the number of weekly rows is incorrect
更新時間:2021-12-24
更新細節:
更新時間:2021-12-22
更新細節:
What's new in this version:
- Added new "Folder Comparison" scan mode
- UI improvements
- Other minor UI improvements
更新時間:2021-12-22
更新細節:
更新時間:2021-12-22
更新細節:
What's new in this version:
Fixed:
- fix random error when updating CfApi metadata
- do not forget the path when renaming files with invalid names
- Bugfix/assert invalid modtime
- Feature/folder logo variations
- Always prefill username from Windows login name based on server version
- Bugfix/3.4.1 rc1
- Bugfix/sync stuck on error
- Bugfix/force download local invalid files
- Enforce VFS. Disable 'Make always available locally'.
- Bugfix/avoid sync getting stuck
- Fix CMake error in ECMAddAppIcon for mac
- Do not crash on findAndCancelDeletedJob
- ensure any errors after calling FileSystem::getModTime are handled
- Bump version
更新時間:2021-12-20
更新細節: