delight-dev / Delight

Delight is an open source component-oriented framework for Unity.
https://delight-dev.github.io/
MIT License
337 stars 25 forks source link

Does Delight support runtime load xml files from StreamingAssets ? #41

Open sericaer opened 2 years ago

sericaer commented 2 years ago

Hello, I want make the game which ui is moddable, the mod is put in StreamingAssets dir.

Does Delight support runtime load xml files from StreamingAssets ?

Best Regards!

patrik-u commented 2 years ago

Runtime loading of XML isn't supported. Runtime parsing of XML can only be done in the editor currently.

mikedreambooth commented 1 year ago

Runtime loading of XML isn't supported. Runtime parsing of XML can only be done in the editor currently.

What is involved in creating a runtime parser?