We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a19007 commit 5c26586Copy full SHA for 5c26586
1 file changed
ChangeLog.md
@@ -1,4 +1,11 @@
1
-# [2025-11-30] v2.3.3 - Bug Fixes
+# [2026-02-11] v2.3.4
2
+
3
+- Fixed memory leaks in `Resource` (added caching for images, fonts, and font definitions)
4
+- Fixed `Document.clearCache()` not destroying cached `Texture2D` objects (GPU memory leak)
5
+- CoroutineUtil Instance fix
6
+- WebGL PuerTS tweak for Unity 6.3 (robust WASM table lookup, `updateMemoryViews` hook)
7
8
+# [2025-11-30] v2.3.3 - Bug Fixes
9
10
- Make Sample code to use "PhysicMaterial" for pre Unity 6 versions
11
- Guard Coroutine Eval in Runner
0 commit comments