Is there any way to instantiate objects with visual scripting, like text? A simple example is an effect that creates a text object at the position of a screen tap. So if the user taps the screen 10 times, there are 10 different text objects that say “Wow!” or something like that. So the node would be ‘Create Text Object’ instead of just ‘Get’ or ‘Set’ text object.
The only way I can currently think of doing the example effect above is already having those text objects in the scene but hidden and then showing them and moving their position when the user taps. But this doesn’t allow for N number of objects, and so I would have to have a pre-set number of text objects ready to be shown. And so if I wanted the user to be able to add 100 words on their screen then I would have to manually add 100 hidden text objects to the scene in Effect House, which sounds tedious.
I saw the post that says 3d object instantiation is not possible but does this apply for all objects?