1
0
mirror of synced 2025-01-18 23:34:04 +01:00

fix not using ipc issue

This commit is contained in:
xpeng 2022-08-01 23:49:32 +02:00
parent dc6e325867
commit b1a9bcef7c
2 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class LightManager : MonoBehaviour
}
private void Update()
{
if (!useIPC_Config)
if (useIPC_Config)
CheckIPCState();
if (useIPC)
UpdateLED();

View File

@ -137,6 +137,8 @@ PlayerSettings:
bundleVersion: 0.1.1
preloadedAssets:
- {fileID: 11400000, guid: 74eeb7429f216ca45a7093c586513e98, type: 2}
- {fileID: -6348321304186183749, guid: 6460523340b221f4ea5611d2c011a26c, type: 2}
- {fileID: -6265376527240436808, guid: 5e2dc0db42cc5b3459a781fecb0b76f9, type: 2}
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1