Open tokengamedev opened 1 week ago
hmm can you provide a example project, with steps to reproduce? Pretty please?
It does not require a project, but here is the proposal I created in Godot, and I was frustrated with the discussion and closed it. https://github.com/godotengine/godot-proposals/issues/7321
Note: I am also working on it, so I have not added many details. I will add the way of working in the PR and in documentation.
Tested versions
All versions
System information
Windows 11
Issue description
Currently if a CSV file is imported it is imported as translation. Import configuration could not be changed to be used as data file. the only way it can be done is by ignoring/skipping the import file and accessing the file through scripts.
Steps to reproduce
Create a CSV file containing game data which is not translation and try to import the file. it will only be recognized as translation.
Minimal reproduction project (MRP)
N,A
I created this issue as there is no proposal mechanism in Blazium.