The structure does not work in the game. In the editor works. Why?

Hi !

The structure does not work in the game. In the editor works. Why?

I can get text data from the structure. Everything works in editor. In the game nothing works.

As I pack the game, I can’t get the variables

Do you mean your Whooper struct has values in it when ypu run the game via Play-In-Editor and Play Standalone, but the default values are not there when younpackag ethe game and run the Exe?

Text variables work in the editor, exe does not work. I don’t know why this is happening. The solution to this problem is String values

As it turned out, variables such as TEXT do not work when the game is Packed.

I replaced all text values with string values and everything worked.

Apparently problems in the text localization.