We are referencing Story Text game object to another Game object then adding script to Game object for adding text programmatically. Can we not directly perform the same task with Story Text object only?
For clarity, I want to add a string in the text field of Story Text.text component from a script while the game is in play without using any extra object.