Skip to content

Commit 58b15a4

Browse files
committed
Readme update
1 parent f94f495 commit 58b15a4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ catch(Exception exception){
2424
- Light-weight Unity client that quickly submits crashed generated in Unity environment to your Backtrace dashboard
2525
- Can include callstack, system metadata, custom metadata, custom attributes and file attachments if needed
2626
- Supports a wide range of unity version and environments
27-
- Supports .NET 4.5 Backend, IL2CPP and Mono environments
27+
- Supports .NET 2.0/3.5/4.5/Standard 2.0 Backend, IL2CPP and Mono environments
2828
- Supports offline database for error report storage and re-submission in case of network outage
2929
- Fully customizable and extendable event handlers
3030
- Custom IDE integrations
3131

3232
# Prerequisites
3333

3434
- Unity environment 2017.4.x
35-
- .NET 4.5 scripting runtime version
35+
- .NET 2.0/3.5/4.5/Standard 2.0 scripting runtime version
3636
- Mono or IL2CPP scripting backend
3737

3838
# Setup <a name="installation"></a>
@@ -42,7 +42,7 @@ List of steps necessary to setup full Backtrace Unity integration.
4242
## Installation guide
4343

4444
- Download the backtrace-unity zip file. Unzip it and keep the folder in a known location. It can be downloaded from https://github.com/backtrace-labs/backtrace-unity/releases
45-
- Open your Unity project and ensure it is configured to build with .NET 4.5+ runtime and a mono or il2cpp backend.
45+
- Open your Unity project
4646
- Copy the unzipped folder to your project's asset folder in the Windows File Explorer. The Unity editor will refresh and the Backtrace Plugin should become available in the editor.
4747

4848
## Integrating into your project
@@ -57,6 +57,10 @@ List of steps necessary to setup full Backtrace Unity integration.
5757

5858
Watch this 1 minute silent video to see the Integration and Configuration in action. The first 20 seconds of the video shows the above Integrating steps, and the second part shows details of the below Client and Database Settings - https://player.vimeo.com/video/300051476
5959

60+
## Plugin best practices
61+
62+
Plugin allows you to define maximum depth of game objects. By default its disabled (Game object depth is equal to -1). If you would like to include all game objects, please select 0. If you would like to specify game object depth size to n, please insert n in Backtrace configuration text box.
63+
6064
## Backtrace Client and Offline Database Settings
6165

6266
The following is a reference guide to the Backtrace Client fields:

0 commit comments

Comments
 (0)