Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/type-analyzer.git?path=upm README Markdown
Copy this to your project's README.md
## Installation
Add **Moroshka.TypeAnalyzer** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/type-analyzer.git?path=upm
```
[](https://www.pkglnk.dev/pkg/type-analyzer)README
TypeAnalyzer is a tool for analyzing type structures. It provides the ability to extract information about constructors, methods, properties, and fields of a given type. This tool is useful when working with reflection, where you need to dynamically examine types at runtime.
No comments yet. Be the first!