added UI dodging nozzle on phones
This commit is contained in:
@@ -2,6 +2,7 @@ using Unity.Services.Core;
|
||||
using System.Threading.Tasks;
|
||||
using Unity.Services.Authentication;
|
||||
using UnityEngine;
|
||||
using Cysharp.Threading.Tasks;
|
||||
|
||||
|
||||
namespace Darkmatter.Presentation
|
||||
@@ -13,7 +14,7 @@ namespace Darkmatter.Presentation
|
||||
await Init();
|
||||
}
|
||||
|
||||
private async Task Init()
|
||||
private async UniTask Init()
|
||||
{
|
||||
await UnityServices.InitializeAsync();
|
||||
if (!AuthenticationService.Instance.IsSignedIn)
|
||||
|
||||
Reference in New Issue
Block a user