ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Add community project to Shortcuit
2
This document and project folders are made public so that you can share projects with the community.
3
We won't actively moderate the content so please only upload relevant files and act responsible.
4
5
6
快捷方式範例資料夾
7
8
9
1. Download the project & script files from the project folder
10
2. Add the project file (.txt) in [STEAM INSTALLATION FOLDER*]\Steam\steamapps\common\Shortcuit Demo\Shortcuit Demo_Data\StreamingAssets\PROJECTS
11
3. Add the script file (.ino) in [STEAM INSTALLATION FOLDER*]\Steam\steamapps\common\Shortcuit Demo\Shortcuit Demo_Data\StreamingAssets\SCRIPTS
you only have to add a script if the project uses the microcontroller (UNO)
12
4. Load the project from Build Box > My Projects
13
5. In the Code Editor, select the relevant script(s) and upload them to the Arduino(s)
14
15
Share your project with the community
16
1. Create a folder with your project title in the Community Projects Folder
17
2. Upload your project JSON file (.txt) | [STEAM INSTALLATION FOLDER*]\Steam\steamapps\common\Shortcuit Demo\Shortcuit Demo_Data\StreamingAssets\PROJECTS
18
3. Upload your project script file (.ino) | [STEAM INSTALLATION FOLDER*]\Steam\steamapps\common\Shortcuit Demo\Shortcuit Demo_Data\StreamingAssets\SCRIPTS
19
4. Add your project info in the Projects Tab
20
21
*Steam is usually installed in Program Files (x86)
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100