Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunomikoski/unitysmartsymbolicate
A tool to help symbolicate il2cpp google crashes
https://github.com/brunomikoski/unitysmartsymbolicate
Last synced: 16 days ago
JSON representation
A tool to help symbolicate il2cpp google crashes
- Host: GitHub
- URL: https://github.com/brunomikoski/unitysmartsymbolicate
- Owner: brunomikoski
- License: other
- Created: 2022-04-21T12:44:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T09:11:29.000Z (9 months ago)
- Last Synced: 2024-10-11T10:31:28.183Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 50
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
- License: LICENSE
Awesome Lists containing this project
README
# Unity Smart Symbolicate
## Features
- Automatically identify Google Play Crash reports information and settings## How to use?
- Define unity installation folder (It should be the folder where all your unity installations are)
- Define your project [symbols](https://docs.unity3d.com/2020.3/Documentation/Manual/android-symbols.html) folder
- Paste google play crash rates on the input
- Validate information
- Press Parse## FAQ
## System Requirements
Unity 2018.4.0 or later versions## How to install
Add from OpenUPM | via scoped registry, recommended
This package is available on OpenUPM: https://openupm.com/packages/com.brunomikoski.animationsequencer
To add it the package to your project:
- open `Edit/Project Settings/Package Manager`
- add a new Scoped Registry:
```
Name: OpenUPM
URL: https://package.openupm.com/
Scope(s): com.brunomikoski
```
- click Save
- open Package Manager
- click +
- select Add from Git URL
- paste `com.brunomikoski.unitysmartsymbolicate`
- click AddAdd from GitHub | not recommended, no updates :(
You can also add it directly from GitHub on Unity 2019.4+. Note that you won't be able to receive updates through Package Manager this way, you'll have to update manually.
- open Package Manager
- click +
- select Add from Git URL
- paste `https://github.com/brunomikoski/UnitySmartSymbolicate.git`
- click Add