Delight icon indicating copy to clipboard operation
Delight copied to clipboard

Does Delight support runtime load xml files from StreamingAssets ?

Open sericaer opened this issue 4 years ago • 2 comments

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!

sericaer avatar Oct 11 '21 08:10 sericaer

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

patrik-u avatar Oct 11 '21 10:10 patrik-u

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?

mikedreambooth avatar May 10 '23 22:05 mikedreambooth