Thank you for the clarification Gekido, but i have a problem with the creation of File.
String path = "C:/benchSponza.txt";
File CreateBench( path, "Create");
The "code creation" is done in a custom script (outside any scope, like global variables) - my Sponza controller for Day/Night, postFx activation...- and it works well when game is tested in editor. But not with an exported game, an error message say
archive C:/benchSponza.txt is not opened for writing for file C:/benchSponza.txt.
I've try to put code creation in the menu script, and my "sponza controller" open that file to append new data, no success.
Anyone have clues to create a file with export game
