Release notes
On this page
Changelog
Version 1.46.0
Released 04 Oct 2023
FeatureUnity | Added IME support for Japanese, Korean and Chinese |
FeatureUnity | Exposed the ScriptCompiler API to Unity. |
FeatureUnreal Engine | Support for Unreal Engine 5.3.1 |
Enhancement | Allow invalidating of the textures used to draw SVGs. This allows user code to force Cohtml to recreate the textures in the proper texture format if the user render target has changed its format. |
Enhancement | Enabled V8 pointer compression on Xbox family of game consoles |
Enhancement | Added known issues to the compositor documentation |
Fix | Fixed wrongly triggered layout when changing properties on hidden elements |
Fix | Fixed making POST XmlHTTPRequests in the Player on Mac OS 13.5 |
FixUnity | Fixed switching Unity scripting backend when switching to consoles |
FixUnity | Fixed Unity editor crash on script recompilation. |
Fix | Fixed wrongly calculated font size when using nested elements with em s |
FixUnity | Added PlayerOverrides project dependencies. |
FixUnity | Blur the currently focused element in the UI when Unity player loses focus |
FixUnity | Fixed UTF-8 handling for WebSocket text messages |
Fix | Fixed a crash when removing textarea attributes |
Fix | Fixed potential crashes and missing filters when using filters with no effect |
Fix | Fixed the inspector stalling the thread when errors occur |
Fix | Fixed button element not being able to have pseudo elements |
Fix | Fixed false positive unregistered font warnings |
Fix | Fixed a crash when view reload is called before loading an URL and attaching it to the inspector |
Fix | Fixed CSS adjacent sibling selector not working if there is a comment between the elements |
Fix | Fixed ElementFromPoint returning a text node instead of element node |
Fix | Fixed a crash when destroying the view renderer during layout |
FixUnreal Engine | Added missing Plugin includes and fixed Include-What-You-Use compliance |
FixUnreal Engine | Fixed the the custom effect sample on Switch |
FixUnreal Engine | Fixed the Unreal Engine installer failure when no ‘clean’' option is selected' |