Note: This release includes functional changes originally intended for 3.4.0, without requiring unreleased native dependencies.
Changed
- Android: Equativ mediation adapter upgraded to 5.2.1.0
- Android: Updated Unity bridge calls to execute on the UI thread to prevent crashes and improve stability.
- iOS: BlueStack Core SDK upgraded to 5.3.1
- iOS: Removed linker flag -ld64 from PostProcessBuild script.
- iOS: Adjusted banner position to properly respect safe area.
- Moved ad prefabs from Resources to Editor folder to avoid loading when not needed.
Fixed
- Android: Fixed extra banner spacing when system already reserves nav bar area (non edge-to-edge).
- iOS: Fixed banner view constraint issue caused by height mismatch between
UIView and MNGContainerView.
- Replaced deprecated
FindObjectsOfType with FindObjectsByType for Unity 6+ compatibility.