Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 8124174

Browse files
committed
Merge branch 'dev'
2 parents eb946a4 + b75ba93 commit 8124174

File tree

15 files changed

+83
-22
lines changed

15 files changed

+83
-22
lines changed

.github/assets/editors.png

30.3 KB
Loading

.github/assets/file-view.png

28.1 KB
Loading

.github/assets/git-packages.png

46.7 KB
Loading

.github/assets/new-template.png

22.5 KB
Loading

.github/assets/packages.png

34.2 KB
Loading

.github/assets/preview.png

-35.2 KB
Binary file not shown.

.github/assets/projects.png

45.2 KB
Loading

.github/assets/templates.png

37.6 KB
Loading

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,33 @@ pnpm tauri build
3535
```
3636

3737
Then find the exe in `\src-tauri\target\release\`
38+
39+
## Screenshots
40+
41+
#### Projects
42+
43+
![Projects](.github/assets/projects.png)
44+
45+
#### Editors
46+
47+
![Editors](.github/assets/editors.png)
48+
49+
#### Templates
50+
51+
![Templates](.github/assets/templates.png)
52+
53+
#### Packages
54+
55+
![Packages](.github/assets/packages.png)
56+
57+
#### Git Packages
58+
59+
![Git Packages](.github/assets/git-packages.png)
60+
61+
#### File View
62+
63+
![Files](.github/assets/file-view.png)
64+
65+
#### Template Creation
66+
67+
![Template Creation](.github/assets/new-template.png)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nomnom-unity-hub",
33
"private": true,
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)