Asset Creation

Is it possible to create an asset on the fly or do they all have to be on the scene and hidden.

Button 1 when clicked create and open a web browser at location?
Button 1 when clicked twice create and open a 2nd web browser at location?

Hi @itslouiegordon,

If you don’t have the asset in the scene structure, it will be more difficult to control it / call actions on it afterwards. Although you could use the Scene β€œCreate asset” action, I’d recommend to go with the hide/show mechanism.

If you need to open multiple times the same asset, ex: Web Browser, you can put it in a collection, outside of the scene, and call the β€œOpen item” action on the collection item.

1 Like

Your second suggestion is awesome thank you so much!!!

1 Like