[mgear 4.2.0]
Hello !
It seems that since mgear 4.2.0, the description of guide Control01 isn’t recognized during the build.
For exemple, here is my naming configuration :
And for my control :
If i keep things like this and I build, I will have the following :
If i change “ctl” by “control” or any other word in the description of the control, the description will appear during the next build. I did a test with “blabla” and the description is now here :
In 4.0.9 i had _control
(and I don’t know why I hadn’t _Control
instead because I wrote in naming settings “Control” with a capital.
Weird issue n°2: if I put the description like this : {extension}{side}{description}_{component}, the control will be named like this : “Ctrl_C_BACKSTAB” without any double underscore even if the description is None.
extension = Ctrl
side = C
description = ?
component = BACKSTAB
You have probably a fix for double “_” inside the code because I remember having issues with snake case convention inside control names in previous versions.
A temporary fix is to put on all my Control01 the description that i want to have.
If you need any extra informations I can give you my scene or more screenshots.
I hope a better workaround or a fix will be found any time soon !
Cheers