switched to json storage to allow sharing

This commit is contained in:
tom.hempel
2025-10-15 12:20:27 +02:00
parent c15d1d1e49
commit 67dd2de460
7 changed files with 157 additions and 26 deletions

View File

@ -2,6 +2,21 @@
A small and simple Tool to send UDP packages over custom ports to control logic in Unity projects.
## Storage
All projects and packages are stored in a **JSON file** located in your Documents folder:
- **Windows**: `C:\Users\<YourUsername>\Documents\unityudp_projects.json`
- **macOS**: `~/Documents/unityudp_projects.json`
- **Linux**: `~/Documents/unityudp_projects.json`
This makes it easy to:
- 📤 **Share** projects with other users
- 💾 **Backup** your configurations
- 📝 **Edit** manually if needed (JSON format)
- 🔄 **Version control** with Git
Click the folder icon in the app to see the exact file location on your system.
## Getting Started
### Prerequisites