Skip to content

Unity SDK 3.0.1

Latest

Choose a tag to compare

@ventayol ventayol released this 19 Mar 10:34
2dd4bba

Added

  • Bugfender.EnableNativeLogCapture() — forward native system logs to Bugfender (Android: logcat; iOS 15+: NSLog/OSLog).
  • Resources/bugfender_native_log_capture.txt — set to true to enable native log capture during initialization (same behavior as the API above).
  • Optional overrides using text files under Assets/Resources/ (see docs), including bugfender_app_key.txt (one-line app key; useful for CI or per-build config). If a file is missing or empty, Inspector values apply where applicable.

Fixed

  • iOS Simulator build error with recent Xcode versions.

Changed

  • SDK reports type unity and build version 30001 to the Bugfender backend when initializing, so sessions and devices can be identified as Unity SDK traffic.