is there a way to do this?
Not directly, The undo/redo functionality is based around the unity serialization system so everything it can do the undo system can undo. Either use fields which are serialized and accessed only from your properties or use ISerializationCallbackReceiver to do more complex serialization.
1 Like
Thank you,
Trying to animate points that are offset other points