Disable turn off screens, change project name.
This commit is contained in:
parent
b7d4393d0c
commit
4feecb8d3b
|
@ -6,6 +6,8 @@ public class ActivateAllDisplays : MonoBehaviour
|
|||
{
|
||||
private void Start()
|
||||
{
|
||||
Screen.sleepTimeout = SleepTimeout.NeverSleep;
|
||||
|
||||
Debug.Log("displays connected: " + Display.displays.Length);
|
||||
for (int i = 1; i < Display.displays.Length; i++)
|
||||
{
|
||||
|
|
|
@ -12,8 +12,8 @@ PlayerSettings:
|
|||
targetDevice: 2
|
||||
useOnDemandResources: 0
|
||||
accelerometerFrequency: 60
|
||||
companyName: DefaultCompany
|
||||
productName: VR Project 3
|
||||
companyName: Bogg.Art
|
||||
productName: Piter_VR
|
||||
defaultCursor: {fileID: 0}
|
||||
cursorHotspot: {x: 0, y: 0}
|
||||
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
|
||||
|
@ -267,7 +267,7 @@ PlayerSettings:
|
|||
androidMaxAspectRatio: 2.1
|
||||
applicationIdentifier:
|
||||
Android: com.DefaultCompany.VRProject3
|
||||
Standalone: com.DefaultCompany.VR-Project-3
|
||||
Standalone: com.Bogg.Art.Piter-VR
|
||||
buildNumber:
|
||||
Standalone: 0
|
||||
iPhone: 0
|
||||
|
|
Loading…
Reference in New Issue