“Carousselasset” is a custom ScriptableObject.
I’m not using any custom inspector or custom propertydrawer here. There isn’t any fancy get or set accessor, it’s juts a good plain old:
public class CarouselRenderer : MonoBehaviour {
public Transform Reference;
public float somefloat;
public Carousel carouselasset;
}
Even if I press the ‘reccord’ button, I still can’t animate this very property. I have other custom classes in that project not all scriptableobject, and none of them will animate.