Hello!
Im pretty new to Flax and currently thinking about switching from Unity to another Engine, coz this im testing lots of Engines
(Unity really annoys me with all the pipeline stuff and I really need a break from Unity … )
I created some simple tests in Flax and made a little script that changes the text of a label, everything works but there is a little issue ( maybe its my fault and I do something wrong ? )
Editor:
there is a button and a test label, nothing wrong here
but if I compile the .exe:
the button is still here, but the label is completly gone
( tested a debug/development build and as release - same result that the label is missing)
thanks for any help!
BR
Lighti
Edit: if I remove the script from the label then its still missing in the compiled .exe