Update scene and settings
This commit is contained in:
parent
e2b00eaf28
commit
7c584a0963
|
@ -24,6 +24,9 @@ project.lock.json
|
||||||
|
|
||||||
App/
|
App/
|
||||||
|
|
||||||
|
Examples/
|
||||||
|
Examples.meta
|
||||||
|
|
||||||
sysinfo.txt
|
sysinfo.txt
|
||||||
|
|
||||||
*.pidb.meta
|
*.pidb.meta
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -10,6 +10,8 @@ public class ConfigureOrbital : MonoBehaviour
|
||||||
public GameObject canvas1;
|
public GameObject canvas1;
|
||||||
public GameObject canvas2;
|
public GameObject canvas2;
|
||||||
|
|
||||||
|
// public List<GameObject> canvases;
|
||||||
|
|
||||||
private Orbital orbital1;
|
private Orbital orbital1;
|
||||||
private Orbital orbital2;
|
private Orbital orbital2;
|
||||||
|
|
||||||
|
|
|
@ -138,7 +138,9 @@ PlayerSettings:
|
||||||
16:9: 1
|
16:9: 1
|
||||||
Others: 1
|
Others: 1
|
||||||
bundleVersion: 0.1
|
bundleVersion: 0.1
|
||||||
preloadedAssets: []
|
preloadedAssets:
|
||||||
|
- {fileID: 3919825601010146741, guid: 3f9164acd8abd4446a837f0de5c295d6, type: 2}
|
||||||
|
- {fileID: -8850236580838408871, guid: c00f5eb6c0921504a9911f55c664e377, type: 2}
|
||||||
metroInputSource: 0
|
metroInputSource: 0
|
||||||
wsaTransparentSwapchain: 0
|
wsaTransparentSwapchain: 0
|
||||||
m_HolographicPauseOnTrackingLoss: 1
|
m_HolographicPauseOnTrackingLoss: 1
|
||||||
|
|
Loading…
Reference in New Issue