using Rokoko.Core; /// /// Create a simple serialized version of a Dictionary in order to able to persist in Editor play mode. /// [System.Serializable] public class BlendshapesDictionary : SerializableDictionary { }