File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ public static void Init() {
33
33
ScenesManager . settings . Load ( ) ;
34
34
35
35
XRSettings . gameViewRenderMode = GameViewRenderMode . None ;
36
+
37
+ new GameObject ( "Cam2_Positioner" , typeof ( CamPositioner ) ) ;
36
38
}
37
39
38
40
private static void LoadCameras ( bool reload = false ) {
Original file line number Diff line number Diff line change 3
3
"id" : " Camera2" ,
4
4
"name" : " Camera2" ,
5
5
"author" : " Kinsi55" ,
6
- "version" : " 0.6.115 " ,
6
+ "version" : " 0.6.116 " ,
7
7
"description" : " If Camera Plus is so good, why is there no Camera Plus 2?" ,
8
8
"gameVersion" : " 1.38.0" ,
9
9
"dependsOn" : {
10
10
"BSIPA" : " ^4.3.5" ,
11
- "BeatSaberMarkupLanguage" : " ^1.12.0 "
11
+ "BeatSaberMarkupLanguage" : " ^1.12.2 "
12
12
},
13
13
"loadAfter" : [
14
14
" ScoreSaber" ,
You can’t perform that action at this time.
0 commit comments