Are Data Assets Editable During Runtime?

Yes you can.

You can modify a DataAssetInstance as you would any other object in your game.

And this is the setup:

Before:


After:

You must save the project if you want those changes saved in the editor.

2 Likes