Hi,
Apologies! I suspect this is a stupid question but I'm not finding much by searching at the moment. Essentially, we export the atlas and binary for our animations and set them up in Unreal Engine using the UE Runtime. We're building an animation with 80 frames at 24 FPS at the moment (3.33 seconds per animation). However, I believe we want animations to run at 60 FPS minimum, and likely more.
- Should we create the animation in Spine at 60 FPS, with 200 frames (80 frames at 24 FPS scaled up to 60 FPS) or higher?
- How would 60 FPS with 200 frames look if the performance of the hardware was degraded when playing the game and the game were running at only 40 FPS?
- Are frames dropped to maintain the speed of the animation (i.e. would it still be 3.33 seconds but at 40 FPS, so 133 Frames?), or is the animation delayed to render all frames? What determines which frames are dropped? (I'm assuming frames are dropped to maintain the duration of the animation)
- Should we be creating animations at high FPS (120, 240, 5000)? Where is the "sweet spot" of FPS in Spine so to speak?
These are likely pretty basic questions, so apologies for my lack of understanding (I'm on the code side of things in UE and I'm trying to wrap my head around..well..animating!) For context, we might have six or seven simple animations on screen at any given time (e.g. a 50x50 pixel section of a bush rustling, a 50x50 pixel animation of grass blowing in the wind), and then two big animations on screen (30-80 bones per big animation, constantly in motion). I think the number of animations will impact performance, so we're aiming "small(ish)" for now and scaling up once we've found our baseline.