I've been hitting my head against a wall trying to solve this, and while the answer has come up a number of times in other threads that this needs to be done, there's never any details as to HOW it should be done, so I'm basically stuck.
I want to limit the refresh rate so that the spine animation only draws every 1/30th a frame for a 30fps animation. Basically I want the animation to play in Unity the way it plays in Spine when interpolation is turned off (only displaying whole frames rather than every in-between). I understand based on prior answers from Pharan and Nate that this is the correct way to go about this (editing the runtime scripts that control the animation updates) but have absolutely no idea where to start with actually implementing this. On top of that most of the posts I could find about this were a couple years old, so there may already be some kind of built in implementation as well. So I figured it couldn't hurt to ask.
In any case any help on this would be greatly appreciated! Thanks 😃