Skip to content

Commit 0e63a63

Browse files
docs: add upgrading guide for version 9
1 parent 105f57d commit 0e63a63

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

documentation/docs/upgrading-from-version-8.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Upgrading from version 9
2+
3+
Version 10 is fully compatible with version 9, so you can upgrade without any issues. Version 10 introduces new features and improvements, but it does not break any existing functionality. However, there is one change you should be aware of:
4+
5+
The long-standing unloading issue Unity introduced in Unity 2021.2 has been resolved in React Unity WebGL version 10. This means that you no longer need to call the [`unload`](/docs/api/unload) function to unmount the Unity Application when using React Unity WebGL version 10.
6+
7+
Happy coding!

documentation/sidebars.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
}
7676
]
7777
},
78+
{
79+
"type": "doc",
80+
"id": "upgrading-from-version-9"
81+
},
7882
{
7983
"type": "doc",
8084
"id": "contributing"

0 commit comments

Comments
 (0)