From 5b8567308d2fa27420650c34248d60ae03a3f2ef Mon Sep 17 00:00:00 2001 From: kimura Date: Thu, 10 Feb 2022 11:37:26 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E9=87=8F=E6=B3=A8=E6=96=87=E7=8D=B2?= =?UTF-8?q?=E5=BE=97=E3=82=A8=E3=83=95=E3=82=A7=E3=82=AF=E3=83=88=E5=BE=8C?= =?UTF-8?q?=E3=80=81=E3=82=B3=E3=82=A4=E3=83=B3=E5=9B=9E=E8=BB=A2=E3=82=A8?= =?UTF-8?q?=E3=83=95=E3=82=A7=E3=82=AF=E3=83=88=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Scripts/CoinManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/popcorn/Assets/MyGame/Scripts/CoinManager.cs b/popcorn/Assets/MyGame/Scripts/CoinManager.cs index 6338bad9..26d4c5f1 100644 --- a/popcorn/Assets/MyGame/Scripts/CoinManager.cs +++ b/popcorn/Assets/MyGame/Scripts/CoinManager.cs @@ -82,6 +82,7 @@ public class CoinManager : SingletonMonoBehaviour ownCoin += count; bulkOrderAchievedEffect.PlayCoinEffect(beginPos, coinIconTransform.position, () => { + coinAnimator.SetTrigger(Add); coinCountText.CountUpAnimation(coinTextFormat, ownCoin, coinUpDuration); }); }