-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] Improve CSV support for the Engine #130
Comments
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. 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. |
This is going to be worked on in Feb. Just a FYI |
This is being worked on currently @tokengamedev just a heads up. |
This has been done and merged in. |
It was not merged. |
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.
The text was updated successfully, but these errors were encountered: