Hello,
I purchased this asset today. I'm trying to create animations with Unity, but I'm having some difficulties.
Is there a sample scene with animations already created?
Viewing post in Will's Magic Pixel Particle Effects comments
Hey there, thank you for enjoying the art! For this asset, there is not currently a Unity version. There are Unity versions of several of my newer assets: https://assetstore.unity.com/publishers/18465
I can however give you some pointers on how to make an animation in Unity. First, import the PNGs to Unity. For example, to import the charge_A effect, drag the magic_pixel_effects/charge_A/frames folder to the assets window in Unity. The easiest way to create an animation is then to select all the imported frames in Unity and drag them into the scene. Unity will create an animation and animation controller for you at that point. Once they're created, you can then set the FPS of the animation ("Samples" in the Unity Animation window) and go on to create a prefab. Hope that helps! I'm not a Unity user myself, I only know the basics to make asset packs.