- Joined
- Dec 10, 2016
- Messages
- 16
- Reaction score
- 7
- First Language
- Spanish
- Primarily Uses
- N/A
Hello everybody!
I was designing an plugin and in the process I think... If I create a new json and a new object and I explain to datamanager it, will it work?
For example:
Json file X:
[
{A: "miau miau miau", B: "mew mew mew", C: "nya nya nya"},
{A: "miau2 miau2 miau2", B: "mew2 mew2 mew2", C: "nya2 nya2 nya2"}
]
And I create a new objcet "Game_X" .
And in the manager I explain DataManager._databaseFiles = [ all content, {name: '$variable', src: 'X'}]
When I publish my game... will this information be loaded?
I'm not entirely sure how this works.
A greet and thank you in advance.
Cheer up!
I was designing an plugin and in the process I think... If I create a new json and a new object and I explain to datamanager it, will it work?
For example:
Json file X:
[
{A: "miau miau miau", B: "mew mew mew", C: "nya nya nya"},
{A: "miau2 miau2 miau2", B: "mew2 mew2 mew2", C: "nya2 nya2 nya2"}
]
And I create a new objcet "Game_X" .
And in the manager I explain DataManager._databaseFiles = [ all content, {name: '$variable', src: 'X'}]
When I publish my game... will this information be loaded?
I'm not entirely sure how this works.
A greet and thank you in advance.
Cheer up!

