You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ This release tidies up this package, so it is consistent with other packages pub
18
18
- Updated all built-in `BaseScriptableEvent` and `ScriptableEvent` implementations to use `sealed` keyword to prevent inheriting built-in event and listener implementations.
19
19
- Updated namespaces to use `CHARK.` prefix.
20
20
- Updated menu items to use `CHARK/` prefix.
21
+
- Updated assemblies to use `CHARK.` (instead of `Chark.`) prefix in their names.
22
+
- Updated assemblies to use GUIDs instead of assembly names when referencing other assemblies.
21
23
- Updated samples as they broke after changing class names and namespaces.
22
24
- Updated script generation logic to accomodate namespace and naming changes.
23
25
- Updated Documentation to include, namespace, menu item and renaming changes. Additionally, some information regarding addressables was added as well.
0 commit comments