Hello
I am a little bit affraid, because I think the solution must be so easy…
BUT, like the title says, I want to create a Text just like
Text text = new Text();
maybe also
Text str = new Text("Hello");
But it keeps saying “`UnityEngine.UI.Text.Text()’ is inaccessible due to its protection level”
So, is it just not possible?
Thanks in advance
Felix