Skip to content

Commit 7142b7b

Browse files
committed
Merge branch 'master' into VRM10
# Conflicts: # EVMC4U/Editor/Tutorial.cs
2 parents 3d93fe3 + cc45f5c commit 7142b7b

19 files changed

Lines changed: 295 additions & 123 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.meta

EVMC4U/Editor/ExternalReceiverEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class ExternalReceiverEditor : Editor
3636
{
3737
public override void OnInspectorGUI()
3838
{
39-
if (GUILayout.Button("チュートリアル・説明書を開く"))
39+
if (GUILayout.Button("Open Manual / 説明書を開く"))
4040
{
4141
Tutorial.Open();
4242
}
200 KB
Loading
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"debug": "false",
3+
"pages": [
4+
{
5+
"name":"start",
6+
"image":"start/start_bg",
7+
"buttons":[
8+
{"x":"20", "y":"195", "w":"358", "image":"start/start_japanese","uri":"page://start_first_ja","fire": "SaveLanguageJa"},
9+
{"x":"20", "y":"286", "w":"358", "image":"start/start_english","uri":"page://start_first_en","fire": "SaveLanguageEn"}
10+
]
11+
},
12+
{
13+
"name":"start_first_ja",
14+
"image":"start_first/ja",
15+
"buttons":[
16+
{"image":"ok_button","uri":"page://start_ja"}
17+
]
18+
},
19+
{
20+
"name":"start_first_en",
21+
"image":"start_first/en",
22+
"buttons":[
23+
{"image":"ok_button","uri":"page://start_en"}
24+
]
25+
},
26+
{
27+
"name":"start_ja",
28+
"text":"",
29+
"image":"start/start_bg",
30+
"buttons":[
31+
{"x":"20", "y":"195", "w":"358", "image":"start_ja/howtouse","uri":"https://gpsnmeajp.github.io/EasyVirtualMotionCaptureForUnity-documents/HowToUse/Japanese/"},
32+
{"x":"20", "y":"254", "w":"358", "image":"start_ja/vmcprotocol","uri":"https://protocol.vmc.info/"},
33+
{"x":"20", "y":"314", "w":"358", "image":"start_ja/discord","uri":"https://github.com/gpsnmeajp/EasyVirtualMotionCaptureForUnity/wiki/Discord"}
34+
]
35+
},
36+
{
37+
"name":"start_en",
38+
"text":"",
39+
"image":"start/start_bg",
40+
"buttons":[
41+
{"x":"20", "y":"195", "w":"358", "image":"start_en/howtouse","uri":"https://gpsnmeajp.github.io/EasyVirtualMotionCaptureForUnity-documents/HowToUse/English/"},
42+
{"x":"20", "y":"254", "w":"358", "image":"start_en/vmcprotocol","uri":"https://protocol.vmc.info/english"},
43+
{"x":"20", "y":"314", "w":"358", "image":"start_en/discord","uri":"https://github.com/gpsnmeajp/EasyVirtualMotionCaptureForUnity/wiki/Discord"}
44+
]
45+
},
46+
{
47+
"name":"versionCheckFailed",
48+
"text":"",
49+
"image":"caution_bg",
50+
"buttons":[
51+
{"image":"ignore","uri":"page://start"}
52+
]
53+
}
54+
]
55+
}
64.1 KB
Loading
17.9 KB
Loading
263 KB
Loading
23.1 KB
Loading
17.5 KB
Loading
33.2 KB
Loading

0 commit comments

Comments
 (0)