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.
Login
Register
By registering on this website you agree to our Privacy Policy.