-
What you want to achieve? I want to insert gui elements into a widget without much instancing needed
-
What is the issue? I can not figure out an efficient way to insert the objects into the widget
-
What solutions have you tried so far? I have searched the devforum and google but have just found a few hints of how to do it
The problem with instancing is that it is very slow, and with the plugin I am developing, I am wondering if it would be better for me to make a model with all the gui elements and insert them into the game when the plugin is activated (I am not completely sure how I would do this) or to just instance all the gui elements
Example of Gui Element
Thanks for reading