Skip to content

Commit 3986ccd

Browse files
authored
Fix serialization warning on Unity 6.3 (#1107)
* Fix "The type MixedReality.Toolkit.Core MixedReality.Toolkit.Experimental.BubbleChildHoverEvents is being serialized by [SerializeReference], but is missing the [Serializable] attribute. To suppress this warning add [Serializable] or use [MakeSerializable]." * Update CHANGELOG.md
1 parent 7b9f689 commit 3986ccd

4 files changed

Lines changed: 125 additions & 115 deletions

File tree

org.mixedrealitytoolkit.core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

5+
## Unreleased
6+
7+
### Fixed
8+
9+
* Fixed "The type MixedReality.Toolkit.Core MixedReality.Toolkit.Experimental.BubbleChildHoverEvents/TrickleChildHoverEvents/BubbleChildSelectEvents/TrickleChildSelectEvents is being serialized by [SerializeReference], but is missing the [Serializable] attribute." on Unity 6.3. [PR #1107](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1107)
10+
511
## [3.3.0] - 2025-11-12
612

713
### Changed

0 commit comments

Comments
 (0)