UI & ScriptableObject

Hello,

I wanted to know why the UI displays the question text and the button text while the scriptableObject is removed from the list?

Hi Beshi,

Do you mean during runtime or while the game is not running?

During runtime.

Are the scriptable objects there before you click the Start button? If so, that would explain why the buttons keep the string. The string variable of the buttons does not reference the string of the original source. For this reason, if the original source disappears, the string displayed on the buttons will not change.

Yes, the scriptableObjects are there before you click start.
Ok, thanks for your answer.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms