EiTaNBaRiBoA / JsonClassConverter

Simplify your JSON and class interactions! jsonClassConverter effortlessly stores JSON data, converts between JSON and class objects, and instantly loads JSON into usable classes. Streamline your development and data handling with this essential tool.
MIT License
48 stars 2 forks source link

Error with new commits #6

Closed herve-ch closed 1 month ago

herve-ch commented 2 months ago

Hello, since the new commits there is an error when I create resources inside .tres file (embedded resource) I can't use json to class anymore

It did work with previous version

See my example mini project: test-serialize-json-2.zip

Thanks

EiTaNBaRiBoA commented 2 months ago

Hello, since the new commits there is an error when I create resources inside .tres file (embedded resource) I can't use json to class anymore

It did work with previous version

See my example mini project: test-serialize-json-2.zip

Thanks

Hi, I have updated the Code try to give it a shot and see if it works. The issue was that FileAccess.exists checks for a normal paths while the SAVE loaded sub-resource.

herve-ch commented 2 months ago

It works with the test project but I still got an error in my project

Capture d’écran 2024-09-11 à 19 25 32
EiTaNBaRiBoA commented 2 months ago

Add me to discord shogidoubled#2008 i want to see what is happening and the error

herve-ch commented 2 months ago

it tells me username does not exists

EiTaNBaRiBoA commented 2 months ago

it tells me username does not exists

can you give me yours i will add you

herve-ch commented 2 months ago

Kyo#2086

EiTaNBaRiBoA commented 1 month ago

Fixed