https://github.com/ichirokogawa/unity.license.patcher
Used to fix the bug that Unity License cannot be loaded normally.
https://github.com/ichirokogawa/unity.license.patcher
csharp netcore unity unity3d unity3d-plugin
Last synced: about 1 month ago
JSON representation
Used to fix the bug that Unity License cannot be loaded normally.
- Host: GitHub
- URL: https://github.com/ichirokogawa/unity.license.patcher
- Owner: ichirokogawa
- Created: 2024-10-19T06:36:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T06:51:06.000Z (over 1 year ago)
- Last Synced: 2025-02-04T23:55:43.227Z (over 1 year ago)
- Topics: csharp, netcore, unity, unity3d, unity3d-plugin
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LicenseTools.cs
Awesome Lists containing this project
README
# Unity.License.Patcher
Used to fix the bug that Unity License cannot be loaded normally.
## Build status
[](https://github.com/ichirokogawa/Unity.License.Patcher/actions/workflows/release.yml)
## Support environment
### System
- ✅ Windows
- ⬜ Mac(TODO)
### Unity version
- ✅ all
### UnityHub version
- ✅ v2.x
- ❓ v3.x(Unknown)
- ✅ v3.8
- ✅ V3.9
## Quick start
### 1. Method 1
Clone the code and execute it in the root directory of the repository.
#### UnityHub v3.8
- Patch
```
dotnet run patch --UnityFolder "C:\Program Files\Unity 6000.0.0b11" --UnityHubFolder "C:\Program Files\Unity Hub" --UnityHubVersion v3_8
```
- Restore
```
dotnet run restore --UnityFolder "C:\Program Files\Unity 6000.0.0b11" --UnityHubFolder "C:\Program Files\Unity Hub" --UnityHubVersion v3_8
```
#### UnityHub v2.x
- Patch
```
dotnet run patch --UnityFolder "C:\Program Files\Unity 6000.0.0b11" --UnityHubFolder "C:\Program Files\Unity Hub" --UnityHubVersion v2
```
- Restore
```
dotnet run restore --UnityFolder "C:\Program Files\Unity 6000.0.0b11" --UnityHubFolder "C:\Program Files\Unity Hub" --UnityHubVersion v2
```