- Home /
Asset Bundle Scriptable Object compatability, Can I modify / change the SO ?
Suppose I have made an asset bundle from a Scriptable Object Asset, Only Native Unity Assets, And other SO, no code or functions inside the SO.
Can I change / modify the SO? what future actions to the SO will break the adaptation between the SO in the Asset Bundle and SO in the client version?
Will changing the name / namespace of the SO break the compatibility?
Will adding / removing new Assets to the SO break compatibility?
Will changing the order of Assets break compatiblity?
Will updating Unity or anything else ever might break the compatibility of the SO?
And while we are at it, How does it work? How does Unity know what MonoBehaviour / ScriptableObject an AssetBundle contains?
Your answer
Follow this Question
Related Questions
Using ScriptableObject with Asset Bundles 1 Answer
Why isn't my scriptable object storing correctly in the AssetBundle? 0 Answers
When building AssetBundles some scriptable objects get corrupted 2 Answers
Shader References seem broken for AssetBundle in HDRP Project 1 Answer
AssetDatabase.CreateAsset randomly fails claiming object has been destroyed 0 Answers