Skip to content

Commit 6c5b36a

Browse files
authored
Merge pull request #155 from CyberAgentGameEntertainment/feature/release_v1.6.6
bump to v1.6.6
2 parents 7d08620 + 2b0e221 commit 6c5b36a

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.6.6] - 2026/07/13
2+
3+
### Fixed
4+
5+
- Fixed iOS players built with Unity 6.5 or newer failing to link with "ld: Too many personality routines for compact unwind" when InstantReplay's native library is statically linked into UnityFramework. The iOS crash fix introduced in 1.6.5 now localizes only the bundled memory allocator's symbols, leaving the Rust runtime symbols intact.
6+
17
## [1.6.5] - 2026/07/10
28

39
### Fixed

Packages/jp.co.cyberagent.instant-replay.dependencies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jp.co.cyberagent.instant-replay.dependencies",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"displayName": "Instant Replay (depndencies)",
55
"description": "This package contains dependencies for Instant Replay.",
66
"unity": "2022.3",

Packages/jp.co.cyberagent.instant-replay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jp.co.cyberagent.instant-replay",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"displayName": "Instant Replay",
55
"description": "Instant Replay allows you to constantly record the last N seconds of gameplay and export it as a video at any time.",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)