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()