From 73fa402c1ee294700791d370e67be2c741417c21 Mon Sep 17 00:00:00 2001 From: kimura Date: Mon, 7 Feb 2022 14:38:57 +0900 Subject: [PATCH] =?UTF-8?q?VIP=E5=AE=A3=E4=BC=9D=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MyGame/Scenes/marketing/Scripts/VipCustomerButtonView.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/VipCustomerButtonView.cs b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/VipCustomerButtonView.cs index f81c96cf..b314ce8f 100644 --- a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/VipCustomerButtonView.cs +++ b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/VipCustomerButtonView.cs @@ -72,9 +72,10 @@ namespace MyGame.Scenes.marketing.Scripts target.enabled = false; } // vip左にはける - customerDirection.SetFlipSide(); - vipCustomerAnimator.Play("customer_nomal_walk_side"); vipButton.transform.SetLocalScale(0f); + vipCustomerAnimator.Play("customer_nomal_walk_side"); + vipSpeechBubbleObject.SetActive(false); + customerDirection.SetFlipSide(); var vipTransform = vipCustomerAnimator.transform; moveDisposable?.Dispose(); moveDisposable = this.UpdateAsObservable()