Path Type Read Write
I created this tool because I was tired of wondering if a path is: relative
be.elab.pathtype 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/pathtype.git README Markdown
Copy this to your project's README.md
## Installation
Add **Path Type Read Write** 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/pathtype.git
```
[](https://www.pkglnk.dev/pkg/pathtype)Used By (2)
README
OpenUMP: Path Type Read Write
I can’t stand it. Working with string paths that could represent files, folders, relative paths, or absolute paths is a nightmare. It causes bugs and clutters my code with endless if-then checks.
To solve this, I created interfaces and classes for my Unity project to ensure clarity when interacting with designers. For example:
- "I need a relative file path."
- "I need a relative file path with an extension."
- "I want to combine an abstract path with multiple relative folders and a file with an extension."
You get the idea.
This tool provides abstraction and utilities for handling file and folder paths, making it much easier to work with them. It became so useful in my project that I decided to extract it and turn it into a standalone tool.
No comments yet. Be the first!