-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug_pre_play.json
More file actions
68 lines (68 loc) · 2.36 KB
/
debug_pre_play.json
File metadata and controls
68 lines (68 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
{
"scene": {
"GameObjects": [
{
"Active": true,
"Components": [
{
"CompData": {
"position": {
"x": -0.8999999761581421,
"y": 0.0,
"z": 0.0
},
"rotation": {
"w": 0.9443998336791992,
"x": -0.30000001192092896,
"y": 0.09491576254367828,
"z": 0.09539392590522766
},
"scale": {
"x": 1.0,
"y": 1.0,
"z": 1.0
}
},
"TypeName": "Transform"
},
{
"CompData": {
"center": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"friction": 0.5,
"isTrigger": false,
"radius": 0.5,
"restitution": 0.0,
"size": {
"x": 1.0,
"y": 1.0,
"z": 1.0
}
},
"TypeName": "Collider"
},
{
"CompData": {
"_matHandle": 0,
"_meshHandle": 1,
"_visible": true
},
"TypeName": "Renderable"
},
{
"CompData": {
"className": "PlayerController",
"moduleName": "player"
},
"TypeName": "ScriptComponent"
}
],
"ID": 7239436765197312,
"Name": "Batman"
}
]
}
}