Strongly Typed Strings
Generate strongly typed string constants for common Unity systems like Inputs, Layers, Scenes, Tags, and Resources. Eliminates magic strings and typo-related bugs through compile-time type safety. Supports nine built-in types and extensible API for custom string types.
com.coimbra.stronglytypedstrings 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/stronglytypedstrings.git README Markdown
Copy this to your project's README.md
## Installation
Add **Strongly Typed Strings** 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/stronglytypedstrings.git
```
[](https://www.pkglnk.dev/pkg/stronglytypedstrings)Dependencies (1)
README
Strongly Typed Strings
Tool to generate strongly typed strings.
By default it can generate the following strong-types:
- Inputs
- Layers
- Scenes
- Sorting Layers
- Tags
- Editor Default Resources
- Gizmos
- Resources
- Streaming Assets
You can easily add more using the provided API.
No comments yet. Be the first!