From c11344ce389abac343159935ce9f53b6310ecf98 Mon Sep 17 00:00:00 2001 From: Konrad Dysput Date: Tue, 10 Sep 2024 21:38:02 +0200 Subject: [PATCH] Release 3.10.0 --- CHANGELOG.md | 10 ++++++++++ Runtime/BacktraceClient.cs | 2 +- Runtime/Native/Mac.meta | 8 -------- package.json | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 Runtime/Native/Mac.meta diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8e571e..65f14403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Backtrace Unity Release Notes +## Version 3.10.0 + +Bugfixes +- Fixed Unity console errors caused by corrupt meta (#224). +- Fixed texture re-rendering during attachments generation (#228). + +Improvements +- Mac native support (#225). +- changed the frequency of the internet availability check to 30 seconds (#226). + ## Version 3.9.1 Bugfixes diff --git a/Runtime/BacktraceClient.cs b/Runtime/BacktraceClient.cs index 230fe80b..5c8542dc 100644 --- a/Runtime/BacktraceClient.cs +++ b/Runtime/BacktraceClient.cs @@ -24,7 +24,7 @@ namespace Backtrace.Unity /// public class BacktraceClient : MonoBehaviour, IBacktraceClient { - public const string VERSION = "3.9.1"; + public const string VERSION = "3.10.0"; internal const string DefaultBacktraceGameObjectName = "BacktraceClient"; public BacktraceConfiguration Configuration; diff --git a/Runtime/Native/Mac.meta b/Runtime/Native/Mac.meta deleted file mode 100644 index 2c608d60..00000000 --- a/Runtime/Native/Mac.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 1f1b4b082373f4a6ab77e44bcb6d6762 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/package.json b/package.json index 5f7a4805..0618b38b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "io.backtrace.unity", "displayName": "Backtrace", - "version": "3.9.1", + "version": "3.10.0", "unity": "2017.1", "description": "Backtrace's integration with Unity games allows customers to capture and report handled and unhandled Unity exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug software errors.", "keywords": [