Posts by Luís Paganini • 11 points
1 post
-
0
votes1
answer57
viewsA: Make effect timer in Unity
This is one way to make the effect go away after a while, but I’m not sure if it’s the simplest: using System.Collections; using System.Collections.Generic; using UnityEngine; public class Crystal :…