blazium-engine / blazium

Blazium Engine – Multi-platform 2D and 3D game engine
https://blazium.app/
MIT License
230 stars 21 forks source link

[Proposal] Improve CSV support for the Engine #130

Open tokengamedev opened 1 week ago

tokengamedev commented 1 week ago

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.

Bioblaze commented 1 week ago

hmm can you provide a example project, with steps to reproduce? Pretty please?

tokengamedev commented 1 week ago

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.