Reply To: Animate Properties of Scriptable Objects

Slate Forums Support Animate Properties of Scriptable Objects Reply To: Animate Properties of Scriptable Objects

#1673
sugoidev
Participant

@dave Hi!

If you instantiate a runtime copy of it, the objects that use the asset won’t know about it, will they?
For example, let’s say you have a SO with a single float a few other objects use. If you animate the float in the copy, none of your objects using the original SO will be seeing the new values, they’ll still be seeing the old value stored in the original asset.

One possible way to workaround this would be creating a copy, then working on the original, then, when done, put the data from the copy in the original.