Delight
Delight copied to clipboard
Does Delight support runtime load xml files from StreamingAssets ?
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!
Runtime loading of XML isn't supported. Runtime parsing of XML can only be done in the editor currently.
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?